HeadLossCalculator Class |
Namespace: DHI.Mike1D.Engine.ModuleHD
public class HeadLossCalculator : IHeadLossCalculator
The HeadLossCalculator type exposes the following members.
| Name | Description | |
|---|---|---|
| HeadLossCalculator |
Create head loss calculator
|
| Name | Description | |
|---|---|---|
| EffectiveFlowAreaEstimationType |
How to estimate effective flow area in node
| |
| HeadLossCalculationMethod |
Head loss method to use
| |
| HeadLossCoefficient |
Head loss coefficient
| |
| HeadLossCoefficientType |
Head loss coefficient type
|
| 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.) |