!BOUNDARY¶
Definition of displacement boundary conditions
Parameters¶
GRPID = group ID
AMP = time function name (specified by !AMPLITUDE, valid in dynamic analysis)
ROT_CENTER = center node number or node group name for rotational displacement constraint.
When specified, this !BOUNDARY is recognized as a rotational displacement constraint.
TOTAL When specified, displacement is treated as the total amount from the initial configuration (default: relative amount from the configuration at the start of the step)
** 2nd line and later **
| Variable | Attribute | Description |
|---|---|---|
| NODE_ID | I/C | Node number or node group name |
| DOF_idS | I | Start number of constrained degree of freedom |
| DOF_idE | I | End number of constrained degree of freedom |
| Value | R | Prescribed value (default: 0) |
Example¶
Note: The prescribed value is 0.0
Apply a rotation to ROT_NODES about node 7, with magnitude \(||(3.141, -4.188)|| = 5.233[rad]\) and rotation axis \((3/5, -4/5, 0)\).
Rotation specified by ROT_CENTER is a displacement constraint on the three translational degrees of freedom and differs from constraints on degrees of freedom 4, 5, and 6 for shell elements.
When ROT_CENTER is specified:
- The node group specified by
ROT_CENTERmust contain exactly one node. - Within one
!BOUNDARYdata block, allNODE_IDvalues must be identical. - All unspecified degrees of freedom are constrained to 0.