Class SystemIdealGas

java.lang.Object
neqsim.thermo.system.SystemThermo
neqsim.thermo.system.SystemIdealGas
All Implemented Interfaces:
Serializable, Cloneable, SystemInterface

public class SystemIdealGas extends SystemThermo
Simple thermodynamic system using an ideal gas equation of state.
Author:
esol
See Also:
  • Field Details

  • Constructor Details

    • SystemIdealGas

      public SystemIdealGas()

      Constructor for SystemIdealGas.

    • SystemIdealGas

      public SystemIdealGas(double T, double P)

      Constructor for SystemIdealGas.

      Parameters:
      T - a double
      P - a double
    • SystemIdealGas

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

      Constructor for SystemIdealGas.

      Parameters:
      T - a double
      P - a double
      checkForSolids - a boolean
  • Method Details