31 SingleSpeciesTP::SingleSpeciesTP() :
220 doublereal V = molecW/
density();
223 cvbar -= alpha * alpha * V * T / beta;
488 const std::string& x)
509 const std::string& y)
518 err(
"setStatePX -> x[0] not 1.0");
526 err(
"setStatePY -> x[0] not 1.0");
536 for (
int n = 0; n < 50; n++) {
540 }
else if (dt < -100.0) {
544 if (fabs(dt) < tol) {
560 for (
int n = 0; n < 50; n++) {
564 }
else if (dt < -100.0) {
568 if (fabs(dt) < tol) {
573 "no convergence. dt = " +
fp2str(dt)+
"\n"
582 for (
int n = 0; n < 50; n++) {
586 }
else if (dt < -100.0) {
590 if (fabs(dt) < tol) {
606 for (
int n = 0; n < 50; n++) {
610 }
else if (dt < -100.0) {
614 if (fabs(dt) < tol) {
628 throw CanteraError(
"SingleSpeciesTP",
"Base class method "
629 +msg+
" called. Equation of state type: "
658 "stoichiometric substances may only contain one species.");