LS-DYNA Input Interface KeywordDefines a list of nodes for output in time history file.
Format
| (1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
| *DATABASE_HISTORY_NODE_{OPTION} |
If
OPTION =
None (not defined)
| (1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
| NOD_ID1 |
NOD_ID2 |
NOD_ID3 |
NOD_ID4 |
NOD_ID5 |
NOD_ID6 |
NOD_ID7 |
NOD_ID8 |
| Etc. |
|
|
|
|
|
|
|
If
OPTION =
SET
| (1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
| SET_ID1 |
SET_ID2 |
SET_ID3 |
SET_ID4 |
SET_ID5 |
SET_ID6 |
SET_ID7 |
SET_ID8 |
| Etc. |
|
|
|
|
|
|
|
If
OPTION =
LOCAL
| (1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
| NOD_ID1 |
CID |
REF |
|
|
|
|
|
| NOD_ID2 |
CID |
REF |
|
|
|
|
|
| etc. |
|
|
|
|
|
|
|
If
OPTION =
SET_LOCAL
| (1) |
(2) |
(3) |
(4) |
(5) |
(6) |
(7) |
(8) |
| SET_ID1 |
CID |
REF |
|
|
|
|
|
| SET_ID2 |
CID |
REF |
|
|
|
|
|
| etc. |
|
|
|
|
|
|
|
Definition
| Field |
Contents |
SI Unit Example |
| OPTION |
- None
- The listed nodes are output in the global coordinate
system.
- LOCAL
- The listed nodes are output in the local coordinate
system (fixed or moving).
- SET
- The nodes defined in the set are output in the
global coordinate system.
- SET_LOCAL
- The nodes defined in the set are output in the local
coordinate system (fixed or moving).
|
|
| NOD_IDi |
Node identifier. (Integer) |
|
| SET_IDi |
Node set identifier. (Integer) |
|
| CID |
Local coordinate system identifier used for
output. (Integer) |
|
| REF |
The node output is in:
- = 0
- A fixed coordinate system.
- = 1
- A moving coordinate system defined by nodes.
(Integer) |
|
Comments
- This keyword maps to /TH/NODE.
- A moving coordinate system based on nodes is used when
REF=1.
- The SET_ID should contain only a list of nodes.
It cannot be a set of set.