Uses of Enum Class
neqsim.process.mechanicaldesign.heatexchanger.TEMAStandard.TEMAClass
Packages that use TEMAStandard.TEMAClass
-
Uses of TEMAStandard.TEMAClass in neqsim.process.mechanicaldesign.heatexchanger
Subclasses with type arguments of type TEMAStandard.TEMAClass in neqsim.process.mechanicaldesign.heatexchangerModifier and TypeClassDescriptionstatic enumTEMA class for construction standards.Fields in neqsim.process.mechanicaldesign.heatexchanger declared as TEMAStandard.TEMAClassModifier and TypeFieldDescriptionprivate TEMAStandard.TEMAClassShellAndTubeDesignCalculator.temaClassFields in neqsim.process.mechanicaldesign.heatexchanger with type parameters of type TEMAStandard.TEMAClassModifier and TypeFieldDescriptionprivate final Set<TEMAStandard.TEMAClass> TEMAStandard.TEMAConfiguration.applicableClassesMethods in neqsim.process.mechanicaldesign.heatexchanger that return TEMAStandard.TEMAClassModifier and TypeMethodDescriptionShellAndTubeDesignCalculator.getTemaClass()Gets TEMA class.static TEMAStandard.TEMAClassReturns the enum constant of this class with the specified name.static TEMAStandard.TEMAClass[]TEMAStandard.TEMAClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign.heatexchanger that return types with arguments of type TEMAStandard.TEMAClassModifier and TypeMethodDescriptionTEMAStandard.TEMAConfiguration.getApplicableClasses()Gets applicable TEMA classes.Methods in neqsim.process.mechanicaldesign.heatexchanger with parameters of type TEMAStandard.TEMAClassModifier and TypeMethodDescriptionstatic doubleTEMAStandard.getMinBaffleSpacing(double shellID, TEMAStandard.TEMAClass temaClass) Calculates minimum baffle spacing per TEMA.voidShellAndTubeDesignCalculator.setTemaClass(TEMAStandard.TEMAClass temaClass) Sets TEMA class.Constructor parameters in neqsim.process.mechanicaldesign.heatexchanger with type arguments of type TEMAStandard.TEMAClassModifierConstructorDescriptionTEMAConfiguration(TEMAStandard.FrontHeadType frontHead, TEMAStandard.ShellType shell, TEMAStandard.RearHeadType rearHead, String description, Set<TEMAStandard.TEMAClass> applicableClasses) Creates a new TEMA configuration.