Cantera
2.0
|
This class holds mechanism-specific data. More...
#include <InterfaceKinetics.h>
Public Member Functions | |
InterfaceKineticsData (const InterfaceKineticsData &right) | |
InterfaceKineticsData & | operator= (const InterfaceKineticsData &right) |
virtual | ~InterfaceKineticsData () |
Virtual destructor. | |
Public Attributes | |
doublereal | m_logp0 |
doublereal | m_logc0 |
vector_fp | m_ropf |
vector_fp | m_ropr |
vector_fp | m_ropnet |
bool | m_ROP_ok |
doublereal | m_temp |
Current temperature of the data. | |
doublereal | m_logtemp |
Current log of the temperature. | |
vector_fp | m_rfn |
vector_fp | m_rkcn |
This class holds mechanism-specific data.
Definition at line 40 of file InterfaceKinetics.h.
|
virtual |
doublereal m_temp |
Current temperature of the data.
Definition at line 64 of file InterfaceKinetics.h.
Referenced by InterfaceKinetics::_update_rates_T(), and InterfaceKinetics::InterfaceKinetics().
doublereal m_logtemp |
Current log of the temperature.
Definition at line 66 of file InterfaceKinetics.h.
Referenced by InterfaceKinetics::_update_rates_T().