OverFlowFormulaQSluiceGate Method

Calculation of the discharge as Q=Width*sqrt(g*Yc*Yc*Yc)

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 QSluiceGate(
	double yC,
	double w
)

Parameters

yC  Double
Chracteristic height [m]
w  Double
Width of the structure [m]

Return Value

Double

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

See Also