IHDNodeCourantNumber Property |
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.
Namespace:
DHI.Mike1D.Engine.ModuleHD
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax double CourantNumber { get; }
ReadOnly Property CourantNumber As Double
Get
property double CourantNumber {
double get ();
}
Property Value
Type:
DoubleRemarks
The Courant number is calculated based on the amount of water flowing out of the
cell, including spilling and sinks.
See Also