Next Article in Journal
Proposal of a Method for the Analysis of Sentiments in Social Networks with the Use of R
Previous Article in Journal
Evaluating and Revising the Digital Citizenship Scale
Previous Article in Special Issue
A Review of Social Media Website Users’ Interaction Paths with Governmental Accounts during the COVID-19 Pandemic
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Modeling of the Natural Objects’ Temperature Field Distribution Using a Supercomputer

by
Alexander Vitalievich Martirosyan
* and
Yury Valeryevich Ilyushin
System Analysis and Control Department, Saint Petersburg Mining University, 199106 Saint Petersburg, Russia
*
Author to whom correspondence should be addressed.
Informatics 2022, 9(3), 62; https://doi.org/10.3390/informatics9030062
Submission received: 13 July 2022 / Revised: 13 August 2022 / Accepted: 17 August 2022 / Published: 22 August 2022
(This article belongs to the Special Issue Digitalisation, Green Deal and Sustainability)

Abstract

:
There are some regions where the unique type of mineral water mining is compounded by the complex structure conditions of the field. Due to the high emergency risks, the automation of this type of mineral water fields’ exploitation process is a necessity. Kislovodskoe mineral water field was chosen as the experimental object, because it has a number of features that make it barely possible to use the conventional methods of mineral water extraction. In the process of extraction, the random vector impacts the mineral water pumping systems. This is mainly due to the complex hydrogeological structure. For the experiment, the laboratory installation and mathematical model were presented by the temperature field changing, due to the similitude of the mathematical apparatus and the hydrodynamic processes behavior,. The main object of this article is the analysis of the reservoir’s temperature field behavior using a hybrid supercomputer, and the differences between the supercomputer and a conventional personal computer modeling quality and implementation costs are also given..

1. Introduction

An increase in the number of mineral water bottling enterprises and sanatorium-resort typed organizations has had a significant impact on the mineral water intake growth [1]. Irrational water withdrawal leads to a groundwater quality deterioration, chemical composition and temperature changes [2], and the growth of a depression funnel, which together can lead to the collapse of the reservoir roof and the disappearance of many unique sources [3,4]. This applies to all mineral water fields located in the region of the Caucasian Mineral Waters [5]. Due to the mentioned above, there is a potential danger of the mineral water fields’ degradation [6,7].
Therefore, an important task is to create predictive models for the development of hydrodynamic processes with a change in the volume of water intake in various parts of the field [8,9].

2. Problem Statement

Compilation of hydrodynamic models at the stage of synthesis of closed distributed control systems is a particularly difficult task [10,11], mainly due to the fact that modeling of spatially invariant situations expressed in terms of spatial delta functions for multidimensional objects is not subject to analytical solutions [12]. When modeling such types of systems, it is necessary to create simplified (truncated) customary mathematical models; however, such models differ significantly from real physical processes [13,14]. In order to reduce the error of this system, the finite-dimensional mathematical model is taken to be excessively large, which leads to a large number of calculations, but brings the mathematical model as close as possible to the physical process [15,16]. There are mathematical models which are performed on personal computers using various programming languages; however, such mathematical operations require large expenditures for modeling [17,18]. Modern technologies make it possible to combine groups of personal computers into complex computing systems that can significantly increase the speed of calculations and, accordingly, the control module’s response time of the nature or intensity of input action changes [19,20]. Until recently, such computer systems were the main means of technical processes’ mathematical modeling, including automatic control systems modeling [21,22]. High-performance computing systems based on NVidia graphics cards have appeared on the computer systems market. Mathematical operations on such calculators are performed quite quickly, mainly due to the fact that these calculators are adapted for parallel data processing [23,24]. The main goal of this article is to observe the behavior of the temperature field formed as a result of the occurrence of different temperatures of narzan at different depths on a hybrid supercomputer based on a 96-core processor NVidia GF 104 (nVIDIA, State of California, USA). This task is relevant because of the urgent need to take into account the amount of narzan at different depths of mineral water [25,26].

3. Research Methodology

