*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_{OPTION}
set_ID      
If OPTION = LIST, repeat the following line as needed.
(1) (2) (3) (4) (5) (6) (7) (8)
PID1 PID2 PID3 PID4 PID5 PID6 PID7 PID8
If OPTION = LIST_GENERATE, repeat the following line as needed.
(1) (2) (3) (4) (5) (6) (7) (8)
PIDB1 PIDE1 PIDB2 PIDE2 PIDB3 PIDE3 PIDB4 PIDE4

Definition

Field Contents SI Unit Example
OPTION
LIST (Default)
The parts in the set are listed 8 per line until the next keyword.
LIST_GENERATE
The parts in the set include all the parts between PIDB1PIDE1, PIDB2PIDE2, PIDB3PIDE3, etc.
set_ID Part set identifier.

(Integer)

PID1-PID18 Part IDs, 8 per line .

(Integer)

PIDB1-PIDB5 First part ID of the range, up to 4 per line.

(Integer)

PIDE1-PIDE5 Last part ID of the range, up to 4 per line.

(Integer)

Comments

  1. This keyword maps to /SET/GENERAL.
  2. The option “_TITLE” can be added to the end of this keyword. When “_TITLE” is included, an extra 80 character long line is added after the keyword input line which allows an entity title to be defined.