OpenBoundaryType Enumeration

Types of open boundaries

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum OpenBoundaryType

Members

Closed0 Closed boundary
Outlet1 Outlet boundary, no boundary source available, always setting up free outflow (natural/critical outflow) or using bottom level when cross sections are not available (structure reaches)
WaterLevel2 Water level boundary
Inflow3 Inflow boundary
QH4 QH (discharge-waterlevel table) boundary
Undefined5 Undefined boundary

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also