STOMP

Restart File Description (e)

A restart.n file is generated by default at the conclusion of every execution and otherwise when requested in the Output Control Card with the Plot File Output Times input items. If a file named restart.n (where n refers to the time step extension) already exists in the current directory then the file will be erased and overwritten. The user is responsible for renaming previous restart.n files prior to executing the simulator. The user has the option to specify “no restart” or “final restart” as a plot variable. This can be useful for large problems with a large number of requested outputs.

Header

A restart file begins with a welcome statement, disclaimer, and banner, which should appear similar to

 

Data

All data values in restart files are in SI units with pressures expressed in gauge. The first data line of a restart file contains the following timing and simulation information: time, time step, maximum time step, minimum time step, time step acceleration factor, convergence criterion, time step cut factor, maximum number of Newton-Raphson iterations, number of time steps, and number of nodes, number of solutes, operational mode, and the solution control indices.  The remaining lines are the full arrays (for every node in the domain) for each field variable data, followed by the phase condition for each node in the domain for the current time step.  This differs from the STOMP restart structure since each line of data corresponds to all of the field data for every node (one line per node).  The variables written to the restart file are operational mode dependent, but they comprise the complete set of information needed to represent the state of the simulation at that timestep so that upon restart, the intial conditions are those of the saved timestep. 

Warning
The structure of the eSTOMP restart file differs from the structure of the STOMP restart file and so a STOMP restart file cannot be used with an eSTOMP restart file (and vice-versa). Whereas STOMP writes out field data on a nodal basis (each line represents all field data corresponding to a particular node), eSTOMP writes out the field data for the full domain sequentially. This mean sthat each block within the restart file corresponds to the field data needed to represent the state of the system at the beginning of the simulation.

eSTOMP User Guide Home