antioch-0.4.0
|
Go to the source code of this file.
Functions | |
template<typename Scalar > | |
int | check_rate_and_derivative (const Scalar &rate_exact, const Scalar &derive_exact, const Scalar &rate, const Scalar &derive, const Scalar &T) |
template<typename Scalar > | |
int | test_values (const Scalar &Cf, const Scalar &eta, const Scalar &D, const Scalar &Tref, const Antioch::BerthelotHercourtEssenRate< Scalar > &berthelothercourtessen_rate) |
template<typename Scalar > | |
int | tester () |
int | main () |
int check_rate_and_derivative | ( | const Scalar & | rate_exact, |
const Scalar & | derive_exact, | ||
const Scalar & | rate, | ||
const Scalar & | derive, | ||
const Scalar & | T | ||
) |
int main | ( | ) |
Definition at line 159 of file berthelothercourtessen_rate_unit.C.
int test_values | ( | const Scalar & | Cf, |
const Scalar & | eta, | ||
const Scalar & | D, | ||
const Scalar & | Tref, | ||
const Antioch::BerthelotHercourtEssenRate< Scalar > & | berthelothercourtessen_rate | ||
) |
Definition at line 69 of file berthelothercourtessen_rate_unit.C.
References check_rate_and_derivative(), Antioch::BerthelotHercourtEssenRate< CoeffType >::derivative(), std::pow(), and Antioch::BerthelotHercourtEssenRate< CoeffType >::rate_and_derivative.
Referenced by tester().
int tester | ( | ) |
Definition at line 109 of file berthelothercourtessen_rate_unit.C.
References Antioch::KineticsModel::D, Antioch::BerthelotHercourtEssenRate< CoeffType >::reset_coefs(), Antioch::BerthelotHercourtEssenRate< CoeffType >::set_Cf(), Antioch::BerthelotHercourtEssenRate< CoeffType >::set_D(), Antioch::BerthelotHercourtEssenRate< CoeffType >::set_eta(), Antioch::BerthelotHercourtEssenRate< CoeffType >::set_Tref(), test_values(), and Antioch::KineticsModel::Tref().