Click or drag to resize

HDTotalInOutflowCalculatorFlowCategory Enumeration

Types of inflow or outflow to return.

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 FlowCategory
Members
  Member nameValueDescription
All0 All flow into or out of network
Reaches1 All flow into or out of reaches
WaterLevelBoundaryNodes2 All flow into or out of water level boundary nodes
InflowBoundaryNodes3 All flow into or out of inflow boundary nodes
QhBoundaryNodes4 All flow into or out of QH boundary nodes
NonBoundaryNodes5 All flow into or out of node that are not boundary nodes
ExternalStructureReachNodes6 All flow into and out of water level boundaries connected to structure reaches (external structures)
See Also