Next Article in Journal
Optical Evaluation of Effects of Energy Substrates on PHB Accumulation for Bioplastic Production
Next Article in Special Issue
An Improved Transformer Framework for Well-Overflow Early Detection via Self-Supervised Learning
Previous Article in Journal
Energy and Environmental Impact of the Promotion of Battery Electric Vehicles in the Context of Banning Gasoline Vehicle Sales
Previous Article in Special Issue
Real-Time Drilling Parameter Optimization Model Based on the Constrained Bayesian Method
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Cuttings Bed Height Prediction in Microhole Horizontal Wells with Artificial Intelligence Models

1
State Key Laboratory of Offshore Oil Exploitation, Beijing 100028, China
2
Tianjin Branch of CNOOC Ltd., Tianjin 300450, China
3
School of Energy Resources, China University of Geosciences (Beijing), Beijing 100083, China
4
College of Petroleum Engineering, China University of Petroleum (Beijing), Beijing 102249, China
5
CNOOC Research Institute Ltd., Beijing 100028, China
*
Author to whom correspondence should be addressed.
Energies 2022, 15(22), 8389; https://doi.org/10.3390/en15228389
Submission received: 29 September 2022 / Revised: 3 November 2022 / Accepted: 7 November 2022 / Published: 10 November 2022
(This article belongs to the Special Issue Optimization and Simulation of Intelligent Oil and Gas Wells)

Abstract

:
Inadequate drill cuttings removal can cause costly problems such as excessive drag, lower rate of penetration, and even mechanical pipe sticking. Cuttings bed height is usually used to evaluate hole-cleaning efficiency in horizontal wells. In this study, artificial intelligence models, including artificial neural network (ANN), support vector regression (SVR), recurrent neural network (RNN), and long short-term memory (LSTM), were employed to predict cuttings bed height in the well-bore. A total of 136 different tests were conducted, and cuttings bed height under different conditions were measured in our previous study. By training four different artificial intelligence models with the experiment data, it was found that the ANN model performed best among other artificial intelligence models. The ANN model outperformed the dimensionless cuttings bed height model proposed in our previous study. Due to the amount of data points, the memory ability of RNN and LSTM models has not been entirely played compared with the ANN model.

1. Introduction

