Click or drag to resize

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.

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

Parameters

engineNode
Type: DHI.Mike1D.EngineEngineNode

Return Value

Type: NodeMaxInflowReservoir
See Also