Enum Class TEMAStandard.StandardTubeSize

java.lang.Object
java.lang.Enum<TEMAStandard.StandardTubeSize>
neqsim.process.mechanicaldesign.heatexchanger.TEMAStandard.StandardTubeSize
All Implemented Interfaces:
Serializable, Comparable<TEMAStandard.StandardTubeSize>, Constable
Enclosing class:
TEMAStandard

public static enum TEMAStandard.StandardTubeSize extends Enum<TEMAStandard.StandardTubeSize>
Standard tube sizes per TEMA.
Version:
1.0
Author:
NeqSim Development Team
  • Enum Constant Details

  • Field Details

    • outerDiameterMm

      private final double outerDiameterMm
    • availableWallThicknessesMm

      private final double[] availableWallThicknessesMm
  • Constructor Details

    • StandardTubeSize

      private StandardTubeSize(double outerDiameterMm, double[] availableWallThicknessesMm)
  • Method Details

    • values

      public static TEMAStandard.StandardTubeSize[] 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 TEMAStandard.StandardTubeSize 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
    • getOuterDiameterMm

      public double getOuterDiameterMm()
      Gets tube outer diameter in mm.
      Returns:
      outer diameter
    • getOuterDiameterInch

      public double getOuterDiameterInch()
      Gets tube outer diameter in inches.
      Returns:
      outer diameter in inches
    • getAvailableWallThicknessesMm

      public double[] getAvailableWallThicknessesMm()
      Gets available wall thicknesses in mm.
      Returns:
      array of wall thicknesses