Cantera
2.5.1
|
#include "cantera/kinetics/KineticsFactory.h"
#include "cantera/kinetics/GasKinetics.h"
#include "cantera/kinetics/InterfaceKinetics.h"
#include "cantera/kinetics/EdgeKinetics.h"
#include "cantera/kinetics/importKinetics.h"
#include "cantera/base/xml.h"
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
unique_ptr< Kinetics > | newKinetics (vector< ThermoPhase * > &phases, const AnyMap &phaseNode, const AnyMap &rootNode) |
unique_ptr< Kinetics > | newKinetics (std::vector< ThermoPhase * > &phases, const std::string &filename, const std::string &phase_name) |
void | addReactions (Kinetics &kin, const AnyMap &phaseNode, const AnyMap &rootNode) |