Click or drag to resize

LateralLinkSetSurfaceConcentrationOnFaces Method

Set external concentrations on each face for the specified component

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetSurfaceConcentrationOnFaces(
	int jComp,
	double[] surfaceConcentrationOnFaces
)

Parameters

jComp
Type: SystemInt32

[Missing <param name="jComp"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetSurfaceConcentrationOnFaces(System.Int32,System.Double[])"]

surfaceConcentrationOnFaces
Type: SystemDouble

[Missing <param name="surfaceConcentrationOnFaces"/> documentation for "M:DHI.Mike1D.Engine.Couplings.LateralLink.SetSurfaceConcentrationOnFaces(System.Int32,System.Double[])"]

See Also