CatchmentSourceBoundaryTypes Enumeration

Type of Catchmentsource boundary

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum CatchmentSourceBoundaryTypes

Members

Rainfall0 Rain
Evaporation1 Evaporation
Discharge2 Discharge
DischargePerPerson3 Discharge per person
DischargePerArea4 Discharge per Area
Temperature5 Temperature
Irrigation6 Irrigation
Abstraction7 Abstraction
Radiation8 Radiation
DayCoefficient9 Day Coefficient
Component10 Component boundary, providing component concentrations for water being released from catchment into network.

Extension Methods

HasGlobalType Check if catchment boundary type has a matching global boundary type.
(Defined by BoundaryExtensions)
IsCatchmentDischargeType Returns true if the catchment source type is a catchment discharge type
(Defined by BoundaryExtensions)
IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)
ToGlobalType Convert a catchment boundary type to a global boundary type. If there is no corresponding global type, an exception is thrown.
(Defined by BoundaryExtensions)

See Also