Click or drag to resize

HDInOutFlowType Enumeration

Enum for different types of in and out flow.

Namespace:  DHI.Mike1D.Engine.AddOns
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum HDInOutFlowType
Members
  Member nameValueDescription
TotalInflow0 Total inflow, from beginning of simulation
TotalOutflow1 Total outflow, from beginning of simulation
TimestepInflow2 Inflow for the current time step
TimestepOutflow3 Outflow for the current time step
See Also