Surface infiltration formula (Water Overlay)

From Tygron Support wiki
Revision as of 13:03, 2 April 2019 by Frank@tygron.nl (talk | contribs) (Created page with "Surface infiltration is calculated per cell. Infiltration capacities: : ''C<sub>water</sub> = W<sub>surface</sub>'' : ''C<sub>top</sub>'' = max( I<sub>con</sub>, I<sub>surf</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Surface infiltration is calculated per cell.

Infiltration capacities:

Cwater = Wsurface
Ctop = max( Icon, Isurf )
Isurf = 0 if a construction is present
Icon = 0 if no construction is present

Actual infiltration:

Δw = min( Cwater , Δt * Ctop)

Where:

  • Δw = The surface infiltration which takes place.
  • Δt = Computational timestep.
  • Cwater = The amount of infiltration that can take place based on the amount of water on the surface.
  • Ctop = The amount of evaporation that can take place based on the infiltration values present.
  • Wsurface = The amount of water (the water column) on the surface.
  • Icon = The GROUND_INFILTRATION_MD of a construction on a specific cell (if present).
  • Isurf = The GROUND_INFILTRATION_MD of the surface terrain type. This value should be interpreted as the vertical conductivity (Kv) of the sub-soil.

Template:WaterOverlay nav