Next: 1.1.2 Data File
Up: 1.1 Format of Version
Previous: 1.1 Format of Version
The header file consists of a set of records describing the contents of
the database data file. Each record contains
- Iteration Number
- Time step number
- Simulation Time
- Number of values written to the data file
- Variable type
- Record number for the start of the variable values in the data file.
- Pointer to the header record number for the next variable in a
chain. Set to 0 for variables not in a chain
- Variable name.
Currently the header database file is written free format. It is opened
as an unformatted, direct access file.
2002-12-09