Click or drag to resize

PelegModelEvaluate(Double, Double, Double, Double, Double, Double) Method

Evaluates the mass uptake according to the Peleg model.

Namespace: Altaxo.Calc.FitFunctions.Chemistry.SorptionIsotherms
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Evaluate(
	double x,
	double offset,
	double C1,
	double C2,
	double C3,
	double C4
)

Parameters

x  Double
The dependent variable. Usually water activity / relative humidity (0..1).
offset  Double
The mass of the sample at x==0.
C1  Double
Absorption constant.
C2  Double
Absorption constant.
C3  Double
Exponent. Usually less than 1.
C4  Double
Exponent. Usually greater than 1.

Return Value

Double
The mass of the sample at the water activity x.
See Also