Interface Rate Parameterizations#
Interface Rate Parameterizations
Classes implementing reaction rates that involve interfaces. More...
Collaboration diagram for Interface Rate Parameterizations:
Detailed Description
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. | |
Typedef Documentation
◆ InterfaceArrheniusRate
Arrhenius-type interface reaction rate specifications.
Definition at line 451 of file InterfaceRate.h.
◆ InterfaceBlowersMaselRate
Blowers-Masel-type interface reaction rate specifications.
Definition at line 455 of file InterfaceRate.h.
◆ StickingArrheniusRate
Arrhenius-type interface sticking rate specifications.
Definition at line 587 of file InterfaceRate.h.
◆ StickingBlowersMaselRate
Blowers-Masel-type interface sticking rate specifications.
Definition at line 591 of file InterfaceRate.h.
Generated by