Uses of Enum Class
neqsim.process.equipment.tank.VesselDepressurization.VesselMaterial
Packages that use VesselDepressurization.VesselMaterial
-
Uses of VesselDepressurization.VesselMaterial in neqsim.process.equipment.tank
Subclasses with type arguments of type VesselDepressurization.VesselMaterial in neqsim.process.equipment.tankModifier and TypeClassDescriptionstatic enumPreset material properties for common vessel constructions.Methods in neqsim.process.equipment.tank that return VesselDepressurization.VesselMaterialModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.VesselDepressurization.VesselMaterial.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.tank with parameters of type VesselDepressurization.VesselMaterialModifier and TypeMethodDescriptionvoidVesselDepressurization.setVesselMaterial(double thickness, VesselDepressurization.VesselMaterial material) Sets the vessel wall properties using a preset material.