Click or drag to resize

PowerLawModelEvaluate(Double, Double, Double) Method

Evaluates the power-law viscosity model.

Namespace: Altaxo.Calc.FitFunctions.Viscosity
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Evaluate(
	double gammadot,
	double K,
	double n
)

Parameters

gammadot  Double
The shear rate.
K  Double
The consistency index.
n  Double
The flow behavior index.

Return Value

Double
The viscosity predicted by the model.
See Also