With the development of information technologies, more accurate methods for numerical modeling of both stationary and non-stationary geofiltration processes in multilayer systems appear, allowing you to set the initial and boundary conditions of the I, II, and III kind, as well as such characteristics of the filtration flow as the elastic flow regime in weakly permeable clayey interlayers, heterogeneity of the filtering fluid in the reservoirs, etc. [27,28]. Such applications include Topaz, PLAST, Simulation CFD, MIF—3D, ModTech, etc. Such information systems allow you to build fairly complex models of hydrogeological processes, but they are available only as executable applications, so it is impossible to create a regulator for these models and simulate a control action [29,30].
Among the studies of recent years, the work of A.V. Malkov and I.M. Pershin is of particular importance [7]. In this study, the tasks of improving the theoretical foundations of managing natural geological objects under conditions of intense technogenic impact, increasing the accuracy and efficiency of managing the processes of field operation, and substantiating development conditions with minimal environmental impact are solved. The book discusses the general principles of building hydrodynamic models, methods for determining the hydrodynamic parameters of aquifers, calculating optimal operating modes, the fundamentals of the theory of analysis and synthesis of systems with distributed parameters, and provides solutions to practical problems using the example of the Georgievskoye and Kuyulusskoye fields.
As a result of the hydrodynamic processes’ modeling problem exploration degree analysis, it can be concluded that, despite the relevance of the topic, modeling problems are solved only partially for individual areas. Modeling a large region, for which it is required to set heterogeneous initial and boundary conditions, seems to be a large-scale problem that requires large computational resources [31,32].
Therefore, the next stage in the study of modeling problems is the construction of a mathematical and computer model of a block structure, and optimization of software that implements this model [33]. This will make it possible to build regulators to control the process of water intake of a large hydrogeological object.
The main problem in the development of mathematical and computer models is that it is necessary to find a compromise: on the one hand, it is necessary to take into account as many factors as possible that affect the physical process, since it is required to describe the real picture as fully as possible so that the model is as adequate as possible, corresponding to the original object. On the other hand, the complication of the mathematical, and, as a consequence, the computer model, makes it impossible to implement it by means of a computer, since such a model requires too much computer resources, which significantly affects the cost of installing, maintaining, and operating equipment [34,35]. In this regard, the second task of the study was to create a parallel algorithm which allows performing calculations more efficiently for a fairly complex model.
For this purpose, it is necessary to understand how the approach to creating a parallel program on a computing cluster differs from programming on a hybrid supercomputer. The core of the NVidia GF 104 processor consists of a common data exchange bus, which includes a shared 2 GB cache, directly connected to 96 arithmetic logic units.
Thus, when modeling a technological process, it is necessary to divide the mathematical model into functional components, which, in turn, using the extension of the C programming language for hybrid supercomputers, will be redirected to various arithmetic logic units. Let us move on to solving the mathematical Model (1) and adapting it for computing on a hybrid supercomputer based on the NVidia GF 104 processor.
When calculating such fields, second-order partial differential equations are also used. This equation looks like this:
T ( x , y , z , τ ) t = a ( 2 T ( x , y , z , τ ) x 2 + 2 T ( x , y , z , τ ) y 2 + 2 T ( x , y , z , τ ) z 2 ) + Q g i v
where T is temperature; t —time; a —coefficient of thermal diffusivity; Q g i v is the power of internal heat sources.
Having calculated the temperature field based on the parallel synthesis algorithm, a discrete analogue of the pathetic model was obtained:
The discrete analogue of the mathematical model of the temperature field is presented as follows:
T ( x , y , z , τ ) = a · Δ t ( T ( x 1 , y , z , t ) 2 T ( x , y , z , t ) + T ( x + 1 , y , z , t ) Δ x 2 + + T ( x , y 1 , z , t ) 2 T ( x , y , z , t ) + T ( x , y + 1 , z , t ) Δ y 2 + + T ( x , y , z 1 , t ) 2 T ( x , y , z , t ) + T ( x , y , z + 1 , t ) Δ z 2 ) + Q g i v
Since a feature of the Kislovodsk narzan field is the presence of different types of narzan at one geographical point (sulphate, dolomite, general), it is necessary to calculate the values of temperature fields for each layer of narzan. To this end, discrete analogues for three types of narzan located one above the other were obtained [36].
Thus, the layers will take the form shown in Figure 1 [2]. The figure shows that the model of Kislovodsk mineral water field formations indicates: 1—common narzan; 2—dolomite; 3—sulfate.
Let us calculate the temperature field on a hybrid supercomputer (Algorithm 1). To calculate the temperature field, the following variables had been set [8,9]:
Algorithm 1. Fields temperature calculation.
int l=10;
int timer, timer_1;
int r, fi, x;
double dT[I][J][K][M];
double ****dev_dT;
double a, lam1=0.00038, lam2=0.00003026, N;
Next, you need to allocate memory on the GPU, into which the data for the calculation will later be copied.
HANDLE_ERROR( cudaMalloc( (void**)&dev_dT, I*J*K*M *sizeof( float ) ) );
One of the main difficulties of working with memory is the allocation of a memory array, which will be copied to the CPU for subsequent display. The program code that copies the result from the GPU to the CPU is as follows:
HANDLE_ERROR( cudaMemcpy( dT, dev_dT, I*J*K*M *sizeof( float ), cudaMemcpyDeviceToHost ) );
  for (r=1; r<=8; r++)
    for (fi=1; fi<=30; fi++)
      for (x=1; x<=1199; x++)
      {
      printf ("%d %d %d %d \n", r, fi, x, dT[r][fi][x]);
      }
  HANDLE_ERROR( cudaFree( dev_dT ) );
  return 0;
}
Code generated for functions such as the kernel runs on the GPU.
__global__ void Cuda_proccedure(double ****dT)
{
  for (r=1; r<=8; r++)
    for (fi=1; fi<=30; fi++)
      for (x=1; x<=1199; x++)
      {
        T[r][fi][x][timer]=0;
        dT[r][fi][x][timer]=0;
      }
  for (r=1; r<=I-1; r++)
    for (fi=1; fi<=30; fi++)
      for (x=1; x<=1199; x++)
      {
        if ((r<5)||(r>8)) {a=22.16;}
        else a=0.3769;
dT[r][fi][x][timer]=((T[r-1][fi][x][timer]-2*T[r][fi][x][timer]+T[r+1][fi][x][timer])/r*r+(T[r][fi-1][x][timer]-2*T[r][fi][x][timer]+T[r][fi+1][x][timer])/fi*fi+(T[r][fi][x-1][timer]-2*T[r][fi][x][timer]+T[r][fi+1][x+1][timer])/x*x);
     }
        for (r=0; r<=9; r++)
  for (fi=0; fi<=30; fi++)
     {
     T[r][fi][0][timer]=10;
     T[r][fi][30][timer]=T[r][fi][30][timer];
     }
   for (fi=0; fi<=359; fi++)
    for (x=1; x<=1199; x++)
     {
     T[0][fi][x][timer]=T[1][fi][x][timer];
     T[5][fi][x][timer]=(lam1*T[6][fi][x][timer]-lam2*T[4][fi][x][timer])/(lam1+lam2);
     T[9][fi][x][timer]=T[4][fi][x][timer];
     T[8][fi][x][timer]=(lam1*T[7][fi][x][timer]-lam2*T[9][fi][x][timer])/(lam1+lam2);
     }
******************************************************
}

