Advanced Fluid Properties¶
Use of Extended Corresponding States for Transport Properties¶
For a limited selection of fluids, correlations are provided for the viscosity and the thermal conductivity. But for many fluids, no correlations are available, and therefore other methods must be employed. The extended corresponding states is a method of estimating the transport properties of a fluid by analogy with the transport properties of a fluid that are well defined.
Implementing the ECS method is quite a challenge, but CoolProp is one of the only fluid property databases that properly implements it. And the onlyopen-source package that does. A multi-step method is required, which is hopefully clearly laid out here.
To begin with, the reference fluid must be selected that the fluid of interest will be compared with. Ideally the shape of the molecules should be similar, but in practice, most fluids use R134a as the reference fluid since its thermodynamic and transport properties are well quantified with reference-quality correlations.
Once the reference fluid has been selected, the conformal state of the reference fluid must be determined. The conformal state is the state at which the transport properties of the reference fluid and the fluid of interest are (in theory) the same. In practice, at low densities the shape factors are assumed to be unity, and the conformal temperature and molar density are obtained from
Exact solution for the conformal temperature
If you have Helmholtz EOS for both the fluid and the reference fluid, you need to find a conformal temperature for the reference fluid that will yield the same compressibility factor and the residual Helmholtz energy
where “j” is for the fluid of interest, and the subscript “0” is for the reference fluid. The left side of each equation is already known from the equation of state. Literature suggests that solving for T0 and ρ0 directly is quite challenging. See McLinden 2000 or Klein 1997.
Alternatively, if the shape factors θ and ϕ are known, either from correlation or otherwise, the conformal temperature and density can be calculated directly.
Conversion from ideal gas term to Helmholtz energy term¶
Much of the time the coefficients for the ideal-gas part of the Helmholtz energy are given directly, but sometimes only the gas-specific heat is provided. Therefore you need to be able to go from specific heat to ideal-gas Helmholtz Energy. The ideal-gas Helmholtz energy is given by Equation 23 from Lemmon, 2004, Equations of State for Mixtures of R-32, R-125, R-134a, R-143a, and R-152a, J. Phys. Chem. Ref. Data, Vol. 33, No. 2, 2004 or
non-dimensionalizing
Now we might want to do a change of variable in the integrals. If so, do a u-substitution in the integrals.
where
Simplifying and factoring the τ term yields
which finally yields the solution as of Equation 3 from Lemmon, 2003 (and others)
The specific-heat contribution can then be taken as a sum of the contributions
for a term of the form
the contribution is found from
Factor out a B, First two terms cancel, leaving
or in terms of τ
for a term of the form
the contribution is found from
or in terms of τ
for a term of the form
the contribution is found from
or in terms of τ
These terms can be summarized by the following table:
If the reference enthalpy is known, you can determine the constants from
For the specific heat The two integral terms are
First derivative
Second Derivative
Converting Bender and mBWR EOS¶
If the EOS is of the form
To convert to standard power form in CoolProp, use
The left-hand-side is the derivative of the residual Helmholtz energy with respect to delta times the reduced density since
where
In the Bender EOS, for the exponential part you have terms that can be converted to reduced form
which yields the terms in the following table (from Span, 2000)
Warning
If the terms in the EOS are in terms of T and ρ rather than τ and δ, make sure to multiply appropriately by the critical densities in the exponential term. For instance in Polt paper, the first constant should be n14ρ2c/(2γ)+n17ρ4c/(2γ2)/T3c Be careful!