Uses of Class
neqsim.process.equipment.pipeline.RadialThermalLayer
Packages that use RadialThermalLayer
-
Uses of RadialThermalLayer in neqsim.process.equipment.pipeline
Fields in neqsim.process.equipment.pipeline with type parameters of type RadialThermalLayerModifier and TypeFieldDescriptionprivate List<RadialThermalLayer> MultilayerThermalCalculator.layersList of thermal layers from inside to outside.Methods in neqsim.process.equipment.pipeline that return RadialThermalLayerModifier and TypeMethodDescriptionMultilayerThermalCalculator.addCustomLayer(String name, double thickness, double thermalConductivity, double density, double specificHeat) Add a custom thermal layer.MultilayerThermalCalculator.addLayer(double thickness, RadialThermalLayer.MaterialType material) Add a thermal layer to the outside of existing layers.RadialThermalLayer.copy()Create a copy of this layer.Methods in neqsim.process.equipment.pipeline that return types with arguments of type RadialThermalLayerModifier and TypeMethodDescriptionMultilayerThermalCalculator.getLayers()Get the list of thermal layers.