Ground infiltration formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
: <math>I_{g}</math> = The [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] of the underground terrain type. | : <math>I_{g}</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 | : <math>\Delta w_i</math> = The infiltration which takes place from the unsaturated zone to the saturated zone. | ||
==Related== | ==Related== |
Revision as of 12:51, 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 infiltration which takes place from the unsaturated zone to the saturated zone.
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