Ground bottom flow formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
The seepage is calculated using the following formula: | The seepage is calculated using the following formula: | ||
<math>\Delta s = \frac{h_{d}(t) - h_{x,y}}{c} \cdot \frac{\Delta t}{24 \cdot 60 \cdot | : <math>\Delta s = \frac{h_{d}(t) - h_{x,y}}{c} \cdot \frac{\Delta t}{24 \cdot 60 \cdot 60}</math> | ||
The external seepage head is variable over time by the introduction of h<sub>v,t</sub> | The external seepage head is variable over time by the introduction of h<sub>v,t</sub> | ||
: | : <math>h_d(t) = h_c + h_{v,t}(t)</math> | ||
Finally, calculate the actual amount of water infiltrating. | Finally, calculate the actual amount of water infiltrating. | ||
: | : <math>\Delta w = \frac{\Delta s}{ws}</math> | ||
Where: | Where: |
Revision as of 09:56, 10 July 2020
Underground seepage (from (or to) outside the project area) is calculated per cell.
The seepage is calculated using the following formula:
The external seepage head is variable over time by the introduction of hv,t
Finally, calculate the actual amount of water infiltrating.
Where:
- Δs = The underground seepage which takes place, in meters.
- Δt = Computational timestep in seconds.
- hd = ground water level (or head) of the external zone causing the seepage, in meters
- hv> = additional variation in head of hd over time
- c = resistance of the separating layer in days
- ws = soil water storage fraction
- Hunsat = The height of the unsaturated zone.
- S = Ratio of water to height in the unsaturated zone.
- Cinf = The height in the unsaturated zone which can be subject to infiltration to the saturated zone.
- Wunset = 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.
- WLunderground = The groundwater level, relative to datum.
- Hsurface = The terrain height in the cell, relative to datum.
- Iund = The GROUND_INFILTRATION_MD of the underground terrain type.
Related
The following topics are related to this formula.