RoutingReach Class |
Namespace: DHI.Mike1D.NetworkDataAccess
The RoutingReach type exposes the following members.
Name | Description | |
---|---|---|
RoutingReach | Initializes a new instance of the RoutingReach class |
Name | Description | |
---|---|---|
__TopoID |
For backwards compatibility after fixing spelling error.
(Inherited from Reach.) | |
Description |
User's descriptive information related to the link
(Inherited from Reach.) | |
EndConnection |
Specifies where the reach is connected at its end point (high chainage). Must be null if
not connected.
(Inherited from Reach.) | |
IsPressureReach |
True if the reach should always be pressurized (MU special reach with slope=0 and
"weir" at transition to normal reach.)
(Inherited from Reach.) | |
IsRegulatedReach |
Regulate reach with a discharge structure on first q-grid point. This is
used for MU setups to limit Q to a QMax(H) og QMax(dH). QMax is set by a control
in the control module
(Inherited from Reach.) | |
LocationSpan |
A Reach is a generalization of the link and branch concepts from sewer and river models.
(Inherited from Reach.)Specification of connection as 'start' and 'end' does not have any impact on the computations, apart that positive flow is considered from start to end. Therefore, it is recommended to specify the start-end in the direction of predominant flows, or to set the ReverseDirection flag. The type of the reach is specified by the cross section for that reach. It may take the form of one of the 'standard' pipes (Circular, Rectangular, O Shaped, Egg-Shaped), or any closed or open cross section shape (CRS/Natural Channels). The LocationSpan defines the geographical position of the reach. Typical types of reaches are the sewer link and the river branch. A sewer link is featured by:
A river branch is featured by:
| |
MaximumDx |
The maximal allowed distance between two points of the same type?
(Inherited from Reach.) | |
NonReturnReach |
Restrict flow in the first q-grid point to be positive only. Default is false
(Inherited from Reach.) | |
ReverseDirection |
Reverse the positive flow direction of the reach. Default is false
(Inherited from Reach.) | |
RoutingElements |
Routing elements used in this reach
| |
StartConnection |
Specifies where the reach is connected at its start point (low chainage). Must be null if
not connected.
(Inherited from Reach.) | |
TopoID |
Id for the cross section topologi that is to be used for the Link / Branch.
If TopoID is not used, set to empty string (null will be handled as the empty string).
(Inherited from Reach.) |
Name | Description | |
---|---|---|
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 |
For debug purposes
(Inherited from Reach.) | |
Validate | (Overrides ReachValidate.) |
Name | Description | |
---|---|---|
_endConnection |
End connection
(Inherited from Reach.) | |
_locationSpan |
Span of reach
(Inherited from Reach.) | |
_startConnection |
Start connection
(Inherited from Reach.) |
Name | Description | |
---|---|---|
IsStructureReach |
Returns true when reach is an IStructureReach (Defined by NetworkExtensions.) |