Surface infiltration formula (Water Overlay): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
* <math>C_{top}</math> = The amount of infiltration that can take place based on the infiltration values present. | * <math>C_{top}</math> = The amount of infiltration that can take place based on the infiltration values present. | ||
* | * <math>W_{surface}</math> = The amount of water (the water column) on the surface. | ||
* | * <math>I_{con}</math> = The [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] of a construction on a specific cell (if present). | ||
* | * <math>I_{surf}</math> = The [[Terrain ground infiltration md (Water Overlay)|GROUND_INFILTRATION_MD]] of the surface terrain type. This value should be interpreted as the vertical conductivity (Kv) of the sub-soil. | ||
==Related== | ==Related== |
Revision as of 07:44, 17 October 2019
Surface infiltration is calculated per cell.
First, the infiltration capacities are calculated:
- Cwater = Wsurface
- Ctop = max( Icon, Isurf )
- Isurf = 0 if a construction is present
- Icon = 0 if no construction is present
Then the actual infiltration:
- Δw = min( Cwater , Δt * Ctop)
Where:
- = The surface infiltration which takes place.
- = Computational timestep.
- = The amount of infiltration that can take place based on the amount of water on the surface.
- = The amount of infiltration that can take place based on the infiltration values present.
- = The amount of water (the water column) on the surface.
- = The GROUND_INFILTRATION_MD of a construction on a specific cell (if present).
- = The GROUND_INFILTRATION_MD of the surface terrain type. This value should be interpreted as the vertical conductivity (Kv) of the sub-soil.
Related
The following topics are related to this formula.