Cantera  2.0
Public Member Functions | Public Attributes | List of all members
InterfaceKineticsData Class Reference

This class holds mechanism-specific data. More...

#include <InterfaceKinetics.h>

Public Member Functions

 InterfaceKineticsData (const InterfaceKineticsData &right)
 
InterfaceKineticsDataoperator= (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
 

Detailed Description

This class holds mechanism-specific data.

Definition at line 40 of file InterfaceKinetics.h.

Constructor & Destructor Documentation

~InterfaceKineticsData ( )
virtual

Virtual destructor.

todo - why is this virtual

Definition at line 41 of file InterfaceKinetics.cpp.

Member Data Documentation

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().


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