Methane Emission Estimation Tools as a Basis for Sustainable Underground Mining of Gas-Bearing Coal Seams
Abstract
:1. Introduction
- (1)
- Prevention of the gases’ spread into the mine;
- (2)
- Quick and reliable change of direction of ventilation jets;
- (3)
- Analyze the existing technologies of the coal mines’ methane concentration monitoring. To choose and adapt the technology, taking into account the peculiarities of the mine selected as the subject of the study.
- To develop a hardware–software complex of methane monitoring. The peculiarity of the developed device should be the possibility of spatial diagnostics, which allows real-time monitoring of methane passage along the shaft of a coal mine.
2. Materials and Methods
3. Results
#define MQ4pin (0) #define redLed (12) #define greenLed (11) #define buzzer (10) float sensorValue; void setup() { Serial.begin (9600); Serial.println(“Gas sensor warming up!”); Delay (20,000); } void loop() { sensorValue = analogRead (MQ4pin); if (sensorValue > 300) { Serial.print (“Methan: “); Serial.print (sensorValue); Serial.println (“ | Exceedance concenration!”); digitalWrite (redLed, HIGH); digitalWrite (greenLed, LOW); tone (buzzer, 1000, 200); } else { Serial.print (“Methan: “); Serial.println (sensorValue); digitalWrite (redLed, LOW); digitalWrite (greenLed, HIGH); noTone (buzzer); } Delay (2000); } |
#define MQ4pin (0) #define redLed (12) #define greenLed (11) #define buzzer (10) float sensorValue; |
void setup () { Serial.begin (9600); Serial.println (“Gas sensor warming up!”); Delay (20,000); } |
void loop () { sensorValue = analogRead (MQ4pin); |
if(sensorValue > 300) { Serial.print (“Methan: ”); Serial.print (sensorValue); Serial.println (“ | Exceedance concentration!”); digitalWrite (redLed, HIGH); digitalWrite (greenLed, LOW); tone (buzzer, 1000, 200); } else { Serial.print (“Methan: ”); Serial.println (sensorValue); digitalWrite (redLed, LOW); digitalWrite (greenLed, HIGH); noTone (buzzer); } |
Delay (2000); } |
- Equipment Setup: Ensure that the analyzer is in good working order and calibrated according to the manufacturer’s specifications. Also make sure that the sensors and probes are clean and ready for use.
- Safety: All necessary precautions should be taken and safety rules observed before beginning data collection, as methane is a highly explosive gas.
- Positioning the gas analyzer: The gas analyzer should be placed at the desired point in the mine where the methane concentration is to be measured. This is usually the location where dangerous methane concentrations are most likely to occur.
- Measurement: After installing the gas analyzer, it is necessary to wait for the readings to stabilize. The gas analyzer can then be used to obtain continuous or periodic measurements of the methane concentration in the mine.
- Data recording: Methane concentration data obtained should be recorded with the time and location of the measurements. This allows tracking changes in methane concentration in different parts of the mine and analyzing potential hazards.
4. Discussion
5. Conclusions
6. Patents
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
References
- 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]
- Kazanin, O.I.; Sidorenko, A.A.; Sidorenko, S.A.; Ivanov, V.V.; Mischo, H. High productive longwall mining of multiple gassy seams: Best practice and recommendations. Acta Montan. Slovaca 2022, 27, 152–162. [Google Scholar] [CrossRef]
- Kaledina, N.O.; Malashkina, V.A. Indicator assessment of the reliability of mine ventilation and degassing systems functioning. J. Min. Inst. 2021, 250, 553–561. [Google Scholar] [CrossRef]
- Zorin, I.S.; Lisakov, S.A.; Sidorenko, A.I.; Sypin, E.V. Computer Simulation of the Characteristics of Electro-Optical Sensor for Detecting Flame Combustion and Smoldering in Coal Mines. In Proceedings of the 2019 20th International Conference of Young Specialists on Micro/Nanotechnologies and Electron Devices (EDM), Erlagol, Russia, 29 June–3 July 2019; pp. 306–312. [Google Scholar] [CrossRef]
- Yuan, Y.; Zheng, M.; Li, H.; Chen, Y.; Guo, G.; Su, Z.; Huo, W. Delineation of Backfill Mining Influence Range Based on Coal Mining Subsidence Principle and Interferometric Synthetic Aperture Radar. Remote Sens. 2023, 15, 5618. [Google Scholar] [CrossRef]
- Li, G.; Wanyan, Q.; Li, Z.; Yi, H.; Ren, F.; Chen, Z.; Liu, Y. A Fractional-Order Creep Model of Water-Immersed Coal. Appl. Sci. 2023, 13, 12839. [Google Scholar] [CrossRef]
- Marinina, O.; Nevskaya, M.; Lijuan, Z.; Que, C.T. Analysis of the Influence of Macroeconomic Factors on the Sustainable Development of the Chinese Coal Industry. In Proceedings of the 21st International Multidisciplinary Scientific GeoConference SGEM 2021, Albena, Bulgaria, 26 June–5 July 2021; pp. 631–638. [Google Scholar] [CrossRef]
- Szopa, S.; Naik, V. Short-lived climate forcers. In Climate Change 2021: The Physical Science Basis. Contribution of Working Group I to the Sixth Assessment Report of the Intergovernmental Panel on Climate Change; Masson-Delmotte, V., Zhai, P., Pirani, A., Connors, S.L., Péan, C., Berger, S., Caud, N., Chen, Y., Goldfarb, L., Gomis, M.I., et al., Eds.; Cambridge University Press: Cambridge, UK; New York, NY, USA, 2021; pp. 817–922. [Google Scholar]
- Shchirova, E.; Tsvetkova, A.; Komendantova, N. Analysis of the possibility of implementing carbon dioxide sequestration projects in Russia based on foreign experience. In Proceedings of the 21st International Multidisciplinary Scientific GeoConference SGEM 2021, Albena, Bulgaria, 26 June–5 July 2021; Volume 21, pp. 203–210. [Google Scholar] [CrossRef]
- Wang, L.; Sun, Y.; Zheng, S.; Shu, L.; Zhang, X. How efficient coal mine methane control can benefit carbon-neutral target: Evidence from China. J. Clean. Prod. 2023, 424, 138895. [Google Scholar] [CrossRef]
- Singh, A.; Singh, U.K.; Kumar, D. IoT in mining for sensing, monitoring and prediction of underground mines roof support. In Proceedings of the 2018 4th International Conference on Recent Advances in Information Technology (RAIT), Dhanbad, India, 15–17 March 2018; pp. 1–5. [Google Scholar]
- Smirnyakov, V.V.; Smirnyakova, V.V.; Pekarchuk, D.S.; Orlov, F.A. Analysis of methane and dust explosions in modern coal mines in Russia. Int. J. Civ. Eng. Technol. 2019, 10, 1917–1929. [Google Scholar]
- Kabanov, E.I.; Korshunov, G.I.; Kornev, A.V.; Myakov, V.V. Analysis of the causes of methane explosions, flashes and ignitions at coal mines of Russia in 2005–2019. Min. Informational Anal. Bull. 2021, 18–29. [Google Scholar] [CrossRef]
- Mittelstädt, P.; Pollmann, N.; Karimzadeh, L.; Kories, H.; Klinger, C. Wastes in Underground Coal Mines and Their Behavior during Mine Water Level Rebound—A Review. Minerals 2023, 13, 1496. [Google Scholar] [CrossRef]
- Zubov, V.P.; Phuc, L.Q. Development of resource-saving technology for excavation of flat-lying coal seams with tight roof rocks (on the example of the Quang Ninh coal basin mines). J. Min. Inst. 2022, 257, 795–806. [Google Scholar] [CrossRef]
- Vinogradov, E.A.; Nikiforov, A.V.; Kochneva, A.A. Computational fluid dynamics study of ventilation flow paths on longwall panel. Int. J. Civ. Eng. Technol. 2019, 10, 1140–1147. [Google Scholar]
- Gendler, S.G.; Vasilenko, T.A.; Almukhametova, S.G. Ensuring safe working conditions during the operation of the closed coal storages. Bezop. Tr. Promyshlennosti 2021, 43–48. [Google Scholar] [CrossRef]
- Martirosyan, A.V.; Ilyushin, Y.V. The Development of the Toxic and Flammable Gases Concentration Monitoring System for Coalmines. Energies 2022, 15, 8917. [Google Scholar] [CrossRef]
- Golovina, E.; Khloponina, V.; Tsiglianu, P.; Zhu, R. Organizational, Economic and Regulatory Aspects of Groundwater Resources Extraction by Individuals (Case of the Russian Federation). Resources 2023, 12, 89. [Google Scholar] [CrossRef]
- Mishra, R.K.; Janiszewski, M.; Uotinen, L.K.T.; Szydlowska, M.; Siren, T.; Rinne, M. Geotechnical Risk Management Concept for Intelligent Deep Mines. Procedia Eng. 2017, 191, 361–368. [Google Scholar] [CrossRef]
- Marinin, M.A.; Marinina, O.A.; Rakhmanov, R.A. Methodological approach to assessing influence of blasted rock fragmentation on mining costs. Gorn. Zhurnal 2023, 28–34. [Google Scholar] [CrossRef]
- Kabanov, E.I.; Korshunov, G.I.; Rodionov, V.A. Expert system based on fuzzy logic for assessment of methane and dust explosion risk in coal mines. Gorn. Zhurnal 2019, 85–88. [Google Scholar] [CrossRef]
- Ray, S.K.; Khan, A.M.; Mohalik, N.K.; Mishra, D.; Mandal, S.; Pandey, J.K. Review of preventive and constructive measures for coal mine explosions: An Indian perspective. Int. J. Min. Sci. Technol. 2022, 32, 471–485. [Google Scholar] [CrossRef]
- Didmanidze, O.N.; Afanasev, A.S.; Hakimov, R.T. Natural gas methane number and its influence on the gas engine working process efficiency. J. Min. Inst. 2021, 251, 730–737. [Google Scholar] [CrossRef]
- Nagornov, D.O.; Kremcheev, E.A.; Kremcheeva, D.A. Research of the condition of regional parts of massif at longwall mining of prone to spontaneous ignition coal seams. Int. J. Civ. Eng. Technol. 2019, 10, 876–883. [Google Scholar]
- Golovina, E.I.; Grebneva, A.V. Features of groundwater resources management in the transboundary territories (on the example of the Kaliningrad region). Geol. Miner. Resour. Sib. 2022, 85–94. [Google Scholar]
- Slastunov, S.V.; Mazanik, E.V.; Sadov, A.P.; Khautiev, A.M.-B. Testing of integrated degasifying treatment technology based on hydraulic splitting of coal seam using surface holes. Min. Inf. Anal. Bull. 2020, 2, 58–70. [Google Scholar] [CrossRef]
- Slastunov, S.; Kolikov, K.; Batugin, A.; Sadov, A.; Khautiev, A. Improvement of Intensive In-Seam Gas Drainage Technology at Kirova Mine in Kuznetsk Coal Basin. Energies 2022, 15, 1047. [Google Scholar] [CrossRef]
- Ivanov, V.V.; Dzyurich, D.O. Justification of the technological scheme parameters for the development of flooded deposits of construction sand. J. Min. Inst. 2022, 253, 33–40. [Google Scholar] [CrossRef]
- Zolotov, O.I.; Iliushina, A.N.; Novozhilov, I.M. Spatially Distributed System for Monitoring of Fields Technical Condition in Mineral Resources Sector. In Proceedings of the 2021 XXIV International Conference on Soft Computing and Measurements (SCM), St. Petersburg, Russia, 26–28 May 2021; pp. 93–95. [Google Scholar] [CrossRef]
- Kobylkin, S.S.; Kharisov, A.R. Design features of coalmines ventilation using a room-and-pillar development system. J. Min. Inst. 2020, 245, 531–538. [Google Scholar] [CrossRef]
- Xue, X.; Wang, C.; Ma, H.; Mao, Q.; Cao, X.; Zhang, X.; Zhang, G. Self-Derived Wavelet Compression and Self Matching Reconstruction Algorithm for Environmental Data in Complex Space of Coal Mine Roadway. Energies 2022, 15, 7505. [Google Scholar] [CrossRef]
- Malyshkov, G.B.; Sinkov, L.S.; Nikolaichuk, L.A. Analysis of economic evaluation methods of environmental damage at calculation of production efficiency in mining industry. Int. J. Appl. Eng. Res. 2017, 12, 2551–2554. [Google Scholar]
- Kovalskii, E.R.; Gromtsev, K.V. Development of the technology of stowing the developed space during mining. J. Min. Inst. 2022, 254, 202–209. [Google Scholar] [CrossRef]
- Kozyrev, B.A.; Sizyakov, V.M.; Arsentyev, V.A. Principles of rational processing of red mud with the use of carboxylic acids. Non-Ferr. Met. 2022, 53, 30–34. [Google Scholar] [CrossRef]
- Katysheva, E. Creation of the integrated field model to increase the oil and gas assets management. In Proceedings of the 20th International Multidisciplinary Scientific GeoConference Surveying Geology and Mining Ecology Management, SGEM, Albena, Bulgaria, 18–24 August 2020; Volume 20, pp. 153–160. [Google Scholar] [CrossRef]
- Wang, Y.; Zhao, S.; Zuo, H.; Hu, X.; Guo, Y.; Han, D.; Chang, Y. Tracking the Vegetation Change Trajectory over Large-Surface Coal Mines in the Jungar Coalfield Using Landsat Time-Series Data. Remote Sens. 2023, 15, 5667. [Google Scholar] [CrossRef]
- Aleksandrov, A.N. Simulating the formation of wax deposits in wells using electric submersible pumps. In Advances in Raw Material Industries for Sustainable Development Goals; Aleksandrov, A.N., Kishchenko, M.A., Nguyen, V.T., Eds.; CRC Press: London, UK, 2020; pp. 283–295. [Google Scholar] [CrossRef]
- Zhang, X.; Liu, Y.; Zhou, T.; Cai, Y.; Zhang, B. Molecular Simulation Study on the Effect of Co-Associated Minerals on Methane Adsorption and Mechanical Properties of Coal. Appl. Sci. 2023, 13, 12975. [Google Scholar] [CrossRef]
- Shammazov, I.A.; Batyrov, A.M.; Sidorkin, D.I.; Van Nguyen, T. Study of the Effect of Cutting Frozen Soils on the Supports of Above-Ground Trunk Pipelines. Appl. Sci. 2023, 13, 3139. [Google Scholar] [CrossRef]
- Eremeeva, A.M.; Kondrasheva, N.K.; Khasanov, A.F.; Oleynik, I.L. Environmentally Friendly Diesel Fuel Obtained from Vegetable Raw Materials and Hydrocarbon Crude. Energies 2023, 16, 2121. [Google Scholar] [CrossRef]
- Ignatenko; Afanaseva, O. Application of system analysis methods for the research of mining enterprise activity. In Proceedings of the 2023 Sixth International Conference of Women in Data Science at Prince Sultan University (WiDS PSU), Riyadh, Saudi Arabia, 14–15 March 2023; pp. 180–184. [Google Scholar] [CrossRef]
- Fetisov, V.; Shalygin, A.V.; Modestova, S.A.; Tyan, V.K.; Shao, C. Development of a Numerical Method for Calculating a Gas Supply System during a Period of Change in Thermal Loads. Energies 2023, 16, 60. [Google Scholar] [CrossRef]
- Asadulagi, M.-A.M.; Pershin, I.M.; Tsapleva, V.V. Research on Hydrolithospheric Processes Using the Results of Groundwater Inflow Testing. Water 2024, 16, 487. [Google Scholar] [CrossRef]
- Que, C.T.; Nevskaya, M.; Marinina, O. Coal Mines in Vietnam: Geological Conditions and Their Influence on Production Sustainability Indicators. Sustainability 2021, 13, 11800. [Google Scholar] [CrossRef]
- Cheng, B.; Cheng, X.; Chen, J. Lightweight monitoring and control system for coal mine safety using REST style. ISA Trans. 2014, 54, 229–239. [Google Scholar] [CrossRef]
- Zhu, Y.; You, G. Monitoring System for Coal Mine Safety Based on Wireless Sensor Network. In Proceedings of the 2019 Cross Strait Quad-Regional Radio Science and Wireless Technology Conference (CSQRWC), Taiyuan, China, 18–21 July 2019; pp. 1–2. [Google Scholar]
- Pershin, I.M.; Papush, E.G.; Kukharova, T.V.; Utkin, V.A. Modeling of Distributed Control System for Network of Mineral Water Wells. Water 2023, 15, 2289. [Google Scholar] [CrossRef]
- Afanaseva, O.V.; Bezyukov, O.K.; Ignatenko, A.A. Method for assessing the relationship between the characteristics of vibroactivity and the design parameters of a marine diesel. Proc. Eng. Sci. 2023, 5, 415–422. [Google Scholar] [CrossRef]
- Zakirova, C.; Sadykova, R.; Stroykov, G.; Zakirov, Z. Formation of the Organizational Structure of Managing a Large Project of Oil Field Development. TEM J. 2021, 10, 1122–1129. [Google Scholar] [CrossRef]
- Nguyen, V.T.; Pham, T.V.; Rogachev, M.K.; Korobov, G.Y.; Parfenov, D.V.; Zhurkevich, A.O.; Islamov, S.R. A comprehensive method for determining the dewaxing interval period in gas lift wells. J. Pet. Explor. Prod. Technol. 2023, 13, 1163–1179. [Google Scholar] [CrossRef]
- Kukharova, T.V.; Ilyukhina, Y.A.; Shestopalov, M.Y. Development of a Methodology for Controlling the Process of Heating Metal Blanks in a Methodical Furnace. In Proceedings of the 2022 Conference of Russian Young Researchers in Electrical and Electronic Engineering, ElConRus 2022, St. Petersburg, Russia, 25–28 January 2022; pp. 718–721. [Google Scholar] [CrossRef]
- Makarova, A.A.; Mantorova, I.V.; Kovalev, D.A.; Pershin, I.M. Modeling a Production Well Flow Control System Using the Example of the Verkhneberezovskaya Area. In Proceedings of the 2022 Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus), St. Petersburg, Russia, 25–28 January 2022; pp. 760–764. [Google Scholar] [CrossRef]
- Zhang, Y.; Tian, Z.; Ye, Q.; Lu, Y. Research Progress of Gel Foam Extinguishing Agent in Coal Mines. Fire 2023, 6, 470. [Google Scholar] [CrossRef]
- Cui, P.; Zhang, Q.; Yang, K.; Lv, H.; Cao, J.; Wang, W. Classification and Design of Backfill Coal Mining Systems Based on Typical Engineering Cases. Energies 2023, 16, 8074. [Google Scholar] [CrossRef]
- Duryagin, V.N.; Nguyen, V.T.; Onegov, N.A.; Shamsutdinova, G.T. Investigation of the Selectivity of the Water Shutoff Technology. Energies 2023, 16, 366. [Google Scholar] [CrossRef]
- Pu, L.; Liu, Y.; Cai, Y.; Sun, Z.; Zhou, X. Study on Active Support Parameters for Surrounding Rock with Ultra-Large Span Open-Off Cut in Thick Coal Seam. Appl. Sci. 2023, 13, 12804. [Google Scholar] [CrossRef]
- Gendler, S.G.; Gabov, V.V.; Babyr, N.V.; Prokhorova, E.A. Justification of engineering solutions on reduction of occupational traumatism in coal longwalls. Min. Inf. Anal. Bull. 2022, 1, 5–19. [Google Scholar] [CrossRef]
- Sathishkumar, N.; Manoj, A.; Muniraj, K.; Naveenkumar, M.; Praveen, C. Safety Monitoring System in Coal Mine Using IoT. J. Phys. Conf. Ser. 2021, 1916, 012196. [Google Scholar] [CrossRef]
- Ilyushin, Y.; Afanaseva, O. Spatial Distributed Control System of Temperature Field: Synthesis and Modeling. ARPN J. Eng. Appl. Sci. 2021, 16, 1491–1506. [Google Scholar]
- Łabęda-Grudziak, Z.M. The Disturbance Detection in the Outlet Temperature of a Coal Dust–Air Mixture on the Basis of the Statistical Model. Energies 2022, 15, 7302. [Google Scholar] [CrossRef]
- Liang, G. Control and communication co-design: Analysis and practice on performance improvement in distributed measurement and control system based on fieldbus and Ethernet. ISA Trans. 2014, 54, 169–192. [Google Scholar] [CrossRef]
- Polekhina, V.S.; Shestopalov, M.Y.; Ilyushin, Y.Y. Identification of Magnetic Field Strength Realisation as a Necessary Solution for High-Quality Metal Synthesis. In Proceedings of the 2022 Conference of Russian Young Researchers in Electrical and Electronic Engineering, ElConRus 2022, St. Petersburg, Russia, 25–28 January 2022; pp. 831–833. [Google Scholar] [CrossRef]
- Zhao, E.; Wang, E.; Chen, H. Study on Dynamic Parameters and Energy Dissipation Characteristics of Coal Samples under Dynamic Load and Temperature. Processes 2023, 11, 3326. [Google Scholar] [CrossRef]
- Huang, Z.; Si, R.; Wen, G.; Jin, S.; Xue, S. Experimental Study on the Isolation Effect of an Active Flame-Proof Device on a Gas Explosion in an Underground Coal Mine. Fire 2023, 6, 468. [Google Scholar] [CrossRef]
- Eremeeva, A.M. Method to reduce harmful emissions when diesel locomotives operate in coal mines. In Topical Issues of Rational Use of Natural Resources; Eremeeva, A.M., Kondrasheva, N.K., Korshunov, G.I., Eds.; CRC Press: Boca Raton, FL, USA, 2019; pp. 10–16. [Google Scholar] [CrossRef]
- Katysheva, E. Risk management and costs optimization in drilling of oil wells based on the application of smart field tools. In Proceedings of the International Multidisciplinary Scientific GeoConference Surveying Geology and Mining Ecology Management, SGEM, Albena, Bulgaria, 16–22 August 2021; Volume 21, pp. 565–572. [Google Scholar] [CrossRef]
- Kukharova, T.V.; Ilyushin, Y.V.; Asadulagi, M.-A.M. Investigation of the OA-300M Electrolysis Cell Temperature Field of Metallurgical Production. Energies 2022, 15, 9001. [Google Scholar] [CrossRef]
- Kozyrev, B.A.; Sizyakov, V.M. Heap leaching of red mud by the formate method. Obogashchenie Rud 2021, 4, 40–45. [Google Scholar]
- Rogachev, M.K.; Aleksandrov, A.N. Justification of a comprehensive technology for preventing the formation of asphalt-resin-paraffin deposits during the production of highlyparaffinic oil by electric submersible pumps from multiformation deposits. J. Min. Inst. 2021, 250, 596–605. [Google Scholar] [CrossRef]
- Li-min, Y.; Anqi, L.; Zheng, S.; Hui, L. Design of monitoring system for coal mine safety based on wireless sensor network. In Proceedings of the 2008 IEEE/ASME International Conference on Mechtronic and Embedded Systems and Applications, Beijing, China, 12–15 October 2008; pp. 409–414. [Google Scholar]
- Lisakov, S.A.; Sidorenko, A.I.; Sipin, E.V.; Pavlov, A.N.; Leonov, G.V. Modeling of Flame Radiation at Burning of Methane-Air Mixtures at Initial Stage of Development. In Proceedings of the 18th International Conference of Young Specialists on Micro/Nanotechnologies and Electron Devices EDM, Erlagol, Russia, 29 June–3 July 2017; Conference Proceedings. NSTU: Novosibirsk, Russia, 2017; pp. 332–337. [Google Scholar]
- Kukharova, T.V.; Utkin, V.A.; Boev, I.V. Observation and Prediction Systems Modeling for Human Mental State. In Proceedings of the 2018 International Multi-Conference on Industrial Engineering and Modern Technologies, FarEastCon 2018, Vladivostok, Russia, 2–4 October 2018; p. 8602831. [Google Scholar] [CrossRef]
- Pershin, I.M.; Papush, E.G.; Malkov, A.V.; Kukharova, T.V.; Spivak, A.O. Operational Control of Underground Water Exploitation Regimes. In Proceedings of the 2019 3rd International Conference on Control in Technical Systems, CTS 2019, St. Petersburg, Russia, 30 October–1 November 2019; pp. 77–80. [Google Scholar] [CrossRef]
- Ilyushin, Y.; Golovina, E. Stability of temperature field of the distributed control system. ARPN J. Eng. Appl. Sci. 2020, 15, 664–668. [Google Scholar]
- Sidorenko, A.A.; Ivanov, V.V.; Sidorenko, S.A. Computer modeling of rock massif stress condition for mining planning on overworked seam. J. Phys. Conf. Ser. 2020, 1661, 012082. [Google Scholar] [CrossRef]
- Afanasev, P.M.; Bezyukov, O.K.; Ilyushina, A.N.; Pastukhova, E.V. Development of a system for controlling the temperature field of the columns and pipelines of raw gas transportation. ARPN J. Eng. Appl. Sci. 2023, 18, 421–434. [Google Scholar]
- Brigadnov, I.A.; Maksarov, V.V.; Olt, J.J. Optimal Acceleration or Braking of Massive Flywheels at the Strength Limit. Mech. Solids 2023, 58, 404–414. [Google Scholar] [CrossRef]
- Iliushina, A.N.; Shatilova, N.A.; Novozhilov, I.M. Development of the Railroad Switch Electric Drive Mathematical Model for the Neural Network. In Proceedings of the 2023 XXVI International Conference on Soft Computing and Measurements (SCM), Saint Petersburg, Russia, 24–26 May 2023; pp. 64–68. [Google Scholar] [CrossRef]
- Zhang, B.; Ma, J.; Khan, M.A.; Repnikova, V.; Shidlovskaya, K.; Barykin, S.; Ahmad, M.S. The Effect of Economic Policy Uncertainty on Foreign Direct Investment in the Era of Global Value Chain: Evidence from the Asian Countries. Sustainability 2023, 15, 6131. [Google Scholar] [CrossRef]
- Iliushina, A.N.; Novozhilov, I.M. Search of the Optimal Mining Transport Route Applying Parallel Computing Technologies. In Proceedings of the 2023 XXVI International Conference on Soft Computing and Measurements (SCM), Saint Petersburg, Russia, 24–26 May 2023; pp. 61–63. [Google Scholar] [CrossRef]
- Martirosyan, K.V.; Chernyshev, A.B.; Martirosyan, A.V.; Tatyana, K.V. Formation of the Anterior Heating Function under the Action of Uniformly Distributed Sources. In Proceedings of the 2020 IEEE Conference of Russian Young Researchers in Electrical and Electronic Engineering, EIConRus 2020, St. Petersburg, Russia, 27–30 January 2020; pp. 755–760. [Google Scholar] [CrossRef]
- Asadulagi, M.M. Simulation of the control system for hydrodynamic process with random disturbances. In Topical Issues of Rational Use of Natural Resources—Proceedings of the International Forum-Contest of Young Researchers, 2018, St. Petersburg, Russia, 18–20 April 2018; Asadulagi, M.M., Ioskov, G.V., Eds.; CRC Press: Boca Raton, FL, USA, 2019; pp. 399–405. [Google Scholar]
- Zhao, E.; Wang, E.; Chen, H. Experiments on the Coal Measures Sandstone’s Dynamic Mechanical Parameter Characteristics under the Combined Action of Temperature and Dynamic Load. Appl. Sci. 2023, 13, 13125. [Google Scholar] [CrossRef]
- Makarova, A.A.; Mantorova, I.V.; Kovalev, D.A.; Kutovoy, I.N. The Modeling of Mineral Water Fields Data Structure. In Proceedings of the 2021 IEEE Conference of Russian Young Researchers in Electrical and Electronic Engineering (ElConRus), St. Petersburg, Russia, 26–28 January 2021; pp. 517–521. [Google Scholar] [CrossRef]
- Vasilev, Y.; Tsvetkova, A.; Stroykov, G. Sustainable development in the Arctic region of the Russian Federation. In Proceedings of the International Multidisciplinary Scientific GeoConference Surveying Geology and Mining Ecology Management, SGEM, Albena, Bulgaria, 18–24 August 2020; pp. 763–769. [Google Scholar] [CrossRef]
- Maksarov, V.V.; Minin, A.O.; Zakharova, V.P. Ensuring surface quality in almn alloy items during high-frequency wave impact boring. Tsvetnye Met. 2023, 4, 90–95. [Google Scholar] [CrossRef]
- Potseshkovskaya, I.V.; Soroka, A.N. Revitalization of urban industrial areas based on sustainable development principles. In E3S Web of Conferences; EDP Sciences: Les Ulis, France, 2021; Volume 266, p. 08012. [Google Scholar] [CrossRef]
- Sirenko, Y.G.; Sidorenko, S.A.; Denisova, A.I.; Mironovich, M.P. Method for Developing a Thick Flat Layer of Mineral Resources. Patent No. 2760450, 21 November 2021. [Google Scholar]
- Sidorenko, S.A.; Kuharova, T.V.; Martirosyan, A.V. Assessment of the Economic Efficiency of Using the Oil Separator in the Arctic Zone. Certificate of Registration of Computer Program 2021669578/69, 27 December 2021. Available online: https://www1.fips.ru/iiss/document.xhtml?faces-redirect=true&id=a1077b54e3fd64efc55007ef72977c80(accessed on 27 December 2021).
- Stroykov, G.; Vasilev, Y.N.; Zhukov, O.V. Basic Principles (Indicators) for Assessing the Technical and Economic Potential of Developing Arctic Offshore Oil and Gas Fields. J. Mar. Sci. Eng. 2021, 9, 1400. [Google Scholar] [CrossRef]
- Shubin, A.A.; Tulin, P.K.; Potseshkovskaya, I.V. The mechanism of underground cavities formation and the methods of their elimination. Int. J. Civ. Eng. Technol. 2017, 8, 667–681. [Google Scholar]
- Demenkov, P.A.; Trushko, O.V.; Potseshkovskaya, I.V. Numerical experiments on the modeling of compensatory injection for the protection of buildings during tunneling. ARPN J. Eng. Appl. Sci. 2018, 13, 9161–9169. [Google Scholar]
- Kong, X.; Li, S.; Wang, E.; Wang, X.; Zhou, Y.; Ji, P.; Shuang, H.; Li, S.; Wei, Z. Experimental and numerical investigations on dynamic mechanical responses and failure process of gas-bearing coal under impact load. Soil Dyn. Earthq. Eng. 2021, 142, 106579. [Google Scholar] [CrossRef]
- Kong, X.; Zhan, M.; Cai, Y.; Ji, P.; He, D.; Zhao, T.; Hu, J.; Lin, X. Precursor Signal Identification and Acoustic Emission Characteristics of Coal Fracture Process Subjected to Uniaxial Loading. Sustainability 2023, 15, 11581. [Google Scholar] [CrossRef]
- Eremeeva, A.M.; Ilyushin, Y.V. Automation of the control system for drying grain crops of the technological process for obtaining biodiesel fuels. Sci. Rep. 2023, 13, 14956. [Google Scholar] [CrossRef]
- Fetisov, V.; Ilyushin, Y.V.; Vasiliev, G.G.; Leonovich, I.A.; Müller, J.; Riazi, M.; Mohammadi, A.H. Development of the automated temperature control system of the main gas pipeline. Sci. Rep. 2023, 13, 3092. [Google Scholar] [CrossRef]
- Ma, S.; Cao, J.; Zhang, Q.; Xue, S. Study on the Influence of Gas Desorption Characteristics under High-Pressure Fluid Fracturing of Deep Coal. Appl. Sci. 2023, 13, 13327. [Google Scholar] [CrossRef]
- Yury, I.; Martirosyan, A. The development of the soderberg electrolyzer electromagnetic field’s state monitoring system. Sci. Rep. 2024, 14, 3501. [Google Scholar] [CrossRef] [PubMed]
- Afanaseva, O.; Ilyushin, Y. Analysis and synthesis of distributed icedrill heating control system of mountain reconnaissance drilling rig. In Proceedings of the International Multidisciplinary Scientific GeoConference Surveying Geology and Mining Ecology Management, SGEM, Albena, Bulgaria, 2–8 July 2018; Volume 18, pp. 41–48. [Google Scholar] [CrossRef]
- Dmitrieva, D.; Solovyova, V. Russian Arctic Mineral Resources Sustainable Development in the Context of Energy Transition, ESG Agenda and Geopolitical Tensions. Energies 2023, 16, 5145. [Google Scholar] [CrossRef]
- Viciano-Tudela, S.; Sendra, S.; Parra, L.; Jimenez, J.M.; Lloret, J. Proposal of a Gas Sensor-Based Device for Detecting Adulteration in Essential Oil of Cistus ladanifer. Sustainability 2023, 15, 3357. [Google Scholar] [CrossRef]
- Khatri, D.; Gladstone, K.; Joysar, Y.; Gupta, P.; Mehendale, N. Design and Development of an Alcohol Detector employing a MQ-3 Gas Sensor and an 8051 Micro-Controller. SSRN Electron. J. 2023. [Google Scholar] [CrossRef]
- Nikolaev, A.; Romanov, A.; Zaripova, N.A.; Fetisov, V.G. Modeling of flow in field pipeline to confirm effectiveness of insertion of splitting couplings in control of rill-washing corrosion. IOP Conf. Ser. Earth Environ. Sci. 2018, 194, 082030. [Google Scholar] [CrossRef]
- Satsuk, T.P.; Sharyakov, V.A.; Sharyakova, O.L.; Kovalev, D.A.; Vorob’ev, A.A.; Makarova, E.I. Erratum to: Automatic Voltage Stabilization of an Electric Rolling Stock Catenary System. Russ. Electr. Eng. 2021, 92, 349. [Google Scholar] [CrossRef]
- Martirosyan, A.V.; Martirosyan, K.V.; Chernyshev, A.B. Investigation of Popov’s Lines’ Limiting Position to Ensure the Process Control Systems’ Absolute Stability. In Proceedings of the 2023 XXVI International Conference on Soft Computing and Measurements (SCM), Saint Petersburg, Russia, 24–26 May 2023; pp. 69–72. [Google Scholar] [CrossRef]
- Zhang, J.; Jiang, F.; Zhu, S.; Zhang, L. Width design for gobs and isolated coal pillars based on overall burs-tinstability prevention in coal mines. J. Rock Mech. Geotech. Eng. 2016, 8, 551–558. [Google Scholar] [CrossRef]
- Maksarov, V.V.; Klochkov, D.A. Features of the distribution of magnetic induction during magnetic-abrasive processing of synchronizers made of structural alloy steel. Chernye Met. 2023, 7, 78–85. [Google Scholar] [CrossRef]
- Ge, L.; Fang, Z.; Li, H.; Zhang, L.; Zeng, W.; Xiao, X. Study of a Small Robot for Mine Hole Detection. Appl. Sci. 2023, 13, 13249. [Google Scholar] [CrossRef]
- Kazanin, O.I.; Sidorenko, A.A.; Evsiukova, A.A.; Liu, Z. Justification of the longwall panel entries support technology when mining gently inclined coal seams at large depths. Min. Informational Anal. Bull. 2023, 9, 5–21. (In Russian) [Google Scholar] [CrossRef]
- Tananykhin, D.S. Scientific and Methodological Support of Sand Management During Operation of Horizontal Wells. Int. J. Eng. 2024, 37, 1274–1283. [Google Scholar] [CrossRef]
- Malyshkov, G.B.; Nikolaichuk, L.A.; Sinkov, L.S. Legislative regulation of waste management system development in Russian federation. Int. J. Eng. Res. Technol. 2019, 12, 631–635. [Google Scholar]
- Zhu, X.; Yang, H.; Bian, H.; Mei, Y.; Zhang, B.; Xue, P. Multi-Scalar Oblique Photogrammetry-Supported 3D webGIS Approach to Preventive Mining-Induced Deformation Analysis. Appl. Sci. 2023, 13, 13342. [Google Scholar] [CrossRef]
- Sun, L.; Li, C.; Xu, Z.; Tai, L.; Cao, Y.; Zhang, X. Mitigating Risks in Coal Mining: Simulation-Based Strategy for Oxidation Zone Control Using Inorganic Paste Backfill at the Working Face Corners. Appl. Sci. 2023, 13, 13216. [Google Scholar] [CrossRef]
- Korshunov, G.I.; Eremeeva, A.M.; Seregin, A.S. Justification of reduction in air requirement in ventilation of coal roadways with running diesel engines. MIAB Min. Inf. Anal. Bull. 2022, 47–59. (In Russian) [Google Scholar] [CrossRef]
- Shapiro, S.L.; Kopkov, M.P.; Potseshkovskaya, I.V. Problems of the organization of surface and underground space (e.g., historical embankments of Saint Petersburg). In E3S Web of Conferences; EDP Sciences: Les Ulis, France, 2021; Volume 266, p. 03016. [Google Scholar] [CrossRef]
Main Causes of Accidents | Average Annual Number of Accidents | Proportion (%) |
---|---|---|
Sudden outbursts of coal or gases | 137 | 39 |
Destruction and landslides, accidents in the faces and in the places of mining | 112 | 32 |
Underground fires | 71 | 21 |
Sparks and flash fires | 9 | 3 |
Accumulation and collapse of water | 4 | 1 |
Methane explosion, coal dust explosion | 4 | 1 |
Other reasons | 12 | 3 |
Sl No. | Year | Country | Mine Name | Accident Cause | Fatality |
---|---|---|---|---|---|
1 | 2004 | Russia | Tayzhina | Accumulation of firedamp | 47 |
2 | 2004 | Ukraine | Donbass | Accumulation of firedamp | 36 |
3 | 2005 | China | Shenlong Mine | Accumulation of firedamp in the shafts to reach the density of explosion and wire sparks induced the blast | 83 |
4 | 2006 | China | Lin Jiazhuang Coal Mine | Explosion in a sealed of area due to not using explosion-resistant seals | 54 |
5 | 2006 | India | Bhatdee Colliery | Accumulation of methane due to incomplete stowing and high amount of coal dust generation, leading to explosion | 50 |
6 | 2006 | México | Pasta de Conchos Mine | Accumulation of methane | 65 |
7 | 2006 | Kazakhstan | Mittal’s Lenin | Accumulation of methane | 41 |
8 | 2007 | Ukraine | Zasyadko | Accumulation of methane | 101 |
9 | 2007 | Russia | Yubileynaya | A pocket of methane gas exploded as methane drainage was not done | 39 |
10 | 2007 | Colombia | Norte de Santander | Accumulation of methane followed by roof fall | 32 |
11 | 2007 | Russia | Ulyyanovskaya | Accumulation of firedamp due to deliberate disabling of a methane detector by the mine management to avoid costly work stoppages | 108 |
12 | 2009 | China | Heilongjiang Mine | Inadequate ventilation leading to accumulation of methane | 108 |
13 | 2009 | Indonesia | Sarana Arang Sejati | Accumulation of methane with suspected source of ignition being cigarette lighter/generator spark | 32 |
14 | 2010 | Russia | Raspadskaya Mine | Buildup of methane in an unventilated tunnel | 90 |
15 | 2010 | Colombia | San Femando | Accumulation of methane | 73 |
16 | 2011 | Pakistan | Sorange Mine | Accumulation of methane and mine collapse | 52 |
17 | 2012 | China | Xiaojiawan Coal Mine | Accumulation of methane and carbon monoxide poisoning | 47 |
18 | 2013 | China | Babao Mine | Gas leakage from seals induced explosion | 53 |
19 | 2014 | Turkey | Soma Coal Mine, Manisa | Accumulation of methane, fire and carbon monoxide poisoning | 301 |
20 | 2015 | Ukraine | Zasyadko | Accumulation of methane | 33 |
21 | 2016 | Russia | Vorkuta Mine | Accumulation of methane | 36 |
22 | 2016 | China | Jinshangou Coal Mine | Accumulation of methane | 32 |
23 | 2017 | Iran | Zemestan-Yort Mine | Accumulation of methane and spark generated due to powering of a locomotive using an external battery | 42 |
24 | 2021 | Russia | Listvyazhnaya | Accumulation of methane | 51 |
25 | 2023 | Kazakhstan | Kostenko | Accumulation of methane | 46 |
Name | Sensor | MAC (g/m3) | MAC (ppm) |
---|---|---|---|
MQ-2 | Methane | 0.5% | 500 |
MQ-4 | Methane | 0.5% | 500 |
MQ-7 | Carbon dioxide | 0.0017% | 1.7 |
MQ-9 | Propane | 2.2% | 2200 |
MQ-135 | Carbonic gas | 2% | 2000 |
Materials | Number of Units |
---|---|
Arduino UNO board | 1 |
MQ-4 sensor | 1 |
LED | 2 |
Buzzer | 1 |
Resistor 3 220 Ohm | 3 |
Jumper wires | 6 |
Methane concentration determination | 1 |
Device Characteristic | Value |
---|---|
Detecting concentration | 300 to 10,000 ppm |
Power | 150 mA |
Input voltage | 5 VDC |
Digital output voltage | TTL digital 0 and 1 (0.1 V and 5 V) |
Analog output voltage (relatively clean) | 0.1 V to 0.3 V |
Analog output voltage (highest concentration) | 4 V |
Time | Sensor Number | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | |
10 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
20 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
30 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
40 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
50 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
60 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
70 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
80 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
90 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
100 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 |
110 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 | 0 |
120 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 |
130 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 | 0 |
140 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 |
150 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 | 0 |
160 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 |
170 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 | 0 |
180 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 |
190 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 | 0 |
200 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.1 | 0.1 | 0 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Sidorenko, S.; Trushnikov, V.; Sidorenko, A. Methane Emission Estimation Tools as a Basis for Sustainable Underground Mining of Gas-Bearing Coal Seams. Sustainability 2024, 16, 3457. https://doi.org/10.3390/su16083457
Sidorenko S, Trushnikov V, Sidorenko A. Methane Emission Estimation Tools as a Basis for Sustainable Underground Mining of Gas-Bearing Coal Seams. Sustainability. 2024; 16(8):3457. https://doi.org/10.3390/su16083457
Chicago/Turabian StyleSidorenko, Sergey, Vyacheslav Trushnikov, and Andrey Sidorenko. 2024. "Methane Emission Estimation Tools as a Basis for Sustainable Underground Mining of Gas-Bearing Coal Seams" Sustainability 16, no. 8: 3457. https://doi.org/10.3390/su16083457
APA StyleSidorenko, S., Trushnikov, V., & Sidorenko, A. (2024). Methane Emission Estimation Tools as a Basis for Sustainable Underground Mining of Gas-Bearing Coal Seams. Sustainability, 16(8), 3457. https://doi.org/10.3390/su16083457