Class SystemProperties

java.lang.Object
neqsim.thermo.system.SystemProperties

public class SystemProperties extends Object
Class to get physical properties of system and its phases.
Version:
$Id: $Id
Author:
ASMF
  • Field Details

  • Constructor Details

    • SystemProperties

      public SystemProperties(SystemInterface fluid)
      Constructur for SystemProperties.
      Parameters:
      fluid - input fluid
  • Method Details

    • getPropertyNames

      public static String[] getPropertyNames()
      Get names of properties.
      Returns:
      Array of names of properties
    • getProperties

      public HashMap<String,Double> getProperties()
      Get property names and values as a map.
      Returns:
      map of property name and values
    • getValues

      public Double[] getValues()
      Getter for property values.
      Returns:
      Systemproperty values