Ground bottom flow formula (Water Overlay)

From Tygron Support wiki
Revision as of 09:51, 10 July 2020 by Frank@tygron.nl (talk | contribs) (Created page with "Underground seepage (from (or to) outside the project area) is calculated per cell. The seepage is calculated using the following formula: : <math>_delta s = frac{(h<sub>d</s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Underground seepage (from (or to) outside the project area) is calculated per cell.

The seepage is calculated using the following formula:

Failed to parse (syntax error): {\displaystyle _delta s = frac{(h<sub>d</sub>(t) - h<sub>x,y</sub>)}{c}\cdot frac{Δt}{24*60*60}}

The external seepage head is variable over time by the introduction of hv,t

hd(t) = hc + hv,t(t)

Finally, calculate the actual amount of water infiltrating.

Δw = Δs/ ws

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.
  • 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.

Formulas
Groundwater level formula
Surface infiltration formula
Models
Underground model
Infiltration model
Substance flow model

Template:WaterOverlay nav