OpenBoundaryType Enumeration
Types of open boundaries
Namespace: DHI.Mike1D.EngineAssembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
public enum OpenBoundaryType
| 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
|