Click or drag to resize

Altaxo.Calc.FitFunctions.Kinetics Namespace

[Missing <summary> documentation for "N:Altaxo.Calc.FitFunctions.Kinetics"]

Classes
 ClassDescription
Public classConversionAutocatalytic Represents solutions related to the differential equation y'=(k1+k2*y^m)(1-y)^n with the initial condition y(t0)=0./>.
Public classConversionAutocatalyticEvaluator 
Public classConversionNthOrder 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).
Public classKineticsNthOrder Represents solutions related to the differential equation y'=-k*y^n. For the direct solution of this equation, see CoreSolution(Double, Double, Double, Double).
Public classRateOfConversionAutocatalytic 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.
Public classRateOfConversionNthOrder 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).