4. Results

According to the purpose of the study it is necessary to identify and calculate the linear connection between narzan water temperature fields’ distribution. The object’s parameters l = 10, k = 10, d = 9, T g i v = 0.3, a 2 = 0.01 are given as an initial datum for the modeling experiment. The obtained results with the different heating points are given in Table 1.
The investigation of the object with an average occurrence of the mineral layer: l = 10, k = 10, d = 9, T g i v = 0.3, a 2 = 0.1 is given in Table 2.
Let the initial data been changed to meet the new requirements and set the following values: l = 10, k = 10, d = 9, T g i v = 0.3, a 2 = 0.2. The results are given in Table 3.
The results of mathematical modeling on a supercomputer and on a conventional personal computer are shown in Table 4. As can be seen from the table, the values are identical, but the time spent on the calculation is much less.
Consequently, mathematical modeling of automatic control systems will significantly increase the performance of systems. To a greater extent, this is necessary for real-time systems. Obtaining the same results can be done in much less time, which is important for faster system reactions. Despite the fact that hydrodynamic processes are slow, when we observe a mineral water field with closely spaced wells it must be assumed not only the necessity of fast system reaction but also the inertness of control action. The control system must simultaneously analyze the current situation and also predict the possible variations in the controlled magnitudes. A personal computer does not have enough capacity for such complex processes support. This goes to show the adequacy of the proposed automation approach with relation to the problems of mineral water fields exploitation area.

5. Discussion

The ecological resort area of the Caucasian Mineral Waters (KMV) occupies a special place among the resort regions of Russia due to the wealth, diversity, quantity, and value of mineral waters, landscape and climatic conditions, and therapeutic mud. Recently, the rate of mineral water resources development for an industrial bottling and resort purposes has increased.
An increase in the number of mineral water bottling enterprises and organizations of a sanatorium-resort type has had a significant impact on the growth in the volume of mineral water intake. Irrational water withdrawal leads to a deterioration in the quality of groundwater, a change in their chemical composition, temperature, and the growth of a depression funnel, which can lead to the collapse of the roof of the reservoir and the disappearance of many sources from the face of the Earth. This applies to all waters located in the Caucasian Mineral Waters (CMV) region. In view of the above, there is a potential danger of degradation of the mineral water fields under consideration.
Therefore, an important task is to create predictive models for the development of hydrodynamic processes in the region with a change in the volume of water intake in various parts of the field. The paper proposes a method for controlling the level of the aquifer in production wells that provides a given decrease in the water level. The reliability of the manuscripts’ scientific results is confirmed by the correct use of the mathematical apparatus in the description and study of the hydrodynamic processes of the mineral water field, as well as by the consistency of the results of theoretical studies and computer simulation of the obtained control systems.
The scientific novelty of the work lies in the mathematical description of the relationship between the main factors and parameters of the aquifers, in the synthesis of a distributed control system for the parameters of a depression funnel.

