MassChangeAfterExponentialEquilibrationForSphereEvaluate(Double, Double, Double, Double, Double, Double, Double) Method |
Evaluates the mass change for a sphere after an exponential equilibration step.
Namespace: Altaxo.Calc.FitFunctions.DiffusionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Evaluate(
double t,
double d,
double t0,
double M0,
double ΔM,
double D,
double tau
)
Parameters
- t Double
- The time at which the response is evaluated.
- d Double
- The sphere radius.
- t0 Double
- The start time of the equilibration step.
- M0 Double
- The initial mass change offset.
- ΔM Double
- The mass change amplitude.
- D Double
- The diffusion constant.
- tau Double
- The time constant of the concentration change.
Return Value
DoubleThe mass change at time
t.
See Also