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.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static double GetUpstreamHead(
bool transitionZone,
double limit,
double upsWL,
double dwsWL
)
Parameters
- transitionZone
- Type: SystemBoolean
Flag telling if upstream water level is within the transition zone - limit
- Type: SystemDouble
Lower limit of the transition zone - upsWL
- Type: SystemDouble
Upstream water level - dwsWL
- Type: SystemDouble
Downstream water level
Return Value
Type:
DoubleSee Also