antioch-0.4.0
|
#include <limits>
#include <vector>
#include "antioch/vanthoff_rate.h"
#include "antioch/physical_constants.h"
#include "antioch/units.h"
Go to the source code of this file.
Functions | |
template<typename Scalar > | |
int | test_values (const Scalar &Cf, const Scalar &eta, const Scalar &Ea, const Scalar &D, const Scalar &Tref, const Scalar &R, const Antioch::VantHoffRate< Scalar > &vanthoff_rate) |
template<typename Scalar > | |
int | tester () |
int | main () |
int main | ( | ) |
Definition at line 172 of file vanthoff_rate_unit.C.
int test_values | ( | const Scalar & | Cf, |
const Scalar & | eta, | ||
const Scalar & | Ea, | ||
const Scalar & | D, | ||
const Scalar & | Tref, | ||
const Scalar & | R, | ||
const Antioch::VantHoffRate< Scalar > & | vanthoff_rate | ||
) |
Definition at line 36 of file vanthoff_rate_unit.C.
References Antioch::VantHoffRate< CoeffType >::derivative(), std::pow(), and Antioch::VantHoffRate< CoeffType >::rate_and_derivative.
Referenced by tester().
int tester | ( | ) |
Definition at line 108 of file vanthoff_rate_unit.C.
References Antioch::KineticsModel::D, Antioch::Units< T >::get_SI_factor(), Antioch::VantHoffRate< CoeffType >::reset_coefs(), Antioch::VantHoffRate< CoeffType >::set_Cf(), Antioch::VantHoffRate< CoeffType >::set_D(), Antioch::VantHoffRate< CoeffType >::set_Ea(), Antioch::VantHoffRate< CoeffType >::set_eta(), Antioch::VantHoffRate< CoeffType >::set_rscale(), Antioch::VantHoffRate< CoeffType >::set_Tref(), test_values(), and Antioch::KineticsModel::Tref().