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);
Declarations for the EdgePhase ThermoPhase object, which models the interface between two surfaces (s...
Headers for the factory class that can create known ThermoPhase objects (see Thermodynamic Properties...
Base class for exceptions thrown by Cantera classes.
Heterogeneous reactions at one-dimensional interfaces between multiple adjacent two-dimensional surfa...
A thermodynamic phase representing a one dimensional edge between two surfaces.
Convenience class which inherits from both EdgePhase and EdgeKinetics.
bool ready() const
Returns a bool indicating whether the object is ready for use.
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.
void importPhase(XML_Node &phase, ThermoPhase *th)
Import a phase information into an empty ThermoPhase object.
Definitions of global routines for the importing of data from XML files (see Input File Handling).
Namespace for the Cantera kernel.