Cuttings are generated after the drill bit breaks the formation rock. Drilling fluids are used to clean cuttings from the bit and transport cuttings from the bottomhole to the surface, in order to avoid regrinding and to improve the rate of penetration (ROP). Due to the interactions between cuttings and cuttings with drilling fluids, drillpipe, and wellbore, solid-liquid flow characteristics are complicated during cuttings transport. A good understanding of cuttings transport characteristics is key to hydraulics optimization, hole cleaning, and safe drilling.
In vertical or low-inclined wells, cuttings will not form a cuttings bed. Cuttings transport characteristics could be adequately evaluated by the ratio between cuttings transport velocity and annulus fluid velocity [1]. When the fluid velocity is large enough to resist gravity, cuttings will be transported to the surface successfully, ensuring effective hole cleaning. Otherwise, cuttings will settle back to the drill bit and induce many accidents, such as excessive drag, lower rate of penetration, and even mechanical pipe sticking.
With the development of directional well drilling, horizontal well drilling, and extended reach well drilling, the hole-cleaning problem has become critical. In directional, horizontal, or extended reach wells, as the wellbore inclination angle increases the radial component of cuttings gravity increases, and cuttings tend to settle towards the lower side of the annulus. Drillpipe eccentricity increases accordingly as the wellbore inclination angle increases. The increased eccentricity will lead to a decrease in fluid velocity on the lower side of the annulus. The combined effect of gravity and low fluid velocity will increase cuttings concentration, and cuttings beds are more easily formed [2]. Poor hole cleaning causes about one-third of pipe-sticking accidents. Apart from pipe sticking, poor hole cleaning could also lead to excessive drill bit wear, decreased ROP, increased equivalent circulating density (ECD), formation fracture, increased drag, torque forces, etc. These problems will eventually increase non-productive time and drilling costs. Therefore, cuttings transport characteristics and hole-cleaning performance should be thoroughly understood to ensure safe and efficient drilling.
Influence factors of cuttings transport could be divided into four categories: operating parameter (annulus fluid velocity, ROP, drill pipe rotation speed), wellbore geometry (wellbore inclination angle, eccentricity, annulus size), drilling fluid property (drilling fluid density, drilling fluid rheology), and cuttings property (cuttings density, cuttings size, cuttings shape) [3,4]. When adjusting these parameters to improve hole-cleaning performance, field engineers should consider the influence degree of these parameters and evaluate the controllable degree of these factors in the field.
The complexity of the cuttings transport process prompts researchers to use different research methods. The research methods of cuttings transport can be divided into three categories: numerical simulation, theoretical model, and experiment.
With the development of numerical simulation technology and computer power, computational fluid dynamics (CFD) has gradually become an effective method to study the cuttings transport process. Numerical simulation does not require an expensive experimental setup and can be used to study cuttings transport characteristics under any condition in the wellbore. The CFD method can obtain the microscopic flow characteristics in the cuttings transport process. The computational cost of CFD is much higher than that of the theoretical model, so the wellbore length for CFD simulation is relatively short, ranging from several to ten meters.
The theoretical model has a broader range of applicability because the actual physical rules are embedded into the model. The previous theoretical model for cuttings transport can be divided into two categories: the critical velocity model and the layer transport model. However, many empirical parameters must be determined based on the experimental results.
Experiment is the most direct and accurate method to reveal the cuttings transport characteristics in the wellbore. The experimental results can be used to verify the accuracy of numerical simulation and determine the coefficients in the theoretical model. Based on the experimental data, empirical, dimensionless, and intelligent models are developed to predict the cuttings transport efficiency. However, the experimental method has its limitations. On the one hand, it is difficult to conduct cuttings transport experiments under all conditions because many factors affect the cuttings transport process. On the other hand, the proposed empirical, dimensionless, or intelligent prediction models using experimental data are not based on physical rules, so applying these models beyond the scope of the laboratory experiment could yield less accurate predictions.
The artificial intelligence model has been widely used in petroleum engineering [5,6,7,8,9,10,11]. Intelligent models for the prediction of cuttings transport efficiency include fuzzy logic (FL), artificial neural network (ANN), genetic algorithm, etc. Ozbayoglu et al. (2002) [12] first developed an intelligent model to predict cuttings bed area. The accuracy of intelligent prediction models depends on the quality of training data. An intelligent prediction model can effectively deal with imprecise and uncertain problems. Researchers have applied intelligent models to predict cuttings terminal settling velocity, cuttings concentration [13], and cuttings bed height [12,14], as shown in Table 1. It should be noted that there are more than two hundred published papers about cuttings transport; however, only those papers about cuttings transport and the research methodology based on an artificial intelligence model are summarized here.
However, it was found that there are few studies to predict cuttings bed height with an artificial intelligence model. Therefore, this study aims to predict cuttings bed height with an artificial intelligence model other than mechanistic or empirical models. Four different artificial intelligence methods were developed to predict cuttings bed height in a microhole horizontal wellbore, and their predicted accuracies are compared.

2. Artificial Intelligence Models

Four different artificial intelligence models are used to predict cuttings bed height in a microhole horizontal wellbore. They are Artificial neural network (ANN), Support vector regression (SVR), Recurrent neural network (RNN), and Long short-term memory (LSTM).

2.1. Artificial Neural Network (ANN)

Each layer in the ANN model contains several neurons, as shown in Figure 1. The exact relationship between input and output is not required. It only needs to know the non-constant factors causing output changes. By repeated training of the network, the connection weights are adjusted step by step. Therefore, compared with traditional data processing methods, the ANN model has apparent advantages in processing fuzzy, random, and nonlinear data, especially for large-scale, complex structure, and unclear information systems.

2.2. Support Vector Regression (SVR)

Support vector regression (SVR) is a vital application branch of Support vector Machine (SVM). SVM is a classifier defined on the feature space with the most considerable interval. It solves the separated hyperplane that can correctly divide the dataset, and has the most significant geometric interval. It is mainly used to solve the binary classification problem. Unlike SVM, SVR is a fitting formula that minimizes the gap between the farthest sample points of the hyperplane and is mainly used for regression fitting.

2.3. Recurrent Neural Network (RNN)

Recurrent neural network (RNN) is a chain-linked artificial neural network with a memory function, whose internal states can display dynamic temporal behavior, as shown in Figure 2. RNN is used initially to describe the relationship between the current output information and the previous information in a sequence, and is mainly used for processing and predicting sequence data. It can transversely transfer data information between neurons and partially express the correlation between data, that is, its hidden layer nodes are interconnected, and the input of the hidden layer not only contains the input characteristics, but also the output value of the hidden layer in the last time step.

