*SET_PART
LS-DYNA Input Interface KeywordDefines a set of parts based on a list or generates a list by specifying a range of part IDs.
Format
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
|---|---|---|---|---|---|---|---|
| *SET_PART_{OPTION1}_{OPTION2} | |||||||
| set_ID | |||||||
If OPTION1 = LIST, repeat the following line, as
needed.
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
|---|---|---|---|---|---|---|---|
| PID1 | PID2 | PID3 | PID4 | PID5 | PID6 | PID7 | PID8 |
If OPTION1 = LIST_GENERATE, repeat the following
line, as needed.
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
|---|---|---|---|---|---|---|---|
| PIDB1 | PIDE1 | PIDB2 | PIDE2 | PIDB3 | PIDE3 | PIDB4 | PIDE4 |
If OPTION1 = LIST_GENERATE_INCREMENT, repeat the
following line, as needed.
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
|---|---|---|---|---|---|---|---|
| PIDB | PIDE | INCR |
If OPTION1 = COLUMN, repeat the following lines
for each TYPE used.
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) |
|---|---|---|---|---|---|---|---|
| PID |
Definition
| Field | Contents | SI Unit Example |
|---|---|---|
| OPTION1 |
|
|
| OPTION2 |
|
|
| set_ID | Part set identifier. (Integer) |
|
| PID1 - PID8 | Part IDs, 8 per line. (Integer) |
|
| PIDB1 - PIDB4 | First part ID of the range, up to 4 per
line. (Integer) |
|
| PIDE1 - PIDE4 | Last part ID of the range, up to 4 per
line. (Integer) |
|
| PIDB | First part ID of the range. (Integer) |
|
| PIDE | Last part ID of the range. (Integer) |
|
| INCR | Increment value for the list generation from
PIDB to PIDE.
Default = 1 (Integer) |
|
| PID | Part ID, 1 per line. (Integer) |
Comments
- This keyword maps to /SET.
- The option “_TITLE” can be added to the end of this keyword. When “_TITLE” is included, an extra 80 characters long line is added after the keyword input line which allows an entity title to be defined.