Skip to content

!NODE

Definition of node coordinates

1st line

!NODE [, optional parameter]
Parameter
SYSTEM Coordinate system (optional)
NGRP Node group name (optional)
INPUT External file name (optional)
Parameter name Parameter value Description
SYSTEM R Cartesian coordinate system (default)
C Cylindrical coordinate system
NGRP <ngrp> Node group name (optional)
INPUT <filename> External file name (optional); can also be used with the 2nd and subsequent lines

2nd line and later

(2nd line) NODE_ID, Xcoord, Ycoord, Zcoord
(and so on)
Variable name Attribute Description
NODE_ID I Node number
Xcoord R X coordinate
Ycoord R Y coordinate
Zcoord R Z coordinate

Notes

  • If a node coordinate is omitted including its delimiter, its value becomes "0.0".
  • If a node that has already been defined is redefined, its contents are updated and a warning message is displayed.
  • Nodes not referenced by "!ELEMENT" are excluded.
  • Nodes defined by "!ELEMENT" must be defined before "!ELEMENT".

Example

!NODE, NGRP=TEST
1, 0.0, 0.0, 0.5
2, 0.0, 0.0, 1.0
3, 0.0,,1.5                   --- Y coordinate is "0.0"
4,                            --- X, Y, and Z coordinates are "0.0"