6. Conclusions

Due to the aggravating condition of the hydromineral base of the considered mineral water field and the whole CMV region, the automation of the exploitation processes becomes a necessity and the only chance to save the unique water types. In the extraction industries of the region there are only few cases of partial automation and control systems used for improving the technological process. This is already a positive step in this area, but controlling the single-unit wells does not give the opportunity of the whole field condition monitoring. The popularity of this water type has created the necessity for high flow rate extraction, which can influence the fluid level of the whole field. It is impossible to neglect the interconnection between the wells of the one aquifer, but the attempts to develop a system of monitoring on the first step (and then a control system) will meet problems with the huge amount of calculations. Due to this fact, the regular computer used will be effective only in single-unit automation, but inapplicable in complex monitoring. That is why, for the big industries which have adequate funds, it becomes much more effective to use supercomputers versus personal ones. The present research was undertaken to prove the possibility and effectiveness of the proposed automation approach.
Using the laboratory installation, which can imitate the structure and conditions of the mineral water field, the experiment was carried out. For the mathematical modeling the real data of Kislovodkoe field were used. The approbation of the developed model shows the high convergence measure of the model and real object. Then, the reaction of the system with the same input actions was equated both on a supercomputer and a regular one.
Based on the results of mathematical modeling of the control object’s heat flow patterns, the following conclusions can be drawn.
  • The increasing of the mineral layer’s heating points number both increases the computational complexity and modeling accuracy, which is so important in the case of complex structured object exploitation, because if the field’s structure entirety or exploitation process sustainability are disturbed, it causes to the possibility of damaging the well or the whole aquifer. Assuming this, it can be concluded that the use of a supercomputer for the hydrodynamic modeling processes is justified.
  • When modeling the process, it was seen that the heating process does not proceed uniformly, but depends on the height above sea level. It can also be concluded that it is necessary to develop methods for analyzing and constructing observers in the design of drilling rigs for the extraction of mineral water.
  • Simulation of this process on a hybrid supercomputer led to a real calculation time of 10 min. In turn, a linear algorithm on a conventional computer simulates this process for 6 h. This speed is realized mainly due to the 96-core processor, which operates at a higher total frequency than a conventional personal computer processor. It completes the equations approximately sixty times faster, and its implementation will cost only eight to ten times more than a regular one.
The analysis of the results of mathematical modeling shows that the modeling of automatic control systems and forecasting systems, including robust control, can be significantly expanded through the use of hybrid supercomputers. Their application will allow not only expanding the control actions’ number, but also the time of transient responses modeling.

