Click or drag to resize

CouplingsUtilIsOutflowReversed Method

Figure out if the internal discharge direction in the HD module matches outflow.

Discharge is reversed, if the link is at the start of the reach. And the flag is flipped, if the ReverseDirection flag is set.

Works for open boundary nodes only.

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 static bool IsOutflowReversed(
	EngineNet net,
	EngineNode linkNode
)

Parameters

net
Type: DHI.Mike1D.EngineEngineNet

[Missing <param name="net"/> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.IsOutflowReversed(DHI.Mike1D.Engine.EngineNet,DHI.Mike1D.Engine.EngineNode)"]

linkNode
Type: DHI.Mike1D.EngineEngineNode

[Missing <param name="linkNode"/> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.IsOutflowReversed(DHI.Mike1D.Engine.EngineNet,DHI.Mike1D.Engine.EngineNode)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.Couplings.CouplingsUtil.IsOutflowReversed(DHI.Mike1D.Engine.EngineNet,DHI.Mike1D.Engine.EngineNode)"]

See Also