The default configuration
stores the header information of
INTEGRATION statements row-wise in separate .timestep.header files, see also
TimestepFile and
HeaderInfoOrComments. Setting
the headers are stored in the first line of the .timestep files separated by commas and beginning with the comment mark "#".
The options are described in the table with exemplary .timestep files below.
option | description |
---|
k = 1 | Header entries are stored next to each other |
k = 2 | Header entries are aligned and long header entries are cut off |
k = 3 | Header entries are aligned and long header entries are spread among several lines |
k = 4 | Header entries are aligned and long header entries are printed, possibly moving the following header entries further back |
Examples
TimestepFile_HeaderType = 1
# time, time step size, density times velocity, pressure
0.275000E-02, 0.165000E-02, 0.830765E+01, 0.891613E+01
0.522500E-02, 0.247500E-02, 0.823034E+01, 0.844338E+01
0.893753E-02, 0.371253E-02, 0.832748E+01, 0.809561E+01
TimestepFile_HeaderType = 2
# time, time step size,density times v, pressure
0.275000E-02, 0.165000E-02, 0.830765E+01, 0.891613E+01
0.522500E-02, 0.247500E-02, 0.823034E+01, 0.844338E+01
0.893753E-02, 0.371253E-02, 0.832748E+01, 0.809561E+01
TimestepFile_HeaderType = 3
# time, time step size,density times v, pressure
# elocity
0.275000E-02, 0.165000E-02, 0.830765E+01, 0.891613E+01
0.522500E-02, 0.247500E-02, 0.823034E+01, 0.844338E+01
0.893753E-02, 0.371253E-02, 0.832748E+01, 0.809561E+01
TimestepFile_HeaderType = 4
# time, time step size, density times velocity, pressure
0.275000E-02, 0.165000E-02, 0.830765E+01, 0.891613E+01
0.522500E-02, 0.247500E-02, 0.823034E+01, 0.844338E+01
0.893753E-02, 0.371253E-02, 0.832748E+01, 0.809561E+01