Surface infiltration formula (Water Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
Surface infiltration is calculated per cell. First, the infiltration capacities are calculated:
Surface infiltration is the amount of water that infiltrates from the surface to the unsaturated zone below the surface.


<math> \bar{I}_{top} =   
Surface infiltration is calculated per grid cell. First, the infiltration capacities are calculated:
 
:<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}
</math>
</math>


<math> \bar{I}_{surface} = min(\bar{I}_{ground}, \bar{I}_{top})</math>
:<math> \bar{I}_{surface} = min(\bar{I}_{ground}, \bar{I}_{top})</math>


Then the actual infiltration:
Then the actual infiltration:


<math>\Delta w = min( h, \Delta t \cdot \bar{I}_{surface})</math>  
:<math>\Delta w_t = min( h_t, \bar{I}_{surface} \cdot \Delta t \cdot f_{i,t})</math>  


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.
Line 23: Line 25:
: <math>\bar{I}_{surface}</math> = The infiltration capacity from surface to the unsaturated zone.
: <math>\bar{I}_{surface}</math> = The infiltration capacity from surface to the unsaturated zone.


: <math>\Delta w</math> = The surface infiltration which takes place.
: <math>\Delta w_t</math> = The surface infiltration which takes place at time <math>t</math>.
: <math>h</math> = The amount of water on the surface. Also known as the water column.
: <math>h_t</math> = The amount of water on the surface at time <math>t</math>. Also known as the water column.
: <math>\Delta t</math> = Computational timestep.
: <math>\Delta t</math> = Computational [[Timestep formula (Water Overlay)|timestep]].
: <math>f_{i,t}</math> = The interpolated infiltration factor at time <math>t</math>. Configured using [[Infiltration_factor_s_(Water_Overlay)|INFILTRATION_FACTOR_S]].


==Related==
==Related==
The following topics are related to this formula.
The following topics are related to this formula.
; Formulas
; Formulas
: [[Surface water level formula (Water Overlay)|Surface water level formula]]
: [[Surface water level formula (Water Overlay)]]
: [[Groundwater level formula (Water Overlay)|Groundwater level formula]]
: [[Groundwater level formula (Water Overlay)]]
: [[Underground infiltration formula (Water Overlay)|Underground infiltration formula]]
: [[Ground infiltration formula (Water Overlay)]]
; Models
; Models
: [[Surface model (Water Overlay)|Surface model]]
: [[Surface model (Water Overlay)]]
: [[Underground model (Water Overlay)|Underground model]]
: [[Ground model (Water Overlay)]]
: [[Infiltration model (Water Overlay)|Infiltration model]]
: [[Infiltration model (Water Overlay)]]
: [[Tracer flow model (Water Overlay)|Tracer flow model]]
: [[Tracer flow model (Water Overlay)|Tracer flow model]]


{{Article end
|notes=
* When Surface infiltration Only is active, the maximum amount of water that can [[Max infiltration m (Water Overlay)|infiltrate into the unsaturated zone]] can be configured. See [[Infiltration_model_(Water_Overlay)#Surface infiltration Only|Infiltration Model: Surface infiltration Only]] for more details.
|howtos=
* [[How to configure a dynamic infiltration factor for a Water Overlay]]
}}
{{WaterOverlay formula nav}}
{{WaterOverlay formula nav}}

Latest revision as of 14:40, 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