Click or drag to resize

MassChangeAfterStepForCylinderEvaluate(Double, Double, Double, Double, Double, Double) Method

Evaluates the mass change for a cylinder after a step change.

Namespace: Altaxo.Calc.FitFunctions.Diffusion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Evaluate(
	double t,
	double r,
	double t0,
	double M0,
	double ΔM,
	double D
)

Parameters

t  Double
The time at which the response is evaluated.
r  Double
The cylinder radius.
t0  Double
The start time of the step change.
M0  Double
The initial mass change offset.
ΔM  Double
The mass change amplitude.
D  Double
The diffusion constant.

Return Value

Double
The mass change at time t.
See Also