Literature DB >> 34278135

Fast and Cost-Effective Mathematical Models for Hydrocarbon-Immiscible Water Alternating Gas Incremental Recovery Factor Prediction.

Lazreg Belazreg1, Syed Mohammad Mahmood2, Akmal Aulia3.   

Abstract

Predicting the incremental recovery factor with an enhanced oil recovery (EOR) technique is a very crucial task. It requires a significant investment and expert knowledge to evaluate the EOR incremental recovery factor, design a pilot, and upscale pilot result. Water-alternating-gas (WAG) injection is one of the proven EOR technologies, with an incremental recovery factor typically ranging from 5 to 10%. The current approach of evaluating the WAG process, using reservoir modeling, is a very time-consuming and costly task. The objective of this research is to develop a fast and cost-effective mathematical model for evaluating hydrocarbon-immiscible WAG (HC-IWAG) incremental recovery factor for medium-to-light oil in undersaturated reservoirs, designing WAG pilots, and upscaling pilot results. This integrated research involved WAG literature review, WAG modeling, and selected machine learning techniques. The selected machine learning techniques are stepwise regression and group method of data handling. First, the important parameters for the prediction of the WAG incremental recovery factor were selected. This includes reservoir properties, rock and fluid properties, and WAG injection scheme. Second, an extensive WAG and waterflood modeling was carried out involving more than a thousand reservoir models. Third, WAG incremental recovery factor mathematical predictive models were developed and tested, using the group method of data handling and stepwise regression techniques. HC-IWAG incremental recovery factor mathematical models were developed with a coefficient of determination of about 0.75, using 13 predictors. The developed WAG predictive models are interpretable and user-friendly mathematical formulas. These developed models will help the subsurface teams in a variety of ways. They can be used to identify the best candidates for WAG injection, evaluate and optimize the WAG process, help design successful WAG pilots, and facilitate the upscaling of WAG pilot results to full-field scale. All this can be accomplished in a short time at a low cost and with reasonable accuracy.
© 2021 The Authors. Published by American Chemical Society.

Entities:  

Year:  2021        PMID: 34278135      PMCID: PMC8280653          DOI: 10.1021/acsomega.1c01901

Source DB:  PubMed          Journal:  ACS Omega        ISSN: 2470-1343


Introduction

Due to the decline of oil production rate during the last decades, several exploration and production (E&P) companies started evaluating and implementing enhanced oil recovery (EOR) technologies. Water-alternating-gas (WAG) injection is one of the proven EOR technologies that have been implemented in several fields worldwide, with an incremental recovery factor typically ranging between 5 and 10%.[1] The WAG injection process consists of injecting gas and water alternatively from the same injection well. CO2 and hydrocarbon gases are commonly used for the WAG process. WAG injection is a complex process, as demonstrated by many researchers.[2,3] The complexity of the WAG process is related to the frequent change of fluid saturation.[4,5] The current practice for evaluating the WAG injection process is using reservoir modeling, which is a very time-consuming and costly approach.[2,6,7] The complexity of WAG modeling is related to both the modeling process itself and the complexity of the WAG process.[2,3] The standard reservoir modeling approach starts by well and seismic data interpretation, generating structural and petrophysical models, building a three-dimensional (3D) static model, upscaling the fine grid static model, and history matching (HM) the developed reservoir model by tuning static and dynamic inputs. The history matching process requires several iterations between reservoir engineers and Geoscience team to achieve an acceptable HM quality. By the end of reservoir model history matching, a model prediction starts to evaluate different development scenarios. Because of the nonunique solution of a history matching process, the prediction profile is uncertain.[8] With an increase in reservoir model complexity, the time and effort required for a reservoir study increase. Reservoir modeling uncertainty, related to the input data, modeling assumptions, data interpretation, selected modeling algorithms, and correlations, is one of the reservoir modeling challenges and limitations. Several attempts were proposed to handle reservoir model uncertainty; however, the proposed approaches are field-specific,[9] time-consuming, and costly; require specific softwares, which are expensive; and are complex, especially for complex and large fields.[8,10] Due to the limitations of the WAG modeling approach, the development of alternative fast-effective analytical models was a necessity. Many authors attempted to develop analytical models to predict the WAG performance; however, the published work is field-specific, considers limited variables, is not validated with laboratory/pilot data, predicts WAG ultimate recovery factor but not the rate of WAG incremental recovery factor, and is applicable to WAG management instead of WAG recovery factor prediction. The objective of this research work was to develop cost-effective mathematical models, based on WAG modeling and machine learning, which can be used as an alternative to reservoir modeling, using 13 predictors that cover rock properties, fluid properties, reservoir parameters, and WAG injection scheme parameters. The models are user-friendly mathematical formulas that relate the WAG incremental recovery factor to the selected 13 predictors, which can help the subsurface team screen the best WAG candidates, evaluate the WAG process with reasonable accuracy and within a short time, design the WAG pilot, and upscale the pilot results to full-field scale.

