Skip to main content

Peng-Robinson gas

The Peng-Robinson 57 equation of state for gases.

Density, ρ\rho [kg/m3^3]

ρ=pZRT\rho = \frac{p}{Z R T}

Here, ZZ is computed from the cubic equation:

Z3(1B)Z2+(A2B3B2)Z(ABB2B3)=0Z^3 - (1 - B)Z^2 + (A - 2B - 3B^2)Z - (AB - B^2 - B^3) = 0

Where:

A=αapR2T2;B=bpRT.A = \frac{\alpha a p}{R^2 T^2}; B = \frac{bp}{RT}.

with:

  • a=0.45724R2Tc2pca = 0.45724 \frac{R^2 T_c^2}{p_c}
  • b=0.07780RTcpcb = 0.07780 \frac{R T_c}{p_c}
  • α=(1+κ(1Tr0.5))2\alpha = \left(1 + \kappa (1 - T_r^{0.5}) \right)^2
  • κ=0.37464+1.564226ω0.26992ω2\kappa = 0.37464 + 1.564226 \omega - 0.26992 \omega^2
  • Tr=TTcT_r = \frac{T}{T_c}

Entropy, SS [J/kg/K ]

S=...S = ...

Compressibility, ψ\psi [s2^2/m2^2]

ψ=1ZRT\psi = \frac{1}{Z R T}

Usage

The PengRobinsonGas equation of state is specified as:

equationOfState
{
Tc <scalar>;
Vc <scalar>;
Pc <scalar>;
omega <scalar>;
}

Where

  • Tc : Critical temperature [K]
  • Vc : Critical volume [m3^3/kmol]
  • Pc : Critical pressure [Pa]
  • omega : Accentric factor [-]

Further information

Source code