<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>coal seam permeability &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/coal-seam-permeability/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 10 Sep 2026 19:43:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>coal seam permeability &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI Hybrid Model Predicts Coal Mine Gas Extraction With Near-Perfect Accuracy</title>
		<link>https://scienmag.com/ai-hybrid-model-predicts-coal-mine-gas-extraction-with-near-perfect-accuracy/</link>
		
		<dc:creator><![CDATA[Bethany Barker]]></dc:creator>
		<pubDate>Thu, 10 Sep 2026 19:43:30 +0000</pubDate>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[advanced gas drainage system optimization]]></category>
		<category><![CDATA[AI hybrid modeling in coal mining]]></category>
		<category><![CDATA[carbon emissions]]></category>
		<category><![CDATA[cleaner production]]></category>
		<category><![CDATA[coal mine gas extraction prediction]]></category>
		<category><![CDATA[coal seam permeability]]></category>
		<category><![CDATA[coal seam pressure and temperature simulation]]></category>
		<category><![CDATA[coalbed methane]]></category>
		<category><![CDATA[COMSOL simulation]]></category>
		<category><![CDATA[environmental impact of coal mine methane]]></category>
		<category><![CDATA[gas extraction]]></category>
		<category><![CDATA[low-carbon coal industry innovations]]></category>
		<category><![CDATA[LSTM]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[machine learning for methane capture]]></category>
		<category><![CDATA[methane emission reduction technology]]></category>
		<category><![CDATA[mine safety]]></category>
		<category><![CDATA[multi-physics modeling of gas flow in coal mines]]></category>
		<category><![CDATA[near-perfect accuracy in gas yield prediction]]></category>
		<category><![CDATA[optimization algorithms]]></category>
		<category><![CDATA[physics-based simulation of coal seams]]></category>
		<category><![CDATA[predictive modeling]]></category>
		<category><![CDATA[thermo-poroelastic modeling in mining]]></category>
		<category><![CDATA[XGBoost]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=191757</guid>

					<description><![CDATA[A Chinese research team has combined COMSOL numerical simulation with an optimized XGBoost-LSTM hybrid machine learning model to predict coal rock gas extraction volumes with an R² of 0.9998, identifying permeability and temperature as the dominant factors.]]></description>
										<content:encoded><![CDATA[<p>Coal remains a cornerstone of the global energy supply even as renewables expand, and its extraction carries a hidden prize: methane, the main component of coal mine gas, which is simultaneously a potent greenhouse gas and a clean-burning fuel. A new study published in the Journal of Saudi Chemical Society shows that combining physics-based simulation with machine learning can predict how much gas a coal seam will yield with extraordinary accuracy, an advance that could make methane capture both safer and far more productive for the low-carbon transformation of the coal industry.</p>
<p>The research, led by Junjie Cai, Xijian Li and Shoukun Chen of Guizhou University, focuses on the 21,605 working face of the Qinglong Coal Mine in Guizhou, China. The team built a detailed multi-physics model of the coal seam and its gas drainage system using COMSOL software, simulating 200 meters of seam length, 150 meters of width and 3 meters of height with a single horizontal extraction borehole. Their model coupled gas flow, heat conduction, coal deformation and pressure distribution, drawing on Langmuir adsorption equations, cubic-law permeability relationships and thermo-poroelastic strain terms to describe how gas moves through coal as pressure, temperature and stress evolve.</p>
<p>From this physical foundation, the researchers designed twelve orthogonal simulation schemes varying four key parameters over 120 days of extraction: negative extraction pressure, borehole radius, temperature and coal seam permeability. The simulations revealed elliptical zones of depressurized gas around the borehole, with cumulative extraction volumes rising rapidly during the first 40 days before stabilizing. Critically, scenarios with enhanced permeability and altered temperature produced markedly higher extraction volumes, foreshadowing the sensitivity analysis that would later confirm permeability and temperature as the dominant controlling factors.</p>
<p>Armed with simulation output, the team turned to machine learning. They trained two models, the gradient-boosting algorithm XGBoost and the deep learning Long Short-Term Memory network, on the simulation data, using negative pressure, radius, temperature and permeability as inputs and gas extraction volume as the output. To squeeze out maximum performance, they optimized both models with four bio-inspired optimization algorithms: the Sparrow Search Algorithm, Particle Swarm Optimization, Grey Wolf Optimizer and the White Shark Optimizer, each of which tunes hyperparameters by mimicking the search behavior of animal collectives.</p>
<p>The results were striking. Individually, the models performed well; XGBoost, in particular, proved more robust than LSTM when training samples were limited, a known weakness of deep networks on small datasets. But the decisive breakthrough came from a hybrid architecture: an LSTM feature encoder feeding enhanced representations into XGBoost for final regression. Evaluated with the Entropy Weight Method across MAE, MAPE, MSE, RMSE and the coefficient of determination, the optimized XGBoost-LSTM hybrid achieved the highest score of any configuration. Relative to the base XGBoost model, its MAE, MAPE, MSE and RMSE fell by 72.64, 46.89, 95.77 and 79.44 percent respectively; against the base LSTM, the reductions reached 79.53, 33.39, 98.65 and 88.37 percent. The R² value climbed to 0.9998, effectively near-perfect agreement with observed extraction volumes.</p>
<p>When benchmarked directly against numerical simulation, the machine learning approach showed a clear advantage. Simulation error ranged between minus 7 and 7, while the best model, GWO-XGBoost, narrowed errors to between minus 3 and 1. The authors note that below a threshold extraction volume of 50 by ten-to-the-fourth cubic meters, predictions were tight and reliable; at higher volumes, sparse training samples caused error dispersion, identifying data scarcity as the chief limitation on generalization.</p>
<p>Explainability analysis using SHAP values reinforced the physical story. Permeability-enhancing schemes carried predictive importance two to two-and-a-half times that of other scenarios, confirming that increasing coal seam permeability, for example through hydraulic fracturing, liquid nitrogen cryogenic treatment, or shock-wave fracturing techniques, is the most effective lever for boosting gas yield. Temperature contributed indirectly by influencing permeability, while extraction pressure and borehole radius offered only modest gains under the tested conditions.</p>
<p>The implications extend well beyond prediction. Accurate gas volume forecasts allow mines to capture methane as fuel for power generation, heating and chemical synthesis rather than venting it, cutting greenhouse gas emissions while improving mine safety against coal and gas outbursts. The framework also supports coupled technologies in which methane substitution for fossil fuels and CO2 displacement with geological storage jointly deliver emission control, resource efficiency and carbon sequestration, precisely the demands of low-carbon coal production.</p>
<p>The authors are candid about limitations: the dataset derived from twelve orthogonal schemes and 120 days of monitoring, excluded factors such as moisture content, pore structure and in-situ stress, and optimization algorithms did not always improve every model. Future work will expand field data, enrich input parameters, develop interval and time-series prediction, and validate the system across different mines and geological settings, paving the way for genuinely intelligent, unmanned gas extraction in the service of a greener coal industry.</p>
<p>The dual character of coal seam methane has long shaped how the mining industry approaches drainage. On one hand, methane concentrations in underground workings must be kept below explosive thresholds, and sudden releases of gas and coal, known as outbursts, remain among the deadliest hazards in deep mining. On the other hand, the same molecule carries a calorific value comparable to natural gas and can displace coal in power generation with substantially lower carbon dioxide emissions per unit of energy. Capturing gas before, during, and after mining therefore converts a liability into an asset, which is why prediction accuracy carries such practical weight in drainage system design, borehole scheduling, and surface utilization planning.</p>
<p>The physical model underlying the study rests on well-established descriptions of gas behavior in coal. Methane is stored in coal largely in an adsorbed state on the walls of microscopic pores rather than as free gas in open voids, a property captured by Langmuir-type isotherms that relate adsorbed volume to gas pressure and temperature. As drainage lowers pressure near a borehole, adsorbed methane desorbs from the matrix, diffuses through the micropore network, and then flows as a fluid through the fracture system toward the well. Because coal is soft and compressible, the effective stress changes that accompany depressurization also deform the skeleton, opening or closing cleats and thereby altering permeability dynamically. Coupling these processes, as the COMSOL framework does, reflects the accepted understanding that coal seam permeability is not a static material property but an evolving quantity shaped by stress, pressure, and thermal conditions.</p>
<p>The choice of a hybrid machine learning architecture addresses a genuine methodological tension. Gradient-boosted tree ensembles such as XGBoost excel on tabular data and small sample counts, where their regularization and ensembling limit overfitting, but they do not naturally encode sequential structure. Recurrent networks such as LSTM are built to retain temporal context across long input sequences, which suits cumulative extraction curves that evolve over months of drainage, yet they typically demand far more training data than were available from twelve simulated schemes. Routing information from an LSTM encoder into a gradient-boosting regressor is a pragmatic compromise, letting the recurrent layer summarize temporal patterns while the tree ensemble handles the final nonlinear mapping with limited samples, a strategy consistent with broader trends in geoscience where physics simulations substitute for scarce field measurements.</p>
<p>The hyperparameter tuning step also deserves note. Models like XGBoost and LSTM are sensitive to settings such as learning rate, tree depth, and the number of hidden units, and manual tuning rarely explores this space efficiently. Metaheuristic optimizers inspired by animal foraging and flocking behavior offer a population-based alternative that can escape poor local optima without gradient information. Comparing four such optimizers, as the authors did, acknowledges that no single search strategy dominates every problem, and their convergence behavior on error surfaces derived from simulation data provides a useful empirical record for practitioners facing similar tuning burdens.</p>
<p>The finding that permeability dominates prediction aligns with decades of coalbed methane experience. Chinese coal seams, particularly in tectonically deformed regions such as Guizhou, are frequently characterized as low-permeability, high-gas-content reservoirs, which is why the engineering literature devotes such attention to stimulation. Hydraulic fracturing, hydraulic slotting, protective blasting, liquid nitrogen freeze-thaw cycling, and other enhancement techniques all aim to widen the fracture network through which desorbed gas can travel. A predictive tool that quantifies how strongly permeability improvements translate into recovered gas volume gives engineers a quantitative basis for deciding where stimulation investment yields the greatest return, rather than relying on empirical rules of thumb alone.</p>
<p>The Entropy Weight Method used for model comparison offers a reproducible alternative to subjective weighting of error metrics. Because MAE, MAPE, MSE, RMSE, and the coefficient of determination emphasize different aspects of performance, absolute error versus relative error versus squared-error sensitivity to large deviations, aggregating them requires defensible weights. Entropy weighting derives those weights from the information content of each metric across candidate models, penalizing metrics that fail to discriminate among models and rewarding those that do.</p>
<p>More broadly, the study exemplifies a growing paradigm in which numerical simulation generates training data for machine learning surrogates. Once trained, such surrogates can evaluate thousands of drainage scenarios in seconds that would each take hours or days to simulate physically, enabling optimization loops, uncertainty analysis, and eventually real-time decision support at the working face. As field validation accumulates across diverse geological settings, this hybrid simulation-plus-learning workflow could become standard infrastructure for intelligent, low-emission coal mining.</p>
<p><strong>Subject of Research:</strong> Machine learning prediction of coal rock gas extraction volume supported by multi-physics numerical simulation for low-carbon coal mining</p>
<p><strong>Article Title:</strong> Low carbon advancement through cleaner production: gas extraction simulation and machine learning model prediction of coal rock gas volume</p>
<p><strong>Article References:</strong> Cai, J., Li, X., &amp; Chen, S. (2026). Low carbon advancement through cleaner production: gas extraction simulation and machine learning model prediction of coal rock gas volume. <em>Journal of Saudi Chemical Society, 30</em>(5), Article 66. <a href="https://doi.org/10.1007/s44442-026-00119-0" rel="noopener noreferrer">https://doi.org/10.1007/s44442-026-00119-0</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44442-026-00119-0" rel="noopener noreferrer">10.1007/s44442-026-00119-0</a></p>
<p><strong>Keywords:</strong> coalbed methane, gas extraction, machine learning, XGBoost, LSTM, COMSOL simulation, optimization algorithms, coal seam permeability, carbon emissions, mine safety, predictive modeling, cleaner production</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">191757</post-id>	</item>
		<item>
		<title>Coal Permeability Evolution with Dual Borehole Strategy</title>
		<link>https://scienmag.com/coal-permeability-evolution-with-dual-borehole-strategy/</link>
		
		<dc:creator><![CDATA[Gavin Prescott]]></dc:creator>
		<pubDate>Fri, 12 Dec 2025 12:35:24 +0000</pubDate>
				<category><![CDATA[Earth Science]]></category>
		<category><![CDATA[cleaner energy sources]]></category>
		<category><![CDATA[coal mining efficiency]]></category>
		<category><![CDATA[coal permeability evolution]]></category>
		<category><![CDATA[coal seam permeability]]></category>
		<category><![CDATA[Double-Prevention Boreholes]]></category>
		<category><![CDATA[dual borehole strategy]]></category>
		<category><![CDATA[environmental impact of coal mining]]></category>
		<category><![CDATA[fluid dynamics in coal mining]]></category>
		<category><![CDATA[gas extraction from coal]]></category>
		<category><![CDATA[mining safety innovations]]></category>
		<category><![CDATA[resource management in coal]]></category>
		<category><![CDATA[stress factors in coal]]></category>
		<guid isPermaLink="false">https://scienmag.com/coal-permeability-evolution-with-dual-borehole-strategy/</guid>

					<description><![CDATA[In an ambitious study poised to advance our understanding of coal permeability, researchers Zhang, Tian, Zhang, and their team have meticulously investigated the intricate relationship between coal permeability and stress factors. The findings, anticipated in the prestigious journal Natural Resources Research in 2025, explore how permeability evolves in a stepwise manner under conditions reflective of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In an ambitious study poised to advance our understanding of coal permeability, researchers Zhang, Tian, Zhang, and their team have meticulously investigated the intricate relationship between coal permeability and stress factors. The findings, anticipated in the prestigious journal <em>Natural Resources Research</em> in 2025, explore how permeability evolves in a stepwise manner under conditions reflective of real-world mining scenarios. This research is particularly significant given the continuous demand for cleaner energy sources and the need to optimize coal extraction strategies.</p>
<p>The research builds on the premise that understanding coal&#8217;s permeability under stress is crucial for effective resource management. Permeability, which refers to the ability of a material to allow fluids to pass through it, is a critical parameter in coal mining and gas extraction processes. It largely influences not only the efficiency of extraction but also the safety of mining activities and the environmental impact of coal utilization.</p>
<p>One of the key innovations introduced in this study is the concept of &#8220;Double-Prevention Boreholes.&#8221; These specially designed boreholes are aimed not only at improving the efficiency of gas extraction from coal seams but also at minimizing the risks associated with mine accidents. By systematically studying the evolution of coal permeability as stress conditions change, the researchers propose a methodology for employing these boreholes to maintain safety while maximizing output.</p>
<p>The researchers conducted a series of rigorous experiments that mimicked the full-stage stress conditions that coals naturally face in geological settings. The experiments utilized advanced instrumentation to measure permeability changes at various stages of stress application. This approach yielded comprehensive data that reveal how permeability adapts over time, facilitating a better understanding of the underlying mechanisms at play.</p>
<p>A critical finding of the study reveals that the relationship between stress and permeability is not linear. As stress is applied, coal exhibits a complex response characterized by initial increases in permeability, followed by a gradual reduction as plastic deformation occurs. This phenomenon aligns with existing theories regarding the mechanical behavior of porous materials but adds a unique perspective to the field of coal science. By documenting the stepwise evolution of coal permeability, the researchers provide a framework for predicting how permeability can be managed during mining operations.</p>
<p>Another significant aspect of this study is its implications for climate change mitigation. With growing concerns about the carbon footprint of fossil fuels, optimizing coal extraction methods to minimize methane emissions is crucial. The Double-Prevention Borehole structure, coupled with the insights gained from permeability evolution data, presents a dual approach to enhancing extraction efficiency while also addressing environmental impacts. This aspect of the research aligns with global sustainability goals aimed at reducing greenhouse gas emissions.</p>
<p>Furthermore, the study highlights the relevance of advanced predictive models based on experimental data. By integrating computational simulations with laboratory findings, the team demonstrates how predictive models can be developed to forecast permeability changes under various operational and environmental conditions. Such models would be invaluable for mining engineers, allowing them to design more effective and safer extraction systems, thereby reducing operational costs and improving safety.</p>
<p>The research also underscores the importance of multidisciplinary collaboration in tackling complex geological challenges. The investigation involved contributions from geologists, engineers, and environmental scientists, showcasing the necessity of collaborative approaches in modern science. This model of integrated research not only enriches the findings but also presents a scalable framework for addressing other resource management challenges that arise from mining activities.</p>
<p>In light of these findings, the research team advocates for the adoption of innovative mining practices that leverage their insights. They call for industry stakeholders to consider investing in such technologies that enhance coal safety while maximizing extraction potential. The findings urge policymakers to integrate scientific research into legislation governing coal mining, highlighting the potential benefits of informed decision-making in resource management.</p>
<p>Moreover, the implications extend beyond immediate mining practices. As energy needs continue to evolve, understanding the stress-permeability dynamic will have repercussions for long-term energy policy and resource allocation. As nations pivot toward a more sustainable energy future, the insights gleaned from this study could help shape the trajectory of coal as a transitional fuel source in the global energy landscape.</p>
<p>In summary, the study conducted by Zhang et al. presents a significant contribution to the understanding of coal permeability under stress, emphasizing the need for innovative borehole designs and sophisticated predictive models. By addressing not just efficiency but also the environmental implications of coal mining, this research speaks to the broader narrative of sustainable development in energy production. It is a clarion call for the integration of empirical research in the quest for cleaner and safer energy sources.</p>
<p>The findings of this study will no doubt incite further research addressing the evolving challenges facing the coal industry as well as inspire significant discourse on resource management in the context of a changing energy landscape. Continued exploration in these areas holds great promise for advancing both scientific knowledge and practical applications within the field.</p>
<h3>Subject of Research:</h3>
<p>Coal Permeability and Double-Prevention Boreholes in Stress Conditions.</p>
<h3>Article Title:</h3>
<p>Stepwise Evolution of Coal Permeability Under Full-Stage Stress with Double-Prevention Boreholes Structure.</p>
<h3>Article References:</h3>
<p>Zhang, T., Tian, J., Zhang, L. <em>et al.</em> Stepwise Evolution of Coal Permeability Under Full-Stage Stress with Double-Prevention Boreholes Structure. <em>Nat Resour Res</em> (2025). <a href="https://doi.org/10.1007/s11053-025-10611-w">https://doi.org/10.1007/s11053-025-10611-w</a></p>
<h3>Image Credits:</h3>
<p>AI Generated</p>
<h3>DOI:</h3>
<p><a href="https://doi.org/10.1007/s11053-025-10611-w">https://doi.org/10.1007/s11053-025-10611-w</a></p>
<h3>Keywords:</h3>
<p>Coal permeability, Double-Prevention Boreholes, full-stage stress, sustainable energy, resource management.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">116530</post-id>	</item>
	</channel>
</rss>