2.4. Long Short-Term Memory (LSTM)

Long short-term memory (LSTM) is a variant of RNN. The hidden layer of ordinary RNN has only one hidden state, h , which is very sensitive to short-term input information. However, compared with ordinary RNN, LSTM adds the unit state, c , in the structure of the recurrent core, which is responsible for storing the long-term state, so that LSTM can learn long-term dependent information, as shown in Figure 3.
Among these four artificial intelligence models, ANN has apparent advantages in processing fuzzy, random, and nonlinear data, especially for large-scale, complex structure, and unclear information systems. RNN can adopt the temporal dependencies of both short and long term. Compared to ANN, LSTM is capable of processing not only the single data point, but also the entire sequence of prediction by holding the information of the previous inputs for an amount of time. SVR takes advantages of both regression and SVM. SVR allows more flexibility to define the maximum acceptable error rate in the model.

3. Cuttings Transport Experiment

The experimental setup of cuttings transport includes a 6-m long test section, fluid tank, fluid pump, cuttings injection device, and cuttings/fluid separator. As shown in Figure 4 and Table 2, a total of 136 experimental data were recorded under different flow rate, cuttings diameter, rate of penetration, eccentricity, and wellbore diameter conditions. During the experiment, first, start the drilling fluid pump to obtain the desired flow rate, then inject cuttings into the wellbore with a constant mass flow rate. Afterwards, measure the cuttings bed height at different locations along the wellbore. Based on the experimental data, a dimensionless prediction model for cuttings bed height was developed. Details of the cuttings transport experiment can be obtained from our previous paper [19].
Figure 5 shows the density estimation and box plot of all the input features for the cuttings transport efficiency dataset, which provides insightful information about the distribution and statistical parameters of the dataset. In our dataset, the flow rate ranges from 0.00058 to 0.00078 m 3 / s , the cuttings diameter ranges from 0.0003 to 0.005 m , the rate of penetration ranges from 0.00211 to 0.00256 m / s , eccentricity ranges from 0 to 0.8, and the wellbore diameter ranges from 0.04 to 0.08 m .

4. Results and Discussion

