Class SystemPrEos1978

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface
Direct Known Subclasses:
SystemSoreideWhitson

public class SystemPrEos1978 extends SystemPrEos
This class defines a thermodynamic system using the Peng Robinson v. 1978 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

    • SystemPrEos1978

      public SystemPrEos1978()

      Constructor for SystemPrEos1978.

    • SystemPrEos1978

      public SystemPrEos1978(double T, double P)

      Constructor for SystemPrEos1978.

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

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

      Constructor for SystemPrEos1978.

      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