Enum Class TEMAStandard.TubePitchPattern

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

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

  • Field Details

    • description

      private final String description
    • layoutAngle

      private final int layoutAngle
    • minPitchRatio

      private final double minPitchRatio
    • heatTransferFactor

      private final double heatTransferFactor
  • Constructor Details

    • TubePitchPattern

      private TubePitchPattern(String description, int layoutAngle, double minPitchRatio, double heatTransferFactor)
  • Method Details

    • values

      public static TEMAStandard.TubePitchPattern[] 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.TubePitchPattern 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
    • getDescription

      public String getDescription()
      Gets the description.
      Returns:
      description
    • getLayoutAngle

      public int getLayoutAngle()
      Gets layout angle in degrees.
      Returns:
      layout angle
    • getMinPitchRatio

      public double getMinPitchRatio()
      Gets minimum pitch to tube OD ratio per TEMA.
      Returns:
      minimum pitch ratio
    • getHeatTransferFactor

      public double getHeatTransferFactor()
      Gets heat transfer enhancement factor relative to square.
      Returns:
      heat transfer factor