Click or drag to resize

InfiltrationTypes Enumeration

Infiltration types, specifying how infiltration is calculated in the node.

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum InfiltrationTypes
Members
  Member nameValueDescription
NoInfiltration0 No infiltration
BottomInfiltration1 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.

BoxInfiltration2 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.

See Also