MassChangeAfterStepForSphereEvaluateUnitStepWrtReducedVariable Method |
Evaluates the response of a unit step in dependence of the reduced variable.
Namespace: Altaxo.Calc.FitFunctions.DiffusionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double EvaluateUnitStepWrtReducedVariable(
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 sphere.
Return Value
DoubleThe response to a unit step in dependence on rv and rz.
See Also