Next Article in Journal
Multi-Agent-Based Coordinated Control of ABS and AFS for Distributed Drive Electric Vehicles
Next Article in Special Issue
Positive Torque Modulation Method and Key Technology of Conventional Beam Pumping Unit
Previous Article in Journal
Using Energy-Absorbing Dampers to Solve the Problem of Large Deformation in Soft-Rock Tunnels: A Case Study
Previous Article in Special Issue
Diagenesis Evolution and Pore Types in Tight Sandstone of Shanxi Formation Reservoir in Hangjinqi Area, Ordos Basin, Northern China
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

The Application of Neural Networks to Forecast Radial Jet Drilling Effectiveness

by
Sergey Krivoshchekov
*,
Alexander Kochnev
and
Evgeny Ozhgibesov
Petroleum Geology Department, Perm National Research Polytechnic University, Komsomolsky Prospekt, 29, 614990 Perm, Russia
*
Author to whom correspondence should be addressed.
Energies 2022, 15(5), 1917; https://doi.org/10.3390/en15051917
Submission received: 16 November 2021 / Revised: 21 February 2022 / Accepted: 28 February 2022 / Published: 6 March 2022
(This article belongs to the Special Issue Advances in Petroleum Exploration and Production)

Abstract

:
This paper aims to study the applicability of machine-learning algorithms, specifically neural networks, for forecasting the effectiveness of Improved recovery methods. Radial jet drilling is the case operation in this study. Understanding changes in reservoir flow properties and their effect on liquid flow rate is essential to evaluate the radial jet drilling effectiveness. Therefore, liquid flow rate after radial jet drilling is the target variable, while geological and process parameters have been taken as features. The effect of various network parameters on learning quality has been assessed. As a result, conclusions on the applicability of neural networks to evaluate the radial jet drilling potential of wells in various geological conditions of carbonate reservoirs have been made.

1. Introduction

The global oilfield development trends show a considerable increase in the number of improved recovery methods (IOR) due to the ever-growing share of unconventional resources. IOR is conducted to improve well productivity and oil recovery, increase injection well performance, isolate water inflows, etc. The study target herein is carbonate reservoirs of Perm Krai (Russia). To enhance well productivity, a range of IOR technologies are extensively performed at these reservoirs: acid fracturing, bottomhole acidizing, casing perforation and radial water jet drilling (RJD).
Addressed in this study, radial jet drilling is the most promising technology based on the ratio of the operation cost to the resulting incremental oil flow rate.
Radial jet drilling technology was first proposed by Rad Tech International Inc. in the late 1970s. The technology involves creating highly permeable flow channels in producing reservoir intervals, thereby increasing displacement coverage, and jetting directional flow channels to tap bypassed oil [1].
The radial jet drilling technique creates two to four channels in the producing reservoir interval, usually with a 90° angle between the channels. The channels are 3 to 8 cm in diameter and up to 100 m long. To clean the channel and increase its permeability, the jetting using a high-pressure nozzle is followed by the acid treatment in carbonate reservoirs [2].
The technology is extensively and successfully deployed in oil production worldwide. For example, the RJD practice at some overseas oil fields is presented in [3]. A significant oil production increase by 200% has been observed at the Tarim oil fields (China). In Ref. [4], described is the RJD application for oil recovery from a reservoir with low permeability and ultra-maturity near wellbore using enhanced stimulation to force the withdrawal. Successful operations have been noted in a thick oil-saturated reservoir, where radial channels extend beyond the depleted area, engaging untapped interbeds, and in case of good reservoir energy properties. In Ref. [5], the flow-rate growth factor as a result of RJD under various reservoir conditions was estimated; it can be noted that the highest incremental flow rates are typical of reservoirs with low permeability and four radial channels. When comparing incremental flow rates depending on the number and length of channels and reservoir permeability, the greatest effects were attained for low permeability reservoirs with four 300 ft (91 m) long channels.
In Refs. [6,7] it is noted that RJD is most effective under high-viscosity oil conditions involving the formation of no-flow areas in reservoir’s low-permeability areas.
In Ref. [8], the effectiveness of radial jet drilling technology at the Vakhitovskoye oil field (Russia) at production target D1 is analyzed. The success rate of radial drilling is estimated at 75%. Recorded has been oil production increase of 1.5 to 5 times following the technology deployment.
The article discusses the problem of the methodology for predicting the effectiveness of IOR technologies on the example of RJD technology using neural networks.
The oil industry has been extensively implementing machine learning for routine processes automation, well log data interpretation and seismic data processing. Such tasks involve a huge bulk of data.
There are a lot of machine learning algorithms that solve three tasks—regression, classification and clustering. Main types of algorithms employ supervised, unsupervised learning—a type of machine learning algorithm used to draw inferences from a dataset consisting of input data without labeled responses, semi-supervised learning and reinforcement learning [9].
Supervised learning algorithms will be described in more detail, as they will be considered in this study. Supervised learning is facilitated by an algorithm for learning a function that maps an input to an output based on example input-output pairs. It infers a function from labeled training data consisting of a set of training examples. Advantages and disadvantages of some algorithms will be described next. The principle of linear regression is to find a linear relationship in the data. As advantages of linear regression can be defined the simplicity and the speed, while the main disadvantages are the inability to capture nonlinear relations without first transforming the inputs [10]. Naive Bayes a collection of classification algorithms based on the Bayes theorem. This algorithm facilitates easy understanding, configuration, and interpretation of results, but it fails to predict rare events and it is prone to overfitting [11]. Regression trees learn in a hierarchically fashion by repeatedly splitting your dataset into separate branches that maximize the information gain of each split. Ensemble methods, such as Random Forests and Gradient Boosted Trees, combine predictions from many individual trees. Decision trees can learn non-linear relationships and are robust to outliers. However, unconstrained, individual trees are prone to overfitting [12]. Support Vector Machine is a binary classification method which creates a model that can generalize well with an optimum global solution. It works very well with a separated margin and a non-linear function; the main disadvantages of this algorithm are a long training time and poor performance when working with noisy data. Deep learning refers to multi-layer neural networks that can learn extremely complex patterns. Their architectures can be adapted to many types of problems. In addition, they are computationally intensive to train, and they require much more expertise to tune [8,9,10,11,12].
Application of machine learning for the oil and gas industry tasks seems practical for the following reasons: 1. A rich experience in different studies of wells (well logs, well tests and others), different operations on wells (for example IOR technologies) and a lot of information about reservoirs from laboratory studies (fluid studies and core studies), allowing to create large databases, analyze them and create predictive models; 2. Algorithmic developments: improved activation functions, optimized weights initialization algorithms, more advanced optimizers, such as RMSProp and Adam, improved gradient propagation methods, etc.; 3. Hardware upgrades (GPUs, TPUs).
The application of Generative Adversarial Networks to solve the problem of incomplete seismic data is described in Ref. [13]. The study shows a coefficient of determination between 0.8 and 0.99, which is accurate enough to reproduce seismic data that could not be recorded during the survey. The results of seismic data recovery are also provided in References [14,15,16] and others.
The potential for use of machine-learning algorithms for well log data interpretation has been amply described. In Ref. [17], the use of a Bayesian neural network for forecasting missing intervals of geophysical survey results is proposed. Correlation coefficients for test sets ranged between 0.94 and 0.97. The application of various algorithms for the interpretation of logging curves is described in References [18,19,20].
A few works address the prediction of section lithology while drilling [21,22,23,24].
Predictive analytics problems are also solved while optimizing oil and gas field development processes. In Ref. [25], key applications of neural networks in hydrocarbon development and production are overviewed. Neural networks for the prediction of well operation processes are presented in References [26,27,28]. As noted, the predicted value error is less than 5% against the actual values when using the Long Short-Term Memory algorithm. Surrogate modeling to replace reservoir simulators is described in References [29,30].
The problems of virtual flow logging based on machine-learning models are addressed in References [31,32].
Many numbers of works cover intelligent history matching of dynamic reservoir models [33,34,35] and others.
The problems of forecasting the effectiveness of oil recovery enhancement technologies, production stimulation and well stimulation are considered in References [36,37,38,39,40,41,42,43,44], where the following algorithms are mainly used: Shallow and Deep Artificial Neural Networks (ANN), Naïve Bayes (NB), Decision Tree (DT), Random Forest (RF) and Dimension Reduction using Principal Component Analysis (PCA); the model’s correlation coefficients vary significantly between 0.6 and 0.9.
It should be noted that while artificial intelligence technologies are extensively used in the oil and gas industry, their efficiency is variable for different tasks. High accuracy of models is observed in the problems with large arrays of data (well logging and seismic surveys), while for the IOR technology effectiveness forecasting the prediction accuracy is lower due to a much smaller amount of data, as well as many factors influencing the technology effectiveness, such as geological, process, technical and human factors.
This study analyzes the efficiency of radial jet drilling technology in the Perm Krai, proposes a method for predicting the effectiveness of the technology RJD and analyzes the applicability of neural networks with different architectures and optimization algorithms.
During the study, it was found that it is more expedient to build a model for each stratigraphic interval; as a result, it was possible to obtain models with correlation coefficients from 0.59 to 0.81 and an absolute error from 3.6 to 1.98 m3/day, which made it possible to significantly improve the results standard statistical methodology for predicting the effectiveness of radial jet drilling.
In future works, it is necessary to expand the selection with other wells stimulation technologies for carbonate reservoirs in the Perm region—acid treatments, hydraulic fracturing, etc. There are also plans to develop a methodology of predicting efficiency of IOR technologies in various geological conditions and software that allows integrating the forecast of input fluid rates after stimulation of wells with long-term forecasts in reservoir simulation models

