Enum Class UtilityAirSystem.AirQualityClass

java.lang.Object
java.lang.Enum<UtilityAirSystem.AirQualityClass>
neqsim.process.equipment.util.UtilityAirSystem.AirQualityClass
All Implemented Interfaces:
Serializable, Comparable<UtilityAirSystem.AirQualityClass>, Constable
Enclosing class:
UtilityAirSystem

public static enum UtilityAirSystem.AirQualityClass extends Enum<UtilityAirSystem.AirQualityClass>
ISO 8573-1 Air Quality Classes.
Version:
1.0
Author:
NeqSim Development Team
  • Enum Constant Details

  • Field Details

    • maxParticleSizeMicron

      private final double maxParticleSizeMicron
    • maxDewPointC

      private final double maxDewPointC
    • maxOilMgM3

      private final double maxOilMgM3
    • typicalUse

      private final String typicalUse
  • Constructor Details

    • AirQualityClass

      private AirQualityClass(double particles, double dewPoint, double oil, String use)
  • Method Details

    • values

      public static UtilityAirSystem.AirQualityClass[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UtilityAirSystem.AirQualityClass valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getMaxParticleSizeMicron

      public double getMaxParticleSizeMicron()
      Gets max particle size.
      Returns:
      particle size in microns
    • getMaxDewPointC

      public double getMaxDewPointC()
      Gets max dew point.
      Returns:
      dew point in °C
    • getMaxOilMgM3

      public double getMaxOilMgM3()
      Gets max oil content.
      Returns:
      oil content in mg/m³
    • getTypicalUse

      public String getTypicalUse()
      Gets typical use description.
      Returns:
      typical use