Revision: 3434
Author:
steven....@gmail.com
Date: Tue Jun 9 16:49:48 2015 UTC
Log: Playing with ThermoPhase::setState_UV
https://code.google.com/p/cantera/source/detail?r=3434
Modified:
/cantera/trunk/src/thermo/ThermoPhase.cpp
=======================================
--- /cantera/trunk/src/thermo/ThermoPhase.cpp Tue Jun 9 16:49:44 2015 UTC
+++ /cantera/trunk/src/thermo/ThermoPhase.cpp Tue Jun 9 16:49:48 2015 UTC
@@ -201,7 +201,7 @@
void ThermoPhase::setState_UV(doublereal u, doublereal v, doublereal dTtol)
{
- setState_HPorUV(u, v, dTtol, true);
+ setState_HPorUV(u, v, dTtol, false);//true);
}
void ThermoPhase::setState_conditional_TP(doublereal t, doublereal p, bool
set_p)