Implementation file for classes used in reaction path analysis. More...
#include "cantera/base/ctexceptions.h"
#include "cantera/kinetics/ReactionPath.h"
#include "cantera/kinetics/Reaction.h"
#include "cantera/thermo/ThermoPhase.h"
#include <boost/algorithm/string.hpp>
Implementation file for classes used in reaction path analysis.
Definition in file ReactionPath.cpp.
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
string | reactionLabel (size_t i, size_t kr, size_t nr, const vector< size_t > &slist, const Kinetics &s) |
shared_ptr< ReactionPathDiagram > | newReactionPathDiagram (shared_ptr< Kinetics > kin, const string &element) |
Create a new reaction path diagram. | |