Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
CoverageDependency Struct Reference

Modifications to an InterfaceReaction rate based on a surface species coverage. More...

#include <Reaction.h>

Public Member Functions

 CoverageDependency (double a_, double E_, double m_)
 Constructor. More...
 

Public Attributes

double a
 modification to the pre-exponential factor [m, kmol, s units] More...
 
double E
 modification to the activation energy [K] More...
 
double m
 modification to the temperature exponent More...
 

Detailed Description

Modifications to an InterfaceReaction rate based on a surface species coverage.

Definition at line 190 of file Reaction.h.

Constructor & Destructor Documentation

CoverageDependency ( double  a_,
double  E_,
double  m_ 
)
inline

Constructor.

Parameters
a_modification to the pre-exponential factor [m, kmol, s units]
E_modification to the activation energy [K]
m_modification to the temperature exponent

Definition at line 196 of file Reaction.h.

Member Data Documentation

double a

modification to the pre-exponential factor [m, kmol, s units]

Definition at line 198 of file Reaction.h.

double E

modification to the activation energy [K]

Definition at line 199 of file Reaction.h.

double m

modification to the temperature exponent

Definition at line 200 of file Reaction.h.


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