Author Contributions

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

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Resniova, E.; Ponomarenko, T. Sustainable Development of the Energy Sector in a Country Deficient in Mineral Resources: The case of the Republic of Moldova. Sustainability 2021, 13, 3261. [Google Scholar] [CrossRef]
  2. Pomelyaiko, I.S.; Malkov, A.V. Quality Problems of Surface Water and Groundwater at the Health Resorts in the Regions of Caucasian Mineral Waters and Ways to Their Solution. Water Resour. 2019, 46, 214–225. [Google Scholar] [CrossRef]
  3. Guidelines on Alignment of Russian Minerals Reporting Standards and the CRIRSCO Template. Available online: https://www.crirsco.com/docs/conversion_guidelines_final.pdf (accessed on 17 December 2021).
  4. Golovina, E.; Grebneva, A. Some Aspects of Groundwater Resources Management in Transboundary Areas. J. Ecol. Eng. 2021, 22, 106–118. [Google Scholar] [CrossRef]
  5. Golovina, E.; Karennik, K. Modern Trends in the Field of Solving Transboundary Problems in Groundwater Extraction. Resources 2021, 10, 107. [Google Scholar] [CrossRef]
  6. Hombeck, R.; Keskin, P. The Evolving Impact of the Ogallala Aquifer—Agricultural Adaptation to Groundwater and Climate; US National Bureau of Economic Research Working Paper; NBER Inc.: Cambridge, MA, USA, 2011. [Google Scholar]
  7. Pershin, I.M.; Kukharova, T.V.; Tsapleva, V.V. Designing of Distributed Systems of Hydrolithosphere Processes Parameters Control for the Efficient Extraction of Hydromineral Raw Materials. J. Phys. Conf. Ser. 2021, 1728, 012017. [Google Scholar] [CrossRef]
  8. Medici, G.; Smeraglia, L.; Torabi, A.; Botter, C. Review of Modeling Approaches to Groundwater Flow in Deformed Carbonate Aquifers. Ground Water 2021, 59, 334–351. [Google Scholar] [CrossRef] [PubMed]
  9. Hirsch, R.M.; Slack, J.R.; Smith, R.A. Techniques of Trend Analysis for Monthly Water Quality Data. Water Resour. Res. 1982, 18, 107–121. [Google Scholar] [CrossRef] [Green Version]
  10. Golovina, E.I.; Khloponina, V.S. Problems of modern legislation in the sphere of underground waters extraction management. Geol. Miner. Resour. Sib. 2020, 1, 106–114. [Google Scholar] [CrossRef]
  11. Khabarov, N.; Smirnov, A.; Balkovič, J.; Skalský, R.; Folberth, C.; Van Der Velde, M.; Obersteiner, M. Heterogeneous Compute Clusters and Massive Environmental Simulations Based on the EPIC Model. Modelling 2020, 1, 215–224. [Google Scholar] [CrossRef]
  12. Dvoynikov, M.V.; Kuchin, V.N.; Mintzaev, M.S. Development of viscoelastic systems and technologies for isolating water-bearing horizons with abnormal formation pressures during oil and gas wells drilling. J. Min. Inst. 2021, 247, 57–65. [Google Scholar] [CrossRef]
  13. Feng, G. A Survey on Analysis and Design of Model-Based Fuzzy Control Systems. IEEE Trans. Fuzzy Syst. 2006, 14, 676–697. [Google Scholar] [CrossRef] [Green Version]
  14. Iverson, R.M. Landslide triggering by rain infiltration. Water Resour. Res. 2000, 36, 1897–1910. [Google Scholar] [CrossRef] [Green Version]
  15. Zhukov, V.S.; Kuzmin, Y.O. Experimental evaluation of compressibility coefficients for fractures and intergranular pores of an oil and gas reservoir. J. Min. Inst. 2020, 251, 658–666. [Google Scholar] [CrossRef]
  16. Golubev, V.; Litvinova, T. Dynamic simulation of industrial-scale gibbsite crystallization circuit. J. Min. Inst. 2021, 247, 88–101. [Google Scholar] [CrossRef]
  17. Hou, Z.; Xiong, S. On Model-Free Adaptive Control and Its Stability Analysis. IEEE Trans. Aut. Contr. 2019, 64, 4555–4569. [Google Scholar] [CrossRef]
  18. Tavernini, D.; Metzler, M.; Gruber, P.; Sorniotti, A. Explicit Nonlinear Model Predictive Control for Electric Vehicle Traction Control. IEEE Trans. Contr. Syst. Tech. 2019, 27, 1438–1451. [Google Scholar] [CrossRef]
  19. Xing, L.; Wen, C.; Liu, Z.; Su, H.; Cai, J. Event-Triggered Adaptive Control for a Class of Uncertain Nonlinear Systems. IEEE Trans. Fuz. Syst. 2017, 62, 2071–2076. [Google Scholar] [CrossRef]
  20. Cao, Z.; Niu, Y.; Lam, H.-K.; Zhao, J. Sliding Mode Control of Markovian Jump Fuzzy Systems: A Dynamic Event-Triggered Method. IEEE Trans. Fuz. Syst. 2021, 29, 2902–2915. [Google Scholar] [CrossRef]
  21. Hu, X.; Li, Y.; Che, X.; Hou, Z. Event-Based Adaptive Fuzzy Asymptotic Tracking Control of Uncertain Nonlinear Systems. IEEE Trans. Fuz. Syst. 2021, 29, 3003–3013. [Google Scholar]
  22. Shklyarskiy, Y.E.; Batueva, D.E. Operation mode selection algorithm development of a wind-diesel power plant supply complex. J. Min. Inst. 2022, 253, 115–126. [Google Scholar] [CrossRef]
  23. Kenda, K.; Čerin, M.; Bogataj, M.; Senožetnik, M.; Klemen, K.; Pergar, P.; Laspidou, C.; Mladenić, D. Groundwater Modeling with Machine Learning Techniques: Ljubljana polje Aquifer. Multidiscip. Digit. Publ. Inst. Proc. 2018, 2, 697. [Google Scholar]
  24. Aderemi, B.A.; Olwal, T.O.; Ndambuki, J.M.; Rwanga, S.S. A Review of Groundwater Management Models with a Focus on IoT-Based Systems. Sustainability 2022, 14, 148. [Google Scholar] [CrossRef]
  25. Jourabchi, P.; Lin, G.K. Modeling Vapor Migration for Estimating the Time to Reach Steady State Conditions. Ground Water Monit. Remediat. 2021, 41, 25–32. [Google Scholar] [CrossRef]
  26. Antonov, V.V. Environmental factors in case of appraisal of groundwater resources. J. Min. Inst. 2012, 197, 184–186. [Google Scholar] [CrossRef]
  27. Klizas, P. Geofiltration studies of clay at the future radioactive waste repository for Ignalina nuclear power plant. J. Environ. Eng. Landsc. Manag. 2021, 22, 219–225. [Google Scholar] [CrossRef] [Green Version]
  28. Golovina, E.I.; Pasternak, S.N.; Tsiglianu, P.P.; Tselischev, N.A. Sustainable management of transboundary groundwater resources: Past and future. Sustainability 2021, 13, 12102. [Google Scholar] [CrossRef]
  29. Reinecke, R.; Wachholz, A.; Mehl, S.; Foglia, L.; Niemann, C.; Döll, P. Importance of Spatial Resolution in Global Groundwater Modeling. Ground Water 2020, 58, 363–376. [Google Scholar] [CrossRef] [Green Version]
  30. Kupfersberger, H.; Rock, G.; Draxler, J. Combining Groundwater Flow Modeling and Local Estimates of Extreme Groundwater Levels to Predict the Groundwater Surface with a Return Period of 100 Years. Geosciences 2020, 10, 373. [Google Scholar] [CrossRef]
  31. Ponomarenko, T.; Nevskaya, M.; Jonek-Kowalska, I. Mineral Resource Depletion Assessment: Alternatives, problems, results. Sustainability 2021, 13, 862. [Google Scholar] [CrossRef]
  32. Vasilev, Y.; Cherepovitsyn, A.; Tsvetkova, A.; Komendantova, N. Promoting Public Awareness of Carbon Capture and Storage Technologies in the Russian Federation: A System of Educational Activities. Energies 2021, 14, 1408. [Google Scholar] [CrossRef]
  33. Qin, H. Numerical groundwater modeling and scenario analysis of Beijing plain: Implications for sustainable groundwater management in a region with intense groundwater depletion. Environ. Earth Sci. 2021, 80, 499. [Google Scholar] [CrossRef]
  34. Meshkov, A.A.; Kazanin, O.I.; Sidorenko, A.A. Improving the efficiency of the technology and organization of the longwall face move during the intensive flat-lying coal seams mining at the Kuzbass mines. J. Min. Inst. 2021, 249, 342–350. [Google Scholar] [CrossRef]
  35. Takemura, J.; Yao, C.; Kusakabe, O. Development of a Fault Simulator for Soils Under Large Vertical Stress in a Centrifuge. Int. J. Phys. Model. Geotech. 2020, 20, 118–131. [Google Scholar] [CrossRef]
  36. Tarabarinova, T.A.; Golovina, E.I. Capitalization of mineral resources as an innovation ecological strategy. Geol. Miner. Resour. Sib. 2021, 4, 86–96. [Google Scholar] [CrossRef]
