Class AttractiveTermPrLeeKesler

All Implemented Interfaces:
Serializable, Cloneable, AttractiveTermInterface

public class AttractiveTermPrLeeKesler extends AttractiveTermPr
Alternative alpha function for the Peng-Robinson EOS using a Soave-form m-factor.

Uses the Soave (SRK) m-factor correlation applied within the PR EOS framework:

  m = 0.480 + 1.574 \omega - 0.176 \omega^2

Note: Despite the class name, this implements the Soave m-factor — NOT the standard PR76 m-factor and NOT the Lee-Kesler BWR enthalpy method. SystemPrLeeKeslerEos uses attractiveTermNumber=1 (standard PR76 alpha), not this class. This class is retained at dispatch index 21 for backward compatibility and research purposes.

The alpha function form is:

  \alpha(T) = \left[1 + m \left(1 - \sqrt{T / T_c}\right)\right]^2
Author:
Even Solbraa
See Also: