Click or drag to resize

AbstractBroadCrestedCWeirCalculateCriticalConditions Method

Critical -discharge, -discharge derivative and -water level is calculated from the upstream water level and the data of the specific weir.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected abstract double CalculateCriticalConditions(
	double x,
	out double criticalDischarge,
	out double dCriticalDischargedInflowWaterLevel,
	out double criticalWaterLevel
)

Parameters

x
Type: SystemDouble
Actual upstream waterlevel [m]
criticalDischarge
Type: SystemDouble
The critical discharge [m^3/s]
dCriticalDischargedInflowWaterLevel
Type: SystemDouble
The critical discharge with upstream water level derivative [m^2/s]
criticalWaterLevel
Type: SystemDouble
Water level at the structure crest under critical conditions [m]

Return Value

Type: Double

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

See Also