Click or drag to resize

HeadLossCalculatorCalculateHeadloss Method

Calculate head loss for the provided reach.

Head loss is the loss of "height" from the node to the reach inlet. Head loss is handled with sign, so a negative headloss will raise the water level boundary condition in the connected reach.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double CalculateHeadloss(
	IHDReachConnection hdReachConnection
)

Parameters

hdReachConnection
Type: DHI.Mike1D.Engine.ModuleHDIHDReachConnection
Connection to reach

Return Value

Type: Double
Head loss for reach

Implements

IHeadLossCalculatorCalculateHeadloss(IHDReachConnection)
See Also