Click or drag to resize

IHeadLossCalculatorInitialize Method

Initialize calculator, providing the calculator with the computational HD node.

The IHDNode contains the state of the node, and especially the water level in the node, WaterLevelN and WaterLevelNp1.

Namespace:  DHI.Mike1D.Engine.ModuleHD
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void Initialize(
	IHDNode hdNode
)

Parameters

hdNode
Type: DHI.Mike1D.Engine.ModuleHDIHDNode
Computational HD node
See Also