public class RoutingElement : IRoutingElement| RoutingElement | Initializes a new instance of the RoutingElement class |
| DelayTime |
Delay time, time offset over element
Note that Muskingum also applies a time delay, and adds smoothing. Using both MuskingumK and this DelayTime will apply both delays. |
| Description | User's descriptive information related to the routing element |
| Location | Location of the routing element |
| MuskingumK |
The Muskingum K coefficient, often termed the reach "travel time".
If the travel time K is larger than the time step, and the shape parameter MuskingumX is larger than 0, then an unnatural negative dip can occur in front of a new peak. Unit: [s] Used when RoutingMethod is Muskingum |
| MuskingumX |
The Muskingum x coefficient, also called the shape parameter.
Must be between 0 and 0.5. A value of 0.2 is often used for river reaches.
Values larger than 0.5 are unstable.
Values larger than 0.0 can give an unnatural negative dip in front of a new peak.
Unit: [-]
Used when RoutingMethod is Muskingum |
| QhTable |
A q-h relation table, for calculating a water level based on a q value.
Used when RoutingElevation is QhRelation |
| RoutingElevation | The method for calculation of elevation (water level) in the routing element. |
| RoutingMethod | Method that is used when calculating the routing |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |