RoutingMethod Enumeration

Method that is used when calculating the routing

Definition

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

Members

Direct0 Direct means that the inflow hydrograph is routed as is directly to the next routing element.
Muskingum1 The Muskingum method is used for routing. The K and X parameters must be available
MuskingumCunge2 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.

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also