Class SystemPitzer

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemPitzer extends SystemEos
Thermodynamic system using the Pitzer GE model.
Author:
esol
See Also:
  • Field Details

    • serialVersionUID

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

    • SystemPitzer

      public SystemPitzer()
      Default constructor.
    • SystemPitzer

      public SystemPitzer(double T, double P)

      Constructor for SystemPitzer.

      Parameters:
      T - temperature in K
      P - pressure in bara
    • SystemPitzer

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

      Constructor for SystemPitzer.

      Parameters:
      T - temperature in K
      P - pressure in bara
      checkForSolids - include solid phase
  • Method Details