EngineNetGetSourcePointSurfaceInflow Method

Get a source point for surface inflow for the specified node. The NodeMaxInflowReservoir class collects all inflow from surface and applies a max inflow limit to how much is forwarded to the node. The remainder of the inflow is stored in a reservoir "on top of" the node. When no limit is specified (MaxInflowFromSurface is big), all inflow is added directly to the node.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public NodeMaxInflowReservoir GetSourcePointSurfaceInflow(
	EngineNode engineNode
)

Parameters

engineNode  EngineNode

[Missing <param name="engineNode"/> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetSourcePointSurfaceInflow(DHI.Mike1D.Engine.EngineNode)"]

Return Value

NodeMaxInflowReservoir

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetSourcePointSurfaceInflow(DHI.Mike1D.Engine.EngineNode)"]

See Also