2. Case Study

This study discusses the RJD operations carried out in the wells accessing the carbonate reservoirs of various ages and structures of Perm Krai oilfields. These reservoirs belong to the Famennian, Tournaisian, and Bashkirian ages.
The reservoirs of different geological ages are characterized by different properties and field dynamics. The rocks of Famennian deposits represent accumulations of porous and vuggy reservoirs of the Solikamsk depression. The reservoir properties of the Famennian deposits are strongly affected by rock fracturing. The reservoirs of Tournaisian deposits feature high heterogeneity of geological section and small thicknesses, which results in low productivity of the wells [45]. The Bashkirian reservoirs are of porous type, with porosity represented by intra-form and inter-form voids. The best reservoir properties are seen in biomorphic limestones with foraminiferal structure, while in some interlayers they are dense due to secondary calcitization [46].
Various IOR technologies are used for carbonate reservoirs of Perm Krai, including RJD.
The RJD technology is one of the core techniques (Figure 1) used in the Chernushinskaya (21%), Osinskaya (29%), and Nozhovskaya (30%) oilfield groups. In the Severnaya oilfield group, the key technologies include acid treatment (36%) and acid fracturing (29%). The most frequently deployed technology in the Osinskaya and Kungurskaya oilfield groups is re-perforation with acid treatment (29%). Drilling perforation, sidetracking, additional perforation and re-perforation are applied much less frequently than other techniques (2–12%) in all the groups of oil fields.
A total of 590 radial drilling operations have been carried out in carbonate reservoirs in different strata: Bashkirian (Bsh), Vereian (V3V4), Kashirian-Vereian (KV) and Tournaisian-Famenian (T-Fm). Figure 2 shows the distribution of wells from different reservoirs by cumulative incremental oil production due to the RJD operations.
For the Perm Krai’s carbonate reservoirs over the past 10 years, the RJD technology has become a core technique for declining wells with end-of-life low flow rates.
Figure 3 shows the distribution of cumulative incremental oil production and incremental oil flow rates.
Figure 3 shows a dramatic spread of values for incremental oil production (0.5–139,798 tons, with a standard deviation of 10,395 tons) and incremental oil flow rates after the RJD technology deployment (0.2–35.5 tons/day, with a standard deviation of 3.4 tons/day). Since the technology effectiveness varies greatly subject to geological and process conditions, an all-inclusive approach to the selection of candidate wells is essential to enhance the process efficiency of the technology application. The relevance of this work is premised on high uncertainty of the outcome.
Efficient radial jet drilling relies on the comprehensive approach to candidate wells and the selection of priority wells subject to geological and process conditions. For this purpose, the effect from IOR operations shall be forecasted and the incremental oil flow rates shall be understood at the stage of candidate well selection, which will allow a cost–benefit estimate of the planned IOR.

3. Materials, Methods and Background

Presently, the following techniques are mainly used to forecast the IOR effects: forecast based on geological and field analysis, statistical analysis, machine-learning methods and reservoir simulation [47,48,49].
When using geological and field analysis, the results are limited to a specific productivity factor estimate, with disregard for a set of geological and process parameters. A detailed ‘manual’ analysis of wells based on geological and field production analysis using analytical and statistical methods is time-consuming and relatively subjective [50].
The basic model for forecasting the RJD effectiveness, used by a regional oil company, involves statistical forecasting of incremental liquid and oil flow rates through the well-productivity factor [51,52]. That is, the effect of RJD is estimated for similar wells or neighboring wells and recalculated for a RJD candidate well using the well-productivity factor. Only liquid flow rate, reservoir pressure and bottomhole pressure parameters are involved in the calculation. In our opinion, these parameters are insufficient to reliably predict the potential of wells for RJD. The results of the comparison of predicted and actual values according to the basic technique are given in Figure 4. The R-squared of this model is very low and equals to 0.16.
When using geologic and dynamic simulation, the subjectivity of modeling and history-matching shall be factored in, which markedly affects the model’s forecasting performance. High time consumption and cost of work in geologic and hydrodynamic simulation dictate the need for its application mainly for designing high cost well (sidetracks and horizontal wellbores).
Clearly, no methodology provides an accurate forecast of incremental oil production, but only evaluates the operation potential at a specific well.
This study evaluates the applicability of machine-learning techniques, specifically neural networks, for the RJD effectiveness forecasting tasks. Supervised learning requires a sample of independent feature parameters and a target variable. A multi-layer perceptron with different network setting parameters was used in this work. The perceptron model is shown in Figure 5.
Inputs are the features that are fed into the input of the neural network; weights are values that are calculated during the training of the model. With every error, i.e., training error, the values of the weights are updated. The purpose of the bias is to shift each point in a specific direction for a specified distance. Bias allows for the higher quality and training of the model is faster; the MLP consists of three or more layers (an input and an output layer with one or more hidden layers) of nonlinearly-activating nodes; activation or step functions are used to generate non-linear neural network. Weighted summation: the multiplication of every feature or input value associated with related values of weights gives us a sum of values that is known as weighted summation [53,54].
The calculation process is described by Formula (1):
a = φ ( i = 1 n ω i x i )
Post-IOR flow rate is the target variable here. When evaluating the RJD technology effectiveness, changes in the liquid flow rate are assessed, since the RJD alters flow properties of the near-wellbore and far-field formation areas. The liquid flow rate change parameter is used in the simulation of well productivity enhancement activities on reservoir simulation models in standard simulators.
To forecast the effectiveness of the technology, a database of geological and process parameters has been created. For neural networks training, the parameters that influence the RJD technology effectiveness the most have been selected, as described in the articles [47,48]:
  • average thickness hnn, m;
  • porosity Kpor, %;
  • average oil viscosity in the formations µ, mPa·s;
  • piezoconductivity χ, cm2·s;
  • reservoir pressure Pres, MPa;
  • bottomhole pressure Pbhp, MPa;
  • well skin factor S;
  • liquid production rate before the RJD, qliq, m3/day;
  • water cut, W, unit fraction;
  • compartmentalization for oil layers, Kcomp (oil), units.
A total of 590 radial drilling operations have been carried out at 43 oil fields in Perm Krai. Geophysical survey results and performance data are available for all the wells, while well test results have been obtained for 259 wells only. Therefore, training and testing were conducted for these wells only. It should be noted that all operations were carried out in the carbonate reservoir, but for formations of different stratigraphic intervals: Bashkirian (104 RJD jobs), Tournaisian (131 RJD jobs) and Famennian (24 RJD jobs).
The study was conducted in several steps:
  • Training and testing over the whole set (259 wells). Sweeping through various network hyper-parameters. The training and testing sets were divided randomly in an 85/15 ratio, respectively;
  • Training and testing separately for the Bashkirian and Tournaisian strata. The jobs performed on the Famennian reservoirs are insufficient to be reviewed individually. The training and testing sets were divided randomly in an 85/15 ratio and 70/30 ratio, respectively [55];
  • Training on the wells accessing the Bashkirian reservoir and testing on the wells exploiting the Tournaisian reservoir.
Mean absolute error (MAE) (Formula (2)) and coefficient of determination (R2) (Formula (3)) between the rated and actual values were used as metrics to assess the quality of the models obtained:
M A E = 1 n i = 1 n | y i y ^ i |
R 2 = 1 ( y i y ^ ) 2 ( y i y ¯ ) 2
Data before calculation were standardized using Formula (4):
x s t = x 0 x ¯ σ 2
The mean square deviation is the error function.

4. Results

In the first step, calculations were carried out for the whole set of wells.
A neural network with three layers was used, while the activation function of rectified linear unit (ReLU) was applied for non-linear activation between the layers (Goodfellow et al., 2016). The Adam algorithm [56] was used as an optimizer. The number of neurons in each layer was compared (Table 1).
Next, various optimizers were compared (Table 2).
A sweep of various activation functions was also run (Table 3).
The number of network layers was then compared (Table 4).
The values of model quality metrics in the result of calculations are not high. However, it should be noted that a wide range of factors have an impact on the effect of the technology deployment in the well: geological, process, technical and human factors. Therefore, the mean absolute error of flow rate after RJD of 2.9–3.7 m3/day is in general a satisfactory result, which allows evaluating well potential in different geological conditions. Moreover, the reservoirs belong to different stratigraphic intervals, as pointed out in the case study section. Thus, the Famennian reservoirs defined by fracturing, differ greatly in their flow properties. Initial liquid flow rates with them can be relatively high (up to 50 m3/day), yet the effect dwindles very quickly, probably due to reservoir pressure decline and typical fracture closing.
It is suggested to enter the obtained well potential values in terms of liquid flow rate into the hydrodynamic simulator (Tempest, T-Navigator and Eclipse) and forecast the further dynamics of indicators for a long-term period.
The analysis of Table 1, Table 2, Table 3 and Table 4 shows that the most successful option is a multilayer perceptron with three layers, with a few neurons per layer of 128–64–1, Adam optimizer, LeakyReLU activation function [57]. Combinations of different activation functions in different layers were also tested in the course of the study, yet no improvement in the results was observed.
For the Bashkirian (Bsh) reservoirs, an improvement in the model performance was observed, R2 (Train)—0.81, R2 (Test)—0.68 (Table 5), but in this case, activation function Relu was better than LeakyReLU. The dataset of wells for the reservoir is of the same stratigraphic interval, with similar properties and dynamics of the efficiency of RJD.
The training results are shown in Figure 6.
The training quality for wells at the Tournaisian (T) reservoirs is lower (Table 6).
The training results are shown in Figure 7.
While for the T reservoirs, there is a number of fields with higher-viscosity oil (48–87 mPa·s), the liquid flow rate is comparable with the rest of the wells, which may explain the lower coefficients of determination against the Bsh reservoirs. However, these results are improving the quality of predictions from basic statistic model (described in the materials, methods and background) and the mean absolute error here is lower and equals 1.9–2.6 m3/day, which allows quite a reliable forecasting of the wells flow rates. It is also expected that an increase the numbers of wells in the dataset will lead to an increase in the quality of the forecast, which is why the model is useful to predict the effectiveness RJD for T reservoirs wells.
In general, it should be noted that training and prediction for individual targets of different stratigraphic units provides a significant improvement in model quality metrics. The obtained models can be used with sufficient reliability for the prediction of wells’ potential for RJD.
Despite reservoirs being from different strata, though located in the same territory and the same oilfields and being composed of carbonate rocks, we carried out training for the Bsh reservoirs set and testing for the T reservoirs set with a 44/56 ratio and opposite training on T and testing on Bsh (Table 7, Figure 8).
Training for reservoir wells of the Bashkirian age shows reliable results but does not allow predicting the RJD effect for the Tournaisian reservoir wells, which show the overfitting of the model. In another case, the model fits on T reservoirs better, but it is also not suitable for forecasting. To solve problems of overfitting, the dropout method was used. Dropout is a regular technique that reduces the odds of overfitting by dropping out neurons at random, during every epoch [58,59]. It did not work well.
The low quality of the Bsh/T and T/Bsh models does not allow them to be used for forecasts. It was noting the difference in the geological structure of these reservoirs and oil properties. The efficiency of radial jet drilling at these strata’s is different and has different dynamics. The ranges of some parameters also differ significantly (Table 8), and therefore, it is not possible to train the model on one type of reservoir and obtain predictions for another.

5. Discussion

It is possible to forecast liquid flow rates following RJD by single model for all carbonate reservoirs of Perm Krai (mean absolute error is 3.3 m3/day), yet it would be more accurate to say that this is a forecast of well potential for RJD in different geological conditions. The best training/testing result was obtained on a multilayer perceptron with 3 layers, 128–64–1 neurons per layer, using the Adam optimizer and the LeakyReLU activation function. The training results: mean absolute error of flow rate after RJD is 2.9/3.7 m3/day and R-squared is 0.73/0.57 for training and prediction, respectively. Overall, these results improved the prediction quality for the existing statistical approach that consists of forecasting liquid flow rates through the specific-productivity coefficient for the analogue wells (Figure 5), where R-squared is 0.16. Models fitted on dataset with all wells of different strata reservoir do not have high accuracy. Wells from each strata have different dynamics of flow rates, reservoir pressure and productivity. Additionally, the Tournaisian reservoir features high heterogeneity and fissures, and some oil fields have high-viscosity oil, while Bashkirian reservoirs are of a porous type and wells have more stable liquid flow rates.
For improving the quality of the model’s datasets, all reservoirs were divided to sets with the same strata. This might help, because reservoir properties and flow rates have become more homogeneous. However, the results are ambiguous
When building multilayer perceptron models individually for wells of different reservoirs, note the increase in model quality for the Bashkirian reservoirs wells, slight decrease for the Tournaisian reservoirs by the R-squared metric and improvement by the MAE metric. For the Bashkirian reservoir wells, MAE is 2.6/3.6 m3/day and R-squared is 0.81/0.68; for the Tournaisian reservoir wells, MAE is 1.98/2.6 m3/day; R-squared is 0.68/0.59. Building a separate model for the Famennian reservoir wells failed due to the low amount of sampling values (24 wells). The lower quality for the T model is also explained by the complexity of the reservoir, the heterogeneity of its properties and fluid properties.
There are a lot of problems when the dataset is sparser, and it is difficult to adequately model the problem, overfitting, data preparation and others. In order to solve these problems, preparation and filtering of the data were carried out, and various parameters of the multilayer perceptron were selected to solve the problems of retraining. Moreover, the data for the training/test were divided in various proportions from 70/30% to 85/15%, using the dropout method.
It is important to note that the accuracy of these models has become significantly higher in comparison with the standard statistical forecasting method. Models are proposed to be tested in future radial jet drilling operations.
Using the models trained on reservoirs of the same age to forecast the effect for wells of a different age is not realistic. When the train/test data are Bsh/T (MAE is 7.8 m3/day; R-squared is 0.12), overfitting is observed; in order to solve problems of overfitting, the dropout method was used. This helped to model T/Bsh (MAE is 5.7 m3/day; R-squared is 0.43), and of course, this model remained unusable. This case shows how important it is to use geological data very carefully to build machine learning models. To build models, it is important to understand the processes of formation of rocks, their properties and their influence on the processes of oil production.
Perhaps the most accurate models would be those built individually for the formations of different stratigraphic intervals as well as separately for oil fields; however, there is a lack of actual RJD experience, as of now.
The main strengths of this approach are as follows:
-
Targeted approach to predicting the efficiency of radial jet drilling in various geological conditions;
-
Improvement of forecast quality in comparison with the standard approach;
-
Automatization of efficiency calculations;
-
The possibility of combining the obtained models with reservoir simulation models for long-term forecasts.
The limitations of this approach are as follows:
-
In the context of machine learning, no high values of metrics for assessing the quality of the models;
-
It is necessary to increase the dataset values for additional training of the models;
-
The study was limited only to neural networks (multilayer perceptron), and it is necessary to use other algorithms of machine learning.

6. Conclusions

The study has assessed the applicability of neural networks to forecast the radial jet drilling technology effectiveness. In the course of the study, models were built to predict the efficiency of the RJD for all carbonate reservoirs in Perm Krai (Russia) and individually for reservoirs of various ages. Individual reservoir models made it possible to improve the quality of the forecast in comparison with the existing standard methodology; it is proposed to use them for the selection of wells for the RJD.
The use of multilayer perceptron models has improved the quality of forecasting compared to the basic method used by the regional oil company. The application of neural networks allows to deploy a set of geological and process parameters, which enables a comprehensive selection of candidate wells. The use of forecasting models is viable in combination with reservoir simulation models, which will allow using dynamic parameters required for the neural network model (reservoir pressure, bottomhole pressure and current liquid flow rate) from the simulation model at any time, even for long-term forecasts, which the authors have in sight for their future research. Other relevant future research problems are the following: 1. Improvement of the model’s quality, which can be attained through a more detailed analysis of the dataset, its correction and increase of sampling values; 2. Application of other neural network models and recurrent models; 3. Application of machine-learning methods, such as support vector machine, random forest and Naïve Bayes; 4. Methodology development of predicting efficiency of IOR technologies in various geological conditions.

Author Contributions

Conceptualization, S.K.; methodology, S.K.; software, A.K.; validation, S.K. and A.K.; formal analysis, A.K.; investigation, S.K. and E.O.; resources, S.K.; data curation, A.K. and E.O.; writing—original draft preparation, A.K.; writing—review and editing, S.K.; visualization, A.K. and E.O.; supervision, S.K.; project administration, S.K.; funding acquisition, S.K. All authors have read and agreed to the published version of the manuscript.

Funding

This research was carried out with the financial support of the Ministry of Science and Higher Education of the Russian Federation in the framework of the program of activities of the Perm Scientific and Educational Center “Rational Subsoil Use”.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Dickinson, W.; Dickinson, R. Horizontal Radial Drilling System. SPE 1985, 13949, 36–39. [Google Scholar]
  2. Novokreshchenny, D.V.; Raspopov, A.V. Perspectives of development of technologies of radial opening of a layer on deposits of the Perm region. Oil Ind. 2014, 3, 54–57. [Google Scholar]
  3. Abdel-Ghany, M.A.; Siso, S.; Hassan, A.M.; Pierpaolo, P.; Roberto, C. New technology application, radial drilling Petrobel, first well in Egypt. In Proceedings of the 10th Offshore Mediterranean Conference and Exhibition (OMC), Ravenna, Italy, 23–25 March 2011. [Google Scholar]
  4. Deepak, J.; Pratha, P.M.; Pranjal, S.; Ranjit, D.; Saloma, Y. Oil field radial jet drilling in mature fields of Oil India Limited—An Experimental Approach. In Proceedings of the SPE Oil and Gas India Conference and Exhibition, Mumbai, India, 4–6 April 2017. [Google Scholar]
  5. Ahmed, K. RJD: A cost effective frackless solution for production enhancement in marginal fields. In Proceedings of the SPE Eastern Regional Meeting, Canton, OH, USA, 13 September 2016. [Google Scholar]
  6. Dickinson, W.; Dickinson, R.; Nees, J.; Dickinson, E.; Dykstra, H. Field production results with the ultrashort radius radial system in unconsolidated sandstone formations. In Proceedings of the 5th UNITAR International Conference on Heavy Crude and Tar Sands, Caracas, Venezuela, 4–9 August 1991; pp. 307–326. [Google Scholar]
  7. Dickinson, W.; Dykstra, H.; Nodlund, R. Coiled-tubing radials placed by water-jet drilling: Field results, theory and practice. In Proceedings of the Permian Basin Oil & Gas Recovery Conference, Midland, TX, USA, 16–18 March 1994; p. 59. [Google Scholar]
  8. Pavelieva, O.N.; Popova, Z.S. Analysis of the effectiveness of application of advanced deep-radial channel drilling technology at the Vakhitovskoye deposit, Geology and oil and gas content of the West Siberian megabasin (experience, innovations). In Proceedings of the 10th International Scientific and Technical Conference—Dedicated to the 60 Anniversary of the Tyumen Industrial University, Tymen, Russia, 24 November 2016; pp. 112–115. [Google Scholar]
  9. Dineva, K.; Atanasova, T. Systematic look at machine learning algorithms—Advantages, disadvantages, and practical applications. In Proceedings of the 20th International Multidisciplinary Scientific GeoConference, Sofia, Bulgaria, 18–24 August 2020. [Google Scholar] [CrossRef]
  10. Naseem, I.; Togneri, R.; Bennamoun, M. Linear Regression for Face Recognition. IEEE Trans. Pattern Anal. Mach. Intell. 2010, 32, 2106–2112. [Google Scholar] [CrossRef] [PubMed]
  11. Agarwal, K.; Uniyal, P.; Virendrasingh, S.; Krishna, S.; Dutt, V. Spam Mail Classification using Ensemble and Non-ensemble Machine Learning Algorithms. In Machine Learning for Predictive Analysis; Springer: Singapore, 2020. [Google Scholar]
  12. Poyarkov, A.; Drutsa, A.; Khalyavin, A.; Gusev, G.; Serdyukov, P. Boosted Decision Tree Regression Adjustment for Variance Reduction in Online Controlled Experiments. In Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, San Francisco, CA, USA, 13–17 August 2016; pp. 235–244. [Google Scholar] [CrossRef]
  13. Bader, S.; Wu, X.; Fomel, S. Missing log data interpolation and semiautomatic seismic well ties using data matching techniques. Interpretation 2019, 7, 347–361. [Google Scholar] [CrossRef]
  14. Das, V.; Pollack, A.; Wollner, U.; Mukerji, T. Convolutional neural network for seismic impedance inversion. Geophysics 2019, 84, 869–880. [Google Scholar] [CrossRef]
  15. Hou, S.; Zhang, F.; Li, X. Multicomponent seismic reconstruction via modified inner product operator and weighted K-SVD. In SEG Technical Program Expanded Abstracts; Society of Exploration Geophysicists: Tulsa, OK, USA, 2016; pp. 4087–4091. [Google Scholar] [CrossRef] [Green Version]
  16. Sambo, C.H.; Hermana, M.; Babasari, A.; Janjuhah, H.T.; Ghosh, D.P. Application of artificial intelligence methods for predicting water saturation from new seismic attributes. In Proceedings of the Offshore Technology Conference Asia, Kuala Lumpur, Malaysia, 20–23 March 2018. [Google Scholar] [CrossRef]
  17. Feng, R.; Dario, G.; Balling, N. Variational inference in Bayesian neural network for well log prediction. Geophysics 2021, 86, M91. [Google Scholar] [CrossRef]
  18. Kosarev, V.E.; Yachmeneva, E.A.; Starovoyto, A.V.; Kirgizov, D.I.; Mukhamadiev, R.R.; Sudakov, V.A.; Akhmetov, B.F.; Savlenkov, A.B. Application of artificial neural networks for processing and interpretation of data from a scanning magnetic Introscope. In Proceedings of the SPE Russian Petroleum Technology Conference, Virtual, 12–15 October 2021. [Google Scholar] [CrossRef]
  19. Saroji, S.; Winata, E.; Pratama, P.; Hidayat, W.; Prakoso, S.; Herdiansyah, F. The implementation of machine learning in lithofacies classification using multi well logs data. Aceh Int. J. Sci. Technol. 2021, 10, 9–17. [Google Scholar] [CrossRef]
  20. Semenikhin, A.; Shchepetnov, A.; Karavaev, A.; Egorov, D.; Osmonalieva, O. Well Log data augmentation influence at accuracy of machine learning interpretation. In Proceedings of the EAGE/AAPG Digital Subsurface for Asia Pacific Conference, Kuala Lumpur, Malaysia, 7–10 September 2020; pp. 1–3. [Google Scholar] [CrossRef]
  21. Zhekenov, T.; Nechaev, A.; Chettykbayeva, K.; Zinovyev, A.; Sardarov, G.; Tatur, O.; Petrakov, Y.; Sobolev, A. Application of machine learning for lithology-on-bit prediction using drilling data in real-time. In Proceedings of the SPE Russian Petroleum Technology Conference, Virtual, 12–15 October 2021. [Google Scholar] [CrossRef]
  22. Al-Khdheeawi, E.A.; Mahdi, D.S.; Feng, R. Lithology determination from drilling data using artificial neural network. In Proceedings of the 53rd U.S. Rock Mechanics/Geomechanics Symposium, New York, NY, USA, 23–26 June 2019; OnePetro: Richardson, TX, USA, 2019. [Google Scholar]
  23. Gupta, I.; Tran, N.; Devegowda, D.; Jayaram, V.; Rai, C.; Sondergeld, C.; Karami, H. Looking ahead of the bit using surface drilling and petrophysical data: Machine-learning-based real-time geosteering in Volve field. SPE J. 2020, 25, 990–1006. [Google Scholar] [CrossRef]
  24. Zhou, H.; Hatherly, P.; Ramos, F.; Nettleton, E. An adaptive data driven model for characterizing rock properties from drilling data. In Proceedings of the 2011 IEEE International Conference on Robotics and Automation, Shanghai, China, 9–13 May 2011; pp. 1909–1915. [Google Scholar]
  25. Tahar, A. Neural network applications to reservoirs: Physics-based models and data models. J. Pet. Sci. Eng. 2014, 123, 1–6. [Google Scholar] [CrossRef] [Green Version]
  26. Sagheer, A.; Kotb, M. Time series forecasting of petroleum production using deep LSTM recurrent networks. Neurocomputing 2018, 323, 203–213. [Google Scholar] [CrossRef]
  27. Vershinin, V.E.; Ponomarev, R.Y.; Strekalov, A.V. Neural network as a tool for predicting and controlling the technological regime of production wells. In Proceedings of the Russian Petroleum Technology Conference, Moscow, Russia, 26–29 October 2020. [Google Scholar] [CrossRef]
  28. Ponomarev, R.Y.; Vershinin, V.E. Long-term forecasting and optimization of non-stationary well operation modes through neural networks simulation. In Proceedings of the SPE Russian Petroleum Technology Conference, Virtual, 12–15 October 2021. [Google Scholar] [CrossRef]
  29. Navrátil, J.; King, A.; Rios, J.; Kollias, G.; Torrado, R.; Codas, A. Accelerating physics-based simulations using end-to-end neural network proxies: An application in oil reservoir modeling. Front. Big Data 2019, 2, 33. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  30. Navratil, J.; De Paola, G.; Kollias, G.; Nadukandi, P.; Codas, A.; Ibanez-Llano, C. An end-to-end deep sequential surrogate model for high performance reservoir modeling: Enabling New Workflows. In Proceedings of the SPE Annual Technical Conference and Exhibition, Denver, CO, USA, 5–7 October 2020; p. SPE-201775-MS. [Google Scholar]
  31. Gryzlov, A.; Mironova, L.; Safonov, S.; Arsalan, M. Artificial intelligence and data analytics for virtual flow metering. In Proceedings of the MEOS—SPE Middle East Oil & Gas Show and Conference, 28 November–1 December 2021. [Google Scholar]
  32. Gryzlov, A.; Mironova, L.; Safonov, S.; Arsalan, M. Evaluation of machine learning methods for prediction of multiphase production rates. In Proceedings of the SPE Symposium: Artificial Intelligence, Online, 19 October 2021. [Google Scholar]
  33. Habib, M.A.; Abdulaziz, A.M.; Dahab, A.-S.A. Improving history match using artificial neural networks. Int. J. Pet. Eng. 2016, 2, 302–319. [Google Scholar] [CrossRef]
  34. Shahkarami, A.; Mohaghegh, S.; Gholami, V.; Haghighat, S. Artificial intelligence (AI) assisted history matching. In Proceedings of the Society of Petroleum Engineers Western North America and Rocky Mountain Joint Conference and Exhibition, Denver, CO, USA, 15–18 April 2014; p. 1. [Google Scholar] [CrossRef] [Green Version]
  35. Santoso, R.; He, X.; Alsinan, M.; Kwak, H.; Hoteit, H. Bayesian long-short term memory for history matching in reservoir simulations. In Proceedings of the SPE Reservoir Simulation Conference, On-Demand, 26 October 2021. [Google Scholar] [CrossRef]
  36. Melnikov, M.; Shishaev, G.; Matveev, I.; Eremyan, G.; Demyanov, V.; Bukhanov, N.; Belozerov, B. An optimization method for the assisted history matching (AHM) process using the gradient boosting approach. In Proceedings of the EAGE/AAPG Digital Subsurface for Asia Pacific Conference, Kuala Lumpur, Malaysia, 7–10 September 2020. [Google Scholar] [CrossRef]
  37. Javadi, A.; Moslemizadeh, A.; Moluki, V.; Fathianpour, N.; Mohammadzadeh, O.; Zendehboudi, S. A combination of artificial neural network and genetic algorithm to optimize gas injection: A case study for EOR Applications. J. Mol. Liq. 2021, 339, 116654. [Google Scholar] [CrossRef]
  38. Cheraghi, Y.; Kord, S.; Mashayekhizadeh, V. Application of machine learning techniques for selecting the most suitable enhanced oil recovery method, Challenges and Opportunities. J. Pet. Sci. Eng. 2021, 205, 108761. [Google Scholar] [CrossRef]
  39. Teixeira, S.; Roehl, D.; Sanchez, C. Forecasting of the interaction between hydraulic and natural fractures using an artificial neural network. J. Pet. Sci. Eng. 2021, 208, 109446. [Google Scholar] [CrossRef]
  40. Chen, F.; Chi, X.; Jing, Z. Research on friction pressure prediction of hydraulic fracturing based on RBF neural network. In Proceedings of the 6th International Conference on Intelligent Computing and Signal Processing (ICSP), Xi’an, China, 9–11 April 2021; pp. 158–161. [Google Scholar] [CrossRef]
  41. Teixeira, S.; Sanchez, C.; Gutierrez, R.; Roehl, D. Forecasting hydraulic fracture geometry using an artificial neural network. In Rock Mechanics for Natural Resources and Infrastructure Development—Invited Lectures, Proceedings of the 14th International Congress on Rock Mechanics and Rock Engineering (ISRM 2019), Foz do Iguassu, Brazil, 13–18 September 2019; CRC Press: Boca Raton, FL, USA, 2019. [Google Scholar] [CrossRef]
  42. Krasnov, F.; Glavnov, N.; Sitnikov, A. A machine learning approach to enhanced oil recovery prediction. In Proceedings of the International Conference on Analysis of Images, Social Networks and Texts (AIST 2017), Moscow, Russia, 5–7 July 2018; pp. 164–171. [Google Scholar] [CrossRef]
  43. Aryanto, A.; Kasmungin, S.; Fathaddin, M.T. Hydraulic fracturing candidate-well selection using artificial intelligence approach. Pros. Semin. Nas. Cendekiawan 2018, 1/18, 1–7. [Google Scholar]
  44. Mohaghegh, S.; Reeves, S.; Hill, D. Development of an intelligent systems approach for restimulation candidate selection. In Proceedings of the SPE/CERI Gas Technology Symposium, Calgary, AB, Canada, 3–5 April 2000; pp. 1–11. [Google Scholar] [CrossRef]
  45. Galkin, V.I.; Ponomareva, I.N. Study of reservoir properties fractured-porous reservoirs of Tournasian-Famennian objects in the oil fields of Solikamskaia depression (Russian). Neftyanoe Khozyaystvo-Oil Ind. 2016, 11, 88–91. [Google Scholar]
  46. Galkin, S.V.; Efimov, A.A.; Krivoshchekov, S.N.; Savitskiy, Y.V.; Cherepanov, S.S. X-ray tomography in petrophysical studies of core samples from oil and gas fields. Russ. Geol. Geophys. 2015, 5, 782–792. [Google Scholar] [CrossRef]
  47. Galkin, S.V.; Kochnev, A.A.; Zotikov, V.I. Estimate of radial drilling technology efficiency for the bashkir operational oil fields objects of Perm Krai. J. Min. Inst. 2019, 238, 410–414. [Google Scholar] [CrossRef]
  48. Zotikov, V.I.; Galkin, S.V.; Kochnev, A.A. Analysis of the influence of geological and technological parameters on the effectiveness of radial drilling technology as an example of operational facilities of the Perm Territory. Bull. Tomsk. Polytech. Univ. Geo-Resour. Eng. 2018, 329, 20–29. [Google Scholar] [CrossRef]
  49. Kochnev, A.; Galkin, S.; Krivoshchekov, S.; Kozyrev, N.; Chalova, P. Application of machine learning algorithms to predict the effectiveness of radial jet drilling technology in various geological conditions. Appl. Sci. 2021, 11, 4487. [Google Scholar] [CrossRef]
  50. Andronov, Y.V.; Strekalov, A.V. Choice of variables for neural network training for predicting the efficiency of formation hydraulic fracturing. Dev. Oil Gas Fields 2014, 12, 37–47. [Google Scholar]
  51. Raspopov, A.V.; Novokreshchennykh, D.V. Analysis of the results of the application of intensification methods on carbonate reservoirs of Perm Krai deposits. Vestn. Permsk. Natsional'nogo Issledovatel'skogo Politekh. Univ. Geol. Neftegazov. Gorn. Delo 2014, 13, 73–82. (In Russian) [Google Scholar]
  52. Koltyrin, A.N. Improving the efficiency of hydraulic fracturing technology on a carbonate reservoir. Oilfield Eng. 2016, 10, 29–32. [Google Scholar]
  53. Harold, S. Reconfigurable neural nets by energy convergence learning principle based on extended McCulloch-Pitts neurons and synapses. In Proceedings of the International Joint Conference on Neural Networks (IJCNN), Washington, DC, USA, 1989, 18-22 June 1989; Volume 1, pp. 485–496. [Google Scholar] [CrossRef]
  54. Rosenblatt, F. Principles of Neurodynamics: Perceptrons and the Theory of Brain Mechanisms; Spartan Books: Washington, DC, USA, 1961. [Google Scholar]
  55. Kingma, D.P.; Ba, J.L. Adam: A method for stochastic optimization. In Proceedings of the 3rd International Conference on Learning Representations, Conference paper at the 3rd International Conference for Learning Representations, San Diego, CA, USA, 7–9 May 2015. [Google Scholar]
  56. Jiang, T.; Cheng, J. Target recognition based on CNN with LeakyReLU and PReLU activation functions. In Proceedings of the International Conference on Sensing, Diagnostics, Prognostics, and Control (SDPC), Beijing, China, 15–17 August 2019; pp. 718–722. [Google Scholar]
  57. Rammohan, V. Data Validation Process in Machine Learning Pipeline. IJSRD 2021, 8, 449–452. [Google Scholar]
  58. Srivastava, N.; Hinton, G.; Krizhevsky, A.; Sutskever, I.; Salakhutdinov, R. Dropout: A Simple Way to Prevent Neural Networks from Overfitting. 15 June 2014. Available online: http://jmlr.org/papers/v15/srivastava14a.html (accessed on 10 September 2021).
  59. MachineCurve. What is Dropout? Reduce overfitting in your neural networks. 16 December 2019. Available online: https://www.machinecurve.com/index.php/2019/12/16/what-is-dropout-reduce-overfitting-in-your-neural-networks (accessed on 10 September 2021).
