Generative AI gets the headlines. But a quieter, more consequential AI revolution is happening inside engineering labs — where machines are learning the laws of physics to cut simulation time from days to seconds.
Most conversations about AI in 2025 tend to orbit around the same territory: chatbots, code completion, image generation. These are genuinely useful tools. But if you want to see AI doing something categorically more difficult — something that pushes against the actual limits of computation — you need to walk through the engineering departments of the world's largest aerospace, automotive, and manufacturing firms.
There, a different kind of AI is at work. Not one that summarizes documents or writes marketing copy, but one that predicts how air flows over a fighter jet wing, how heat dissipates through a battery cell, or how a turbine blade will deform under stress — at speeds that would have seemed impossible just five years ago.
This is AI physics: the application of machine learning to the hard, expensive, mathematically brutal world of physics-based simulation. And it's quietly reshaping how engineered products get made.
To understand why this matters, you need to appreciate how simulation has worked for the past four decades. When engineers design a new aircraft fuselage, a car's crumple zone, or a semiconductor cooling system, they validate their designs using computational methods — primarily Computational Fluid Dynamics (CFD) for fluid and airflow problems, and Finite Element Analysis (FEA) for structural and thermal behavior.
These methods work well. They're grounded in established physics, rigorously validated, and trusted by regulators. The problem is time and cost. A single high-fidelity CFD run for a complex geometry can take anywhere from several hours to multiple days on a high-performance computing cluster. Multiply that by the thousands of design variations an engineering team might want to explore during a development cycle, and you quickly hit a wall.
The bottleneck in numbers
A typical automotive aerodynamics optimization might require evaluating 10,000+ design variants. At even 2 hours per CFD run, that's 83 years of compute time. In practice, teams run a fraction of that — and miss the best designs.
This isn't a compute problem that more hardware solves. It's a fundamental tension between the fidelity of the physics and the speed needed for iterative design. Engineers have always had to choose: run fewer, more accurate simulations, or more runs with simplified models. AI is beginning to dissolve that tradeoff.
$44.3B
Projected simulation software market by 2034, up from $18.4B in 2025
IMARC Group, 2025
1,000×
Speedup possible with AI surrogate models vs traditional CFD solvers
Rescale / Altair, 2025
12.1%
CAGR of global simulation software market through 2025
CAE Assistant Research, 2025
60%
Reduction in physical crash builds at Volvo after AI-calibrated simulation
Mordor Intelligence, 2026
The core technique enabling AI physics is the surrogate model: a neural network trained on thousands of high-fidelity simulation outputs that learns to predict new simulation results without actually running the full solver. Present the model with a new geometry or set of boundary conditions, and it returns a predicted pressure distribution, temperature field, or stress map — in seconds, on a laptop GPU, rather than hours on a cluster.
The catch is that teaching a neural network to respect the laws of physics is genuinely hard. Standard machine learning models are agnostic to physical constraints. They'll learn whatever pattern minimizes their training loss — which may produce outputs that look plausible but violate conservation of mass, energy, or momentum. In engineering, an AI model that's 98% accurate but physically inconsistent in the remaining 2% of cases is potentially dangerous.
This is where Physics-Informed Neural Networks (PINNs) come in. First introduced in a landmark 2019 paper by Raissi, Perdikaris, and Karniadakis in the Journal of Computational Physics, PINNs encode the governing equations of physics directly into the loss function of the neural network. The model is penalized not just for deviating from training data, but for violating the underlying physical equations — the Navier-Stokes equations for fluid flow, the heat equation for thermal problems, or the equations of elasticity for structural analysis.
The result is a model that generalizes more reliably to unseen conditions and produces physically consistent outputs. It's also significantly harder to train than a standard neural network — which is why industrial adoption has lagged academic interest by several years.
"Simulation delivers precision, while AI delivers speed. Together, they create a loop of mutual reinforcement. We use AI to explore thousands of designs quickly, and simulation to validate and generate more training data."
— Fatma Kocpinar, VP of Engineering Data Science, Altair (via Siemens Xcelerator Community)
Industrial adoption of AI physics methods is accelerating, though it's unevenly distributed across sectors and company sizes. The clearest signal of maturity is money: in June 2025, London-based startup PhysicsX closed a $135 million Series B led by Atomico, with Siemens and Temasek among the investors. By November 2025, NVIDIA's NVentures extended the round past $155 million, valuing the company near unicorn status.
PhysicsX's flagship product, LGM-Aero, is a Large Geometry Model for aerospace engineering — trained on over 25 million geometries and tens of thousands of CFD simulations using Siemens' Simcenter STAR-CCM+ software. The company claims its Ai.rplane platform can generate novel aircraft designs and predict aerodynamic performance in under a second, compared to several hours for traditional numerical simulation.
Meanwhile, NVIDIA has been pushing deeper into the physics simulation space through its PhysicsNeMo AI framework and the Apollo physics model family, designed for real-time simulation across domains including climate modeling, digital twins, and electromagnetics. In October 2025, NVIDIA unveiled its DoMINO NIM microservice, enabling aerospace and automotive companies to accelerate modeling and simulation workflows by up to 500x. Northrop Grumman and Luminary Cloud are among the early users.
AI simulation speedup by use case (relative to traditional solver runtimes)
Aerodynamics (CFD)- up to 1,000×
Electromagnetics - up to 500×
Thermal management - 10–100×
Structural (FEA) - 10–50×
Digital twin inference - real-time
Sources: NVIDIA, Rescale, Altair, IMARC Group. Speedups are approximate and vary significantly by problem type, training data quality, and model architecture.
Talking to engineering teams deploying these methods reveals a consistent friction point that the marketing materials tend to gloss over: the data and workflow problem is harder than the algorithm problem.
Training a reliable surrogate model requires large quantities of high-quality simulation data — structured, tagged, version-controlled, and spanning the full range of geometries and operating conditions the model will encounter in deployment. Most engineering organizations have run thousands of simulations over the years, but that data is scattered across project folders, different software versions, and inconsistent naming conventions. The simulation logs exist; the metadata that makes them useful for training doesn't.
"None of this removes the need for high-fidelity, carefully validated models," noted one analysis from Mansim, a UK-based simulation consultancy. "If anything, it increases the importance of getting the physics right at the core."
| Dimension | Traditional CAE workflow | AI-augmented workflow |
| Single simulation runtime | Hours to days | Seconds to minutes |
| Design variants evaluated per cycle | Tens to low hundreds | Thousands to millions |
| Expertise required | Senior CAE specialist | General engineer (with trained model) |
| Data infrastructure needed | HPC cluster access | HPC for training + GPU for inference |
| Physical accuracy | High (ground truth) | High within training domain; requires validation outside it |
| Setup time for new problem | Days (meshing, BCs, solver config) | Weeks for initial training; seconds for subsequent predictions |
Motorsport has become a proving ground for AI physics methods — partly because the regulatory constraints are less onerous than aerospace, and partly because the competitive pressure to shave milliseconds off lap times creates intense demand for faster design iteration.
In Formula 1, aerodynamic development is tightly regulated: teams have a fixed budget for CFD runs and wind tunnel time. Every simulation hour is rationed. AI surrogate models that can evaluate 50 aerodynamic configurations in the time a traditional solver handles one aren't just convenient — they're a competitive advantage.
A research paper published in Advanced Modeling and Simulation in Engineering Sciences (Roznowicz et al., 2024) demonstrated graph neural network surrogate models for motorsport aerodynamics that could predict 3D flow fields across hundreds of geometry variants, bypassing the unfeasible computational burden of traditional CFD simulations in a domain where testing every configuration was explicitly impossible due to compute and regulatory constraints.
The same logic applies — often more urgently — in commercial aerospace, where an aircraft development program might involve testing millions of design configurations across dozens of flight conditions. Boeing 787 aerodynamic coefficient prediction using AI surrogate models, demonstrated using NASA flow solvers, showed that once trained, the surrogate could deliver near-real-time results — enabling up to 50 times more design iterations without increasing compute costs.
The market is consolidating quickly. In March 2025, Siemens completed its $10 billion acquisition of Altair Engineering, combining Siemens' industrial software portfolio with Altair's AI-embedded HyperWorks platform. This creates an AI-powered simulation portfolio spanning mechanical, electromagnetic, and HPC capabilities under a single vendor — a significant change for organizations currently managing multi-vendor CAE environments.
Meanwhile, the talent implications are starting to register. McKinsey, in partnership with NAFEMS, has reported that time-to-market has overtaken pure performance as the main value driver for simulation, and that organizations are actively seeking AI/ML-enhanced tools to support that push. The ability to curate training data, evaluate model accuracy, and integrate AI inference into a design workflow is becoming as important as traditional solver expertise.
For organizations still treating AI physics as an experimental curiosity rather than a production capability, the window to build these competencies before competitors do is narrowing.
Key questions for engineering and IT leaders
Before investing in AI physics capabilities, organizations should audit three things: (1) the quality and accessibility of existing simulation data assets — poor data infrastructure is the most common barrier to deployment; (2) the regulatory and validation requirements for their specific domain — accuracy thresholds for aerospace differ dramatically from consumer electronics; and (3) whether they need a full-stack platform or can integrate AI inference capabilities into existing CAE tools.
Any fair accounting of AI physics needs to acknowledge the current limitations. The most important one is generalization: AI surrogate models are powerful within the domain of their training data and unreliable outside it. A model trained on subsonic aerodynamics will not reliably predict transonic behavior. A thermal model trained on one material class will fail on others. This is well understood in the research community but sometimes undersold in commercial deployments.
As noted in a 2025 review from Mansim: "AI won't replace physics or engineering fundamentals — but it can absolutely change how quickly we get from a question to a reliable answer." The framing matters: AI augments the simulation process, it doesn't replace the physics. The best implementations use AI to rapidly screen a large design space, then route the most promising candidates for high-fidelity validation with traditional solvers.
There's also a real concern about overconfidence. When a surrogate model returns a result in two seconds instead of two hours, there's a psychological tendency to trust it more than the speed differential actually warrants. Engineering organizations deploying AI physics methods need to invest seriously in model validation frameworks — not just accuracy metrics on held-out test sets, but physical consistency checks and edge-case testing against known analytical solutions.
AI physics is not a concept. It is in production at aerospace primes, Formula 1 teams, semiconductor manufacturers, and automotive OEMs. The simulation software market is on a trajectory toward $44 billion by 2034, and the vendors driving that growth are overwhelmingly those that have embedded AI into the core of their platforms — not as a feature, but as an architectural assumption.
For engineering organizations, the relevant question is no longer "should we investigate AI for simulation?" It's "how quickly can we build the data infrastructure and workflow capability to deploy it?" The companies that figure that out first will explore more of the design space, find better solutions, and bring products to market faster than those that don't.
ChatGPT is a remarkable technology. But the AI that will have the largest long-term impact on the physical world is the kind that's learning to solve the Navier-Stokes equations faster than any supercomputer ever built — one surrogate model at a time.
Sources: IMARC Group simulation software market report (2025); CAE Assistant simulation engineering report (Dec 2025); Mordor Intelligence simulation software market analysis (2026); PhysicsX company reports (2025); Rescale NASA AMS seminar blog (Aug 2025); Roznowicz et al., Advanced Modeling and Simulation in Engineering Sciences (2024); Mansim AI in engineering simulation analysis (Dec 2025); Siemens Xcelerator Community industry signals (Sep 2025); NVIDIA PhysicsNeMo technical blog (2025).
Be the first to post comment!