Ground infiltration formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
Then we calculate the distance of the unsaturated zone which can infiltrate. | Then we calculate the distance of the unsaturated zone which can infiltrate. | ||
: <math>d_{i} = min( d_{u} , \Delta t \cdot I_{g} )</math> | : <math>d_{i} = min( d_{u} , \Delta t \cdot f_{i,t} \cdot I_{g} )</math> | ||
Finally, we calculate the actual amount of water that infiltrates from the unsaturated zone to the saturated zone. | Finally, we calculate the actual amount of water that infiltrates from the unsaturated zone to the saturated zone. | ||
Revision as of 16:31, 29 January 2024
The infiltration from the unsaturated zone to the saturated zone is calculated per cell.
First the height of the unsaturated zone is calculated.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{u} = B_{c} - w_g}
Then the ratio of water amount to unsaturated height is calculated.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r = \Delta w_u/d_{u}}
Then we calculate the distance of the unsaturated zone which can infiltrate.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{i} = min( d_{u} , \Delta t \cdot f_{i,t} \cdot I_{g} )}
Finally, we calculate the actual amount of water that infiltrates from the unsaturated zone to the saturated zone.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta w_i = d_{i} \cdot r}
Where:
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle w_g} = The groundwater level, relative to datum.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle B_c} = the datum height of the surface of cell c, set by the elevation or a Terrain elevation prequel.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{u}} = The height of the unsaturated zone.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta w_u} = 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.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r} = Ratio of water to height in the unsaturated zone.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta t} = Computational timestep.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_{i,t}} = The interpolated infiltration factor at time Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} . Configured using INFILTRATION_FACTOR_S.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle I_{g}} = The GROUND_INFILTRATION_MD of the underground terrain type.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d_{i}} = The height distance in the unsaturated zone which can be subject to infiltration to the saturated zone.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta w_i} = 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 (Water Overlay)
- Surface infiltration formula (Water Overlay)
- Ground bottom flow formula (Water Overlay)
- Models
- Ground model (Water Overlay)
- Infiltration model (Water Overlay)
- Tracer flow model (Water Overlay)





