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: | ||
: ''C<sub>water</sub> = W<sub>surface</sub>'' | : ''C<sub>water</sub> = W<sub>surface</sub>'' | ||
<math>C_{top} = max( I_{con}, I_{surf})</math> | |||
<math>I_{surf} = 0</math> if a construction is present | |||
<math>I_{con} = 0</math> if no construction is present | |||
Then the actual infiltration: | Then the actual infiltration: | ||
<math>\Delta w = min( C_{water}, \Delta t \cdot C_{top})</math> | <math>\Delta w = min( C_{water}, \Delta t \cdot C_{top})</math> | ||
Revision as of 07:58, 17 October 2019
Surface infiltration is calculated per cell.
First, the infiltration capacities are calculated:
- Cwater = Wsurface
if a construction is present if no construction is present
Then the actual infiltration:
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.