GlobalSourceBoundaryTypes Enumeration |
Type of global source boundaries.
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 GlobalSourceBoundaryTypes
Members
| Member name | Value | Description |
---|
| EUFunction | 0 |
TODO: comment. Possibly remove
|
| Rainfall | 1 |
Rainfall.
|
| Evaporation | 2 |
Evaporation.
|
| WindField | 3 |
Windfield.
|
| HeatBalance | 4 |
Heat balance. TODO: Remove? add in ecolab component or similar
|
| ResistanceFactor | 5 |
Resistence factor.
|
| GroundWaterHead | 6 |
Groundwater head.
|
| Temperature | 7 |
Groundwater head.
|
| CatchmentDischarge | 8 |
Catchment discharge.
|
| CatchmentDischargePerArea | 11 |
Catchment discharge per area.
|
| CatchmentDischargePerPerson | 12 |
Catchment discharge per person
|
| Abstraction | 9 |
Abstraction.
|
| GroundWaterLeakage | 10 |
Ground water leakage
|
See Also