HydroGeoSphere/Adaptive Timesteps

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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 | edit source]

  1. dhead_allowed Maximum allowed absolute change in nodal head during any time step [L].
• • •

Water depth control[edit | edit source]

  1. ddepth_allowed Maximum allowed absolute change in nodal surface water depth during any time step [L].
• • •

Saturation control[edit | edit source]

  1. dsat_allowed Maximum allowed absolute change in nodal saturation during any time step [L].
• • •

Newton iteration control[edit | edit source]

  1. nnri_allowed Maximum allowed number of Newton-Raphson iterations during any time step [L].
• • •

Concentration control[edit | edit source]

  1. dconc_allowed Maximum allowed absolute change in nodal concentration during any time step [L].
• • •

Mass change control[edit | edit source]

  1. dmass_change_allowed Maximum allowed absolute change in mass during any time step [L].
• • •

Mass error control[edit | edit source]

  1. 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 | edit source]

  1. val Maximum timestep multiplier value.

Assigns a new value for the maximum timestep multiplier, which defaults to 2.

• • •

Minimum timestep multiplier[edit | edit source]

  1. 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.

• • •