Figure 1. Location of aquifers [2].
Figure 1. Location of aquifers [2].
Informatics 09 00062 g001
Table 1. The results of the shallow lying aquifer modeling.
Table 1. The results of the shallow lying aquifer modeling.
d = 9d = 8d = 7d = 6d = 5
tp [1,690] = 0.19tp [1,690] = 0.19tp [1,690] = 0.18tp [1,690] = 0.18tp [1,690] = 0.48
tp [2,690] = 0.37tp [2,690] = 0.36tp [2,690] = 0.31tp [2,690] = 0.32tp [2,690] = 0.39
tp [3,690] = 0.49tp [3,690] = 0.47tp [3,690] = 0.43tp [3,690] = 0.37tp [3,690] = 0.39
tp [4,690] = 0.56tp [4,690] = 0.51tp [4,690] = 0.43tp [4,690] = 0.32tp [4,690] = 0.38
tp [5,690] = 0.56tp [5,690] = 0.47tp [5,690] = 0.34tp [5,690] = 0.18tp [5,690] = 0.45
tp [6,690] = 0.49tp [6,690] = 0.36tp [6,690] = 0.19tp [6,690] = 0.26
tp [7,690] = 0.37tp [7,690] = 0.19tp [7,690] = 0.42
tp [8,690] = 0.19tp [8,690] = 0.78
tp [9,690] = 0.14
d = 14d = 13d = 12d = 11d = 10
tp [1,690] = 0.20tp [1,690] = 0.20tp [1,690] = 0.19tp [1,690] = 0.19tp [1,690] = 0.19
tp [2,690] = 0.39tp [2,690] = 0.38tp [2,690] = 0.38tp [2,690] = 0.38tp [2,690] = 0.37
tp [3,690] = 0.56tp [3,690] = 0.55tp [3,690] = 0.54tp [3,690] = 0.53tp [3,690] = 0.51
tp [4,690] = 0.70tp [4,690] = 0.68tp [4,690] = 0.66tp [4,690] = 0.64tp [4,690] = 0.60
tp [5,690] = 0.80tp [5,690] = 0.77tp [5,690] = 0.74tp [5,690] = 0.69tp [5,690] = 0.63
tp [6,690] = 0.87tp [6,690] = 0.82tp [6,690] = 0.76tp [6,690] = 0.69tp [6,690] = 0.60
tp [7,690] = 0.89tp [7,690] = 0.82tp [7,690] = 0.74tp [7,690] = 0.64tp [7,690] = 0.51
tp [8,690] = 0.87tp [8,690] = 0.77tp [8,690] = 0.66tp [8,690] = 0.53tp [8,690] = 0.37
tp [9,690] = 0.80tp [9,690] = 0.68tp [9,690] = 0.54tp [9,690] = 0.38tp [9,690] = 0.19
tp [10,690] = 0.70tp [10,690] = 0.55tp [10,690] = 0.38tp [10,690] = 0.19tp [10,690] = 0.50
tp [11,690] = 0.56tp [11,690] = 0.38tp [11,690] = 0.19tp [11,690] = 0.85
tp [12,690] = 0.39tp [12,690] = 0.20tp [12,690] = 0.21
tp [13,690] = 0.20tp [13,690] = 0.56
tp [14,690] = 0.92
Table 2. The results of the middle-deep lying aquifer modeling.
Table 2. The results of the middle-deep lying aquifer modeling.
d = 9d = 8d = 7d = 6d = 5
tp [1,690] = 2.03tp [1,690] = 2.01tp [1,690] = 1.99tp [1,690] = 1.95tp [1,690] = 1.89
tp [2,690] = 3.82tp [2,690] = 3.73tp [2,690] = 3.59tp [2,690] = 3.39tp [2,690] = 3.07
tp [3,690] = 5.15tp [3,690] = 4.87tp [3,690] = 4.48tp [3,690] = 3.91tp [3,690] = 3.07
tp [4,690] = 5.86tp [4,690] = 5.27tp [4,690] = 4.48tp [4,690] = 3.39tp [4,690] = 1.89
tp [5,690] = 5.86tp [5,690] = 4.87tp [5,690] = 3.59tp [5,690] = 1.95tp [5,690] = 1.75
tp [6,690] = 5.15tp [6,690] = 3.73tp [6,690] = 1.99tp [6,690] = 2.12
tp [7,690] = 3.82tp [7,690] = 2.01tp [7,690] = 2.49
tp [8,690] = 2.03tp [8,690] = 2.86
d = 14d = 13d = 12d = 11d = 10
tp [1,570] = 2.07tp [1,570] = 2.06tp [1,570] = 2.06tp [1,570] = 2.05tp [1,570] = 2.04
tp [2,570] = 4.04tp [2,570] = 4.01tp [2,570] = 3.98tp [2,570] = 3.94tp [2,570] = 3.89
tp [3,570] = 5.80tp [3,570] = 5.73tp [3,570] = 5.63tp [3,570] = 5.51tp [3,570] = 5.36
tp [4,570] = 7.28tp [4,570] = 7.11tp [4,570] = 6.90tp [4,570] = 6.64tp [4,570] = 6.30
tp [5,570] = 8.39tp [5,570] = 8.08tp [5,570] = 7.70tp [5,570] = 7.22tp [5,570] = 6.62
tp [6,570] = 9.08tp [6,570] = 8.58tp [6,570] = 7.97tp [6,570] = 7.22tp [6,570] = 6.30
tp [7,570] = 9.31tp [7,570] = 8.58tp [7,570] = 7.70tp [7,570] = 6.64tp [7,570] = 5.36
tp [8,570] = 9.08tp [8,570] = 8.08tp [8,570] = 6.90tp [8,570] = 5.51tp [8,570] = 3.89
tp [9,570] = 8.39tp [9,570] = 7.11tp [9,570] = 5.63tp [9,570] = 3.94tp [9,570] = 2.04
tp [10,570] = 7.28tp [10,570] = 5.73tp [10,570] = 3.98tp [10,570] = 2.05tp [10,570] = 3.59
tp [11,570] = 5.80tp [11,570] = 4.01tp [11,570] = 2.06tp [11,570] = 3.95
tp [12,570] = 4.04tp [12,570] = 2.06tp [12,570] = 4.32
tp [13,570] = 2.07tp [13,570] = 4.68
tp [14,570] = 2.07
Table 3. The results of the deep lying aquifer.
Table 3. The results of the deep lying aquifer.
d = 9d = 8d = 7d = 6d = 5
tp [1,690] = 0.11tp [1,690] = 0.37tp [1,690] = 0.33tp [1,690] = 0.23tp [1,690] = 0.24
tp [2,690] = 0.21tp [2,690] = 0.57tp [2,690] = 0.60tp [2,690] = 0.38tp [2,690] = 0.39
tp [3,690] = 0.29tp [3,690] = 0.59tp [3,690] = 0.73tp [3,690] = 0.43tp [3,690] = 0.39
tp [4,690] = 0.33tp [4,690] = 0.58tp [4,690] = 0.73tp [4,690] = 0.38tp [4,690] = 0.24
tp [5,690] = 0.33tp [5,690] = 0.59tp [5,690] = 0.60tp [5,690] = 0.23tp [5,690] = 0.24
tp [6,690] = 0.29tp [6,690] = 0.57tp [6,690] = 0.33tp [6,690] = 0.84
tp [7,690] = 0.21tp [7,690] = 0.37tp [7,690] = 0.41
tp [8,690] = 0.11tp [8,690] = 0.02
tp [9,690] = 0.84
d = 14d = 13d = 12d = 11d = 10
tp [1,690] = 0.19tp [1,690] = 0.17tp [1,690] = 0.24tp [1,690] = 0.09tp [1,690] = 0.10
tp [2,690] = 0.38tp [2,690] = 0.33tp [2,690] = 0.45tp [2,690] = 0.19tp [2,690] = 0.19
tp [3,690] = 0.52tp [3,690] = 0.46tp [3,690] = 0.62tp [3,690] = 0.26tp [3,690] = 0.26
tp [4,690] = 0.64tp [4,690] = 0.55tp [4,690] = 0.74tp [4,690] = 0.32tp [4,690] = 0.31
tp [5,690] = 0.71tp [5,690] = 0.61tp [5,690] = 0.80tp [5,690] = 0.34tp [5,690] = 0.33
tp [6,690] = 0.75tp [6,690] = 0.63tp [6,690] = 0.82tp [6,690] = 0.34tp [6,690] = 0.31
tp [7,690] = 0.76tp [7,690] = 0.63tp [7,690] = 0.80tp [7,690] = 0.32tp [7,690] = 0.26
tp [8,690] = 0.75tp [8,690] = 0.61tp [8,690] = 0.74tp [8,690] = 0.26tp [8,690] = 0.19
tp [9,690] = 0.71tp [9,690] = 0.55tp [9,690] = 0.62tp [9,690] = 0.19tp [9,690] = 0.10
tp [10,690] = 0.64tp [10,690] = 0.46tp [10,690] = 0.45tp [10,690] = 0.09tp [10,690] = 0.82
tp [11,690] = 0.52tp [11,690] = 0.33tp [11,690] = 0.24tp [11,690] = 0.93
tp [12,690] = 0.38tp [12,690] = 0.17tp [12,690] = 0.69
tp [13,690] = 0.19tp [13,690] = −0.7
tp [14,690] = 0.61
Table 4. Mathematical modeling results.
Table 4. Mathematical modeling results.
StepSupercomputer ResultsRegular PC Results
112.3869212.38692
212.3889212.38892
313.3969213.39692
………………
10087.1969287.19692
10189.3129289.31292
10297.2969297.29692
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Martirosyan, A.V.; Ilyushin, Y.V. Modeling of the Natural Objects’ Temperature Field Distribution Using a Supercomputer. Informatics 2022, 9, 62. https://doi.org/10.3390/informatics9030062

AMA Style

Martirosyan AV, Ilyushin YV. Modeling of the Natural Objects’ Temperature Field Distribution Using a Supercomputer. Informatics. 2022; 9(3):62. https://doi.org/10.3390/informatics9030062

Chicago/Turabian Style

Martirosyan, Alexander Vitalievich, and Yury Valeryevich Ilyushin. 2022. "Modeling of the Natural Objects’ Temperature Field Distribution Using a Supercomputer" Informatics 9, no. 3: 62. https://doi.org/10.3390/informatics9030062

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