In the high-stakes world of engineering simulation, where weeks can be spent just generating a computational mesh for a single complex component, a new hybrid modeling approach promises to slash both runtime and meshing bottlenecks dramatically. Researchers at Sandia National Laboratories have developed a novel framework that seamlessly couples high-fidelity physics models with lightweight, data-driven surrogates, achieving speedups of up to 106 times compared to traditional s. By leveraging the overlapping Schwarz alternating (O-SAM) to "glue together" disparate models, this technique enables engineers to simulate intricate, multiscale systems—like a bolted joint in an aircraft or a tensile specimen—with unprecedented efficiency while maintaining critical accuracy.
The core innovation lies in combining the domain-decomposition prowess of the Schwarz with non-intrusive Operator Inference (OpInf) reduced order models (ROMs). Traditional high-fidelity simulations, while accurate, are notoriously slow and require immense effort to mesh complex geometries. Conversely, reduced order models offer speed but often struggle with stability, accuracy in predictive scenarios, or intrusive implementation requirements. The new hybrid approach partitions a physical domain—like a 3D solid mechanics component—into overlapping subdomains. Crucially, it allows each subdomain to be simulated with a different model: a computationally expensive full order model (FOM) can be assigned to a region with complex, nonlinear dynamics (like a bolt under stress), while a fast, data-driven OpInf ROM handles areas with simpler behavior. The Schwarz then iteratively solves each subdomain problem, exchanging boundary condition information at the interfaces until the coupled solution converges.
Ologically, the process involves two key stages. First, in an offline training phase, snapshot data is collected from a conventional FOM-FOM coupled simulation performed using O-SAM. From this data, Proper Orthogonal Decomposition (POD) is used to extract a reduced basis that captures the dominant solution modes. Then, the OpInf algorithm infers a low-dimensional, polynomial surrogate model (linear, quadratic, or cubic) by solving a regularized least-squares problem, learning the reduced operators directly from the snapshot data without needing access to the underlying FOM code. This makes the ROMs fully non-intrusive. During the online simulation, the pre-trained OpInf ROMs are coupled with each other or with FOMs using the O-SAM algorithm, which handles the transfer of displacement and velocity fields across subdomain boundaries, even when the subdomains use different mesh resolutions, element types, or time integration schemes.
, Demonstrated across four challenging 3D solid dynamics problems, are striking. In a reproductive simulation of a nonlinear hyperelastic bolted joint—a classic multiscale problem difficult to mesh monolithically—a FOM coupled to a cubic OpInf (COpInf) ROM achieved a 1.8× speedup with displacement errors below 0.1%. More impressively, a fully reduced COpInf-COpInf coupling delivered a 9.8× speedup. The pinnacle of performance was seen in a predictive simulation of a tension specimen, where a quadratic OpInf (QOpInf)-QOpInf coupling, using the full iterative Schwarz , achieved a monumental 106× speedup compared to a FOM-FOM coupling, while maintaining displacement errors on the order of 0.06%. The researchers note that simplified, single-iteration Schwarz schemes, analogous to some prior work, failed dramatically for nonlinear problems, converging to incorrect solutions and underscoring the necessity of their full iterative approach.
Of this work are profound for computational engineering and scientific machine learning. By providing a plug-and-play framework for hybrid modeling, it directly attacks the twin demons of simulation: time-to-solution and meshing complexity. Engineers can now strategically place high-fidelity models only where absolutely necessary—such as in stress-concentration zones prone to failure—and use efficient ROMs elsewhere, all without the need for a conformal mesh across the entire geometry. This flexibility extends to time integration, allowing implicit schemes in ROM regions and explicit schemes in FOM regions with different time-steps, optimizing stability and cost. 's non-intrusive nature means it can be integrated into legacy or proprietary simulation codes with minimal modification, paving the way for its adoption in industrial workflows for design optimization, uncertainty quantification, and digital twinning.
Despite its promise, the approach has limitations. The accuracy of the coupled model is inherently tied to the quality and representativeness of the training data used to build the OpInf ROMs; extrapolating far beyond the training regime remains a . The current implementation uses a sequential (multiplicative) Schwarz algorithm, which, while robust, could be accelerated further using parallel (additive) variants. Furthermore, the optimal selection of regularization parameters for the OpInf learning problem, especially for higher-order nonlinear models, can be complex, though the paper introduces a novel subdomain-local optimization algorithm to address this. Future work will explore non-overlapping Schwarz couplings for problems with material interfaces, the integration of structure-preserving neural network ROMs, and auto-tuning of domain decomposition parameters to balance accuracy and efficiency automatically.
Original Source
Read the complete research paper
About the Author
Guilherme A.
Former dentist (MD) from Brazil, 41 years old, husband, and AI enthusiast. In 2020, he transitioned from a decade-long career in dentistry to pursue his passion for technology, entrepreneurship, and helping others grow.
Connect on LinkedIn