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