MassChangeAfterExponentialEquilibrationForSphereEvaluateUnitStep Method |
Evaluates the response of a unit step (M0 = 0, ΔM = 1) at t0 = 0.
Namespace: Altaxo.Calc.FitFunctions.DiffusionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double EvaluateUnitStep(
double t,
double r,
double D,
double tau
)
Parameters
- t Double
- The time t.
- r Double
- The radius of the sphere.
- D Double
- The diffusion constant D.
- tau Double
- The time constant of the concentration change tau.
Return Value
DoubleThe response to a unit step (M0 = 0, ΔM = 1) at t0 = 0.
See Also