EngineReachReverseDirection Property |
Reverse the positive flow direction of the reach. Default is false
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool ReverseDirection { get; set; }
Public Property ReverseDirection As Boolean
Get
Set
public:
property bool ReverseDirection {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
The direction of the reach has no impact on the actual calculations.
The following are changed with the direction:
- Initial conditions for the discharge (also hotstart) - change of sign.
- Open inflow boundary conditions (Q and QH boundaries) - change of sign.
- Values from q-gridpoint - change of sign before value is returned
- Structure gridpoints - structure is reversed.
See Also