Uses of Class
neqsim.process.fielddevelopment.reservoir.InjectionWellModel.InjectionWellResult
Packages that use InjectionWellModel.InjectionWellResult
Package
Description
Enhanced reservoir modeling package for field development.
-
Uses of InjectionWellModel.InjectionWellResult in neqsim.process.fielddevelopment.reservoir
Methods in neqsim.process.fielddevelopment.reservoir that return InjectionWellModel.InjectionWellResultModifier and TypeMethodDescriptionInjectionWellModel.calculate(double targetRateSm3d) Calculates injection well performance for target rate.InjectionWellModel.calculateMaximumRate()Calculates maximum injection rate at given constraints.InjectionWellModel.calculateWithInterference(double targetRate, double[] producerDistances, double[] producerRates) Calculates injection with pressure interference from nearby producers.Methods in neqsim.process.fielddevelopment.reservoir with parameters of type InjectionWellModel.InjectionWellResultModifier and TypeMethodDescriptionprivate voidInjectionWellModel.calculateHallPlotParameters(InjectionWellModel.InjectionWellResult result) Calculates Hall plot parameters for performance monitoring.