Class SystemTSTEos

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemTSTEos extends SystemEos
This class defines a thermodynamic system using the TST equation of state.
Version:
$Id: $Id
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

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

      double[][] TBPfractionCoefs
  • Constructor Details

    • SystemTSTEos

      public SystemTSTEos()

      Constructor for SystemTSTEos.

    • SystemTSTEos

      public SystemTSTEos(double T, double P)

      Constructor for SystemTSTEos.

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

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

      Constructor for SystemTSTEos.

      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