HydroGeoSphere/Adaptive Timesteps
If required, HydroGeoSphere can modify timestep values as the solution proceeds, based on the transient behaviour of the system (see Equation 3.102). The following instructions can be used to activate this feature, and set targets for specific variables (e.g. pressure head, saturation etc.). These targers are used to modify timestep size as the solution proceeds.
Head control
edit- dhead_allowed Maximum allowed absolute change in nodal head during any time step [L].
- • • •
- • • •
Water depth control
edit- ddepth_allowed Maximum allowed absolute change in nodal surface water depth during any time step [L].
- • • •
- • • •
Saturation control
edit- dsat_allowed Maximum allowed absolute change in nodal saturation during any time step [L].
- • • •
- • • •
Newton iteration control
edit- nnri_allowed Maximum allowed number of Newton-Raphson iterations during any time step [L].
- • • •
- • • •
Concentration control
edit- dconc_allowed Maximum allowed absolute change in nodal concentration during any time step [L].
- • • •
- • • •
Mass change control
edit- dmass_change_allowed Maximum allowed absolute change in mass during any time step [L].
- • • •
- • • •
Mass error control
edit- dmass_error_allowed Maximum allowed absolute mass error during any time step [L].
- • • •
- • • •
The following controls are used to generate a timestep multiplier according to Equation 3.102. There are limits to how large or small the multiplier can be, and these are set by default to be in the range of 0.5 to 2 respectively. If you want to modify these limits you can do so using the following instructions:
Maximum timestep multiplier
edit- val Maximum timestep multiplier value.
Assigns a new value for the maximum timestep multiplier, which defaults to 2.
- • • •
- • • •
Minimum timestep multiplier
edit- val Minimum timestep multiplier value.
Assigns a new value for the minimum timestep multiplier, which defaults to 0.5. Currently, HydroGeoSphere ignores this parameter and allows any non-zero minimum, no matter how small.
- • • •
- • • •