| HeadLossCalculator Methods | 
The HeadLossCalculator type exposes the following members.
 Methods
Methods| 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. | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | 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. | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also