Click or drag to resize

NodeMaxInflowReservoirSetSurfaceConcentration 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: SystemInt32
Index of component
concentration
Type: SystemDouble
Concentration of component
See Also