*CONSTRAINED_NODAL_RIGID_BODY
LS-DYNA Input Interface KeywordThis keyword defines a nodal rigid body.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
---|---|---|---|---|---|---|---|
*CONSTRAINED_NODAL_RIGID_BODY_{OPTION}_{OPTION}_{OPTION} | |||||||
rbody_ID | CID | NSID | PNODE |
If OPTION = SPC, insert the following
lines.
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
---|---|---|---|---|---|---|---|
CMO | CON1 | CON2 |
If OPTION = INERTIA, insert the following
lines.
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
---|---|---|---|---|---|---|---|
XCOG | YCOG | ZCOG | TM | node_ID | |||
IXX | IXY | IXZ | IYY | IYZ | IZZ | ||
VTX | VTY | VTZ | VRX | VRY | VRZ |
Definition
Field | Contents | SI Unit Example |
---|---|---|
OPTION |
|
|
rbody_ID | Nodal rigid body identifier. (Integer) |
|
CID | Local coordinate system identifier. (Integer) |
|
NSID | Nodal set identifier.
(Integer) |
|
PNODE | Optional main node. (Integer) |
|
CMO | Option for the constraint of the center of mass.
(Integer) |
|
CON1 | If CMO = 1, then
Displacement constraint direction.
If CMO = -1, local coordinate system identifier for the constraints defined in CON2. (Integer) |
|
CON2 | If CMO = 1, Rotation
constraint direction.
If CMO:
(6 Booleans) Example: 101 111 means the x and z translations, as well as all rotations are fixed; the y translation is free. (Integer) |
|
XCOG, YCOG, ZCOG | Coordinates of part center of gravity. (Real) |
|
TM | Mass of rigid part. (Real) |
|
node_ID | Node number for part center of
gravity. (Integer) |
|
IXX, IXY, IXZ, IYY, IYZ, IZZ | Inertia tensor of the rigid body. (Real) |
|
VTX, VTY, VTZ | Initial translational velocity applied to the rigid
component. Default = 0 (Real) |
|
VRX, VRY, VRZ | Initial rotational velocity applied to the rigid
component. Default = 0 (Real) |
Comments
- This keyword maps to /RBODY. If the _SPC option is used, it maps to /BCS.
- PNODE is used as the main node if the node does not belong to any deformable element. Otherwise the node is duplicated, and a new main node is created at the same position.
- The option “_TITLE” can be added to the end of this keyword. When “_TITLE” is included, an extra 80 characters long line is added after the keyword input line which allows an entity title to be defined.