2 #ifndef CXX_INCOMPRESSIBLE
3 #define CXX_INCOMPRESSIBLE
11 class IncompressibleSolid :
public ConstDensityThermo
14 IncompressibleSolid(
const std::string& infile,
15 std::string
id=
"") : m_ok(false), m_r(0) {
22 if (!m_ok)
throw CanteraError(
"IncompressibleSolid",
23 "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.
Header for a Thermo manager for incompressible ThermoPhases (see Thermodynamic Properties and ConstDe...
Definitions of global routines for the importing of data from XML files (see Input File Handling)...