Record Format
The results file is written as a sequential file. Each record has the following format:
Location | Length | Description |
---|---|---|
1 | 1 | Record length () |
2 | 1 | Record type key |
3, 4... | () | Attributes |
All words in the results file are of the same length, whether they contain integer, floating point number, or character string data. The word length is that of a double precision floating point number (8 bytes).
The attributes in a given record may depend on the element type being considered. For example, the stress components associated with three-dimensional shell elements are , , and (in local directions), while those associated with three-dimensional solids are , , , , , and (in global directions if no local orientation is specified). Thus, care must be used in interpreting the data when postprocessing the file output. Refer to Abaqus Elements Guide for a definition of the ordering of element-dependent attributes.
In steady-state dynamic analyses, complex values are stored as the real components followed by the imaginary components. For example, the stress components associated with three-dimensional shell elements are , , and followed by , , and .
In models that are defined in terms of an assembly of part instances, the results file contains internal (global) node and element numbers, as explained in About Output. Part and assembly records are not included in the results file.