Class SystemUMRPRUEos

All Implemented Interfaces:
Serializable, Cloneable, SystemInterface
Direct Known Subclasses:
SystemUMRPRUMCEos

public class SystemUMRPRUEos extends SystemPrEos
This class defines a thermodynamic system using the UMR-PRU 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

    • SystemUMRPRUEos

      public SystemUMRPRUEos()

      Constructor for SystemUMRPRUEos.

    • SystemUMRPRUEos

      public SystemUMRPRUEos(double T, double P)

      Constructor for SystemUMRPRUEos.

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

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

      Constructor for SystemUMRPRUEos.

      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