IHDNodeInOutflowAnnul Method |
After a HD time step (and before AD time step), it is possible to
add or withdraw discharge from both source input and output.
The amount must be smaller than both SourcesInflow and SourcesOutflow,
or, it will be limited to the largest of the two (because they cannot change sign)
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 InOutflowAnnul(
double dischargeToAnnul
)
Function InOutflowAnnul (
dischargeToAnnul As Double
) As Double
double InOutflowAnnul(
double dischargeToAnnul
)
Parameters
- dischargeToAnnul
- Type: SystemDouble
Amount to annul (when positive) or increase (when negative)
Return Value
Type:
DoubleActual amount annulled
See Also