PointSourceBoundaryInflowTypes Enumeration |
Type of inflow. Used to limit the total inflow of a specific type.
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 PointSourceBoundaryInflowTypes
Members
| Member name | Value | Description |
---|
| NoSpecificType | 0 |
Normal inflow
|
| RainfallRunoff | 1 |
Rainfall runoff
|
| NodeInfiltration | 2 |
Node infiltration (MU type inflow where the input is multiplied by the max node area
below current water level
|
See Also