Click or drag to resize

BoundarySourceTypes Enumeration

Types of Boundary sources

Namespace:  DHI.Mike1D.BoundaryModule
Assembly:  DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum BoundarySourceTypes
Members
  Member nameValueDescription
Unknown0 Unknown
Closed1 Closed boundary. When an external boundary is closed, no boundary condition is required. It matches a zero-flow boundary condition.
OpenSource2 Open boundary. Defines the external boundaries of the model.
PointSource3 A source discharging water in a single point, being either a node or a location.
DistributedSource4 A distributed source ads its content (discharges water) over a location span or an entire reach.
GlobalSource5 Global source, works over the entire network or for all catchments, as e.g. rain, evaporation.
CatchmentSource6 A catchment source, inputs to catchments, as e.g. rain, evaporation.
Structure7 Structure source, inputs to sources, as e.g. time series of dam breach development.
See Also