11 class Metal :
public MetalPhase
14 Metal(
const std::string& infile, std::string
id=
"") : m_ok(false), m_r(0) {
21 if (!m_ok)
throw CanteraError(
"Metal",
22 "buildSolutionFromXML returned false");
XML_Node * get_XML_File(const std::string &file, int debug)
Return a pointer to the XML tree for a Cantera input file.
Definitions of global routines for the importing of data from XML files (see Input File Handling)...