Surface infiltration formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
First, the infiltration capacities are calculated: | First, the infiltration capacities are calculated: | ||
<math> | <math> \bar{I_top} = | ||
\begin{cases} | |||
\bar{I_{con}}, & \text{if constructions are present on top of the surface} \\ | |||
\bar{I_{terrain}}, & \text{otherwise}\\ | |||
\end{cases} | |||
</math> | |||
<math> | <math> I_{surface} = min(\bar{I_{ground}}, \bar{I_{top}}}) | ||
Then the actual infiltration: | Then the actual infiltration: | ||
<math>\Delta w = min( | <math>\Delta w = min( h, \Delta t \cdot I_{surface})</math> | ||
Where: | Where: | ||
: <math>\bar{I_{con}}</math> = The average infiltration speed based on constructions on top of the surface, based on [[Function ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]]. | |||
: <math>\bar{I_{terrain}}</math> = The average infiltration speed 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 speed on top of the surface. | |||
: <math>\bar{I_ground}</math> = The average infiltration speed below the surface. | |||
: <math> I_{surface}</math> = The (limited) infiltration speed from surface to the unsaturated zone. | |||
: <math>h</math> = The amount of water on the surface. Also known as the water column. | |||
: <math>\Delta w</math> = The surface infiltration which takes place. | |||
: <math>\Delta t</math> = Computational timestep. | |||
==Related== | ==Related== | ||
The following topics are related to this formula. | The following topics are related to this formula. |
Revision as of 13:24, 3 June 2021
Surface infiltration is calculated per cell.
First, the infiltration capacities are calculated:
Failed to parse (syntax error): {\displaystyle I_{surface} = min(\bar{I_{ground}}, \bar{I_{top}}}) Then the actual infiltration: <math>\Delta w = min( h, \Delta t \cdot I_{surface})}
Where:
- = The average infiltration speed based on constructions on top of the surface, based on GROUND_INFILTRATION_MD.
- = The average infiltration speed 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 speed on top of the surface.
- = The average infiltration speed below the surface.
- = The (limited) infiltration speed from surface to the unsaturated zone.
- = The amount of water on the surface. Also known as the water column.
- = The surface infiltration which takes place.
- = Computational timestep.
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