Go to the source code of this file.
|
| Kinetics * | newKineticsMgr (XML_Node &phase, std::vector< ThermoPhase * > th) |
| | Create a new kinetics manager. More...
|
| |
| Kinetics * | newKineticsMgr (const std::string &model) |
| | Create a new kinetics manager. More...
|
| |
| shared_ptr< Kinetics > | newKinetics (const std::string &model) |
| | Create a new Kinetics instance. More...
|
| |
| unique_ptr< Kinetics > | newKinetics (const std::vector< ThermoPhase * > &phases, const AnyMap &phaseNode, const AnyMap &rootNode=AnyMap()) |
| |
| unique_ptr< Kinetics > | newKinetics (const std::vector< ThermoPhase * > &phases, const std::string &filename, const std::string &phase_name) |
| |
| void | addReactions (Kinetics &kin, const AnyMap &phaseNode, const AnyMap &rootNode=AnyMap()) |
| |