Cantera  2.0
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
ArrheniusSum Class Reference

#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< Arrheniusm_terms
 
vector_int m_sign
 
int m_nterms
 

Detailed Description

Deprecated:
This class is not used.

Definition at line 129 of file RxnRates.h.

Member Function Documentation

doublereal update ( doublereal  logT,
doublereal  recipT 
) const
inline

Update the value of the logarithm of the rate constant.

Definition at line 156 of file RxnRates.h.

doublereal updateRC ( doublereal  logT,
doublereal  recipT 
) const
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.


The documentation for this class was generated from the following file: