Uses of Class
neqsim.process.mechanicaldesign.heatexchanger.TEMAStandard.TEMAConfiguration
Packages that use TEMAStandard.TEMAConfiguration
-
Uses of TEMAStandard.TEMAConfiguration in neqsim.process.mechanicaldesign.heatexchanger
Fields in neqsim.process.mechanicaldesign.heatexchanger with type parameters of type TEMAStandard.TEMAConfigurationModifier and TypeFieldDescriptionprivate static final Map<String, TEMAStandard.TEMAConfiguration> TEMAStandard.COMMON_CONFIGURATIONSMethods in neqsim.process.mechanicaldesign.heatexchanger that return TEMAStandard.TEMAConfigurationModifier and TypeMethodDescriptionTEMAStandard.createConfiguration(char frontHead, char shell, char rearHead) Creates a custom TEMA configuration.TEMAStandard.getConfiguration(String designation) Gets a common TEMA configuration by designation.Methods in neqsim.process.mechanicaldesign.heatexchanger that return types with arguments of type TEMAStandard.TEMAConfigurationModifier and TypeMethodDescriptionstatic Map<String, TEMAStandard.TEMAConfiguration> TEMAStandard.getCommonConfigurations()Gets all common TEMA configurations.Methods in neqsim.process.mechanicaldesign.heatexchanger with parameters of type TEMAStandard.TEMAConfigurationModifier and TypeMethodDescriptionprivate voidShellAndTubeDesignCalculator.calculateCosts(TEMAStandard.TEMAConfiguration config) Calculates cost estimates.private voidShellAndTubeDesignCalculator.calculateShellDimensions(TEMAStandard.TEMAConfiguration config) Calculates shell dimensions.private voidShellAndTubeDesignCalculator.calculateWeights(TEMAStandard.TEMAConfiguration config) Calculates component weights.