Update comments regarding critical / saturation properties

This commit is contained in:
Ray Speth 2015-06-24 13:26:47 -04:00
parent 140da430c0
commit 079ef0caf9
2 changed files with 4 additions and 11 deletions

View file

@ -361,8 +361,6 @@ public:
//@}
/// @name Critical State Properties.
/// These methods are only implemented by some subclasses, and may
/// be moved out of ThermoPhase at a later date.
//@{
/// Critical temperature (K).

View file

@ -1305,13 +1305,9 @@ public:
bool getElementPotentials(doublereal* lambda) const;
//@}
//---------------------------------------------------------
/// @name Critical State Properties.
/// These methods are only implemented by some subclasses, and may
/// be moved out of ThermoPhase at a later date.
/// These methods are only implemented by subclasses that implement
/// liquid-vapor equations of state.
//@{
/// Critical temperature (K).
@ -1343,9 +1339,8 @@ public:
/** @name Saturation Properties.
*
* These methods are only implemented by subclasses that
* implement full liquid-vapor equations of state. They may be
* moved out of ThermoPhase at a later date.
* These methods are only implemented by subclasses that implement full
* liquid-vapor equations of state.
*/
//@{