Ground infiltration formula (Water Overlay): Difference between revisions
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} = | : <math>d_{u} = B_{c} - WL_{underground}</math> | ||
Then the ratio of water amount to unsaturated height is calculated. | Then the ratio of water amount to unsaturated height is calculated. | ||
Line 8: | Line 8: | ||
Then calculate the distance of the unsaturated zone which can infiltrate. | Then calculate the distance of the unsaturated zone which can infiltrate. | ||
: <math>d_{i} = min( d_{u} , \Delta t \cdot I_{ | : <math>d_{i} = min( d_{u} , \Delta t \cdot I_{u} )</math> | ||
Finally, calculate the actual amount of water infiltrating. | Finally, calculate the actual amount of water infiltrating. | ||
Line 14: | Line 14: | ||
Where: | Where: | ||
: <math>\Delta w</math> = The underground infiltration which takes place. | |||
: <math>\Delta t</math> = Computational timestep. | |||
: <math>d_{u}</math> = The height of the unsaturated zone. | |||
: <math>r</math> = Ratio of water to height in the unsaturated zone. | |||
: <math>d_{i}</math> = The height distance in the unsaturated zone which can be subject to infiltration to the saturated zone. | |||
: <math>W_{unset}</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>WL_{underground}</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:46, 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 underground infiltration which takes place.
- = Computational timestep.
- = The height of the unsaturated zone.
- = Ratio of water to height in the unsaturated zone.
- = The height distance in the unsaturated zone which can be subject to infiltration to the saturated 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.
- = 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 GROUND_INFILTRATION_MD of the underground terrain type.
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