Click or drag to resize

GateTools.GetUpstreamHead 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
)

Parameters

transitionZone
Type: System.Boolean
Flag telling if upstream water level is within the transition zone
limit
Type: System.Double
Lower limit of the transition zone
upsWL
Type: System.Double
Upstream water level
dwsWL
Type: System.Double
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