Machine Learning

Machine learning, by definition, is a branch of computer science that enables computers to learn from data, using a different type of algorithm. Machine learning helps in automating decision making, studying patterns, and making a prediction based on available data.[11] The machine learning process can be either supervised or unsupervised. In supervised machine learning, the program is trained based on a predefined set of data. The trained program is then used, which then facilitates the program to be able to draw an accurate conclusion with new data. In unsupervised machine learning, the program finds relationships and hidden patterns given a set of data, i.e., a list of vectors.[12] The most popular approaches/algorithms in machine learning are artificial neural networks and genetic algorithms.[13] Artificial neural networks (ANN) are a computing system, which was inspired by brain neural networks. ANN is a nonlinear function approximator, which determines the relationship between the dependent variable and input vectors.[14] The fundamental elements in the neural network are neurons. Neurons are mathematical functions that transform the input data using weights, activations functions, and a set of linear operations such as summations and multiplications. A collection of multiple neurons forms a layer, and the collection of interconnected layers forms the neural networks.[13] Two machine learning techniques were selected for the development of the WAG incremental recovery factor mathematical models. The selected machine learning techniques are stepwise regression and group method of data handling.

Stepwise Regression

Regression is a statistical technique to determine the relationship between two or more variables. The output vector is a dependent variable that is related to one or multiple independent variables. The most straightforward form of regression technique is linear regression. Despite its simplicity, linear regression may not be adequate for a complex nonlinear problem. Hence, nonlinear regression might be required for complex and nonlinear problems. Stepwise regression is a technique that aims to select the model through a step-by-step procedure. Predictors are added or removed based on their importance using statistical significance. The outcome of this process will be a single regression model. A stepwise approach is either through backward or forward propagation. The common progression is the forward approach.[11,13] However, few published research papers demonstrated that stepwise regression has multiple drawbacks related to overfitting. It was also found to underestimate the importance of a few features during model construction.[15−17]

Group Method of Data Handling

Group method of data handling is one of the supervised feed-forward self-organizing neural network algorithms. It produces a model looking at the input predictors and the response only.[18] The original vectors are used to build the first neural network layer, using an iterative polynomial regression procedure, with each layer feeding its output vectors to the next layer. The GMDH external criterion preserves superior neurons within each layer for successive generations, yielding an optimum neural network structure.[19] The structure of the GMDH network is developed based on the predefined criterion, which discards noneffective nodes using a layer-by-layer pruning process. The GMDH polynomial regression equations are produced using only effective predictors. The quadratic polynomial regression equation developed first by Ivakhnenko is shown in eq Here, y is the output vector; (xi, xj) is a pair of input vectors; and a, b, c, d, e, and f are the coefficients of the polynomial regression model. These coefficients are determined during the model training process. Equation shows the vector–matrix relationship of the GMDH method.where X is a matrix of input vectors and Y is the response vector.

Research Methodology

To develop HC-IWAG incremental recovery factor mathematical models, the following steps were followed: Perform WAG literature review, including WAG modeling and optimization, WAG pilot design and upscaling, and important factors affecting WAG recovery. Select the important parameters that demonstrated an impact on WAG recovery, based on literature review, and previously published research work.[12] Perform design of experiment (DOE) using two-level full factorial design (FFD), using the selected WAG parameters. The DOE was performed using nine parameters; however, the initial gas–oil ratio was varied afterward, ensuring that the bubble point pressure is lower than the initial reservoir pressure for the constructed undersaturated oil reservoir models, Generate and simulate 512 and 512 reservoir models for HC-IWAG and waterflooding processes, respectively, Generate a database that consists of the selected 10 predictors, reservoir pressure, pore volume of injected water at WAG start-up, hydrocarbon pore volume of injected gas, and WAG incremental recovery factor, Develop a WAG incremental recovery factor using stepwise regression and group method of data handling (GMDH) machine learning techniques. The objective of choosing the two machine learning techniques was to develop mathematical models that are easy to use and calibrate by the subsurface team. Test the predictive models using 30% of the WAG modeling data, which was not used in training and validating the predictive model. Test the predictive models using published WAG laboratory experiment for a field in India.[20]

Reservoir Model Input and the Selected Parameters Ranges

A reservoir model that consists of two producers and two injectors was used in this reservoir study. Figure shows the permeability distribution of a study reservoir model.
Figure 1

