37 std::string inputFile, std::string
id) :
47 const XML_Node& phaseRoot,
bool spInstalled) :
51 throw CanteraError(
"PDSS_IdealGas",
"sp installing not done yet");
116 const XML_Node& phaseNode, std::string
id)
124 std::string inputFile, std::string
id)
127 if (inputFile.size() == 0) {
129 "input file is null");
132 ifstream fin(path.c_str());
134 throw CanteraError(
"PDSS_IdealGas::constructPDSSFile",
"could not open "
135 +path+
" for reading.");
147 "ERROR: Can not find phase named " +
148 id +
" in file named " + inputFile);
243 doublereal val =
cp_R();
314 throw CanteraError(
"PDSS_IdealGas::pressure()",
"unimplemented");
329 throw CanteraError(
"PDSS_IdealGas::critTemperature()",
"unimplemented");
336 throw CanteraError(
"PDSS_IdealGas::critPressure()",
"unimplemented");
343 throw CanteraError(
"PDSS_IdealGas::critDensity()",
"unimplemented");
391 throw CanteraError(
"PDSS_IdealGas::satPressure()",
"unimplemented");