Click or drag to resize

StructureUpdatedWaterLevels Method

After a time step (or iteration) has finished, update the discharge to the actual value, based on the final water levels and the discharge derivatives.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public virtual void UpdatedWaterLevels(
	double upStreamWaterLevel,
	double downStreamWaterLevel
)

Parameters

upStreamWaterLevel
Type: SystemDouble
Upstream water level [m]
downStreamWaterLevel
Type: SystemDouble
Downstream water level [m]

Implements

IStructureUpdatedWaterLevels(Double, Double)
See Also