Click or drag to resize

NodeMaxInflowReservoir.SetSurfaceConcentration Method

Set concentration of component for surface inflow.

Only used if surface inflow is positive. When negative, water flows out with concentration in 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 void SetSurfaceConcentration(
	int componentIndex,
	double concentration
)

Parameters

componentIndex
Type: System.Int32
Index of component
concentration
Type: System.Double
Concentration of component
See Also