Figure 1. Distribution of IOR technologies by oilfield groups in Perm Krai.
Figure 1. Distribution of IOR technologies by oilfield groups in Perm Krai.
Energies 15 01917 g001
Figure 2. Distribution of reservoirs by cumulative incremental oil production due to RJD.
Figure 2. Distribution of reservoirs by cumulative incremental oil production due to RJD.
Energies 15 01917 g002
Figure 3. Value distribution bar chart: (a) cumulative incremental oil production due to RJD and (b) incremental oil flow rates due to RJD.
Figure 3. Value distribution bar chart: (a) cumulative incremental oil production due to RJD and (b) incremental oil flow rates due to RJD.
Energies 15 01917 g003
Figure 4. Forecast results of liquid flow rate after RJD using the basic technique.
Figure 4. Forecast results of liquid flow rate after RJD using the basic technique.
Energies 15 01917 g004
Figure 5. Perceptron model.
Figure 5. Perceptron model.
Energies 15 01917 g005
Figure 6. Training results for Bsh reservoir sets.
Figure 6. Training results for Bsh reservoir sets.
Energies 15 01917 g006
Figure 7. Training results for T reservoirs set.
Figure 7. Training results for T reservoirs set.
Energies 15 01917 g007
Figure 8. Results of training for the wells at Bsh and T reservoirs: (A) Train/test—Bsh/T; (B) Train/test—T/Bsh.
Figure 8. Results of training for the wells at Bsh and T reservoirs: (A) Train/test—Bsh/T; (B) Train/test—T/Bsh.
Energies 15 01917 g008aEnergies 15 01917 g008b
Table 1. Comparison of networks with a different number of neurons in each layer.
Table 1. Comparison of networks with a different number of neurons in each layer.
Number of Neurons per LayerEpochsActivation FunctionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
16–8–1300ReLU4.10.574.30.5
128–64–1168ReLU3.30.685.10.4
Table 2. Comparison of network optimizers.
Table 2. Comparison of network optimizers.
Number of Neurons per LayerOptimizerEpochsActivation FunctionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
16–8–1Adam300ReLU4.10.574.30.5
16–8–1RMSprop300ReLU4.30.544.50.4
16–8–1Adamax300ReLU5.40.46.30.34
16–8–1Nadam300ReLU2.90.735.10.38
Table 3. Comparison of activation functions.
Table 3. Comparison of activation functions.
Number of Neurons per LayerOptimizerEpochsActivation FunctionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
16–8–1Adam300ReLU4.10.574.30.5
16–8–1Adam300sigmoid150.4160.3
16–8–1Adam300linear4.20.524.70.48
16–8–1Adam300LeakyReLU3.20.73.70.57
16–8–1Adam300PReLU3.80.655.80.44
16–8–1Adam300ELU3.90.634.90.47
Table 4. Comparison of networks with a different number of layers.
Table 4. Comparison of networks with a different number of layers.
Number of Neurons per LayerOptimizerEpochsActivation FunctionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
16–8–1Adam300LeakyReLU3.20.73.70.57
128–64–1Adam300LeakyReLU2.90.733.70.57
64–32–28–1Adam300LeakyReLU3.40.653.70.52
64–32–28–12–1Adam300LeakyReLU3.20.75.40.32
Table 5. The training results for the Bsh reservoirs.
Table 5. The training results for the Bsh reservoirs.
Number of Neurons per LayerOptimizerEpochsActivation FunctionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
128–64–1Adam300LeakyReLU3.30.723.90.58
128–64–1Adam265ReLU2.60.813.60.68
Table 6. The training results for the T reservoirs.
Table 6. The training results for the T reservoirs.
Number of Neurons per LayerOptimizerEpochsActivation FunctionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
128–64–1Adam265ReLU1.980.682.60.59
Table 7. The training results for the wells at Bsh and T reservoirs.
Table 7. The training results for the wells at Bsh and T reservoirs.
Train/TestNumber of Neurons per LayerOptimiserEpochsActivation functionMAE (Train)R2 (Train)MAE (Test)R2 (Test)
Bsh/T128–64–1Adam365ReLU1.740.817.80.12
T/Bsh128–64–1Adam365ReLU2.80.645.70.43
Table 8. Descriptions statistics for Bsh and T reservoirs parameters.
Table 8. Descriptions statistics for Bsh and T reservoirs parameters.
Bashkirian Reservoir
qliq, m3/dayµ, mPa·sχ, cm2·sKcomp, units
mean5.3315.59176.966.67
std4.9711.28314.743.36
min0.101.022.001.00
max27.2034.711840.0017.00
Tornesian reservoir
mean4.9434.04145.008.87
std3.4629.51651.574.18
min0.111.512.001.00
max23.0087.17409.4028.00
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Krivoshchekov, S.; Kochnev, A.; Ozhgibesov, E. The Application of Neural Networks to Forecast Radial Jet Drilling Effectiveness. Energies 2022, 15, 1917. https://doi.org/10.3390/en15051917

AMA Style

Krivoshchekov S, Kochnev A, Ozhgibesov E. The Application of Neural Networks to Forecast Radial Jet Drilling Effectiveness. Energies. 2022; 15(5):1917. https://doi.org/10.3390/en15051917

Chicago/Turabian Style

Krivoshchekov, Sergey, Alexander Kochnev, and Evgeny Ozhgibesov. 2022. "The Application of Neural Networks to Forecast Radial Jet Drilling Effectiveness" Energies 15, no. 5: 1917. https://doi.org/10.3390/en15051917

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