Restart
Restart a Simulation.
- To use a second Engine file, use the steps described in Multiple Engine Files to create
the second Engine file TEST_0002.rad. Start Radioss using second Engine file as the input file and Radioss will continue the job after your stopping point. Note: The energy error and mass error start at zero for the second Engine file simulation.
- Alternatively, a checkpoint file could be used by following the instructions in Checkpoint File.
Stop Computation and Create RESTART.
/STOP
Radioss Engine ends and a RESTART file is written.
The other options available with control files are described in the Control File (C-File) section.
Issue with RESTART file.
If the Engine does not start due to a problem with the RESTART file, check that the RESTART file Runname_0000_0000.rst (written by Starter) appears in the directory where Radioss Engine was run. Check for errors in the Starter output file which would prevent the RESTART file from being created.
Create multiple RESTART files during run.
To create multiple RESTART files during a simulation, use the option /RFILE/n in the Radioss Engine input file Runname_run#.rad:
Where, n refers to the number of different RESTART files that will be kept. The n RESTART files will generate different names, Runname_0001_cpu#_[i].rst with an extension using a letter: for example, the first RESTART file will be named Runname_0001_0000_I.rst; the second RESTART file will be named Runname_0001_0000_J.rst and so on.
It is possible to write up to 18 different RESTART files within the same run.
For example, if the model is named TEST_0000.rad for Starter and TEST_0001.rad for Engine.
/RFILE/6
500
TEST_0001_0001_I.rst
TEST_0001_0001_J.rst
TEST_0001_0001_K.rst
TEST_0001_0001_L.rst
TEST_0001_0001_M.rst
TEST_0001_0001_N.rst
Now to continue your job using the “K” restart file, the second Engine file TEST_0002.rad should be created. In this Engine file, you must assign the keyword /RUN.
/RUN/TEST/2/K
100
Now launch this second Engine file, Radioss will continue the job after the point of TEST_0001_0001_K.rst.