Class SystemUNIFAC

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemUNIFAC extends SystemEos
This class defines a thermodynamic system using the Unifac for liquids with SRK equation of state for gas.
Version:
$Id: $Id
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
  • Constructor Details

    • SystemUNIFAC

      public SystemUNIFAC()

      Constructor for SystemUNIFAC.

    • SystemUNIFAC

      public SystemUNIFAC(double T, double P)

      Constructor for SystemUNIFAC.

      Parameters:
      T - The temperature in unit Kelvin
      P - The pressure in unit bara (absolute pressure)
    • SystemUNIFAC

      public SystemUNIFAC(double T, double P, boolean checkForSolids)

      Constructor for SystemUNIFAC.

      Parameters:
      T - The temperature in unit Kelvin
      P - The pressure in unit bara (absolute pressure)
      checkForSolids - Set true to do solid phase check and calculations
  • Method Details