Click or drag to resize

EnumerationsStandardLinkDischargeType Enumeration

Type of discharge exchange for standard links.

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum StandardLinkDischargeType
Members
  Member nameValueDescription
ActualOutflow0 The actual outflow is the amount of water leaving the model, being the outflow at the outlet/the end of reach.
LastQPointFlow1 The discharge exchanged over the link is the flow of the last Q-point in the link.

This will not take into account any volume changes and sources on the last H grid point in the network.

It does imply a delay in the exchange of data through the standard link, and hence can have a stabilizing effect.

Classic (original) coupling type.

See Also