Ground infiltration formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


First the height of the unsaturated zone is calculated.
First the height of the unsaturated zone is calculated.
: <math>d_{u} = B_{c} - w_u</math>
: <math>d_{u} = B_{c} - w_g</math>


Then the ratio of water amount to unsaturated height is calculated.
Then the ratio of water amount to unsaturated height is calculated.
Line 14: Line 14:


Where:
Where:
: <math>\Delta w_i</math> = The underground infiltration which takes place.
: <math>w_g</math> = The [[Groundwater level formula (Water Overlay)|groundwater level]], relative to {{datum}}.
: <math>\Delta t</math> = Computational timestep.
: <math>B_c</math> = the datum height of the surface of cell c, set by the [[Elevation (Water Overlay)|elevation]] or a [[Terrain elevation prequel (Water Overlay)|Terrain elevation prequel]].
 
: <math>d_{u}</math> = The height of the unsaturated zone.
: <math>d_{u}</math> = The height of the unsaturated zone.
: <math>\Delta w_u</math> = The amount of water in the unsaturated zone. The height of the water column if the equivalent amount of water was placed on the surface.
: <math>r</math> = Ratio of water to height in the unsaturated zone.
: <math>r</math> = Ratio of water to height in the unsaturated zone.
: <math>\Delta t</math> = Computational timestep.
: <math>I_{u}</math> = The [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] of the underground terrain type.
: <math>d_{i}</math> = The height distance in the unsaturated zone which can be subject to infiltration to the saturated zone.
: <math>d_{i}</math> = The height distance in the unsaturated zone which can be subject to infiltration to the saturated zone.
 
: <math>\Delta w_i</math> = The underground infiltration which takes place.
: <math>\Delta w_u</math> = The amount of water in the unsaturated zone. The height of the water column if the equivalent amount of water was placed on the surface.
: <math>w_u</math> = The [[Groundwater level formula (Water Overlay)|groundwater level]], relative to {{datum}}.
: <math>B_c</math> = the datum height of the surface of cell c, set by the [[Elevation (Water Overlay)|elevation]] or a [[Terrain elevation prequel (Water Overlay)|Terrain elevation prequel]].
: <math>I_{u}</math> = The [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] of the underground terrain type.


==Related==
==Related==

Revision as of 12:49, 25 January 2024

Underground infiltration (from the unsaturated zone to the saturated zone) is calculated per cell.

First the height of the unsaturated zone is calculated.

Then the ratio of water amount to unsaturated height is calculated.

Then calculate the distance of the unsaturated zone which can infiltrate.

Finally, calculate the actual amount of water infiltrating.

Where:

= The groundwater level, relative to datum.
= the datum height of the surface of cell c, set by the elevation or a Terrain elevation prequel.
= The height of the unsaturated zone.
= The amount of water in the unsaturated zone. The height of the water column if the equivalent amount of water was placed on the surface.
= Ratio of water to height in the unsaturated zone.
= Computational timestep.
= The GROUND_INFILTRATION_MD of the underground terrain type.
= The height distance in the unsaturated zone which can be subject to infiltration to the saturated zone.
= The underground infiltration which takes place.

Related

The following topics are related to this formula.

Formulas
Groundwater level formula
Surface infiltration formula
Underground seepage formula
Models
Underground model
Infiltration model
Tracer flow model