mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
typo
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user