OpenBoundarySubType Enumeration

Sub type of open boundary

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 OpenBoundarySubType

Members

Standard0 Standard, no special action
WaterLevelCoupled1 Water level boundary coupled to external (surface) area. External coupled area must be provided, ExternalCoupledArea
WaterLevelCoupledQ2 Water level boundary coupled to external (surface) area with a discharge correction. External coupled area must be provided, ExternalCoupledArea

Extension Methods

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

See Also