OverFlowFormulaCalcSubWeirYc Method

Calculation of characteristic height for a submerged weir: a*upsDepth*(1 - dwsDepth/upsDepth)^^b

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double CalcSubWeirYc(
	double a,
	double b,
	double upsDepth,
	double dwsDepth
)

Parameters

a  Double
Coeffcient a []
b  Double
Exponent b []
upsDepth  Double
Upstream depth above sill [m]
dwsDepth  Double
Downstream depth above sill [m]

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.OverFlowFormula.CalcSubWeirYc(System.Double,System.Double,System.Double,System.Double)"]

See Also