IHeadLossCalculator Interface |
Namespace: DHI.Mike1D.Engine.ModuleHD
The IHeadLossCalculator type exposes the following members.
Name | Description | |
---|---|---|
CalculateHeadloss |
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. | |
Initialize |
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. |