HydroGeoSphere/Saturated Flow

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

Pressure head input[edit | edit source]

Causes all heads which are input to be treated as pressure heads instead of hydraulic heads.

• • •

Freshwater pressure head[edit | edit source]

Causes all heads which are input and output to be treated as freshwater pressure heads instead of hydraulic heads.

• • •

Fluid pressure[edit | edit source]

Causes all heads which are input and output to be treated as fluid pressures instead of hydraulic heads.

• • •

No fluid mass balance[edit | edit source]

This instruction suppresses the calculation of fluid mass balance information which is, by default, computed at each time step.

• • •

Flow time weighting[edit | edit source]

  1. tw Time-weighting factor for the flow solution.

Assigns a new value for the time-weighting factor for the flow solution, which defaults to 1.0. Values must be greater than 0.0 and less than or equal to 1.0.

• • •

Flow solver maximum iterations[edit | edit source]

  1. maxfit Maximum number of flow solver iterations.

Assigns a new value for the maximum number of flow solver iterations, which defaults to 2000.

• • •

Flow solver convergence criteria[edit | edit source]

  1. restol Flow solver convergence criteria.

Assigns a new value for the flow solver convergence criteria, which defaults to 1 × 10−10.

Convergence is obtained when this criteria is less than the absolute maximum value of the residual (error) of the latest flow solution. For the matrix equation:



where is the coefficient matrix, the vector of unknowns and the vector of knowns, we can calculate the residual , given a solution for as:



• • •

Flow solver detail[edit | edit source]

  1. isolv_info Flow solver detail level.

Assigns a new value for the flow solver detail level, which defaults to 0. This value controls the level of detail of solver performance information printed to the screen and listing file, and can have values of 0 (no information) or 1 (full information).

• • •