Uses of Class
neqsim.process.util.optimizer.FlowRateOptimizer.CompressorOperatingPoint
Packages that use FlowRateOptimizer.CompressorOperatingPoint
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of FlowRateOptimizer.CompressorOperatingPoint in neqsim.process.util.optimizer
Fields in neqsim.process.util.optimizer with type parameters of type FlowRateOptimizer.CompressorOperatingPointMethods in neqsim.process.util.optimizer that return FlowRateOptimizer.CompressorOperatingPointModifier and TypeMethodDescriptionFlowRateOptimizer.ProcessOperatingPoint.getCompressorOperatingPoint(String compressorName) Gets a compressor operating point.Methods in neqsim.process.util.optimizer that return types with arguments of type FlowRateOptimizer.CompressorOperatingPointModifier and TypeMethodDescriptionFlowRateOptimizer.ProcessOperatingPoint.getCompressorOperatingPoints()Gets all compressor operating points.Methods in neqsim.process.util.optimizer with parameters of type FlowRateOptimizer.CompressorOperatingPointModifier and TypeMethodDescriptionvoidFlowRateOptimizer.ProcessOperatingPoint.addCompressorOperatingPoint(String compressorName, FlowRateOptimizer.CompressorOperatingPoint point) Adds a compressor operating point.