Parent Command
>> CONVERGE
Subcommand
-
Description
By default, TOUGH2 simulations are stopped if 10 consecutive time steps
converge with a single Newton-Raphson iteration because no update of primary
variables occurs. This command allows changing the maximum number of
allowable time steps with ITER=1 to max_iter1.
Consecutive time steps with no update of primary variable occur if:
(1) steady-state is reached;
(2) calibration or printout times are too narrowly spaced;
(3) the maximum time step size (TOUGH2 variable DELTMX) is too small;
(4) the initial time step (TOUGH2 variable DELTEN or DLT(1)) is too small;
(5) a small time step is taken to land on a calibration or printout time.
Only (1) is an acceptable TOUGH2 convergence (see command
Example
> COMPUTATION
>> CONVERGE
>>> accept : 20 CONSECUTIVE time steps that converge on ITER=1
<<<
<<
See Also