Surface infiltration formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
:<math> \bar{I}_{top} =   
:<math> \bar{I}_{top} =   
\begin{cases}
\begin{cases}
\bar{I}_{con}, & \text{if constructions are present on top of the surface} \\
\bar{I}_{building}, & \text{if building are present on top of the surface} \\
\bar{I}_{terrain}, & \text{otherwise}\\
\bar{I}_{terrain}, & \text{otherwise}\\
\end{cases}
\end{cases}
Line 18: Line 18:
Where:
Where:


: <math>\bar{I}_{con}</math> = The average infiltration capacity based on constructions on top of the surface, based on [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] defined in either the [[Building|building]] or [[Function|function]].
: <math>\bar{I}_{building}</math> = The average infiltration capacity based on [[building]]s on top of the surface, based on [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] defined in either the [[Building|building]] or [[Function|function]].
: <math>\bar{I}_{terrain}</math> = The average infiltration capacity based on the surface terrain, defined by [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]]. This value should be interpreted as the vertical conductivity (Kv) of the sub-soil.
: <math>\bar{I}_{terrain}</math> = The average infiltration capacity based on the surface [[terrain]], defined by [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]]. This value should be interpreted as the vertical conductivity (Kv) of the sub-soil.


: <math>\bar{I}_{top}</math> = The average infiltration capacity on top of the surface.
: <math>\bar{I}_{top}</math> = The average infiltration capacity on top of the surface.

Revision as of 13:30, 5 March 2024

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:

Then the actual infiltration:

Where:

= The average infiltration capacity based on buildings on top of the surface, based on GROUND_INFILTRATION_MD defined in either the building or function.
= 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.
= The average infiltration capacity on top of the surface.
= The average infiltration capacity below the surface.
= The infiltration capacity from surface to the unsaturated zone.
= The surface infiltration which takes place at time .
= The amount of water on the surface at time . Also known as the water column.
= Computational timestep.
= The interpolated infiltration factor at time . Configured using INFILTRATION_FACTOR_S.

Related

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

Notes

How-to's