Click or drag to resize

LTSConditionTypes Enumeration

Runtime stop and job start/stop condition types.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum LTSConditionTypes
Members
  Member nameValueDescription
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.
See Also