Click or drag to resize

AdvectiveTransportCalculateFaceValue Method (FuncInt32, Double, Int32, Int32, Double)

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public double CalculateFaceValue(
	Func<int, double> values,
	int valuesLength,
	int faceIndex,
	double c
)

Parameters

values
Type: SystemFuncInt32, Double
valuesLength
Type: SystemInt32
faceIndex
Type: SystemInt32
c
Type: SystemDouble

Return Value

Type: Double
See Also