BoundarySourceTypes Enumeration |
Types of Boundary sources
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum BoundarySourceTypes
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown
|
| Closed | 1 |
Closed boundary. When an external boundary is closed, no boundary condition is required. It matches a zero-flow boundary condition.
|
| OpenSource | 2 |
Open boundary. Defines the external boundaries of the model.
|
| PointSource | 3 |
A source discharging water in a single point, being either a node or a location.
|
| DistributedSource | 4 |
A distributed source ads its content (discharges water) over a location span or an entire reach.
|
| GlobalSource | 5 |
Global source, works over the entire network or for all catchments, as e.g. rain, evaporation.
|
| CatchmentSource | 6 |
A catchment source, inputs to catchments, as e.g. rain, evaporation.
|
| Structure | 7 |
Structure source, inputs to sources, as e.g. time series of dam breach development.
|
See Also