EngineReachIsPressureReach Property |
A pressure reach is a reach that is always under pressure. Pressure reaches have zero slope.
Sections of the network can consist of pressure reaches. Downstream of these sections there are pumps,
and upstream there are special tail nodes that function as a weir at the boundary to the normal reaches.
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 IsPressureReach { get; set; }
Public Property IsPressureReach As Boolean
Get
Set
public:
property bool IsPressureReach {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also