Cantera
3.0.0
|
Classes implementing reaction rates that involve interfaces. More...
Classes implementing reaction rates that involve interfaces.
Classes | |
class | InterfaceRateBase |
Base class for rate parameterizations that involve interfaces. More... | |
class | StickingCoverage |
Base class for rate parameterizations that implement sticking coefficients. More... | |
class | InterfaceRate< RateType, DataType > |
A class template for interface reaction rate specifications. More... | |
class | StickingRate< RateType, DataType > |
A class template for interface sticking rate specifications. More... | |
Typedefs | |
using | InterfaceArrheniusRate = InterfaceRate< ArrheniusRate, InterfaceData > |
Arrhenius-type interface reaction rate specifications. | |
using | InterfaceBlowersMaselRate = InterfaceRate< BlowersMaselRate, InterfaceData > |
Blowers-Masel-type interface reaction rate specifications. | |
using | StickingArrheniusRate = StickingRate< ArrheniusRate, InterfaceData > |
Arrhenius-type interface sticking rate specifications. | |
using | StickingBlowersMaselRate = StickingRate< BlowersMaselRate, InterfaceData > |
Blowers-Masel-type interface sticking rate specifications. | |
Arrhenius-type interface reaction rate specifications.
Definition at line 453 of file InterfaceRate.h.
Blowers-Masel-type interface reaction rate specifications.
Definition at line 457 of file InterfaceRate.h.
Arrhenius-type interface sticking rate specifications.
Definition at line 589 of file InterfaceRate.h.
Blowers-Masel-type interface sticking rate specifications.
Definition at line 593 of file InterfaceRate.h.