OverFlowFormulaCalcSubWeirYc Method |
Calculation of characteristic height for a submerged weir: a*upsDepth*(1 - dwsDepth/upsDepth)^^b
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 CalcSubWeirYc(
double a,
double b,
double upsDepth,
double dwsDepth
)
Parameters
- a
- Type: SystemDouble
Coeffcient a [] - b
- Type: SystemDouble
Exponent b [] - upsDepth
- Type: SystemDouble
Upstream depth above sill [m] - dwsDepth
- Type: SystemDouble
Downstream depth above sill [m]
Return Value
Type:
DoubleSee Also