*ELSET

Assign elements to an element set.

This option is used to assign elements to an element set.

Related Topics
In Other Guides
Element definition

ProductsAbaqus/StandardAbaqus/ExplicitAbaqus/CAE

TypeModel or history data

LevelPartPart instanceAssemblyModelStep

Abaqus/CAESet toolset

Required parameters

ELSET

Set this parameter equal to the name of the element set to which the elements will be assigned.

Optional parameters

GENERATE

If this parameter is included, each data line should give a first element, e1; a last element, e2; and the increment in element numbers between these elements, i. Then, all elements going from e1 to e2 in steps of i will be added to the set. i must be an integer such that (e2-e1)/i is a whole number (not a fraction).

INSTANCE

Set this parameter equal to the name of the part instance that contains the elements listed on the data line. This parameter can be used only at the assembly level and is intended to be used as a shortcut to the naming convention. It can be used only in a model defined in terms of an assembly of part instances.

INTERNAL

Abaqus/CAE uses the INTERNAL parameter to identify sets that are created internally. The INTERNAL parameter is used only in models defined in terms of an assembly of part instances. The default is to omit the INTERNAL parameter.

UNSORTED

If this parameter is included, the elements in this element set will be assigned to the set (or added to the set if it already exists) in the order in which they are given.

If this parameter is omitted, the elements in the set are sorted into ascending order of their element numbers, with duplicates eliminated.

Data lines if the GENERATE parameter is omitted

First line
  1. List of elements or element set labels to be assigned to this element set. Only previously defined element sets can be assigned to another element set.

Repeat this data line as often as necessary. Up to 16 entries are allowed per line.

Data lines if the GENERATE parameter is included

First line
  1. First element in set.

  2. Last element in set.

  3. Increment in element numbers between elements in the set. The default is 1.

Repeat this data line as often as necessary.