Permeability distribution for the field used in this research.

Permeability distribution for the field used in this research. Table summarizes the reservoir input data used during this WAG research study. The original model is a light oil undersaturated sandstone reservoir, with an average permeability of approximately 40 md and porosity of 0.15. The selected variables were updated based on the design of experiment. A total of 512 simulation models were generated for waterflooding. Similarly, 512 simulation models were generated for WAG injection.The study parameters used to develop the WAG incremental recovery factor are summarized in Table .
Table 1

Reservoir Model Input Data

basic reservoir and fluid properties
reservoirfluid
rocksandstonecrude oil typelight oil
porosity (fraction)0.149oil API gravityvariable
horizontal permeability, Kh (md)variablegas gravity, γgvariable
vertical permeability, Kv (md)variableinitial solution GOR (Sm3/ Sm3)variable
dimensions, XY (m)100 × 100oil viscosity, μo (cp)function of oil gravity, gas gravity, initial solution GOR
initial water saturation, Swi (fraction)0.1gas viscosity, μg (cp)
residual oil saturation to water, Sorw (fraction)0.25oil FVF (RBBL/STB)
residual gas saturation to gas, Sorg (fraction)variablegas FVF (ft3/scf)
max trapped gas, Sgt (fraction)variableoil and gas compressibility (1/psi)
initial pressure, P (bar)340water viscosity, μw (cp)variable
reservoir temperature, T (°C)100water FVF (Rm3/ Sm3)1
depth, D (m)3000water compressibility (1/bar)4.52 × 10–5
Table 2

Study Parameters Ranges used in the Design of Experiment

input variableminimum valuemaximum value
horizontal permeability (md)501000
permeability anisotropy (Kv/Kh)0.011
oil API gravity2550
gas specific gravity0.550.9
water viscosity (cp)0.11
land coefficient16
ratio Sorg/Sorw0.21
WAG ratio3:11:5
WAG cycle (month)224
solution GOR (SCF/STB)350–2000, added post DOE to limit the research work to undersaturated reservoirs only

WAG Prediction Models Development and Testing

Reservoir simulation study outcomes, which consist of the WAG incremental recovery factor and the 13 parameters, were used as input to the stepwise regression and GMDH models. A total of 4290 observations were made in this study, where 70% of the data was used for training the model and 30% was used for model validation.

Stepwise Regression Model Training and Testing

The reservoir simulation data, which was split into training and validation sets, was used as input to the stepwise regression model. A prediction model was achieved after multiple iterations with a coefficient of determination (R2) of 0.764 for the training set. Figure summarizes the results of the WAG incremental recovery factor model from the stepwise regression method.
Figure 2

Stepwise regression WAG incremental recovery factor prediction model training results.

Stepwise regression WAG incremental recovery factor prediction model training results. The stepwise regression model for WAG incremental recovery factor prediction is shown in eq where P1 to P13 are the 13 predictors used in this study.

Group Method of Data Handling Predictive Model Training and Testing

The generated WAG modeling data was divided, similarly to stepwise regression, into training and validation data sets; 70% of the data was used for training the GMDH prediction model, while the remaining 30% was used for testing the model. The developed WAG incremental recovery factor, from the GMDH technique, was achieved after multiple iterations with a coefficient of determination of 0.753 for the training set. Table and Figure summarize the results of the WAG incremental recovery factor model from the GMDH method.
Table 4

Stepwise Regression and GMDH Model Parameters

 training model parameters
parametersstepwise regressionGMDH
mean absolute error (MAE)1.9021.902
root-mean-square error (RMSE)2.91.968
coefficient of determination (R2)0.7640.753
Figure 3

GMDH WAG incremental recovery factor prediction model training results.

GMDH WAG incremental recovery factor prediction model training results. The GMDH model for WAG incremental recovery factor prediction is shown in eq Again, P1 to P13 are the 13 predictors used in this study, where A, B, C, D, ..., and P are variables described in Table .
Table 3

GMDH WAG Predictive Model Variables

