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.EngineAssembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
public NodeMaxInflowReservoir GetSourcePointSurfaceInflow(
EngineNode engineNode
)
- engineNode EngineNode
[Missing <param name="engineNode"/> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetSourcePointSurfaceInflow(DHI.Mike1D.Engine.EngineNode)"]
NodeMaxInflowReservoir[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineNet.GetSourcePointSurfaceInflow(DHI.Mike1D.Engine.EngineNode)"]