Click or drag to resize

OswinModelEvaluate(Double, Double, Double, Double) Method

Evaluates the mass uptake according to the Oswin 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 C,
	double n
)

Parameters

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

Return Value

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