Class SystemSrkPenelouxEos

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemSrkPenelouxEos extends SystemSrkEos
This class defines a thermodynamic system using the SRK Peneloux equation of state.
Version:
$Id: $Id
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

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

    • SystemSrkPenelouxEos

      public SystemSrkPenelouxEos()
      Constructor of a fluid object using the SRK-EoS.
    • SystemSrkPenelouxEos

      public SystemSrkPenelouxEos(double T, double P)
      Constructor of a fluid object using the SRK-EoS.
      Parameters:
      T - The temperature in unit Kelvin
      P - The pressure in unit bara (absolute pressure)
    • SystemSrkPenelouxEos

      public SystemSrkPenelouxEos(double T, double P, boolean checkForSolids)
      Constructor of a fluid object using the SRK-EoS.
      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