Adapted values to 5th edition of "Properties of liquids..." and corrected error in accentric factor of nitrogen

This commit is contained in:
Benjamin Faigle
2011-02-18 10:09:15 +00:00
committed by Andreas Lauser
parent d9cc8b9ef5
commit 88f4ff50c3
3 changed files with 17 additions and 11 deletions

View File

@@ -211,13 +211,15 @@ public:
*
* See:
*
* See: R. Reid, et al.: The Properties of Gases and Liquids, 4th
* edition, McGraw-Hill, 1987, pp 396-397, 670
* See: R. Reid, et al.: The Properties of Gases and Liquids,
* 4th edition, McGraw-Hill, 1987, pp 396-397, 670
* 5th edition, McGraw-Hill, 2001 pp 9.7-9.8 (omega and V_c taken from p. A.5)
*
*/
static Scalar gasViscosity(Scalar temperature, Scalar pressure)
{
const Scalar Tc = criticalTemperature();
const Scalar Vc = 99.2; // critical specific volume [cm^3/mol]
const Scalar Vc = 98.6; // critical specific volume [cm^3/mol]
const Scalar omega = 0.011; // accentric factor
const Scalar M = molarMass() * 1e3; // molar mas [g/mol]
const Scalar dipole = 0.0; // dipole moment [debye]

View File

@@ -206,14 +206,16 @@ public:
*
* See:
*
* See: R. Reid, et al.: The Properties of Gases and Liquids, 4th
* edition, McGraw-Hill, 1987, pp 396-397, 667
* See: R. Reid, et al.: The Properties of Gases and Liquids,
* 4th edition, McGraw-Hill, 1987, pp 396-397, 667
* 5th edition, McGraw-Hill, 2001 pp 9.7-9.8 (omega and V_c taken from p. A.19)
*
*/
static Scalar gasViscosity(Scalar temperature, Scalar pressure)
{
const Scalar Tc = criticalTemperature();
const Scalar Vc = 65.1; // critical specific volume [cm^3/mol]
const Scalar omega = -0.218; // accentric factor
const Scalar Vc = 65.0; // critical specific volume [cm^3/mol]
const Scalar omega = -0.216; // accentric factor
const Scalar M = molarMass() * 1e3; // molar mas [g/mol]
const Scalar dipole = 0.0; // dipole moment [debye]

View File

@@ -240,14 +240,16 @@ public:
*
* See:
*
* See: R. Reid, et al.: The Properties of Gases and Liquids, 4th
* edition, McGraw-Hill, 1987, pp 396-397, 664
* See: R. Reid, et al.: The Properties of Gases and Liquids,
* 4th edition, McGraw-Hill, 1987, pp 396-397,
* 5th edition, McGraw-Hill, 2001 pp 9.7-9.8 (omega and V_c taken from p. A.19)
*
*/
static Scalar gasViscosity(Scalar temperature, Scalar pressure)
{
const Scalar Tc = criticalTemperature();
const Scalar Vc = 89.8; // critical specific volume [cm^3/mol]
const Scalar omega = 0.0039; // accentric factor
const Scalar Vc = 90.1; // critical specific volume [cm^3/mol]
const Scalar omega = 0.037; // accentric factor
const Scalar M = molarMass() * 1e3; // molar mas [g/mol]
const Scalar dipole = 0.0; // dipole moment [debye]