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 12: Line 12:
Then the actual infiltration:
Then the actual infiltration:


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


Where:
Where:
Line 26: Line 26:
: <math>h</math> = The amount of water on the surface. Also known as the water column.
: <math>h</math> = The amount of water on the surface. Also known as the water column.
: <math>\Delta t</math> = Computational timestep.
: <math>\Delta t</math> = Computational 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==

Revision as of 09:30, 13 December 2022

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

Then the actual infiltration:

Where:

= The average infiltration capacity based on constructions 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.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \bar{I}_{surface}} = The infiltration capacity from surface to the unsaturated zone.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta w} = The surface infiltration which takes place.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle h} = The amount of water on the surface. Also known as the water column.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Delta t} = Computational timestep.
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f_{i,t}} = The interpolated infiltration factor at time Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle t} . Configured using INFILTRATION_FACTOR_S.

Related

The following topics are related to this formula.

Formulas
Surface water level formula
Groundwater level formula
Underground infiltration formula
Models
Surface model
Underground model
Infiltration model
Tracer flow model