Uses of Enum Class
neqsim.process.mechanicaldesign.designstandards.InsulationDesign.InsulationMaterial
Packages that use InsulationDesign.InsulationMaterial
-
Uses of InsulationDesign.InsulationMaterial in neqsim.process.mechanicaldesign.designstandards
Subclasses with type arguments of type InsulationDesign.InsulationMaterial in neqsim.process.mechanicaldesign.designstandardsModifier and TypeClassDescriptionstatic enumInsulation material type with thermal conductivity correlations.Methods in neqsim.process.mechanicaldesign.designstandards that return InsulationDesign.InsulationMaterialModifier and TypeMethodDescriptionInsulationDesign.selectMaterial(double processTempC, InsulationDesign.InsulationPurpose purpose) Select recommended insulation material based on process temperature and purpose.Returns the enum constant of this class with the specified name.static InsulationDesign.InsulationMaterial[]InsulationDesign.InsulationMaterial.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.InsulationMaterialModifier 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.pipeHeatLossPerMeter(double processTempC, double ambientTempC, double pipeODMm, double insulationThicknessMm, InsulationDesign.InsulationMaterial material, double windSpeedMS) Calculate heat loss from an insulated pipe per meter of length.static doubleInsulationDesign.pipeInsulationWeightPerMeter(double pipeODMm, double insulationThicknessMm, InsulationDesign.InsulationMaterial material) Calculate insulation weight per meter of pipe.static doubleInsulationDesign.pipeThickness(double processTempC, double ambientTempC, double pipeODMm, InsulationDesign.InsulationMaterial material, InsulationDesign.InsulationPurpose purpose, double windSpeedMS) Calculate required insulation thickness for a pipe.