Click or drag to resize

MassChangeAfterStepForPlaneSheetEvaluate(Double, Double, Double, Double, Double, Double) Method

Evaluates the response of a concentration step at t0.

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

Parameters

t  Double
The time.
l  Double
The half thickness of the plane sheet.
t0  Double
The time of the concentration step.
M0  Double
The initial mass.
ΔM  Double
The total change of mass due to the concentration step.
D  Double
The diffusion coefficient.

Return Value

Double
The response to a concentration step at t0.
See Also