Uses of Class
neqsim.process.equipment.compressor.CompressorOperatingHistory.OperatingPoint
Packages that use CompressorOperatingHistory.OperatingPoint
-
Uses of CompressorOperatingHistory.OperatingPoint in neqsim.process.equipment.compressor
Fields in neqsim.process.equipment.compressor declared as CompressorOperatingHistory.OperatingPointModifier and TypeFieldDescriptionCompressorOperatingHistory.peakFlowPointCompressorOperatingHistory.peakHeadPointCompressorOperatingHistory.peakPowerPointFields in neqsim.process.equipment.compressor with type parameters of type CompressorOperatingHistory.OperatingPointModifier and TypeFieldDescriptionprivate final List<CompressorOperatingHistory.OperatingPoint> CompressorOperatingHistory.historyMethods in neqsim.process.equipment.compressor that return CompressorOperatingHistory.OperatingPointModifier and TypeMethodDescriptionCompressorOperatingHistory.getPeakFlow()Get the operating point where peak flow occurred.CompressorOperatingHistory.getPeakHead()Get the operating point where peak head occurred.CompressorOperatingHistory.getPeakPower()Get the operating point where peak power occurred.Methods in neqsim.process.equipment.compressor that return types with arguments of type CompressorOperatingHistory.OperatingPointModifier and TypeMethodDescriptionCompressorOperatingHistory.getHistory()Get the complete operating history.Methods in neqsim.process.equipment.compressor with parameters of type CompressorOperatingHistory.OperatingPointModifier and TypeMethodDescriptionvoidCompressorOperatingHistory.recordOperatingPoint(CompressorOperatingHistory.OperatingPoint point) Record a new operating point.