Records written for any file output request

This section describes the format of the individual records in the Abaqus results file.

Records written for any file output request

1900 Element definitions
  1. Element number.
  2. Element type (characters, A8 format, left justified).
  3. First node on the element.
  4. Second node on the element.
  5. Etc.
1990 Element definition continuation
  1. Node on the element in the previous 1900 record.
  2. Etc.

In Abaqus/Explicit quadrilateral/brick elements that are degenerate (i.e., possessing identical nodes) are written out in record 1900 as corresponding triangular/tetrahedral/wedge elements. For example, a CPE4R element with two identical nodes is written as a CPE3 element, and a C3D8R element with identical third and fourth nodes and identical seventh and eighth nodes is written as a C3D6 element.

1901Node definitions
  1. Node number.
  2. First coordinate.
  3. Second coordinate.
  4. Etc.

Record key 1902 (below) defines the location of each active degree of freedom. For example, if the model contains only two-dimensional beam elements, the only active degrees of freedom are 1, 2, and 6. Therefore, this record would have the attributes (1, 2, 0, 0, 0, 3), meaning that degree of freedom 1 (ux) is the first active variable at each node; degree of freedom 2 (uy) is the second active variable at each node; degrees of freedom 3, 4, and 5 are not active in the model; and degree of freedom 6 is the third active variable at each node.

1902Active degrees of freedom
  1. Location in nodal arrays of degree of freedom 1 (0 if DOF 1 is not active in the model).
  2. Location in nodal arrays of degree of freedom 2 (0 if DOF 2 is not active in the model).
  3. Etc.
1910 Substructure path
  1. 0 substructure enter record; 1 substructure leave record.
  2. Element number on usage level.
  3. Substructure type identifier (Zn).
  4. Element number at the previous level if it is not the usage level.
  5. Etc.
1911 Output request definition
  1. Flag for element-based output (0), nodal output (1), modal output (2), or element set energy output (3).
  2. Set name (node or element set) used in the request (A8 format). This attribute is blank if no set was specified.
  3. Element type (only for element output, A8 format).
1921 Abaqus release, etc.
  1. Abaqus release number (A8 format).
  2. Date (2A8 format).
  3. Date cont'd.
  4. Time (A8 format).
  5. Number of elements in the model.
  6. Number of nodes in the model.
  7. Typical element length in the model.
1922 Heading
  1. Attributes 1–10. The heading entered as the first data line of the HEADING option (A8 format). Equivalent to the job description in Abaqus/CAE.
1931 Node set
  1. Node set name (A8 format). In Abaqus/Explicit only node sets defined as part of the model definition are written.
  2. First node in the node set.
  3. Second node in the node set.
  4. Etc.
1932 Node set continuation
  1. Node number in the node set of the previous 1931 record.
  2. Etc.
1933 Element set
  1. Element set name (A8 format). In Abaqus/Explicit only element sets defined as part of the model definition are written.
  2. First element in the element set.
  3. Second element in the element set.
  4. Etc.
1934 Element set continuation
  1. Element number in the element set of the previous 1933 record.
  2. Etc.
1940 Label cross-reference
  1. Integer reference.
  2. Label (10A8 format).