Class SystemPrEosDelft1998

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemPrEosDelft1998 extends SystemPrEos
This class defines a thermodynamic system using the PR EoS version of Delft (1998) 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

    • SystemPrEosDelft1998

      public SystemPrEosDelft1998()

      Constructor for SystemPrEosDelft1998.

    • SystemPrEosDelft1998

      public SystemPrEosDelft1998(double T, double P)

      Constructor for SystemPrEosDelft1998.

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

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

      Constructor for SystemPrEosDelft1998.

      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