Taking the development of the ANN model as an example, the development processes of the other three artificial intelligence models are provided in Appendix A section. The data set is divided into a train set and a test set. The train set is used to establish the weights and deviations in the ANN model, and the test set is used to independently test the prediction ability and reliability of the ANN model. Generally, the trial-and-error method is applied to determine the proportion of different data sets. In this paper, referring to previous studies, the proportion of data points in two data sets is 80% (train set) and 20% (test set). It is generally accepted that the ANN performs best when they are within the range of their train data. In other words, the data used for training and testing must represent the same population. Since the input and output parameters differ in the order of magnitude, all the input variables are converted into values between 0 and 1. The most commonly used ANN model structure is a three-layer model, usually composed of the input layer, hidden layer, and output layer. The ANN model with one hidden layer is the simplest and most common. Though increasing the number of the hidden layer could improve the ANN performance, it could also lead to the overfitting problem when the data set is not large enough. Therefore, the ANN model with one hidden layer is used in this study. There are five nodes in the input layer. Each node corresponds to an input parameter that affects the cuttings bed height, namely, flow rate, cuttings diameter, rate of penetration, eccentricity, and wellbore diameter. The output layer has one node, namely, the cuttings bed height. The architecture of the ANN model is shown in Figure 1.
The configuration and parameters used to train the ANN model are summarized in Table 3. The learning rate affects the speed at which the ANN model arrives at the minimum solution. The loss function is used to quantify the difference between the expected results and the results predicted by the ANN model. The activation function is used to determine the output of the ANN model. That is, it determines whether the neuron should be activated or not. Early stopping is training on the train data set, but stop training while the performance on the validation data set begins to decrease. An epoch means training the neural network with all the training data for one cycle.
The number of nodes in the hidden layer is determined by minimizing the difference between predicted and measured settling velocity. Based on the calculation results, it was found that when the number of nodes in the hidden layer is 8, the ANN model performs best. And the average absolute relative errors in the train set and test set are 4.21% and 5.12%, respectively.
The root mean square error (RMSE), average absolute error (AAE), and average absolute percent error (AAPE) between measured and predicted cuttings bed height are compared for these four artificial intelligence models.
Root mean square error (RMSE):
RMSE = 1 n i = 1 n [ Y ^ i Y i ] 2
Average absolute error (AAE):
AAE = 1 n i = 1 n | Y ^ i Y i |
Average absolute percent error (AAPE):
AAPE = 1 n i = 1 n | Y ^ i Y i Y i |
where, Y ^ i is the predicted cuttings bed height, Y i is the measured cuttings bed height, n is the total number of the experimental data.
Figure 6 compares the measured cuttings bed height and predicted cuttings bed height with the ANN model. The RMSE, AAE, and AAPE of the ANN model are 1.069, 0.794, and 4.66%, respectively. It was found that most of the data points are within the ±15% error margins, thus, the ANN model could provide satisfactory prediction results.
Figure 7 compares the measured cuttings bed height and predicted cuttings bed height with the SVR model. The RMSE, AAE, and AAPE of the SVR model are 2.674, 1.556, and 12.32%, respectively. About 1/3 of all the data points are outside the ±15% error margins.
Figure 8 compares the measured cuttings bed height and predicted cuttings bed height with the RNN and LSTM models. The RMSE, AAE, and AAPE of the RNN model are 1.741, 1.356, and 8.12%, respectively. The RMSE, AAE, and AAPE of the LSTM model are 1.955, 2.100, and 9.54%, respectively. It was found that most of the data points are within the ±15% error margins. The prediction accuracies of RNN and LSTM models are better than that of the SVR model, but worse than that of the ANN model.
The performance results of four different artificial intelligence models are summarized in Table 4. It was found that the ANN model outperforms the other models.
RNN and LSTM are best for time series problems. The LSTM model considers long-term dependencies and evaluates new values after understanding the whole series pattern, whereas the SVR model considers each row as a sample for training data and predicts the outcome, and will not consider the previous patterns. The reason that the ANN model performs best is because there are only 136 sets of data in the dataset, with a small number of data points; the memory ability of RNN and LSTM models has not been entirely played. Considering the more abundant data accumulated in the field drilling process, the LSTM model with long-term memory capability has more advantages than the ANN model.
The following equation is used to evaluate the relative importance of the input variables [20,21], which is based on the connection weights of the ANN model, as shown in Equation (4).
R I j = m = 1 m = N h [ ( | W j m i h | k = 1 k = N i | W k m i h | ) | W m n h o | ] k = 1 k = N i { m = 1 m = N h ( | W k m i h | / k = 1 k = N i | W k m i h | ) × | W m n h o | }
where, R I j is the relative importance of the jth input variable, N i is the input neuron number, N h is the hidden neuron number, W is the connection weight, the superscript i represents the input layer, h represents the hidden layer, o represents output layer, the subscripts k represents the input neuron, m represents the hidden neuron, n represents the output neuron.
Here is the calculated relative importance of the input variables is shown in Table 5 and Figure 9. The drilling fluid flow rate is the primary parameter affecting cuttings transport efficiency because the force acting on the cuttings significantly increases as the flow rate increases. Wellbore diameter is another important variable affecting cuttings transport efficiency, since the flow rate decreases as the wellbore diameter increases. Rate of penetration has a moderate effect on the cuttings transport efficiency because the rate of penetration directly affects the amount of cuttings injected into the wellbore. The effects of cuttings size and eccentricity are relatively small compared with other variables.
The predicted results of the ANN model are also compared with the dimensionless model predicted by Song et al. (2017) [19], as shown in Equation (5). The AAPE of the dimensionless cuttings bed height model is 9.77%, as shown in Figure 10. In other words, the ANN model performs better than the dimensionless cuttings bed height model.
H = m 1 · Π 2 m 2 [ Π 3 + m 3 · ln ( Π 3 ) ] Π 4 m 4 ( 1 + m 5 · Π 5 ) n 5 Π 6 m 6
where, H is the dimensionless cuttings bed height, Π 2 is the Reynolds number, Π 3 is the dimensionless cuttings diameter, Π 4 is the dimensionless cuttings injection rate, Π 5 is eccentricity, Π 6 is the drillpipe/wellbore diameter ratio, m 1 ~ m 6 and n 5 are fitting parameters, as shown in Table 6.

5. Conclusions

