Click or drag to resize

MassChangeAfterStepForSphereEvaluateUnitStep Method

Evaluates the response of a unit step (M0 = 0, ΔM = 1) at t0 = 0.

Namespace: Altaxo.Calc.FitFunctions.Diffusion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double EvaluateUnitStep(
	double t,
	double d,
	double D
)

Parameters

t  Double
The time t.
d  Double
The total thickness of the sheet d.
D  Double
The diffusion constant D.

Return Value

Double
The response to a unit step (M0 = 0, ΔM = 1) at t0 = 0.
See Also