CouplingFlowType Enumeration

Coupling flow type

Definition

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

Members

WaterLevel0 Inflow that comes from a standard link
InflowBoundaries1 Inflow occuring at ends of reaches
InnerNode2 Inflow occuring in a single grid point inside a reach
Reaches3 Inflow occuring along the reach

For example, could come from lateral links or fromm the river banks.

ExternalStructures4 Inflow at structure coupling links (weir link, pump link)
DivertedRunOff5 Runoff that could not enter a 1d network, and it is diverted to the surface in a SourceLink
DaCorrection6 
Undefined-1 Undefined

Extension Methods

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

See Also