LTSConditionTypes Enumeration

Runtime stop and job start/stop condition types.

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 LTSConditionTypes

Members

TotalInflow0 Condition using total inflow to the network from boundaries.
TotalOutflow1 Condition using total outflow from the network through outlets and structures.
TotalVolume2 Condition using total water volume in the network.
FillingDegree3 Condition using maximal filling degree in any part of the network.
InflowOutflowDifference4 Condition using inflow-outflow difference.
Depth5 Condition using local depth in specified nodes.
LocalFlow6 Condition using local flow in particular reaches or structures.

Extension Methods

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

See Also