*DEFINE_COORDINATE_NODES

LS-DYNA Input Interface KeywordDefines a nodal based moving coordinate system.

Format

(1) (2) (3) (4) (5) (6) (7) (8)
*DEFINE_COORDINATE_NODES
CID N1 N2 N3 Iflag DIR

Definition

Field Contents SI Unit Example
CID Coordinate system identifier.

(Integer)

N1, N2, N3 Node ID which define the coordinate system.

(Integer)

DIR Defines the N1-N2 Direction:
= X
X-axis
= Y
Y-axis
= Z
Z-axis

(Text)

Iflag
= 0 (Default)
The coordinate system is fixed.
= 1
Moving skew. The coordinate system location is updated during the analysis.

(Integer)

Comments

  1. This keyword maps to /SKEW/FIX when Iflag = 0.
  2. This keyword maps to /SKEW/MOV when Iflag = 1.
  3. The option “_TITLE” can be added to the end of this keyword. When “_TITLE” is included, an extra 80 character long line is added after the keyword input line which allows an entity title to be defined.