GateToolsGetUpstreamHead Method |
If the upstream water level is within the transition flow the lower limit for the
transition zone is returned. Otherwise the upstream water level is returned.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static double GetUpstreamHead(
bool transitionZone,
double limit,
double upsWL,
double dwsWL
)
Public Shared Function GetUpstreamHead (
transitionZone As Boolean,
limit As Double,
upsWL As Double,
dwsWL As Double
) As Double
public:
static double GetUpstreamHead(
bool transitionZone,
double limit,
double upsWL,
double dwsWL
)
Parameters
- transitionZone
- Type: SystemBoolean
Flag telling if upstream water level is within the transition zone - limit
- Type: SystemDouble
Lower limit of the transition zone - upsWL
- Type: SystemDouble
Upstream water level - dwsWL
- Type: SystemDouble
Downstream water level
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.GateTools.GetUpstreamHead(System.Boolean,System.Double,System.Double,System.Double)"]
See Also