Ground bottom flow formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
Where: | Where: | ||
* | * <math>\Delta s</math> = The underground seepage which takes place, in meters. | ||
* | * <math>\Delta t</math> = Computational timestep in seconds. | ||
* | * <math>h_{d,t}</math> = ground water level (or head) of the external zone causing the seepage at time t, in meters | ||
* | * <math>h_{c}</math> = constant ground water level (or head) of the external zone causing the seepage, in meters | ||
* <math>h_{v,t}</math> = additional variation of seepage head over time | |||
* <math>c</math> = resistance of the separating layer in days | |||
* <math>ws</math> = water storage fraction of the soil | |||
* | |||
* | |||
* | |||
==Related== | ==Related== | ||
| Line 36: | Line 27: | ||
: [[Underground model (Water Overlay)|Underground model]] | : [[Underground model (Water Overlay)|Underground model]] | ||
: [[Infiltration model (Water Overlay)|Infiltration model]] | : [[Infiltration model (Water Overlay)|Infiltration model]] | ||
{{Template:WaterOverlay_nav}} | {{Template:WaterOverlay_nav}} | ||
Revision as of 09:59, 10 July 2020
Underground seepage (from (or to) outside the project area) is calculated per cell.
The seepage is calculated using the following formula:
- 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 s = \frac{h_{d}(t) - h_{x,y}}{c} \cdot \frac{\Delta t}{24 \cdot 60 \cdot 60}}
The external seepage head is variable over time by the introduction of hv,t
- 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 h_d(t) = h_c + h_{v,t}(t)}
Finally, calculate the actual amount of water infiltrating.
- 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 = \frac{\Delta s}{ws}}
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 \Delta s} = The underground seepage which takes place, in meters.
- 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 in seconds.
- 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 h_{d,t}} = ground water level (or head) of the external zone causing the seepage at time t, in meters
- 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 h_{c}} = constant ground water level (or head) of the external zone causing the seepage, in meters
- 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 h_{v,t}} = additional variation of seepage head over 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 c} = resistance of the separating layer in days
- 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 ws} = water storage fraction of the soil
Related
The following topics are related to this formula.