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.

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void SetSurfaceConcentration(
	int componentIndex,
	double concentration
)

Parameters

componentIndex  Int32
Index of component
concentration  Double
Concentration of component

See Also