Class SystemNRTL

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemNRTL extends SystemEos
This class defines a thermodynamic system using the SRK EoS for gas and NRTL for liquids.
Version:
$Id: $Id
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

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

    • SystemNRTL

      public SystemNRTL()

      Constructor for SystemNRTL.

    • SystemNRTL

      public SystemNRTL(double T, double P)

      Constructor for SystemNRTL.

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

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

      Constructor for SystemNRTL.

      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