Uses of Enum Class
neqsim.process.mechanicaldesign.heatexchanger.TEMAStandard.TubePitchPattern
Packages that use TEMAStandard.TubePitchPattern
-
Uses of TEMAStandard.TubePitchPattern in neqsim.process.mechanicaldesign.heatexchanger
Subclasses with type arguments of type TEMAStandard.TubePitchPattern in neqsim.process.mechanicaldesign.heatexchangerModifier and TypeClassDescriptionstatic enumStandard tube pitches per TEMA.Fields in neqsim.process.mechanicaldesign.heatexchanger declared as TEMAStandard.TubePitchPatternModifier and TypeFieldDescriptionprivate TEMAStandard.TubePitchPatternShellAndTubeDesignCalculator.pitchPatternMethods in neqsim.process.mechanicaldesign.heatexchanger that return TEMAStandard.TubePitchPatternModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TEMAStandard.TubePitchPattern[]TEMAStandard.TubePitchPattern.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign.heatexchanger with parameters of type TEMAStandard.TubePitchPatternModifier and TypeMethodDescriptionstatic doubleTEMAStandard.calculateMinTubePitch(double tubeOD, TEMAStandard.TubePitchPattern pattern) Calculates minimum tube pitch per TEMA standards.static intTEMAStandard.estimateTubeCount(double shellID, double tubeOD, double tubePitch, TEMAStandard.TubePitchPattern pattern, int tubePasses) Calculates estimated tube count for given shell diameter.