HDTotalInOutflowCalculatorFlowCategory Enumeration |
Types of inflow or outflow to return.
Namespace:
DHI.Mike1D.Engine.AddOns
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax Members
| Member name | Value | Description |
---|
| All | 0 |
All flow into or out of network
|
| Reaches | 1 |
All flow into or out of reaches
|
| WaterLevelBoundaryNodes | 2 |
All flow into or out of water level boundary nodes
|
| InflowBoundaryNodes | 3 |
All flow into or out of inflow boundary nodes
|
| QhBoundaryNodes | 4 |
All flow into or out of QH boundary nodes
|
| NonBoundaryNodes | 5 |
All flow into or out of node that are not boundary nodes
|
| ExternalStructureReachNodes | 6 |
All flow into and out of water level boundaries connected to structure reaches (external structures)
|
See Also