Click or drag to resize

MassChangeAfterStepForCylinderEvaluateUnitStepAndDerivativesWrtReducedVariable Method

Evaluates the response of a unit step and its derivative with respect to the reduced variable.

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

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.

Return Value

ValueTupleDouble, Double
A tuple containing the function value and its derivative with respect to rv.
See Also