This study used four artificial intelligence models including ANN, SVR, RNN, LSTM to predict cuttings bed height inside the annulus. A total of 136 experimental data were used as the dataset to test artificial intelligence models.
(1) The ANN model performed best among other artificial intelligence models.
(2) Based on the relative importance analysis of the input variables, it was found that the order of the importance of these variables is: flow rate, wellbore diameter, rate of penetration, cuttings size, and eccentricity.
(3) The ANN model also outperformed the dimensionless cuttings bed height model proposed by Song et al. (2017) [19].
(4) Due to the amount of the data points, the memory ability of RNN and LSTM models has not been fully played compared with the ANN model.

Author Contributions

Conceptualization, Y.H. and X.S.; methodology, Z.X.; validation, W.Z. and Q.Z.; writing—original draft preparation, Z.X.; writing—review and editing, Z.X.; visualization, X.Z.; supervision, X.Z.; funding acquisition, Y.H. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China (grant No. 52104009), the National Key Research and Development Program (grant No. 2021YFA0719101), the Fundamental Research Funds for the Central Universities (grant No. 2-9-2019-99), and the Foundation of State Key Laboratory of Petroleum Resources and Prospecting, China University of Petroleum, Beijing (grant No. PRP/open-2111).

Data Availability Statement

Data sharing is not applicable to this article.

Conflicts of Interest

The authors declare no conflict of interest.

Nomenclature

D o wellbore diameter ( m )
d p cuttings diameter ( m )
e eccentricity
H dimensionless cuttings bed height
H b cuttings bed height ( m )
Y ^ i predicted cuttings bed height ( m )
Y i measured cuttings bed height ( m )
m 1 ~ m 6 , n 5 fitting parameters
n total number of the experimental data
Q l flow rate of drilling fluid ( m 3 / s )
R O P rate of penetration ( m / s )
Greeks
Π 2 Reynolds number
Π 3 dimensionless cuttings diameter
Π 4 dimensionless cuttings injection rate
Π 5 eccentricity
Π 6 drillpipe/wellbore diameter ratio
Abbreviation
AAEaverage absolute error
AAPEaverage absolute percent error
ANNartificial neural network
ECDequivalent circulating density
FLfuzzy logic
kNNk-nearest neighbor
LRlinear regression
LSTMlong short-term memory
RBFNradial basis function network
RMSEroot mean square error
RNNrecurrent neural network
ROPrate of penetration
SVMsupport vector machine
SVRsupport vector regression

Appendix A

The RNN model requires that the dimensions of the input samples must be three-dimensional. The first dimension is the total number of input samples, the second dimension is the number of cyclic core time expansion steps, the third dimension is the number of input features per time step. There are 136 sets of data in the input sample of cuttings bed height. For each set of influencing factors input, the height of the debris bed is predicted once. Therefore, the number of time expansion steps of the cycle core is 1, and the number of features sent by each time step is 4. After repeated training and optimization, the number of neurons in the three layers of the cuttings bed height model is 30, 60 and 100, respectively. The RNN configuration and parameters used to train RNN model are summarized in Table A1.
Table A1. RNN configuration and parameters used to train RNN model.
Table A1. RNN configuration and parameters used to train RNN model.
Parameter NameParameter Value
Hidden layer number3
Neuron number in hidden layer30, 60, 100
Loss functionMSE
Activation functionPReLU
Epoch300
The LSTM model requires that the dimensions of the samples sent into it should be three-dimensional. The input shape is the same as the input set of the RNN model. The input shape of the cutting-bed height is [136, 1, 4]. The number of neurons in the three layers of the debris bed height model is 50, 80 and 100, respectively. The LSTM configuration and parameters used to train LSTM model are summarized in Table A2.
Table A2. LSTM configuration and parameters used to train LSTM model.
Table A2. LSTM configuration and parameters used to train LSTM model.
Parameter NameParameter Value
Hidden layer number3
Neuron number in hidden layer50, 80, 100
Loss functionMSE
Activation functionPReLU
Epoch300
As for the development of SVR model, the following steps are required: (1) Collection of training sets; (2) Select Kernel and its parameters and any regularization; (3) Establish the correlation matrix; (4) Train the machine to get contraction coefficients; (5) Create an estimator using coefficients.

