IHDNode Interface |
Namespace: DHI.Mike1D.Engine.ModuleHD
public interface IHDNode
The IHDNode type exposes the following members.
Name | Description | |
---|---|---|
CourantNumber |
The Courant Number reflects the fraction between the amount of volume flowing
through the cell in one time step and the amount of volume of water in the cell.
If the value is larger than one, all the water in the cell is "replaced" during a single time step. | |
EngineNode |
EngineNode matching this HD node
| |
Reaches |
List of Reach connections, each specifying a connection between
the node and a reach.
| |
SourcesInflow | Accumulated inflow sources (lateral inflow) at current time step. Always positive | |
SourcesOutflow | Accumulated outflow sources (lateral outflow) at current time step. Always negative | |
WaterLevelN | Water level at time n | |
WaterLevelNp1 | Water level at time n+1 |
Name | Description | |
---|---|---|
AddSourceContribution |
Lateral inflow, average value over time step or value at time N+½.
Be aware that you can not add lateral inflow to a node which is an active open boundary (has no effect). | |
VolumeError |
Calculate the volume/mass error for node. In volume unit ([m3]).
|