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: 19.0.0.0 (11.1.1.1111)
Syntax
public NodeMaxInflowReservoir GetSourcePointSurfaceInflow(
	EngineNode engineNode
)

Parameters

engineNode
Type: DHI.Mike1D.EngineEngineNode

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

Return Value

Type: NodeMaxInflowReservoir

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

See Also