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)

Definition

Namespace: DHI.Mike1D.Engine.ModuleHD
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
double InOutflowAnnul(
	double dischargeToAnnul
)

Parameters

dischargeToAnnul  Double
Amount to annul (when positive) or increase (when negative)

Return Value

Double
Actual amount annulled

See Also