RoutingMethod Enumeration |
Method that is used when calculating the routing
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public enum RoutingMethod
Public Enumeration RoutingMethod
public enum class RoutingMethod
Members
| Member name | Value | Description |
---|
| Direct | 0 |
Direct means that the inflow hydrograph is routed as is directly to the next
routing element.
|
| Muskingum | 1 |
The Muskingum method is used for routing. The K and X parameters must be available
|
| MuskingumCunge | 2 |
The Muskingum-Cunge method is used for routing. The K and X parameters are calculated
as part of the procedure. Cross sections must be available at the routing element.
|
See Also