Click or drag to resize

FreeOverFlowLevelData Constructor (Double, Double, Double, Double, Double, Double)

Constructor. Sets the value of all members.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public FreeOverFlowLevelData(
	double discharge,
	double hPos,
	double hNeg,
	double hWeir,
	double crestWidth,
	double area
)

Parameters

discharge
Type: SystemDouble
Discharge through weir. [m3/sec]
hPos
Type: SystemDouble
Upstream water level in case of positive flow. [m]
hNeg
Type: SystemDouble
Upstream water level in case of negative flow. [m]
hWeir
Type: SystemDouble
Water level at the weir opening. [m]
crestWidth
Type: SystemDouble
Width of the weir crest. [m]
area
Type: SystemDouble
Flow area through the weir. [m2]
See Also