| Literature DB >> 33458545 |
Ahmed Alsaihati1, Salaheldin Elkatatny1, Abdulazeez Abdulraheem1.
Abstract
Equivalent circulation density (ECD) is an important part of drilling fluid calculations. Analytical equations based on the conservation of mass and momentum are used to determine the ECD at various depths in the wellbore. However, these equations do not incorporate important factors that have a direct impact on the ECD, such as bottom-hole temperature, pipe rotation and eccentricity, and wellbore roughness. This work introduced different intelligent machines that could provide a real-time accurate estimation of the ECD for horizontal wells, namely, the support vector machine (SVM), random forests (RF), and a functional network (FN). Also, this study sheds light on how principal component analysis (PCA) can be used to reduce the dimensionality of a data set without loss of any important information. Actual field data of Well-1, including drilling surface parameters and ECD measurements, were collected from a 5-7/8 in. horizontal section to develop the models. The performance of the models was assessed in terms of root-mean-square error (RMSE) and coefficient of determination (R 2). Then, the best model was validated using unseen data points of 1152 collected from Well-2. The results showed that the RF model outperformed the FN and SVM in predicting the ECD with an RMSE of 0.23 and R 2 of 0.99 in the training set and with an RMSE of 0.42 and R 2 of 0.99 in the testing set. Furthermore, the RF predicted the ECD in Well-2 with an RMSE of 0.35 and R 2 of 0.95. The developed models will help the drilling crew to have a comprehensive view of the ECD while drilling high-pressure high-temperature wells and detect downhole operational issues such as poor hole cleaning, kicks, and formation losses in a timely manner. Furthermore, it will promote safer operation and improve the crew response time limit to prevent undesired events.Entities:
Year: 2020 PMID: 33458545 PMCID: PMC7808159 DOI: 10.1021/acsomega.0c05570
Source DB: PubMed Journal: ACS Omega ISSN: 2470-1343
Statistical Parameters of the Whole Data set (3567 Data Points)
| statistical parameters | HL (klbf | ROP (ft/h) | RS (RPM) | SPP (psi) | WOB (klbf) | ECD (Pcf) | ||
|---|---|---|---|---|---|---|---|---|
| minimum | 250.0 | 256.0 | 3.5 | 59.0 | 2354.8 | 5.1 | 2.9 | 83.4 |
| maximum | 296.5 | 286.0 | 59.6 | 141.0 | 3656.5 | 20.1 | 10.0 | 95.5 |
| mean | 276.7 | 267.4 | 23.0 | 119.7 | 3031.7 | 15.2 | 6.9 | 90.4 |
| standard deviation | 10.3 | 5.5 | 6.2 | 17.1 | 257.7 | 3.0 | 1.2 | 3.2 |
| skewness | –1.66 | 0.62 | 0.18 | –0.95 | –0.15 | –0.96 | –0.04 | –0.37 |
| kurtosis | 1.09 | 0.16 | 1.76 | 1.34 | –0.11 | 0.10 | –0.85 | –0.90 |
Figure 1Relative importance of the input variable set.
Statistical Parameters of the Training Set (2742 Data Points)
| statistical parameters | HL (klbf) | ROP (ft/h) | RS (RPM) | SPP (psi) | WOB (klbf) | ECD (Pcf) | ||
|---|---|---|---|---|---|---|---|---|
| minimum | 249.4 | 256.1 | 3.5 | 59.0 | 2379.7 | 5.5 | 3.7 | 83.4 |
| maximum | 296.6 | 285.2 | 59.6 | 141.3 | 3632.1 | 20.0 | 10.0 | 95.5 |
| mean | 276.7 | 267.4 | 23.0 | 119.8 | 3035.3 | 15.2 | 6.9 | 90.4 |
| standard deviation | 10.3 | 5.5 | 6.2 | 16.9 | 258.0 | 3.0 | 1.2 | 3.2 |
| skewness | –1.67 | 0.61 | 0.22 | –0.93 | –0.15 | –0.96 | –0.05 | –0.39 |
| kurtosis | 1.11 | 0.12 | 1.88 | 1.28 | –0.14 | 0.08 | –0.87 | –0.89 |
Statistical Parameters of the Testing Set (827 Data Points)
| statistical parameters | HL (klbf) | ROP (ft/h) | RS (RPM) | SPP (psi) | WOB (klbf) | ECD (Pcf) | ||
|---|---|---|---|---|---|---|---|---|
| minimum | 250.3 | 256.1 | 4.9 | 59.0 | 2354.8 | 5.1 | 3.2 | 83.4 |
| maximum | 296.0 | 286.1 | 56.7 | 140.2 | 3656.5 | 20.1 | 10.0 | 95.5 |
| mean | 276.6 | 267.3 | 22.8 | 119.4 | 3019.6 | 15.1 | 6.8 | 90.2 |
| standard deviation | 10.3 | 5.6 | 5.9 | 17.7 | 256.5 | 3.0 | 1.2 | 3.2 |
| skewness | –1.63 | 0.66 | 0.04 | –1.01 | –0.16 | –0.97 | –0.01 | –0.30 |
| kurtosis | 1.04 | 0.31 | 1.24 | 1.46 | 0.01 | 0.15 | –0.80 | –0.94 |
Performance of the SVM Model with Different Kernel Types
| kernel type | gamma | RMSE_training | RMSE_testing | |||
|---|---|---|---|---|---|---|
| linear | 0.001 | auto | 0.71 | 0.95 | 0.74 | 0.95 |
| RBF | 500 | scale | 0.54 | 0.97 | 0.58 | 0.97 |
Figure 2Cross-plot of the actual and predicted ECD with RBF kernel (a) training set and (b) testing set.
Optimum Parameters of the RF Model
| parameters | optimum |
|---|---|
| max_features: [“auto”, “sqrt”, “log2”] | Sqrt |
| max_depth: [3, 4, 5, ..., 30] | 11 |
| n_estimators: [3, 4, 5, ..., 150] | 100 |
Figure 3Cross-plot of the actual and predicted ECD with RF model (a) training set and (b) testing set.
Performance of the FN Model with Different Methods and Relationship Types
| FN method | relationship type | RMSE_training | RMSE_testing | ||
|---|---|---|---|---|---|
| FNFBM | nonlinear linear | 0.36 | 0.99 | 0.51 | 0.98 |
| 0.54 | 0.98 | 0.55 | 0.98 | ||
| FNEBM | nonlinear linear | 0.44 | 0.99 | 0.45 | 0.99 |
| 0.53 | 0.98 | 0.55 | 0.98 |
Figure 4Cross-plot of the actual and predicted ECD with FN model (a) training set and (b) testing set.
Summary of the Optimum Results of the Models
| model | RMSE_training | RMSE_testing | ||
|---|---|---|---|---|
| RF | 0.23 | 0.99 | 0.42 | 0.99 |
| FN | 0.44 | 0.99 | 0.45 | 0.99 |
| SVM | 0.54 | 0.97 | 0.58 | 0.97 |
Statistical Parameters of the Data set of Well-2 (1152 Data Points)
| statistical parameters | HL (klbf) | ROP (ft/h) | RS (RPM) | SPP (psi) | WOB (klbf) | ECD (Pcf) | ||
|---|---|---|---|---|---|---|---|---|
| minimum | 273.6 | 265.5 | 3.9 | 75.2 | 2865.4 | 5.6 | 4.2 | 87.7 |
| maximum | 288.0 | 283.8 | 57.2 | 136.0 | 3449.4 | 19.5 | 7.4 | 93.4 |
| mean | 279.6 | 275.0 | 29.8 | 112.0 | 3099.9 | 14.1 | 5.7 | 90.6 |
| standard deviation | 2.4 | 4.7 | 8.9 | 7.9 | 123.9 | 2.4 | 0.7 | 1.6 |
| skewness | 0.55 | –0.04 | 0.00 | –0.84 | 0.25 | –0.64 | 0.23 | 0.13 |
| kurtosis | 1.14 | –1.44 | –0.10 | 2.52 | –1.07 | 0.41 | –1.02 | –1.41 |
Figure 5Actual and predicted ECD as a function of the depth index of Well-2.
Sample of the Training Set after Transformation to PCA Space
| sample | PC1 | PC2 | PC3 | PC4 | PC5 | PC6 | PC7 | ECD (Pcf) |
|---|---|---|---|---|---|---|---|---|
| 1 | 0.0157 | 5.6083 | –0.9000 | –1.1646 | 0.5203 | –0.5557 | –0.5946 | 83.57 |
| 2 | –0.1004 | 5.2729 | 0.1541 | –1.5667 | 1.3405 | –0.0313 | –0.1090 | 83.45 |
| 3 | 0.2006 | 4.9792 | –0.1247 | –1.5161 | 1.4103 | 0.5679 | 0.1762 | 83.42 |
| 4 | 0.4135 | 4.8381 | –0.1609 | –1.3059 | 1.4539 | 0.7850 | 0.2212 | 83.44 |
| 5 | –0.3242 | 5.0952 | 0.0931 | –1.2110 | 1.4730 | –0.0422 | 0.0816 | 83.47 |
Figure 6Percentages of the variation that each PC accounts for in the whole data set.
Contribution of Variables in Each Principal Component
| variable | PC1 | PC2 | PC3 | PC4 | PC5 | PC6 | PC7 |
|---|---|---|---|---|---|---|---|
| 0.52 | 0.27 | 0.10 | 0.27 | 0.48 | 0.03 | 0.58 | |
| HL | 0.58 | 0.03 | 0.27 | 0.00 | 0.12 | 0.47 | 0.59 |
| ROP | 0.19 | 0.30 | 0.08 | 0.89 | 0.15 | 0.23 | 0.01 |
| RS | 0.26 | 0.53 | 0.31 | 0.11 | 0.73 | 0.10 | 0.01 |
| SPP | 0.25 | 0.61 | 0.02 | 0.30 | 0.35 | 0.34 | 0.48 |
| WOB | 0.14 | 0.14 | 0.85 | 0.05 | 0.26 | 0.37 | 0.17 |
| 0.45 | 0.41 | 0.29 | 0.15 | 0.09 | 0.68 | 0.23 |
Comparison of PCA-Based RF Performance with FNN and SVM Using Different PCs
| PCA-RF
testing | FN testing | SVM
testing | |||||
|---|---|---|---|---|---|---|---|
| no. PC | variation % | RMSE | RMSE | RMSE | |||
| PC1 | 36.42 | 1.78 | 0.70 | 0.45 | 0.99 | 0.58 | 0.97 |
| PC1 and PC2 | 63.10 | 0.63 | 0.96 | ||||
| PC1 to PC3 | 80.40 | 0.62 | 0.96 | ||||
| PC1 to PC4 | 93.41 | 0.54 | 0.97 | ||||
| PC1 to PC5 | 97.88 | 0.57 | 0.97 | ||||
| PC1 to PC6 | 99.17 | 0.59 | 0.97 | ||||
| PC1 to PC7 | 100 | 0.60 | 0.97 | ||||