restart : Restart Parameters

  • Brief description : collects parameter to set initialization with restart and/or status printing to be used as restart.
  • File type : unformatted ASCII
  • Index of the file path in ATLAS.fnames : 15
  • Parameters to be set :
NAME TYPE DESCRIPTION UM
RESTART_INIT character path to simulation status to be used as restart -
RESTART_N_OUT integer number of status printing -
RESTART_TIMES[RESTART_N_OUT] real times at which to print the simulation status \(time\)
RESTART_FILES[RESTART_N_OUT] character path to simulation status to be printed -
  • File structure:
RESTART_INIT
RESTART_N_OUT
RESTART_TIMES[1] RESTART_FILES[1]
RESTART_TIMES[2] RESTART_FILES[2]
...
  • Example [initialization] : this example defines an initialization from a restart file if RESTART_FLAG > 0 (see param file) :
'./INPUT/restart_time_2.0'
0
  • Example [status printing] : this example defines two status printing at TIME = 2.0 and TIME = 8.0 that can be used in another simulation as restart times :
'./INPUT/restart_time_2.0'
2
3.0  './OUTPUT/restart_time_3.0'
8.0  './OUTPUT/restart_time_8.0'