Uses of Class
neqsim.process.fielddevelopment.screening.GasLiftOptimizer
Packages that use GasLiftOptimizer
Package
Description
Screening tools for flow assurance, safety, emissions, and economics.
-
Uses of GasLiftOptimizer in neqsim.process.fielddevelopment.screening
Methods in neqsim.process.fielddevelopment.screening that return GasLiftOptimizerModifier and TypeMethodDescriptionGasLiftOptimizer.addWell(String name, double naturalRate, double maxRate, double optimalGas, double maxGasRate) Adds a well with simplified curve parameters.GasLiftOptimizer.addWell(String name, GasLiftOptimizer.PerformanceCurve curve, double maxGasRate) Adds a well with its performance curve.GasLiftOptimizer.setAvailableGas(double gas, String unit) Sets the available lift gas.GasLiftOptimizer.setCompressionEfficiency(double efficiency) Sets compression efficiency.GasLiftOptimizer.setCompressionPressures(double suction, double discharge) Sets compression pressures.GasLiftOptimizer.setMaxCompressionPower(double maxPower) Sets compression constraints.GasLiftOptimizer.setOptimizationMethod(GasLiftOptimizer.OptimizationMethod method) Sets the optimization method.GasLiftOptimizer.setWellEnabled(String wellName, boolean enabled) Sets a well's enabled status.GasLiftOptimizer.setWellPriority(String wellName, double priority) Sets a well's priority.