Cantera  3.1.0a1
KineticsFactory.h File Reference
Include dependency graph for KineticsFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KineticsFactory
 Factory for kinetics managers. More...
 

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Functions

shared_ptr< Kinetics > newKinetics (const string &model)
 Create a new Kinetics instance. More...
 
shared_ptr< Kinetics > newKinetics (const vector< shared_ptr< ThermoPhase >> &phases, const AnyMap &phaseNode, const AnyMap &rootNode=AnyMap(), shared_ptr< Solution > soln={})
 Create a new kinetics manager, initialize it, and add reactions. More...
 
shared_ptr< Kinetics > newKinetics (const vector< shared_ptr< ThermoPhase >> &phases, const string &filename)
 Create a new kinetics manager, initialize it, and add reactions. More...
 
void addReactions (Kinetics &kin, const AnyMap &phaseNode, const AnyMap &rootNode=AnyMap())
 Add reactions to a Kinetics object. More...