Click or drag to resize

IHeadLossCalculator.CalculateHeadloss 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
double CalculateHeadloss(
	IHDReachConnection hdReachConnection
)

Parameters

hdReachConnection
Type: DHI.Mike1D.Engine.ModuleHD.IHDReachConnection
Connection to reach

Return Value

Type: Double
Head loss for reach
See Also