Cantera  2.5.1
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
 coefficient for exponential dependence on coverage [dimensionless] More...
 
double E
 modification to the activation energy [K] More...
 
double m
 exponent for power law dependence on coverage [dimensionless] More...
 

Detailed Description

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

Definition at line 198 of file Reaction.h.

Constructor & Destructor Documentation

◆ CoverageDependency()

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

Constructor.

Parameters
a_coefficient for exponential dependence on coverage [dimensionless]
E_modification to the activation energy [K]
m_exponent for power law dependence on coverage [dimensionless]

Definition at line 204 of file Reaction.h.

Member Data Documentation

◆ a

double a

coefficient for exponential dependence on coverage [dimensionless]

Definition at line 206 of file Reaction.h.

◆ E

double E

modification to the activation energy [K]

Definition at line 207 of file Reaction.h.

◆ m

double m

exponent for power law dependence on coverage [dimensionless]

Definition at line 208 of file Reaction.h.


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