References

  1. Iyoho, A.W.; Horeth, J.M.; Veenkant, R.L. A computer model for hole-cleaning analysis. J. Pet. Technol. 1988, 40, 1183–1192. [Google Scholar] [CrossRef]
  2. Avila, R.J.; Pereira, E.J.; Miska, S.Z.; Takach, N.E.; Saasen, A. Correlations and Analysis of Cuttings Transport with Aerated Fluids in Deviated Wells. SPE Drill. Complet. 2008, 23, 132–141. [Google Scholar] [CrossRef]
  3. Busch, A.; Werner, B.; Johansen, S.T. Cuttings Transport Modeling—Part 2: Dimensional Analysis and Scaling. SPE Drill. Complet. 2020, 35, 69–87. [Google Scholar] [CrossRef]
  4. Clark, R.K.; Bickham, K.L. A mechanistic model for cuttings transport. In Proceedings of the SPE Annual Technical Conference and Exhibition, New Orleans, LO, USA, 25–28 September 1994. [Google Scholar]
  5. Mohaghegh, S.D. Recent developments in application of artificial intelligence in petroleum engineering. J. Pet. Technol. 2005, 57, 86–91. [Google Scholar] [CrossRef]
  6. Farahani, M.V.; Nabi-Bidhendi, M.; Khoshdel, H.; Torabi, S. Applying neuro-fuzzy model to predict reservoir properties from seismic attributes—A case study in an oil field in Iran. In Proceedings of the 71st EAGE Conference and Exhibition incorporating SPE EUROPEC, Amsterdam, The Netherlands, 8–11 June 2009. [Google Scholar]
  7. Farahani, M.V.; Nabi-Bidhendi, M.; Khoshdel, H. Applying local linear neuro-fuzzy model to predict a well log from other well logs. In Proceedings of the 72nd EAGE Conference and Exhibition incorporating SPE EUROPEC 2010, Barcelona, Spain, 14–17 June 2010. [Google Scholar]
  8. Farahani, M.V.; Shams, R.; Jamshidi, S. A Robust Modeling Approach for Predicting the Rheological Behavior of Thixotropic Fluids. In Proceedings of the 80th EAGE Conference and Exhibition, Copenhagen, Denmark, 11–14 June 2018. [Google Scholar] [CrossRef]
  9. Rahmanifard, H.; Plaksina, T. Application of artificial intelligence techniques in the petroleum industry: A review. Artif. Intell. Rev. 2019, 52, 2295–2318. [Google Scholar] [CrossRef]
  10. Norouzi, S.; Nazari, M.; Farahani, M.V. A Novel Hybrid Particle Swarm Optimization-Simulated Annealing Approach for CO2-Oil Minimum Miscibility Pressure (MMP) Prediction. In Proceedings of the 81st EAGE Conference and Exhibition, London, UK, 3–6 June 2019. [Google Scholar] [CrossRef]
  11. Kuang, L.; Liu, H.; Ren, Y.; Luo, K.; Shi, M.; Su, J.; Li, X. Application and development trend of artificial intelligence in petroleum exploration and development. Pet. Explor. Dev. 2021, 48, 1–14. [Google Scholar] [CrossRef]
  12. Ozbayoglu, E.M.; Miska, S.Z.; Reed, T.; Takach, N. Analysis of bed height in horizontal and highly-inclined wellbores by using artificial neural networks. In Proceedings of the SPE International Thermal Operations and Heavy Oil Symposium and International Horizontal Well Technology Conference, Calgary, AB, Canada, 4–7 November 2002. [Google Scholar]
  13. Al-Azani, K.; Elkatatny, S.; Ali, A.; Ramadan, E.; Abdulraheem, A. Cutting concentration prediction in horizontal and deviated wells using artificial intelligence techniques. J. Pet. Explor. Prod. Technol. 2019, 9, 2769–2779. [Google Scholar] [CrossRef] [Green Version]
  14. Ulker, E.; Sorgun, M. Comparison of computational intelligence models for cuttings transport in horizontal and deviated wells. J. Pet. Sci. Eng. 2016, 146, 832–837. [Google Scholar] [CrossRef]
  15. Rooki, R.; Ardejani, F.D.; Moradzadeh, A. Hole Cleaning Prediction in Foam Drilling Using Artificial Neural Network and Multiple Linear Regression. Geomaterials 2014, 4, 47–53. [Google Scholar] [CrossRef] [Green Version]
  16. Rooki, R.; Rakhshkhorshid, M. Cuttings transport modeling in underbalanced oil drilling operation using radial basis neural network. Egypt. J. Pet. 2017, 26, 541–546. [Google Scholar] [CrossRef] [Green Version]
  17. Al-Azani, K.H.; Elkatatny, S.; Abdulraheem, A.; Mahmoud, M.; Ali, A. Prediction of Cutting Concentration in Horizontal and Deviated Wells Using Support Vector Machine. In Proceedings of the SPE Kingdom of Saudi Arabia Annual Technical Symposium and Exhibition, Dammam, Saudi Arabia, 23–26 April 2018. [Google Scholar] [CrossRef]
  18. Chowdhury, D.; Hovda, S. Estimation of downhole cuttings concentration from experimental data—Comparison of empirical and fuzzy logic models. J. Pet. Sci. Eng. 2022, 209, 109910. [Google Scholar] [CrossRef]
  19. Song, X.; Xu, Z.; Wang, M.; Li, G.; Shah, S.N.; Pang, Z. Experimental Study on the Wellbore-Cleaning Efficiency of Microhole-Horizontal-Well Drilling. SPE J. 2017, 22, 1189–1200. [Google Scholar] [CrossRef]
  20. Elmolla, E.S.; Chaudhuri, M.; Eltoukhy, M.M. The use of artificial neural network (ANN) for modeling of COD removal from antibiotic aqueous solution by the Fenton process. J. Hazard. Mater. 2010, 179, 127–134. [Google Scholar] [CrossRef] [PubMed]
  21. Ghorbani, M.A.; Khatibi, R.; Hosseini, B.; Bilgili, M. Relative importance of parameters affecting wind speed prediction using artificial neural networks. Arch. Meteorol. Geophys. Bioclimatol. Ser. B 2013, 114, 107–114. [Google Scholar] [CrossRef]
