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.StructureModuleAssembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public static double GetHeadDifferenceToUseForDwsSubmergedFlow(
bool transitionZone,
double topLimit,
double upsWL,
double dwsWL
)
- transitionZone Boolean
- Boolean variable telling if we are in the transition zone
- topLimit Double
- Upper limit of the transition zone
- upsWL Double
- Water level upstream of the structure
- dwsWL Double
- Water level downstream of the structure
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.GateTools.GetHeadDifferenceToUseForDwsSubmergedFlow(System.Boolean,System.Double,System.Double,System.Double)"]