Class SystemSrkEos

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface
Direct Known Subclasses:
SystemCSPsrkEos, SystemFurstElectrolyteEos, SystemFurstElectrolyteEosMod2004, SystemPCSAFT, SystemPCSAFTa, SystemPsrkEos, SystemSrkCPA, SystemSrkEosvolcor, SystemSrkMathiasCopeman, SystemSrkPenelouxEos, SystemSrkSchwartzentruberEos, SystemSrkTwuCoonEos, SystemSrkTwuCoonParamEos, SystemSrkTwuCoonStatoilEos

public class SystemSrkEos extends SystemEos
This class defines a thermodynamic system using the SRK 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

    • SystemSrkEos

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

      public SystemSrkEos(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)
    • SystemSrkEos

      public SystemSrkEos(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