Uses of Class
neqsim.process.fielddevelopment.screening.ArtificialLiftScreener.MethodResult
Packages that use ArtificialLiftScreener.MethodResult
Package
Description
Screening tools for flow assurance, safety, emissions, and economics.
-
Uses of ArtificialLiftScreener.MethodResult in neqsim.process.fielddevelopment.screening
Fields in neqsim.process.fielddevelopment.screening declared as ArtificialLiftScreener.MethodResultFields in neqsim.process.fielddevelopment.screening with type parameters of type ArtificialLiftScreener.MethodResultModifier and TypeFieldDescriptionprivate List<ArtificialLiftScreener.MethodResult> ArtificialLiftScreener.ScreeningResult.methodsMethods in neqsim.process.fielddevelopment.screening that return ArtificialLiftScreener.MethodResultModifier and TypeMethodDescriptionArtificialLiftScreener.evaluateESP()Evaluates ESP performance.ArtificialLiftScreener.evaluateGasLift()Evaluates gas lift performance using GasLiftCalculator.ArtificialLiftScreener.evaluateJetPump()Evaluates jet pump performance.ArtificialLiftScreener.evaluateNaturalFlow()Evaluates natural flow performance.ArtificialLiftScreener.evaluatePCP()Evaluates PCP (progressive cavity pump) performance.ArtificialLiftScreener.evaluateRodPump()Evaluates rod pump (beam pump) performance.ArtificialLiftScreener.ScreeningResult.getRecommendedMethodResult()Gets recommended method result.Methods in neqsim.process.fielddevelopment.screening that return types with arguments of type ArtificialLiftScreener.MethodResultModifier and TypeMethodDescriptionArtificialLiftScreener.ScreeningResult.getAllMethods()Gets all methods.ArtificialLiftScreener.ScreeningResult.getFeasibleMethods()Gets feasible methods.Methods in neqsim.process.fielddevelopment.screening with parameters of type ArtificialLiftScreener.MethodResultModifier and TypeMethodDescriptionvoidArtificialLiftScreener.ScreeningResult.addMethod(ArtificialLiftScreener.MethodResult method) Adds a method result.