DistributedSourceBoundaryTypes Enumeration |
Type of distributed source inflow
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 DistributedSourceBoundaryTypes
Members
| Member name | Value | Description |
---|
| Inflow | 0 | Standard inflow |
| RainfallRunoffInflow | 1 | Inflow is from surface/rainfall runoff |
| Rainfall | 2 | Rainfall. Only applicable for distributed overrides in global boundary |
| Evaporation | 3 | Evaporation. Only applicable for distributed overrides in global boundary |
| WindField | 4 | Wind field. Only applicable for distributed overrides in global boundary |
| HeatBalance | 5 | Heat balance. . Not supported |
| ResistanceFactor | 6 | Resistance factor. Only applicable for distributed overrides in global boundary |
| GroundWaterLeakage | 7 | Ground water leakage. Not supported |
See Also