InfiltrationTypes Enumeration |
Namespace: DHI.Mike1D.NetworkDataAccess
public enum InfiltrationTypes
Member name | Value | Description | |
---|---|---|---|
NoInfiltration | 0 | No infiltration | |
BottomInfiltration | 1 |
Infiltration through the bottom, assuming a reservoir with large area and not really any sides.
Only the KfsBottom is used, and a bottom area matching the surface area is used. | |
BoxInfiltration | 2 |
Infiltration through the sides and the bottom, assuming a box-like reservoir with vertical or steep walls.
A side area is calculated and infiltration is based on the KfsBottom. Bottom area is the surface area of an empty basin, i.e. in case of a V shaped geometry the bottom area will be zero and no infiltration will take place. |