FE_NODE

The FE_NODE statement defines attributes required to create a node on FE_PART.

Arguments

 
FE_PART
id of parent FE_PART.
LABEL
Specifies label of FE_PART node. Label cannot be modified once given.
S
Specifies the distance value for node. 0 <= S <= 1
ANGLE
Specifies the value of twist angle to be given to node. Angle is mentioned in radian.
SECTION_NODE
id of SECTION with the cross-sectional characteristics defining this FE_NODE.
QG
Defines the Cartesian initial coordinates of the origin of the body coordinate system (BCS) with respect to the global coordinate system (GCS).
REULER
Defines the 3-1-3 Euler angles that Adams Solver (C++) uses to establish the initial orientation of the BCS with respect to the coordinate system.
Example
adams_view_name='Fe_Node_3'
FE_NODE/1
, FE_PART = 2
, LABEL = 3
, S = 1
, ANGLE = 0
, SECTION_NODE = 9
, QG = 400, 300, 0
, REULER = 356.6335393D, 0D, 0D