variableexpression
A1.62213 + 10.513P21/3 – 1.75469P21/3P121/3 + 1.08202P121/3
B10.8504 – 3.74147P61/3 – 0.523072P71/3
C6.00818 – 0.709002A + 0.203578AB – 0.697352B
D–73.4685 + 24.5903P31/3 – 4.94079P31/3P121/3 + 16.3987P121/3
E–1.03055 + 0.514468P91/3 + 1.3986P91/3P131/3 – 0.117846P131/3
F12.055 + 1.70638P51/3 – 13.6251P51/3P111/3 + 1.84099P111/3
G–0.911387 + 0.126141DF + 0.0795707F
H3.43277 – 0.371991D + 0.112847DG + 0.000129262G
I0.992545 – 0.44758P101/3 + 2.50559P101/3P131/3 + 9.24792P131/3
J–16.4633 + 32.8246P41/3 – 7.26401P41/3P51/3
K–0.265216 – 0.0339791I + 0.129946IJ
L57.6514 – 5.48155P11/3 + 1.54547P11/3P31/3 – 14.0651P31/3
M–4.32567 + 1.89938P11/3 – 0.387208P11/3P121/3 + 2.51956P121/3
N20.6885 – 2.29788L + 0.337942LM – 2.0373M
O–0.329249 + 0.254256K + 0.0862484KN + 0.063373N
P–0.389359 + 0.602445G – 0.00323249GO + 0.481162O

WAG Predictive Model Testing

WAG incremental recovery factor models were tested using the WAG modeling test dataset, which is 30% of total WAG simulation data. A blind test, using the WAG laboratory experiment for a field located in India, was then performed to assess the prediction capability of the developed HC-IWAG models.[20] WAG laboratory experiment data is shared in Appendix A. Data in Appendix A was extracted from the published conference paper by Ramachandran et al. (Table ). Tables and 6 and Figures and5 show the WAG predictive models testing results. The results indicate that the developed WAG incremental recovery factor models, from both GMDH and stepwise regression techniques, have reasonable predictability (∼80%). Hence, use of these models can save the WAG modeling time and cut the WAG project cost. Developing reservoir simulation models for WAG evaluation purposes may not reduce the uncertainty on WAG prediction results due to the uncertainty associated with the modeling input and modeling process (Table ).
Table 5

GMDH WAG Incremental Recovery Factor Predictive Model Testing Results

GMDH model testing parameters
 30% of the WAG modeling datasetWAG laboratory experiment
mean absolute error (MAE)1.8873.531
root-mean-square error (RMSE)2.9013.814
correlation coefficient0.8730.902
coefficient of determination (R2)0.7620.813
Table 6

Stepwise Regression WAG Incremental Recovery Factor Predictive Model Testing Results

stepwise regression model testing parameters
 30% of the WAG modeling datasetWAG laboratory experiment
mean absolute error (MAE)1.8743.090
root-mean-square error (RMSE)2.8073.271
correlation coefficient0.8810.900
coefficient of determination (R2)0.7770.807
Figure 4

GMDH WAG predictive model testing using WAG laboratory experiment.

Figure 5

Stepwise regression WAG predictive model testing using WAG laboratory experiment.

Table 7

Prediction Model Input Vectors

P1horizontal permeability (md)
P2permeability anisotropy (fraction)
P3API
P4gas gravity
P5water viscosity (cp)
P6Sorg (fraction)
P7land coefficient
P8WAG cycle (months)
P9solution gas–oil ratio (Sm3/Sm3)
P10WAG ratio
P11pore volume of injected water at WAG start-up (fraction)
P12reservoir pressure (bars)
P13hydrocarbon pore volume of injected gas (fraction)
GMDH WAG predictive model testing using WAG laboratory experiment. Stepwise regression WAG predictive model testing using WAG laboratory experiment.

Results and Discussion

For the development of the WAG incremental recovery factor mathematical models, 13 input predictors were selected. The 13 predictors are horizontal reservoir permeability, vertical reservoir permeability, oil gravity, gas gravity, water viscosity, ratio of the residual oil saturation to gas over the residual oil saturation to water, trapped gas saturation, WAG cycle, WAG ratio, initial solution gas–oil ratio, reservoir pressure, pore volume of injected water at WAG start-up, and hydrocarbon pore volume of injected gas.[12,21−24] The simulated 512 WAG reservoir models demonstrated that WAG incremental recovery factor is typically between 5 and 15%;[1] however, up to 30% incremental recovery factor was observed from few reservoir models.[25−27] A proportion of 70% of the simulated WAG data was used for training WAG incremental recovery factor models, and 30% of the data was used for testing the developed prediction models. The sensitivity on the training–testing split ratio was performed, leading to similar results as the base case split (70 and 30% for model training and testing, respectively). The development of HC-IWAG incremental recovery factor mathematical predictive models with a reasonable accuracy was achieved, based on WAG modeling and the selected machine learning techniques. The models were tested using WAG modeling test data, which is 30% of the total used WAG modeling data, and a WAG laboratory experiment for a field in India. Stepwise regression and GMDH techniques showed similar model accuracy; however, stepwise regression model is simpler compared to the GMDH model. The capability of stepwise regression technique to develop a predictive model with high accuracy was proven by several researchers.[28−32] The developed HC-IWAG models are mathematical expressions that relate the WAG incremental recovery factor to the 13 input parameters. These mathematical models are expected to help the subsurface team screen the best candidates for the WAG process based on their expected WAG incremental recovery factor, conduct feasibility studies by generating preliminary incremental production profiles, evaluate and optimize WAG injection performance for the HC-IWAG process with reasonable accuracy, design a WAG pilot, and upscale the results from WAG pilot or laboratory experiments to the full-field scale. The developed WAG predictive models can be calibrated using the WAG pilot results prior to results upscaling. The developed WAG predictive mathematical models are expected to overcome few of the limitations of the WAG evaluation current tool (i.e., reservoir modeling), including cutting the cost and the duration of the WAG project evaluation, accelerating the decision making, and incorporating input data uncertainty by running several prediction scenarios within a limited time. Figure demonstrates the expected application of the WAG incremental recovery factor developed models.
Figure 6

