Uses of Enum Class
neqsim.process.equipment.tank.VesselDepressurization.LinerMaterial
Packages that use VesselDepressurization.LinerMaterial
-
Uses of VesselDepressurization.LinerMaterial in neqsim.process.equipment.tank
Subclasses with type arguments of type VesselDepressurization.LinerMaterial in neqsim.process.equipment.tankModifier and TypeClassDescriptionstatic enumPreset liner materials for Type III/IV composite vessels.Methods in neqsim.process.equipment.tank that return VesselDepressurization.LinerMaterialModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VesselDepressurization.LinerMaterial[]VesselDepressurization.LinerMaterial.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.LinerMaterialModifier and TypeMethodDescriptionvoidVesselDepressurization.setLinerMaterial(double thickness, VesselDepressurization.LinerMaterial material) Sets the liner properties using a preset material.