OpenBoundaryType Enumeration |
Types of open boundaries
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum OpenBoundaryType
Members
| Member name | Value | Description |
---|
| Closed | 0 |
Closed boundary
|
| Outlet | 1 |
Outlet boundary, no boundary source available,
always setting up free outflow (natural/critical outflow)
or using bottom level when cross sections are not available (structure reaches)
|
| WaterLevel | 2 |
Water level boundary
|
| Inflow | 3 |
Inflow boundary
|
| QH | 4 |
QH (discharge-waterlevel table) boundary
|
| Undefined | 5 |
Undefined boundary
|
See Also