Predictive Soave-Redlich-Kwong (PSRK)
Generic cubic equation of state
<math> P = { { R \; T } \over { V - b } } - { { a(T) } \over { ( V + \epsilon * b ) * ( V + \sigma * b ) } } </math>
Parameters for Soave-Redlich-Kwong equation are:
<math> \epsilon = 0</math> and <math> \sigma = 1</math>
Thus:
<math> P = { { R \; T } \over { V - b } } - { { a(T) } \over { V * ( V + b ) } } </math>
PSRK mixing rule for calculating a(T) and b
Cohesion pressure (attractive parameter):
<math> a(T) = b*R*T ( \sum x_i { {a_{ii}(T)} \over {b_i*R*T} } + { { { {g_0^E} \over {R*T} } + \sum x_i ln( b / b_i ) } \over { ln( u / (u + 1) )} } )</math>; <math> u = 1.1 </math>
with <math> a_{ii}(T) = \Psi * { { \alpha_i (T_{r,i}) * R^2 T_{C,i}^2 } \over { P_{C,i} } } </math>; <math> \Psi = 0.42748 </math>
Excluded volume or "co-volume" (repulsive parameter):
<math> b = \sum x_i*b_i </math>
with <math> b_i = \Omega * { { R*T_{C,i} } \over { P_{C,i} } } </math>; <math> \Omega = 0.08664 </math>
Mathias-Copeman equation
Fitting experimental data with Mathias-Copeman parameters <math> c_{1,i} </math>, <math> c_{2,i} </math> and <math> c_{3,i} </math>:
<math> \alpha_i (T_{r,i}) =[ 1 + c_{1,i}*(1 - \sqrt{T_{r,i}}) + c_{2,i}*(1 - \sqrt{T_{r,i}})^2 + + c_{3,i}*(1 - \sqrt{T_{r,i}})^3 ]^2 </math>
General form if no experimental data available:
<math> c_{1,i} = 0.48 + 1.574 \omega_i - 0.176 \omega_i^2 </math>
<math> c_{2,i} = 0 </math>
<math> c_{3,i} = 0 </math>