Uses of Class
neqsim.process.util.optimizer.FlowRateOptimizer.LiftCurveConfiguration
Packages that use FlowRateOptimizer.LiftCurveConfiguration
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of FlowRateOptimizer.LiftCurveConfiguration in neqsim.process.util.optimizer
Methods in neqsim.process.util.optimizer that return FlowRateOptimizer.LiftCurveConfigurationModifier and TypeMethodDescriptionFlowRateOptimizer.LiftCurveConfiguration.withFlowRateRange(double minFlow, double maxFlow, int numPoints) Sets the flow rate range.FlowRateOptimizer.LiftCurveConfiguration.withFlowRateUnit(String unit) Sets the flow rate unit.FlowRateOptimizer.LiftCurveConfiguration.withInletPressureRange(double minPressure, double maxPressure, int numPoints) Sets the inlet pressure range.FlowRateOptimizer.LiftCurveConfiguration.withMaxPowerLimit(double powerKw) Sets the maximum power limit per compressor.FlowRateOptimizer.LiftCurveConfiguration.withMaxTotalPowerLimit(double powerKw) Sets the maximum total power limit for all compressors.FlowRateOptimizer.LiftCurveConfiguration.withMaxUtilization(double utilization) Sets the maximum equipment utilization.FlowRateOptimizer.LiftCurveConfiguration.withOutletPressureRange(double minPressure, double maxPressure, int numPoints) Sets the outlet pressure range.FlowRateOptimizer.LiftCurveConfiguration.withPressureUnit(String unit) Sets the pressure unit.FlowRateOptimizer.LiftCurveConfiguration.withProgressCallback(FlowRateOptimizer.ProgressCallback callback) Sets a progress callback.FlowRateOptimizer.LiftCurveConfiguration.withProgressLogging(boolean enabled) Enables or disables progress logging.FlowRateOptimizer.LiftCurveConfiguration.withSpeedLimits(double minSpeed, double maxSpeed) Sets compressor speed limits.FlowRateOptimizer.LiftCurveConfiguration.withSurgeMargin(double margin) Sets the minimum surge margin for compressors.FlowRateOptimizer.LiftCurveConfiguration.withTables(boolean capacity, boolean liftCurve, boolean performance) Configures which tables to generate.Methods in neqsim.process.util.optimizer with parameters of type FlowRateOptimizer.LiftCurveConfigurationModifier and TypeMethodDescriptionFlowRateOptimizer.generateProfessionalLiftCurves(FlowRateOptimizer.LiftCurveConfiguration config) Generates professional lift curves using the specified configuration.