Cantera 2.6.0
|
Factory class for reaction rate objects. More...
Go to the source code of this file.
Classes | |
class | ReactionRateFactory |
Factory class to construct reaction rate calculators. More... | |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
shared_ptr< ReactionRate > | newReactionRate (const std::string &type) |
Create a new empty ReactionRate object. More... | |
shared_ptr< ReactionRate > | newReactionRate (const AnyMap &rate_node, const UnitStack &rate_units) |
Create a new Rate object using the specified parameters. More... | |
shared_ptr< ReactionRate > | newReactionRate (const AnyMap &rate_node) |
Create a new Rate object using the specified parameters. More... | |
Factory class for reaction rate objects.
Used by classes that implement kinetics (see Reactions and reaction rates and class ReactionRate).
Definition in file ReactionRateFactory.h.