Reach Class |
Namespace: DHI.Mike1D.NetworkDataAccess
public class Reach : IReach
The Reach type exposes the following members.
| Name | Description | |
|---|---|---|
| Description |
User's descriptive information related to the link
| |
| EndConnection |
Specifies where the reach is connected at its end point (high chainage). Must be null if
not connected.
| |
| IsPressureReach |
True if the reach should always be pressurized (MU special reach with slope=0 and
"weir" at transition to normal 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
| |
| LocationSpan |
The XYZ LocationSpan contains the reach ID, start and end chainages and digipoints in one structure.
| |
| MaximumDx |
The maximal allowed distance between two points of the same type?
| |
| NonReturnReach |
Restrict flow in the first q-grid point to be positive only. Default is false
| |
| ReverseDirection |
Reverse the positive flow direction of the reach. Default is false
| |
| StartConnection |
Specifies where the reach is connected at its start point (low chainage). Must be null if
not connected.
| |
| 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).
|
| 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 a hash function for a particular type. (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
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| _endConnection |
End connection
| |
| _locationSpan |
Span of reach
| |
| _startConnection |
Start connection
|
| Name | Description | |
|---|---|---|
| IsStructureReach |
Returns true when reach is an IStructureReach (Defined by NetworkExtensions.) |