*ELEMENT

Define elements by giving their nodes.

This option is used to define an element directly by specifying its nodes.

Related Topics
In Other Guides
Element definition

ProductsAbaqus/StandardAbaqus/ExplicitAbaqus/CAE

TypeModel data

LevelPartPart instanceAssembly

Abaqus/CAEMesh module

Required parameters

TYPE

Set this parameter equal to the element type, as defined in About the element library.

For user elements specify the Un type identification (see User-defined elements). The USER ELEMENT option must also appear in the same input file.

For substructures specify the Zn type identification (see Using substructures).

Optional parameters

ELSET

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

FILE

This parameter applies only to Abaqus/Standard analyses.

This parameter is meaningful only for substructures. Set this parameter equal to the name (with no extension) of the substructure library on which the substructure resides. See Input Syntax Rules for the syntax of such library names. If no name is specified, the default name is used (see Using substructures).

INPUT

Set this parameter equal to the name of the alternate input file containing the data lines for this option. See Input Syntax Rules for the syntax of such file names. If this parameter is omitted, it is assumed that the data follow the keyword line.

OFFSET

When the ELEMENT option is used to define the connectivity of axisymmetric elements with asymmetric deformation in Abaqus/Standard, set this parameter equal to a positive offset number for use in specifying the additional nodes needed in the connectivity (see Element definition for more information). The default is OFFSET=100000.

When the ELEMENT option is used to define the connectivity of gasket elements in Abaqus/Standard or cohesive elements, set the OFFSET parameter equal to a positive offset number for use in defining the remaining nodes of the element when only part of the element nodes are defined explicitly. If this parameter is omitted, the connectivity of the entire gasket or cohesive element must be specified on the data lines (see Defining the gasket element's initial geometry and Defining the cohesive element's initial geometry).

SOLID ELEMENT NUMBERING

This parameter applies only to Abaqus/Standard analyses.

This parameter can be used only when the ELEMENT option is used to define gasket elements. Use this parameter to specify the connectivity of gasket elements using the node ordering of an equivalent solid element. Set it equal to the face number of the equivalent solid element that corresponds to the first face (SNEG) of the gasket element. If no value is assigned to this parameter, it is assumed that the first face (S1) of the solid element corresponds to the first face of the gasket element.

Data lines to define the elements

First line
  1. Element number.

  2. First node number forming the element.

  3. Second node number forming the element.

  4. Etc., up to 15 node numbers on this line.

The order of nodes for each element type (the element's connectivity) is given in About the element library.

Continuation lines (only needed if the previous line ends with a comma)
  1. Node numbers forming the element.

Repeat this set of data lines as often as necessary, with up to 16 integer values per line (maximum 80 characters).