Altaxo.Calc.FitFunctions.Kinetics Namespace |
[Missing <summary> documentation for "N:Altaxo.Calc.FitFunctions.Kinetics"]
Classes | Class | Description |
---|
| ConversionAutocatalytic |
Represents solutions related to the differential equation y'=(k1+k2*y^m)(1-y)^n with the initial condition y(t0)=0./>.
|
| ConversionAutocatalyticEvaluator | |
| ConversionNthOrder |
Represents solutions related to the differential equation y'=k*(1-y)^n with the initial condition y(t0)=0. For the direct solution of this equation, see EvaluateConversion(Double, Double, Double, Double).
|
| KineticsNthOrder |
Represents solutions related to the differential equation y'=-k*y^n. For the direct solution of this equation, see CoreSolution(Double, Double, Double, Double).
|
| RateOfConversionAutocatalytic |
Represents solutions related to the differential equation y'=(k1+k2*y^m)(1-y)^n with the initial condition y(t0)=0.
In this class, not the conversion y(t), but the conversion rate y'(t) is the dependent variable.
|
| RateOfConversionNthOrder |
Represents solutions related to the differential equation y'=k*(1-y)^n with the initial condition y(t0)=0. For the direct solution of this equation, see EvaluateConversionRate(Double, Double, Double, Double).
|