Figure 1. The schematic of the ANN model ( Q l is the flow rate of drilling fluids ( m 3 / s ), d p is the cuttings diameter ( m ), R O P is the rate of penetration ( m / s ), e is the eccentricity, D o is the wellbore diameter ( m ), H b is the cuttings bed height ( m )).
Figure 1. The schematic of the ANN model ( Q l is the flow rate of drilling fluids ( m 3 / s ), d p is the cuttings diameter ( m ), R O P is the rate of penetration ( m / s ), e is the eccentricity, D o is the wellbore diameter ( m ), H b is the cuttings bed height ( m )).
Energies 15 08389 g001
Figure 2. The schematic of the RNN model.
Figure 2. The schematic of the RNN model.
Energies 15 08389 g002
Figure 3. The schematic of the LSTM model.
Figure 3. The schematic of the LSTM model.
Energies 15 08389 g003
Figure 4. Cuttings transport experiment for cuttings with different sizes.
Figure 4. Cuttings transport experiment for cuttings with different sizes.
Energies 15 08389 g004
Figure 5. Density distribution and box plot of all the input features for the cuttings bed height prediction (a) flow rate, (b) cuttings diameter, (c) rate of penetration, (d) eccentricity, (e) wellbore diameter).
Figure 5. Density distribution and box plot of all the input features for the cuttings bed height prediction (a) flow rate, (b) cuttings diameter, (c) rate of penetration, (d) eccentricity, (e) wellbore diameter).
Energies 15 08389 g005aEnergies 15 08389 g005b
Figure 6. Measured cuttings bed height and predicted cuttings bed height with the ANN model.
Figure 6. Measured cuttings bed height and predicted cuttings bed height with the ANN model.
Energies 15 08389 g006
Figure 7. Measured cuttings bed height and predicted cuttings bed height with the SVR model.
Figure 7. Measured cuttings bed height and predicted cuttings bed height with the SVR model.
Energies 15 08389 g007
Figure 8. Measured cuttings bed height and predicted cuttings bed height with the RNN and LSTM models (a) RNN model, (b) LSTM model).
Figure 8. Measured cuttings bed height and predicted cuttings bed height with the RNN and LSTM models (a) RNN model, (b) LSTM model).
Energies 15 08389 g008
Figure 9. The relative importance of the input variable.
Figure 9. The relative importance of the input variable.
Energies 15 08389 g009
Figure 10. Comparison of predicted results of ANN and dimensionless cuttings bed height models.
Figure 10. Comparison of predicted results of ANN and dimensionless cuttings bed height models.
Energies 15 08389 g010
Table 1. Summarization of intelligent models for the prediction of cuttings transport efficiency.
Table 1. Summarization of intelligent models for the prediction of cuttings transport efficiency.
AuthorsModelModel InputPredicted Parameter
NumberInput Parameters
Ozbayoglu et al. (2002) [12]ANN3Cuttings injection concentration, Reynolds number, Froude numberCuttings bed area ratio
Rooki et al. (2014) [15]; Rooki and Rakhshkhorshid (2017) [16]ANN, RBFN6Foam velocity, Foam quality, Pressure, Temperature, Drillpipe rotation speed, EccentricityCuttings concentration
Ulker and Sorgun (2016) [14]kNN, SVM, LR, ANN4Fluid velocity, Drillpipe rotation speed, ROP, Wellbore inclination angleCuttings bed area ratio
Al-Azani et al. (2018) [17]; Al-Azani et al. (2019) [13]SVM, ANN9Drilling fluid density, Fluid yield point stress, Fluid plastic viscosity, Wellbore inclination angle, Eccentricity, ROP, Fluid flow rate, Drillpipe rotation speed, TemperatureCuttings concentration
Chowdhury and Hovda (2022) [18]FL11Annulus size, Wellbore inclination angle, Eccentricity, Temperature, Drilling fluid density, Apparent viscosity, Cuttings size, Cuttings density, Drilling fluid flow rate, Drillpipe rotation speed, ROPCuttings concentration
Table 2. Test matrix for cuttings transport experiments.
Table 2. Test matrix for cuttings transport experiments.
ParameterRange
Flow   rate   ( m 3 / s ) 0.00058, 0.00063, 0.00068, 0.00073, 0.00078
Cuttings   size   ( m ) 0.0003, 0.0006, 0.0012, 0.0050
Rate   of   penetration   ( m / s ) 0.00211, 0.00256, 0.00319, 0.00425, 0.00636
Eccentricity0.0, 0.2, 0.4, 0.6, 0.8
Wellbore   diameter   ( m ) 0.04, 0.05, 0.06, 0.08
Table 3. ANN configuration and parameters used to train ANN model.
Table 3. ANN configuration and parameters used to train ANN model.
Parameter NameParameter Value
Learning rate0.001
Loss functionMSE
Activation functionReLU for hidden layer, Simoid for output layer
Early stoppingNo
Epoch1000
Table 4. Comparison of predicted accuracy for different artificial intelligence models.
Table 4. Comparison of predicted accuracy for different artificial intelligence models.
ModelRMSEAAEAAPE
Artificial Neural Network (ANN)1.0690.7944.66%
Support Vector Regression (SVR)2.6741.55612.32%
Recurrent Neural Network (RNN)1.7411.3568.12%
Long Short-Term Memory (LSTM)1.9552.1009.54%
Table 5. Relative importance of the input variables.
Table 5. Relative importance of the input variables.
Input VariableFlow RateCuttings SizeRate of PenetrationEccentricityWellbore Diameter
Relative importance0.3140.1310.1980.1150.242
Table 6. Fitting parameters for the dimensionless model of cuttings bed height.
Table 6. Fitting parameters for the dimensionless model of cuttings bed height.
m 1 m 2 m 3 m 4 m 5 n 5 m 6
17,059−0.851−0.0750.459−0.8310.047−0.453
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Han, Y.; Zhang, X.; Xu, Z.; Song, X.; Zhao, W.; Zhang, Q. Cuttings Bed Height Prediction in Microhole Horizontal Wells with Artificial Intelligence Models. Energies 2022, 15, 8389. https://doi.org/10.3390/en15228389

AMA Style

Han Y, Zhang X, Xu Z, Song X, Zhao W, Zhang Q. Cuttings Bed Height Prediction in Microhole Horizontal Wells with Artificial Intelligence Models. Energies. 2022; 15(22):8389. https://doi.org/10.3390/en15228389

Chicago/Turabian Style

Han, Yaotu, Xiaocheng Zhang, Zhengming Xu, Xianzhi Song, Weijie Zhao, and Qilong Zhang. 2022. "Cuttings Bed Height Prediction in Microhole Horizontal Wells with Artificial Intelligence Models" Energies 15, no. 22: 8389. https://doi.org/10.3390/en15228389

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop