Click or drag to resize

MassChangeAfterExponentialEquilibrationForCylinderEvaluateUnitStepWrtReducedVariables Method

Evaluates the response of a unit step in dependence of the reduced variables.

Namespace: Altaxo.Calc.FitFunctions.Diffusion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double EvaluateUnitStepWrtReducedVariables(
	double rv,
	double rz
)

Parameters

rv  Double
Reduced variable rv = D*t/r², where D is the diffusion coefficient, t is the time and r is the radius of the cylinder.
rz  Double
Reduced variable rz = D*τ/r², where D is the diffusion coefficient, τ is the time constant of the outer concentration change, and r is the radius of the cylinder.

Return Value

Double
The response to a unit step in dependence on rv and rz.
See Also