Loading docs/source_docs/inputs/InputsTimeStepping.rst +4 −4 Original line number Diff line number Diff line Loading @@ -28,10 +28,10 @@ The following inputs must be preceded by "mfix.": +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | tcoll_ratio | DEM timestep equals the min collision time divided by this value | Real | 50.0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | walltime_limit | Write a check point file before the specified walltime (HH:MM:SS) | String | "" | | | has been reached. For example, if mfix.walltime_limit = 0:10:00, then | | | | | timestepping is terminated just before runtime has reached the fixed | | | | | walltime, and the code performs a clean exit | | | | walltime_limit | Runtime limit specified with format HH:MM:SS. When the runtime has | String | "" | | | almost reached the limit (approaching is computed by considering the | | | | | average runtime needed for each step) then the simulation ends and | | | | | a clean exit is performed | | | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | walltime_buffer | This time value, specified as HH:MM:SS, is used to determine whether | String | "" | | | to plot a checkpoint file before the job is terminated by the value | | | Loading Loading
docs/source_docs/inputs/InputsTimeStepping.rst +4 −4 Original line number Diff line number Diff line Loading @@ -28,10 +28,10 @@ The following inputs must be preceded by "mfix.": +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | tcoll_ratio | DEM timestep equals the min collision time divided by this value | Real | 50.0 | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | walltime_limit | Write a check point file before the specified walltime (HH:MM:SS) | String | "" | | | has been reached. For example, if mfix.walltime_limit = 0:10:00, then | | | | | timestepping is terminated just before runtime has reached the fixed | | | | | walltime, and the code performs a clean exit | | | | walltime_limit | Runtime limit specified with format HH:MM:SS. When the runtime has | String | "" | | | almost reached the limit (approaching is computed by considering the | | | | | average runtime needed for each step) then the simulation ends and | | | | | a clean exit is performed | | | +----------------------+-----------------------------------------------------------------------+-------------+--------------+ | walltime_buffer | This time value, specified as HH:MM:SS, is used to determine whether | String | "" | | | to plot a checkpoint file before the job is terminated by the value | | | Loading