This commit is contained in:
andy
2009-02-18 11:15:47 +00:00
parent c799fb0014
commit c2c0c66fd2

View File

@ -41,7 +41,6 @@ SourceFiles
#include "typeInfo.H"
#include "autoPtr.H"
#include "runTimeSelectionTables.H"
//#include "eos.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -52,8 +51,6 @@ namespace Foam
Class liquid Declaration
\*---------------------------------------------------------------------------*/
//class eos;
class liquid
{
// Private data
@ -85,13 +82,12 @@ class liquid
//- Dipole moment []
scalar dipm_;
//- Pitzer's acentric factor []
//- Pitzer's accentric factor []
scalar omega_;
//- Solubility parameter [(J/m^3)^0.5]
scalar delta_;
//eos state_;
public:
@ -174,7 +170,7 @@ public:
// Member Functions
// Phisical constants which define the specie
// Physical constants which define the specie
//- Molecular weight [kg/kmol]
scalar W() const