Classes for handling reactions and reaction rates.
More...
Classes for handling reactions and reaction rates.
|
class | Reaction |
| Abstract base class which stores data about a reaction and its rate parameterization so that it can be added to a Kinetics object. More...
|
|
class | ThirdBody |
| A class for managing third-body efficiencies, including default values. More...
|
|
struct | ReactionData |
| Data container holding shared data used for ReactionRate calculation. More...
|
|
class | ReactionRate |
| Abstract base class for reaction rate definitions; this base class is used by user-facing APIs to access reaction rate objects. More...
|
|
◆ newReactionRate() [1/3]
shared_ptr< ReactionRate > newReactionRate |
( |
const string & |
type | ) |
|
◆ newReactionRate() [2/3]
Create a new Rate object using the specified parameters.
- Parameters
-
rate_node | AnyMap node describing reaction rate. |
rate_units | Vector describing unit system of the reaction rate; each element specifies Unit and exponent applied to the unit. |
Definition at line 135 of file ReactionRateFactory.cpp.
◆ newReactionRate() [3/3]
Create a new Rate object using the specified parameters.
- Parameters
-
rate_node | AnyMap node describing reaction rate. |
Definition at line 164 of file ReactionRateFactory.cpp.