Click or drag to resize

MassChangeAfterExponentialEquilibrationForPlaneSheetEvaluateUnitStep 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 l,
	double D,
	double tau
)

Parameters

t  Double
The time t.
l  Double
The half thickness of the sheet.
D  Double
The diffusion constant D.
tau  Double
The time constant of the concentration change tau.

Return Value

Double
The response to an exponential concentration change (M0 = 0, ΔM = 1) at t0 = 0.
See Also