|
antioch-0.4.0
|
#include "antioch/antioch_asserts.h"#include "antioch/metaprogramming_decl.h"#include "antioch/physical_constants.h"#include "antioch/kinetics_type.h"#include "antioch/constant_rate.h"#include "antioch/hercourtessen_rate.h"#include "antioch/berthelot_rate.h"#include "antioch/arrhenius_rate.h"#include "antioch/berthelothercourtessen_rate.h"#include "antioch/kooij_rate.h"#include "antioch/vanthoff_rate.h"#include "antioch/photochemical_rate.h"#include "antioch/reaction_enum.h"Go to the source code of this file.
Namespaces | |
| Antioch | |
| The parameters are reduced parameters. | |
Functions | |
| template<typename CoeffType , typename VectorCoeffType > | |
| KineticsType< CoeffType, VectorCoeffType > * | Antioch::build_rate (const VectorCoeffType &data, const KineticsModel::KineticsModel &kin) |
| cross-road to kinetics model More... | |
| template<typename CoeffType , typename VectorCoeffType , typename VectorType > | |
| void | Antioch::reset_rate (KineticsType< CoeffType, VectorCoeffType > &kin, const VectorType &coefs) |
| template<typename CoeffType , typename VectorCoeffType > | |
| void | Antioch::reset_parameter_of_rate (KineticsType< CoeffType, VectorCoeffType > &rate, KineticsModel::Parameters parameter, const CoeffType new_value, const std::string &unit="SI") |
The rate constant models derived from the Arrhenius model have an activation energy which is stored and used, for efficiency reasons, in the reduced form in K. More... | |
| template<typename CoeffType , typename VectorCoeffType > | |
| void | Antioch::reset_parameter_of_rate (KineticsType< CoeffType, VectorCoeffType > &rate, KineticsModel::Parameters parameter, const CoeffType new_value, int l, const std::string &unit="SI") |