GateToolsGetHeadDifferenceToUseForDwsSubmergedFlow Method |
Finds which downstream water level to use for submerged flow calculation. The result depends
on whether the actual downstream water level is within the transition zone or not.
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 GetHeadDifferenceToUseForDwsSubmergedFlow(
bool transitionZone,
double topLimit,
double upsWL,
double dwsWL
)
Public Shared Function GetHeadDifferenceToUseForDwsSubmergedFlow (
transitionZone As Boolean,
topLimit As Double,
upsWL As Double,
dwsWL As Double
) As Double
public:
static double GetHeadDifferenceToUseForDwsSubmergedFlow(
bool transitionZone,
double topLimit,
double upsWL,
double dwsWL
)
Parameters
- transitionZone
- Type: SystemBoolean
Boolean variable telling if we are in the transition zone - topLimit
- Type: SystemDouble
Upper limit of the transition zone - upsWL
- Type: SystemDouble
Water level upstream of the structure - dwsWL
- Type: SystemDouble
Water level downstream of the structure
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.GateTools.GetHeadDifferenceToUseForDwsSubmergedFlow(System.Boolean,System.Double,System.Double,System.Double)"]
See Also