Cantera
2.0
|
#include <RxnRates.h>
Public Member Functions | |
void | addArrheniusTerm (doublereal A, doublereal b, doublereal E) |
void | update_C (const doublereal *c) |
doublereal | update (doublereal logT, doublereal recipT) const |
Update the value of the logarithm of the rate constant. | |
doublereal | updateRC (doublereal logT, doublereal recipT) const |
Update the value the rate constant. | |
void | writeUpdateRHS (std::ostream &s) const |
Static Public Member Functions | |
static int | type () |
static bool | alwaysComputeRate () |
Protected Attributes | |
std::vector< Arrhenius > | m_terms |
vector_int | m_sign |
int | m_nterms |
Definition at line 129 of file RxnRates.h.
|
inline |
Update the value of the logarithm of the rate constant.
Definition at line 156 of file RxnRates.h.
|
inline |
Update the value the rate constant.
This function returns the actual value of the rate constant. It can be safely called for negative values of the pre-exponential factor.
Definition at line 173 of file RxnRates.h.