Application of the developed WAG incremental recovery factor models.

Application of the developed WAG incremental recovery factor models.

Conclusions

It is known that although reservoir modeling is the current tool for predicting WAG incremental recovery factor, it is very costly and time-consuming. In addition, it may also have a high degree of uncertainty. Hence, many studies are planned toward developing analytical models. However, published WAG recovery factor analytical models are limited to the prediction of WAG ultimate recovery factor without predicting the rate of WAG recovery, predicting WAG recovery factor instead of WAG incremental recovery factor, or applicable to WAG management rather than WAG incremental recovery factor prediction. In this study, WAG incremental recovery factor predictive models were developed with a coefficient of determination ranging from 0.75 to 0.766 for stepwise regression and GMDH techniques, respectively. Even though stepwise regression and GMDH techniques showed similar prediction model accuracies, the stepwise regression mathematical model is simpler compared to the GMDH mathematical model. Here, 13 parameters that captured different input domains (rock and fluid properties, reservoir, and WAG injection scheme) were used for the development of WAG predictive models. Once the models were developed, a blind test was performed using a WAG laboratory experiment to evaluate their predictive capability. The results demonstrated a good predictability of the developed models, with R2 of 0.8 and 0.81 for stepwise regression and GMDH, respectively. In this work, it was also shown that the developed predictive models are user-friendly mathematical expressions that relate the WAG incremental recovery factor to the input data. Therefore, these predictive hydrocarbon-immiscible WAG models are expected to help reservoir engineers screen the best candidates for the WAG process, run a WAG feasibility study, and evaluate full-field WAG with reasonable accuracy. Furthermore, these models can also help engineers not only design WAG pilot location but also facilitate the upscaling of WAG pilot results to the full-field scale. The developed WAG models are applicable to medium-to-light undersaturated oil reservoirs.
Table 8

WAG Laboratory Experiment Data

P1P2aP3P4P5P6P7P8P9P10P11P12P13WAG Incr. RF
2000.1471.140.220.166117810.72800.000
2000.1471.140.220.166117810.72800.031.95
2000.1471.140.220.166117810.72800.043.32
2000.1471.140.220.166117810.72800.085.27
2000.1471.140.220.166117810.72800.098.17
2000.1471.140.220.166117810.72800.1210.17
2000.1471.140.220.166117810.72800.1412.87
2000.1471.140.220.166117810.72800.1913.47
2000.1471.140.220.166117810.72800.2613.67
2000.1471.140.220.166117810.72800.3513.67
2000.1471.140.220.166117810.72800.4013.27
2000.1471.140.220.166117810.72800.4815.07
2000.1471.140.220.166117810.72800.5315.07
2000.1471.140.220.166117810.72800.6115.07
2000.1471.140.220.166117810.72800.6815.27
2000.1471.140.220.166117810.72800.7414.67
2000.1471.140.220.166117810.72800.8015.07
2000.1471.140.220.166117810.72800.8814.97
2000.1471.140.220.166117810.72800.9414.97
2000.1471.140.220.166117810.72801.0115.17
2000.1471.140.220.166117810.72801.0814.77
2000.1471.140.220.166117810.72801.2314.97

P2 (vertical-to-horizontal permeability ratio) was assumed 0.1.

  2 in total

1.  Tread carefully with stepwise regression.

Authors:  Edward Livingston; Jing Cao; Justin B Dimick
Journal:  Arch Surg       Date:  2010-11

2.  Standard representation and unified stability analysis for dynamic artificial neural network models.

Authors:  Kwang-Ki K Kim; Ernesto Ríos Patrón; Richard D Braatz
Journal:  Neural Netw       Date:  2017-12-02
  2 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.