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.3572.0 (4.8.3572.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
The coefficient of the first Peleg term.
C2  Double
The coefficient of the second Peleg term.
C3  Double
The exponent applied to the first Peleg term. It is usually less than 1.
C4  Double
The exponent applied to the second Peleg term. It is usually greater than 1.

Return Value

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