Generates pump curves for wells equipped with electrical submersible pumps based on the used pumps and number of pump stages.
Usage and Configuration
To perform the calculations run the workflows from this package starting with the workflow ESP Pump Curves. The schedules may be adapted to use different contexts.
Follow the steps given in How do I configure packages pulled from Datagration's package repository to change the configuration of the package.
Details
Workflow ESP Pump Curves
This workflow uses a python activity to calculate a well's pump curve (head over flow rate), power curve (break power over flow rate) and efficiency curve (efficiency over flow rate) based on the used pump models and number of pump stages. Head and break power are calculated using given coefficients. The efficiency is calculated as:
where:
The results of these calculations are saved to the reference table Electrical Submersible Pump Performance Curve.
Furthermore, the aforementioned python activity, extracts the minimum and maximum flow rate for the used pump thus estimating its operating range.
The minimum flow rate is calculated as the maximum of the minimum flow rates of the individual pump types used in the well.
The maximum flow rate is calculated as the minimum of the maximum flow rates of the individual pump types used in the well.
The results of these calculations are saved to the reference table Electrical Submersible Pump Operating Range and are picked up by the P# script ESP Operating Range, which uses the values to calculate the head at the minimum and maximum flow rates, as well as the head and flow rate of the best efficiency point (BEP).
The calculated values are saved to the table Electrical Submersible Pump Operating Range as well.
All calculations are performed for a reference frequency of 60 Hz.
Data Requirements
The following data is required:
pump model
number of pump stages
The signal pump model (time dependent string signal) specifies the used pump models. If more than one pump model is used, they need to be separated using a single colon. E.g.: P47, P100
The signal number of pump stages (time dependent string signal) states the number of pump stages used per pump model. E.g.: 13, 47
Furthermore, the package requires a .csv file (Pump Curve Polynomial Coefficients) holding information for the individual pump types. This file is deployed to the workspace files with the package and may be adapted to add client specific information.