Uses of Enum Class
neqsim.process.equipment.compressor.CompressorWashing.WashingMethod
Packages that use CompressorWashing.WashingMethod
-
Uses of CompressorWashing.WashingMethod in neqsim.process.equipment.compressor
Subclasses with type arguments of type CompressorWashing.WashingMethod in neqsim.process.equipment.compressorModifier and TypeClassDescriptionstatic enumCompressor washing method types.Fields in neqsim.process.equipment.compressor declared as CompressorWashing.WashingMethodModifier and TypeFieldDescriptionprivate CompressorWashing.WashingMethodCompressorWashing.lastWashMethodLast wash method used.private final CompressorWashing.WashingMethodCompressorWashing.WashEvent.methodMethods in neqsim.process.equipment.compressor that return CompressorWashing.WashingMethodModifier and TypeMethodDescriptionCompressorWashing.WashEvent.getMethod()Gets the washing method.Returns the enum constant of this class with the specified name.static CompressorWashing.WashingMethod[]CompressorWashing.WashingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.compressor with parameters of type CompressorWashing.WashingMethodModifier and TypeMethodDescriptiondoubleCompressorWashing.estimateWaterConsumption(CompressorWashing.WashingMethod method) Estimate wash water consumption for a method.doubleCompressorWashing.performWash(CompressorWashing.WashingMethod method) Perform compressor washing.Constructors in neqsim.process.equipment.compressor with parameters of type CompressorWashing.WashingMethodModifierConstructorDescriptionWashEvent(CompressorWashing.WashingMethod method, double hours, double before, double after, double recovery) Creates a wash event record.