Go to the documentation of this file.
9 #pragma message("warning: Edge.h is deprecated and will be removed after Cantera 2.5.0.")
28 Edge(
const std::string& infile, std::string
id, std::vector<ThermoPhase*> phases)
32 "To be removed after Cantera 2.5.0. "
33 "Replaceable with Solution and/or EdgePhase/EdgeKinetics.");
41 throw CanteraError(
"Edge::Edge",
"error in get_XML_Node");
45 phases.push_back(
this);
bool ready() const
Returns a bool indicating whether the object is ready for use.
Heterogeneous reactions at one-dimensional interfaces between multiple adjacent two-dimensional surfa...
Convenience class which inherits from both EdgePhase and EdgeKinetics.
Class XML_Node is a tree-based representation of the contents of an XML file.
bool importKinetics(const XML_Node &phase, std::vector< ThermoPhase * > th, Kinetics *k)
Import a reaction mechanism for a phase or an interface.
Base class for exceptions thrown by Cantera classes.
void importPhase(XML_Node &phase, ThermoPhase *th)
Import a phase information into an empty ThermoPhase object.
A thermodynamic phase representing a one dimensional edge between two surfaces.
Namespace for the Cantera kernel.