OverFlowFormulaCalcFreeWeirFlow Method

Calculation of the free flow across the weir according to: Q=Width*sqrt(g*Y*Y*Y)where Y = a*D.

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 void CalcFreeWeirFlow(
	out double qCrit,
	ref double dQdHups,
	ref double dQdHdws,
	double a,
	double d,
	double width,
	double delta
)

Parameters

qCrit  Double
The critical discharge [m3/s]
dQdHups  Double
Derivative of Q with respect to upstream water level [m2/s]
dQdHdws  Double
Derivative of Q with respect to downstream water level [m2/s]
a  Double
Coefficient
d  Double
Upstream depth above sill level [m]
width  Double
Width of the weir [m]
delta  Double
Minimum head difference. When head difference is below this linearisation is applied

See Also