Ground bottom flow formula (Water Overlay): Difference between revisions

From Tygron Preview Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
* <math>h_{d}(t)</math> = additional ground water level (or head) of the external zone causing the seepage at time t, in meters
* <math>h_{d}(t)</math> = additional ground water level (or head) of the external zone causing the seepage at time t, in meters
* <math>h_{c_{x,y}}</math> = constant ground water level (or head) of the external zone causing the seepage, in meters
* <math>h_{c_{x,y}}</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>h_{v}(t)</math> = additional variation of seepage head over time
* <math>c_{x,y}</math> = resistance of the separating layer in days
* <math>c_{x,y}</math> = resistance of the separating layer in days
* <math>ws</math> = water storage fraction of the soil
* <math>ws</math> = water storage fraction of the soil

Revision as of 08:58, 28 August 2020

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

The water level change due to seepage is calculated using the following formula:

Δsx,y=hd(t)hx,ycx,yΔt246060

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

hd(t)=hcx,y+hv,t(t)

Finally, calculate the actual amount of water seeping into (or out of) the ground from the bottom.

Δwx,y=Δsx,yws

Where:

  • Δsx,y = The water level change due to seepage, in meters.
  • Δt = Computational timestep in seconds.
  • hx,y = Ground water head in the grid cell.
  • hd(t) = additional ground water level (or head) of the external zone causing the seepage at time t, in meters
  • hcx,y = constant ground water level (or head) of the external zone causing the seepage, in meters
  • hv(t) = additional variation of seepage head over time
  • cx,y = resistance of the separating layer in days
  • ws = water storage fraction of the soil
  • Δwx,y = seeped in water in m

Notes

  • hcx,y and cx,y can both be provided as spatially variable values.
  • hd,t can be provided as a set of values, variable over time.

See also