Update comments regarding critical / saturation properties
This commit is contained in:
parent
140da430c0
commit
079ef0caf9
2 changed files with 4 additions and 11 deletions
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
*/
|
||||
//@{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue