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.StructureModuleAssembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public static double GetUpstreamHead(
bool transitionZone,
double limit,
double upsWL,
double dwsWL
)
- 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
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.GateTools.GetUpstreamHead(System.Boolean,System.Double,System.Double,System.Double)"]