<?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>turbulence and cavity formation prediction &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/turbulence-and-cavity-formation-prediction/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 17:11:46 +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>turbulence and cavity formation prediction &#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 Learns to Predict the Violent Splashdown of Cross-Medium Vehicles</title>
		<link>https://scienmag.com/ai-learns-to-predict-the-violent-splashdown-of-cross-medium-vehicles/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 17:11:46 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[advanced AI methods for marine and aerospace safety]]></category>
		<category><![CDATA[AI-based impact load modeling]]></category>
		<category><![CDATA[computational fluid dynamics]]></category>
		<category><![CDATA[computational fluid dynamics in marine engineering]]></category>
		<category><![CDATA[cross-medium vehicle]]></category>
		<category><![CDATA[cross-medium vehicle water entry prediction]]></category>
		<category><![CDATA[delta wing]]></category>
		<category><![CDATA[fluid-structure interaction]]></category>
		<category><![CDATA[fluid-structure interaction in water entry]]></category>
		<category><![CDATA[gas-liquid interface evolution modeling]]></category>
		<category><![CDATA[high-speed vehicle water impact analysis]]></category>
		<category><![CDATA[hybrid artificial intelligence for fluid dynamics]]></category>
		<category><![CDATA[hydrodynamic loads]]></category>
		<category><![CDATA[low-cost AI simulation for vehicle design]]></category>
		<category><![CDATA[LSTM]]></category>
		<category><![CDATA[Machine learning]]></category>
		<category><![CDATA[motion trajectory prediction]]></category>
		<category><![CDATA[multi-domain vehicle obstacle impact assessment]]></category>
		<category><![CDATA[ocean engineering]]></category>
		<category><![CDATA[physics-informed neural networks]]></category>
		<category><![CDATA[STAR-CCM+]]></category>
		<category><![CDATA[turbulence and cavity formation prediction]]></category>
		<category><![CDATA[violent ocean splashdown simulation]]></category>
		<category><![CDATA[water entry]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196815</guid>

					<description><![CDATA[Researchers have developed a hybrid LSTM–PINN artificial intelligence model that accurately and rapidly predicts the violent impact loads and motion trajectories of delta-wing cross-medium vehicles entering water.]]></description>
										<content:encoded><![CDATA[<p>When a high-speed vehicle slams into the surface of the ocean, the transition from air to water is one of the most violent events in engineering. Within milliseconds, the structure experiences enormous pressure peaks, rapidly shifting added mass, and a chaotic evolution of gas and liquid at the interface. For so-called cross-medium vehicles—craft designed to fly through air, dive into water, and operate in both realms—surviving and controlling this water-entry moment is a central design challenge. A new study published in Discover Artificial Intelligence shows how a hybrid artificial intelligence model can predict these violent impact loads and the resulting motion trajectories with remarkable accuracy, at a fraction of the computational cost of traditional simulation.</p>
<p>The research, led by Hao Wu, Kai Pan, and Huatao Chen of Shandong University of Technology, together with Kun Zhao of the Beijing Electro-Mechanical Engineering Institute and Juan L. G. Guirao of the Technical University of Cartagena, addresses a long-standing bottleneck. Accurately simulating water entry requires computational fluid dynamics (CFD) tools that resolve strong nonlinear fluid–structure interaction, free-surface deformation, cavity formation, and turbulence. A single high-fidelity simulation can consume enormous computational resources, making it impractical to sweep across the full space of entry angles and velocities that engineers need to explore when designing a vehicle or planning a mission.</p>
<p>To build their training data, the team simulated the oblique water entry of a delta-wing vehicle using the commercial CFD platform STAR-CCM+. The numerical setup combined the Navier–Stokes equations with the Volume of Fluid method to track the air–water interface, a standard k–ε turbulence model, and a three-degree-of-freedom rigid-body motion model that allowed the vehicle to translate in the vertical plane and pitch about its transverse axis. The researchers examined entry angles from 40 to 60 degrees and entry velocities from 15 to 30 meters per second, a range chosen because prior studies indicate that moderately large oblique angles help minimize instantaneous impact loads while preserving trajectory stability. Mesh independence testing confirmed that the chosen grid resolution reproduced center-of-mass trajectories with a relative error of just over two percent compared with a much finer mesh.</p>
<p>The simulations revealed the tightly coupled physics the model would need to learn. As the vehicle penetrates the surface, free-surface deformation, local pressure peaks, and cavity evolution unfold together in time, directly shaping the tangential force, normal force, and pitching moment acting on the craft. The team found that peak loads rise nearly steadily with entry velocity, and that the normal force becomes especially sensitive to velocity at the steepest 60-degree entry angle. Displacements of the center of mass also grow with velocity, though more gently. These five quantities—two forces, one moment, and two displacement components—formed the prediction targets for the new machine learning framework.</p>
<p>At the heart of the study is a hybrid architecture that merges two strands of modern machine learning: long short-term memory (LSTM) networks and physics-informed neural networks (PINNs). LSTMs are recurrent networks with internal gating structures that allow them to selectively retain and update information over long time horizons, making them well suited to capturing the short-lived but history-dependent transients of water entry. PINNs, first systematically proposed by Raissi and colleagues in 2019, embed physical equations directly into a network&#8217;s training loss, forcing predictions to remain consistent with known dynamics. Purely data-driven models, the authors note, can lose physical consistency and robustness when asked to predict conditions not well represented in their training data—a serious limitation for safety-critical tasks such as peak-load estimation.</p>
<p>The innovation lies in how the two components are coupled. The LSTM takes the initial entry conditions and advances the flow of loads in time, outputting the resultant tangential force, normal force, and pitching moment at each step through a linear output layer that avoids imposing artificial bounds on signed, spike-prone quantities. Crucially, the vehicle&#8217;s trajectory is not produced by a separate neural output branch. Instead, the LSTM-predicted loads are fed into a discrete Newton–Euler integration layer, which recursively propagates the rigid-body velocities, attitude, and displacements forward in time. This ensures that the predicted forces and the predicted motion remain physically consistent with one another—a property that standalone data-driven models often lack.</p>
<p>Training combines three loss terms: a load-supervision term that matches predicted force and moment histories to the CFD references, a trajectory-supervision term that anchors the integrated displacements to the simulated paths, and a Newton–Euler consistency penalty that enforces the discrete load–motion relation. The physical term is weighted at 0.1, a deliberate compromise so that the physics constraint regularizes the model without smoothing away the sharp transient peaks that matter most in impact engineering. To assess generalization honestly, the team used leave-one-condition-out cross-validation at the level of complete operating sequences: each angle–velocity combination was held out in its entirety during one validation run, so the reported accuracy reflects genuine cross-condition prediction within the tested domain rather than interpolation between scattered time points.</p>
<p>The results show that the hybrid model reproduces the full time histories of loads and trajectories with high fidelity across the 40 to 60 degree range. It captures the rapid rise and multi-peak structure of the normal force and pitching moment under strongly transient conditions, with only minor phase shifts near some secondary peaks. Scatter plots of predicted versus simulated characteristic quantities cluster tightly along the diagonal, and error histograms concentrate in low-error intervals without long tails or systematic bias. In head-to-head comparisons under identical network configurations and training data, the standalone LSTM reproduced broad trends but overshot and shifted phase near peaks, while the standalone PINN fit smoothly but missed peak amplitudes and high-frequency detail. The hybrid LSTM–PINN model achieved lower overall errors and better agreement across MSE, MAE, and R-squared metrics.</p>
<p>The authors are careful to frame the scope of their claims. The demonstrated generalization is in-domain: it covers complete held-out sequences within the investigated ranges of 40 to 60 degrees and 15 to 30 meters per second, not extrapolation to new geometries, steeper angles, or experimental conditions. The Newton–Euler constraint is a consistency relation for rigid-body motion rather than a complete hydrodynamic model; effects such as added mass, hydrodynamic damping, and nonlinear buoyancy are learned implicitly from the CFD-derived resultant loads rather than parameterized explicitly. Even so, the framework offers something engineering practice has lacked: a fast, physically grounded surrogate that can sweep the water-entry parameter space in seconds instead of hours, evaluate peak magnitude and peak timing robustly, and feed directly into attitude optimization and real-time control design. Future work, the team says, will expand the operating-condition database, incorporate experimental measurements, and extend the evaluation to multi-attribute criteria including uncertainty, load-impulse error, and computational efficiency—steps that could bring physics-guided machine learning from the simulation lab into the design loop for the next generation of air-and-sea vehicles.</p>
<p><strong>Subject of Research:</strong> Physics-guided deep learning prediction of water-entry impact loads and motion trajectories for cross-medium vehicles</p>
<p><strong>Article Title:</strong> Prediction of water entry loads and motion trajectories for a delta wing cross medium vehicle using a physics guided LSTM model</p>
<p><strong>Article References:</strong> Wu, H., Pan, K., Zhao, K., Guirao, J. L. G., &amp; Chen, H. (2026). Prediction of water entry loads and motion trajectories for a delta wing cross medium vehicle using a physics guided LSTM model. <em>Discover Artificial Intelligence, 6</em>(1), Article 1129. <a href="https://doi.org/10.1007/s44163-026-02085-3" rel="noopener noreferrer">https://doi.org/10.1007/s44163-026-02085-3</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s44163-026-02085-3" rel="noopener noreferrer">10.1007/s44163-026-02085-3</a></p>
<p><strong>Keywords:</strong> cross-medium vehicle, water entry, LSTM, physics-informed neural networks, computational fluid dynamics, fluid–structure interaction, delta wing, hydrodynamic loads, motion trajectory prediction, STAR-CCM+, machine learning, ocean engineering</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196815</post-id>	</item>
	</channel>
</rss>
