Uses of Enum Class
neqsim.process.mechanicaldesign.designstandards.InsulationDesign.InsulationPurpose
Packages that use InsulationDesign.InsulationPurpose
-
Uses of InsulationDesign.InsulationPurpose in neqsim.process.mechanicaldesign.designstandards
Subclasses with type arguments of type InsulationDesign.InsulationPurpose in neqsim.process.mechanicaldesign.designstandardsModifier and TypeClassDescriptionstatic enumInsulation purpose.Methods in neqsim.process.mechanicaldesign.designstandards that return InsulationDesign.InsulationPurposeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static InsulationDesign.InsulationPurpose[]InsulationDesign.InsulationPurpose.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign.designstandards with parameters of type InsulationDesign.InsulationPurposeModifier and TypeMethodDescriptionstatic doubleInsulationDesign.flatSurfaceThickness(double processTempC, double ambientTempC, InsulationDesign.InsulationMaterial material, InsulationDesign.InsulationPurpose purpose, double windSpeedMS) Calculate required insulation thickness for a flat surface (vessel, tank).static doubleInsulationDesign.pipeThickness(double processTempC, double ambientTempC, double pipeODMm, InsulationDesign.InsulationMaterial material, InsulationDesign.InsulationPurpose purpose, double windSpeedMS) Calculate required insulation thickness for a pipe.InsulationDesign.selectMaterial(double processTempC, InsulationDesign.InsulationPurpose purpose) Select recommended insulation material based on process temperature and purpose.