!NODE¶
Definition of node coordinates
1st line
| 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
| 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