OverFlowFormulaQSluiceGate Method |
Calculation of the discharge as Q=Width*sqrt(g*Yc*Yc*Yc)
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static double QSluiceGate(
double yC,
double w
)
Public Shared Function QSluiceGate (
yC As Double,
w As Double
) As Double
public:
static double QSluiceGate(
double yC,
double w
)
Parameters
- yC
- Type: SystemDouble
Chracteristic height [m] - w
- Type: SystemDouble
Width of the structure [m]
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.StructureModule.OverFlowFormula.QSluiceGate(System.Double,System.Double)"]
See Also