Mechanical APDL-written binary files include the following:
The following results files, in which Mechanical APDL stores the results of solving finite element analysis problems:
Jobname.rst A structural or coupled-field analysisJobname.rth A thermal analysisJobname.rmg A magnetic analysis
The
Jobname.mode file, storing data related to a modal analysisThe
Jobname.rdsp file, storing data related to a mode-superposition transient analysis.The
Jobname.rfrq file, storing data related to a mode-superposition harmonic analysisThe
Jobname.emat file, storing data related to element matricesThe
Jobname.sub file, storing data related to substructure matricesThe
Jobname.full file, storing the full stiffness-mass matrixThe
Jobname.dsub file, storing displacements related to substructure matrices
The files listed above cover almost all users' needs, although there are others. For more information, see the Basic Analysis Guide.
In the information describing the binary file formats:
Record ID is the identifier for this record. Not all records will have identifiers; they're indicated only for records whose record pointers are stored in a header.
Type indicates what kind of information this record stores.
Number of records indicates how many records of this description are found here.
Record length indicates the number of items stored in the record.
In some record descriptions, actual variable names used may appear in the record contents area.
Each of the Mechanical APDL program's binary files contains a standard, 100-integer file header that describes the file contents. The header contains the items listed below, always in the order shown:
| Item 1 | The file number |
| Item 2 | The file format. This item has a value of 1 if the file is small format, -1 if large format. |
| Item 3 | The time, in compact form (that is, 130619 is 13:06:19) |
| Item 4 | The date, in compact form (that is, 20041023 is 10/23/2004) |
| Item 5 | The units of measurement used. The value of this item is as follows:
|
| Item 10 | The Mechanical APDL release level in integer form ("X.X" in character form) |
| Item 11 | The date of the Mechanical APDL release |
| Items 12-14 | The machine identifier in integer form (three four-character strings) |
| Items 15-16 | The Jobname in integer form (two four-character strings) |
| Items 17-18 | The Mechanical APDL product name in integer form (two four-character strings) |
| Item 19 | The Mechanical APDL special-version label in integer form (one four-character string) |
| Items 20-22 | The user name in integer form (three four-character strings) |
| Items 23-25 | The machine identifier in integer form (three four-character strings) |
| Item 26 | The system record size |
| Item 27 | The maximum file length |
| Item 28 | The maximum record number |
| Item 29 | The number of cores used with shared-memory parallel |
| Item 30 | The number of cores used with distributed-memory parallel |
| Items 31-38 | The Jobname (eight four-character strings) |
| Items 41-60 | The main analysis title in integer form (20 four-character strings) |
| Items 61-80 | The first subtitle in integer form (20 four-character strings) |
| Item 81 | File compression level |
| Item 82 | File sparsification key |
| Item 95 | The split point of the file (0 means the file will not split) |
| Items 97-98 | LONGINT of the maximum file length |