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.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double GetUpstreamHead(
	bool transitionZone,
	double limit,
	double upsWL,
	double dwsWL
)

Parameters

transitionZone  Boolean
Flag telling if upstream water level is within the transition zone
limit  Double
Lower limit of the transition zone
upsWL  Double
Upstream water level
dwsWL  Double
Downstream water level

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.GateTools.GetUpstreamHead(System.Boolean,System.Double,System.Double,System.Double)"]

See Also