Surface infiltration formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 42: Line 42:
: [[Tracer flow model (Water Overlay)|Tracer flow model]]
: [[Tracer flow model (Water Overlay)|Tracer flow model]]
; Attributes
; Attributes
: [[Ground infiltration md (Water Overlay)]]
: [[Ground infiltration per day (Function Value)]]
: [[Infiltration factor s (Water Overlay)]]
: [[Terrain ground infiltration md (Water Overlay)]]
: [[Terrain ground infiltration md (Water Overlay)]]
: [[Infiltration factor s (Water Overlay)]]


{{Article end
{{Article end

Latest revision as of 07:30, 4 May 2026

Surface infiltration is the amount of water that infiltrates from the surface to the unsaturated zone below the surface.

Surface infiltration is calculated per grid cell. First, the infiltration capacities are calculated:

I¯top={I¯building,if building are present on top of the surfaceI¯terrain,otherwise
I¯surface=min(I¯ground,I¯top)

Then the actual infiltration:

Δwt=min(ht,I¯surfaceΔtfi,t)

Where:

I¯building = The average infiltration capacity based on buildings on top of the surface, based on GROUND_INFILTRATION_MD defined in either the building or function.
I¯terrain = The average infiltration capacity based on the surface terrain, defined by GROUND_INFILTRATION_MD. This value should be interpreted as the vertical conductivity (Kv) of the sub-soil.
I¯top = The average infiltration capacity on top of the surface.
I¯ground = The average infiltration capacity below the surface.
I¯surface = The infiltration capacity from surface to the unsaturated zone.
Δwt = The surface infiltration which takes place at time t.
ht = The amount of water on the surface at time t. Also known as the water column.
Δt = Computational timestep.
fi,t = The interpolated infiltration factor at time t. Configured using INFILTRATION_FACTOR_S.

The following topics are related to this formula.

Formulas
Surface water level formula (Water Overlay)
Groundwater level formula (Water Overlay)
Ground infiltration formula (Water Overlay)
Models
Surface model (Water Overlay)
Ground model (Water Overlay)
Infiltration model (Water Overlay)
Tracer flow model
Attributes
Ground infiltration md (Water Overlay)
Ground infiltration per day (Function Value)
Infiltration factor s (Water Overlay)
Terrain ground infiltration md (Water Overlay)

Notes

How-to's