!NODE¶
Definition of node coordinates
1st Line
| Parameter | |
|---|---|
SYSTEM |
Coordinate system (omissible) |
NGRP |
Node group name (omissible) |
INPUT |
External file name (omissible) |
| Parameter Name | Parameter Value | Contents |
|---|---|---|
SYSTEM |
R | Cartesian coordinate system (Default value) |
| C | Cylindrical coordinate system | |
NGRP |
<ngrp> | Node group name (omissible) |
INPUT |
<filename> | External file name (omissible), can also be used together with the 2nd line or later |
2nd Line or later
| Parameter Name | Attributions | Contents |
|---|---|---|
NODE_ID |
I | Node number |
Xcoord |
R | X coordinate |
Ycoord |
R | Y coordinate |
Zcoord |
R | Z coordinate |
Note:
- When node coordinates including the punctuation mark is omitted, the value will become "0.0".
- When an already defined node is redefined, the contents will be updated and a warning message will be displayed.
- The node which is not referred to in "
!ELEMENT" will be excluded.- The node defined in "
!ELEMENT" must be defined before "!ELEMENT".
Example of Use