Within a routing element the incoming discharge can be routed by different methods specified in the RoutingMethod. All incoming discharge into the element is routed by the method (i.e. an inflow point source will have the same effect regardless of where in the routing element it is connected).
public class EngineRoutingElement| EngineRoutingElement | Initializes a new instance of the EngineRoutingElement class |
| DelayTime | Delay time, time offset over element |
| Description | User's descriptive information related to the routing element |
| Location | Location of the routing element end point |
| MuskingumK | Muskingum K parameter - travel time Unit: [s] |
| MuskingumX | Muskingum X parameter - shape parameter Unit: [-] |
| QhTable | Qh table (actually a h-Q table) for calculating water levels from discharges |
| RoutingElevation | Type of elevation evaluation. |
| RoutingMethod | Routing method |
| Slope | Average slope of element. Used for Muskingum-Cunge routing. Default is not set, in which case the cross section data is used. Unit: [-] |
| SubElements | Additional routing, taking place before the routing defined in this element is evaluated. |
| CreateDefaultElement | Create a default routing element, utilizing direct 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) |