AbstractBroadCrestedCWeirSetWaterLevels Method (Double, Double, Double, Double) | 
 
            Sets up- and down-stream water level and forces the calculation of the discharge and its derivatives.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void SetWaterLevels(
	double upStreamWaterLevel,
	double downStreamWaterLevel,
	double upstreamVelocity,
	double downstreamVelocity
)
Public Sub SetWaterLevels ( 
	upStreamWaterLevel As Double,
	downStreamWaterLevel As Double,
	upstreamVelocity As Double,
	downstreamVelocity As Double
)
public:
virtual void SetWaterLevels(
	double upStreamWaterLevel, 
	double downStreamWaterLevel, 
	double upstreamVelocity, 
	double downstreamVelocity
) sealed
Parameters
- upStreamWaterLevel
 - Type: SystemDouble
Upstream water level [m] - downStreamWaterLevel
 - Type: SystemDouble
Downstream water level [m] - upstreamVelocity
 - Type: SystemDouble
Upstream water velocity [m/s] - downstreamVelocity
 - Type: SystemDouble
Downstream water velocity [m/s] 
Implements
ISolvesEnergyEquationSetWaterLevels(Double, Double, Double, Double)
See Also