<?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>real-time inlet pressure monitoring &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/real-time-inlet-pressure-monitoring/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 11:46:38 +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>real-time inlet pressure monitoring &#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>Hybrid AI Model Predicts Aero-Engine Inlet Pressure During Rapid Thrust Changes</title>
		<link>https://scienmag.com/hybrid-ai-model-predicts-aero-engine-inlet-pressure-during-rapid-thrust-changes/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 11:46:38 +0000</pubDate>
				<category><![CDATA[Space]]></category>
		<category><![CDATA[active disturbance rejection]]></category>
		<category><![CDATA[aero-engine]]></category>
		<category><![CDATA[AI-driven solutions for aerospace transient phenomena]]></category>
		<category><![CDATA[altitude simulation tests]]></category>
		<category><![CDATA[altitude test facility]]></category>
		<category><![CDATA[altitude test facility pressure control]]></category>
		<category><![CDATA[CNN–GRU]]></category>
		<category><![CDATA[deep learning]]></category>
		<category><![CDATA[deep learning models for aero-engine simulation]]></category>
		<category><![CDATA[engine acceleration]]></category>
		<category><![CDATA[event-aware neural networks for thrust transient analysis]]></category>
		<category><![CDATA[feedforward compensation]]></category>
		<category><![CDATA[ground testing of aircraft engines under simulated flight conditions]]></category>
		<category><![CDATA[hybrid neural network]]></category>
		<category><![CDATA[hybrid neural network for aerospace testing]]></category>
		<category><![CDATA[improved aero-engine test data accuracy]]></category>
		<category><![CDATA[inlet pressure prediction]]></category>
		<category><![CDATA[innovative computational methods for engine inlet dynamics]]></category>
		<category><![CDATA[Jet engine inlet pressure prediction during rapid throttle changes]]></category>
		<category><![CDATA[machine learning in aerospace engineering]]></category>
		<category><![CDATA[multi-task learning]]></category>
		<category><![CDATA[real-time inlet pressure monitoring]]></category>
		<category><![CDATA[transient pressure]]></category>
		<category><![CDATA[transient pressure response in aircraft engine testing]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=193866</guid>

					<description><![CDATA[Researchers at the Chinese Academy of Sciences have developed an event-aware CNN–GRU hybrid neural network that accurately predicts transient inlet pressure deviations during aero-engine acceleration and deceleration in altitude simulation tests, outperforming standard deep learning baselines.]]></description>
										<content:encoded><![CDATA[<p>When a jet engine is bolted into an altitude test facility and pushed through a sudden acceleration, the air rushing into its intake does not respond politely. The engine&#8217;s rotating spools spin up within seconds, the demanded mass flow of air surges, and the carefully conditioned pressure inside the test cell&#8217;s inlet system lurches away from its set point. For engineers trying to certify how a powerplant will behave at 35,000 feet without ever leaving the ground, those transient pressure wobbles are more than a nuisance — they contaminate the very test data the facility exists to produce. A new study published in the International Journal of Aeronautical and Space Sciences offers a computational answer: an event-aware hybrid neural network that can anticipate inlet pressure deviations during acceleration and deceleration with accuracy that outperforms a battery of conventional deep learning baselines.</p>
<p>The research, carried out by Chenchen Wang, Keqiang Miao, Tong Xin, Weiqun Fan, Chunyan Hu, and Wei Li of the Institute of Engineering Thermophysics at the Chinese Academy of Sciences, addresses a long-standing headache in altitude ground testing. These facilities simulate the temperature, pressure, and flow conditions of flight by feeding an engine through a sophisticated intake system that mixes hot and cold gas streams. In steady operation, standard proportional–integral controllers can hold the inlet pressure steady. But the moment the engine accelerates, its rotational speed climbs and the intake mass flow demand changes rapidly, dragging the inlet pressure along an unpredictable, nonlinear trajectory. Add unmeasured disturbances — fluctuations in the mixing of gas streams, downstream cabin pressure shifts, and the coupled thermal dynamics of a massive piping network — and the problem becomes one that classical control theory has struggled to solve cleanly.</p>
<p>Previous attempts to tame the transient have followed two broad paths. On the control side, engineers have deployed gain-scheduled PI schemes, fuzzy controllers, and increasingly sophisticated active disturbance rejection control (ADRC) and its linear variant, LADRC, including cascade and fixed-time formulations designed for high-flow intake systems. These approaches estimate and cancel disturbances in real time, but they react to deviations after they begin to develop. On the modeling side, researchers have built data-driven simulations of engine transients, recognizing that physics-based models of the full facility are too slow and too uncertain for real-time prediction. What has been missing, the authors argue, is a prediction tool that both understands the character of an acceleration or deceleration event as it unfolds and produces forecasts accurate enough to serve as feedforward compensation — telling the control system what is about to happen before it happens.</p>
<p>The new method attacks the problem with an architecture that mirrors the physics of the transient itself. At its core sits a CNN–GRU sequence encoder: a convolutional neural network layer stack that scans short windows of sensor history to pick out local, sharp features — the telltale signature of a throttle slam or a rapid deceleration — followed by a gated recurrent unit network that integrates those features across time, capturing how the event&#8217;s dynamics evolve. This pairing is well suited to the task because acceleration and deceleration are fundamentally event-like: they have sharp onsets, distinctive local patterns, and temporal dependencies that a pure convolutional model or a pure recurrent model tends to blur. The convolutional front end acts like a pattern detector for the early moments of a transient, while the recurrent backend maintains the running memory needed to track the pressure trajectory seconds into the future.</p>
<p>The second innovation is how the network outputs its answer. Rather than a single regression head, the model uses a dual-head, multi-task structure: one head predicts the pressure increment — the step-to-step change in inlet pressure — while the other predicts the absolute pressure trajectory directly. Predicting increments emphasizes the shape and timing of the transient, which is precisely where errors hurt most, while predicting absolute values anchors the forecast to physically meaningful levels. The two tasks reinforce each other, but the authors go a step further with what they call a dynamic-consistency constraint: a loss term that forces the increment head&#8217;s predictions to agree with the temporal differences of the absolute head&#8217;s trajectory. If the two views of the same physics diverge, the training process penalizes the inconsistency, effectively making the network internally check its own work. The consistency is weighted dynamically by an event-aware scheme that applies extra weight during periods when engine rotational speed is changing rapidly — exactly the moments when accuracy matters most and when unmeasured disturbances are strongest.</p>
<p>Training and validation relied on real measured data from an aero-engine altitude test facility, covering genuine acceleration and deceleration events with their full complement of nonlinear, time-varying behavior. The team benchmarked their model against a demanding lineup of alternatives, including a standalone one-dimensional CNN, a deep GRU network, a temporal convolutional network with dilated causal convolutions, a Transformer encoder, and hybrid TCN–GRU and CNN–GRU variants with single or dual output heads. Every model saw the same event-level training, validation, and test splits, the same normalization, and the same optimizer configuration — Adam with a learning rate of 0.001, a batch size of 128, up to 500 epochs, and early stopping with a patience of 200 epochs. To guard against lucky random seeds, each network was trained five times with different initializations, and results were reported as means and standard deviations.</p>
<p>The verdict was consistent: the full dynamic-consistency-guided multi-task CNN–GRU model beat every baseline on prediction accuracy, transient trend tracking, and robustness. The ablation structure of the comparison tells an instructive story. Moving from a single-head CNN–GRU to the dual-head multi-task version improves performance by letting the network learn complementary representations of increments and levels. Adding the dynamic-consistency constraint improves it further by eliminating the drift between the two heads that otherwise accumulates during long, fast transients. And the event-aware weighting concentrates the model&#8217;s capacity where it counts, sharpening predictions precisely during the steep portions of the pressure curve when engine speed is sweeping through its fastest changes. Metrics based on mean absolute error and root mean square error confirmed that the improvements were systematic rather than artifacts of a single test case.</p>
<p>The practical payoff lies in what predictive accuracy enables downstream. Because the model can characterize transient inlet pressure fluctuations before they fully develop, its output can feed a feedforward compensation loop: the inlet pressure control system receives an anticipatory signal and adjusts the mixing of hot and cold gas flows proactively, rather than scrambling to correct a deviation that has already corrupted a measurement. The authors also position the framework as a design tool for inlet pressure control systems, allowing engineers to evaluate candidate control laws against realistic predicted transients without burning test-cell time. In an era when aero-engine development cycles are compressed and altitude test facilities are booked solid, shaving the uncertainty out of transient test data has direct implications for cost, schedule, and ultimately the safety certification of engines that carry passengers.</p>
<p>Broader significance of the work extends beyond test cells. The core ideas — event-aware temporal weighting, dual-head multi-task prediction, and self-consistency between increment and level forecasts — are architecture-agnostic and could transfer to other industrial transient prediction problems: wind tunnel pressure control, power plant load following, or any process where a fast actuation event disturbs a slow thermal system. The study also joins a growing literature showing that hybrid physics-informed and data-driven models are overtaking both purely physical simulations and generic deep networks for aerospace applications, from engine health management to supersonic isolator flow prediction. The data underpinning the study remain confidential and are available from the corresponding author on request, a reminder that in the world of full-scale engine testing, the hardest data to get are often the most valuable. Supported by funding under China&#8217;s Engine Thermophysical Test Apparatus program and built on test data from the Institute of Engineering Thermophysics&#8217; test-cell team, the research signals a shift in how ground test facilities may be operated: not as passive measurement chambers that react to the engine, but as predictive systems that see the transient coming and meet it with computed foresight. As neural networks learn the rhythms of acceleration and deceleration, the boundary between flight and simulated flight grows correspondingly thinner.</p>
<p><strong>Subject of Research:</strong> Machine learning prediction of transient inlet pressure in aero-engine altitude simulation testing</p>
<p><strong>Article Title:</strong> Prediction of Inlet Pressure During Aero-Engine Acceleration and Deceleration Using a Hybrid Neural Network</p>
<p><strong>Article References:</strong> Prediction of Inlet Pressure During Aero-Engine Acceleration and Deceleration Using a Hybrid Neural Network. (n.d.). <a href="https://doi.org/10.1007/s42405-026-01265-w" rel="noopener noreferrer">https://doi.org/10.1007/s42405-026-01265-w</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42405-026-01265-w" rel="noopener noreferrer">10.1007/s42405-026-01265-w</a></p>
<p><strong>Keywords:</strong> aero-engine, altitude simulation tests, inlet pressure prediction, hybrid neural network, CNN–GRU, multi-task learning, transient pressure, active disturbance rejection, feedforward compensation, deep learning, altitude test facility, engine acceleration</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">193866</post-id>	</item>
	</channel>
</rss>
