Class SystemSrkCPAstatoil

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemSrkCPAstatoil extends SystemSrkCPAs
This class defines a thermodynamic system using the CPA-EOS of Equinor 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

    • SystemSrkCPAstatoil

      public SystemSrkCPAstatoil()
      Constructor of a fluid object using the CPA-EoS version of Equinor.
    • SystemSrkCPAstatoil

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

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