Class SystemEos

java.lang.Object
neqsim.thermo.system.SystemThermo
neqsim.thermo.system.SystemEos
All Implemented Interfaces:
Serializable, Cloneable, SystemInterface
Direct Known Subclasses:
SystemAmmoniaEos, SystemBnsEos, SystemBWRSEos, SystemDesmukhMather, SystemDuanSun, SystemEOSCGEos, SystemGERG2004Eos, SystemGERG2008Eos, SystemGEWilson, SystemKentEisenberg, SystemLeachmanEos, SystemNRTL, SystemPitzer, SystemPrEos, SystemRKEos, SystemSpanWagnerEos, SystemSrkEos, SystemTSTEos, SystemUNIFAC, SystemUNIFACpsrk, SystemVegaEos, SystemWaterIF97

public abstract class SystemEos extends SystemThermo
Base class for system with EOS.
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

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

    • SystemEos

      public SystemEos()

      Constructor for SystemEos.

    • SystemEos

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

      Constructor for SystemEos.

      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