|
|
|
|
|
|
|
Your comments    
|
|
|
There is only one format for the input of boundary conditions (applied on FE nodes):
b,<node number>,<BC code>,<displacement value>*
BC code can take the following values:
- ux to control displacement in the x direction
- uy to control displacement in the y direction
- all to control displacement in both x and y directions
displacement value should be set to 0.0
|