Distributed computing for physics-based data-driven reduced modeling at scale: Application to a rotating detonation rocket engine

Read original: arXiv:2407.09994 - Published 7/16/2024 by Ionut-Gabriel Farcas, Rayomand P. Gundevia, Ramakanth Munipalli, Karen E. Willcox
Total Score

0

Distributed computing for physics-based data-driven reduced modeling at scale: Application to a rotating detonation rocket engine

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper presents a distributed computing framework for developing physics-based, data-driven reduced-order models (ROMs) at scale, with an application to a rotating detonation rocket engine (RDRE).
  • It combines high-fidelity nonlinear simulations, machine learning techniques, and a distributed computing infrastructure to enable efficient and scalable exploration of the RDRE's complex behavior.
  • The approach aims to overcome the computational challenges associated with modeling the RDRE's complex dynamics and to support the design and optimization of these systems.

Plain English Explanation

This research paper describes a new way to model and study a type of rocket engine called a rotating detonation rocket engine (RDRE). RDREs are complex systems with intricate fluid dynamics and chemical reactions that are challenging to simulate accurately using traditional computational methods.

To address this challenge, the researchers developed a distributed computing framework that combines high-fidelity computer simulations, machine learning techniques, and a distributed network of computers. This allows them to run many simulations in parallel and use machine learning to create simplified models, or "reduced-order models," that capture the key behavior of the RDRE without requiring as much computational power.

By using this distributed computing approach, the researchers can explore the RDRE's behavior more efficiently and support the design and optimization of these rocket engines. This could lead to advancements in rocket technology and help improve the performance and efficiency of future space missions.

Technical Explanation

The researchers set up a high-fidelity nonlinear simulation of the rotating detonation rocket engine (RDRE) using computational fluid dynamics and detailed combustion chemistry models. This simulation provides a detailed, physics-based representation of the RDRE's complex fluid dynamics and chemical processes.

To enable scalable exploration of the RDRE's behavior, the researchers developed a distributed computing framework that leverages a network of computers to run many simulations in parallel. This allows them to generate a large dataset of RDRE behavior under different operating conditions.

The researchers then apply machine learning techniques, such as proper orthogonal decomposition and deep learning, to this dataset to develop reduced-order models (ROMs) that capture the key dynamics of the RDRE. These ROMs are computationally efficient and can be used for rapid design exploration and optimization of the RDRE.

The paper demonstrates the effectiveness of this approach by applying it to a specific RDRE configuration and showing how the ROMs can accurately predict the engine's behavior while requiring orders of magnitude less computational time compared to the high-fidelity simulations.

Critical Analysis

The paper presents a comprehensive and well-designed framework for modeling the complex behavior of rotating detonation rocket engines using a combination of high-fidelity simulations, machine learning, and distributed computing. The researchers have addressed a significant challenge in the field of rocket engine design and optimization.

One potential limitation of the approach is the reliance on having access to a high-performance computing infrastructure to run the initial high-fidelity simulations. This may limit the immediate accessibility of the framework to smaller research groups or organizations without access to such resources.

Additionally, the paper does not extensively discuss the validation of the reduced-order models against experimental data or more complex RDRE configurations. Further research may be needed to ensure the robustness and generalizability of the models to a wider range of operating conditions and design variations.

It would also be interesting to see how this framework could be extended to other types of complex, physics-based systems beyond the RDRE application, such as distributed astrophysics simulations or hybrid numerical methodologies that combine reduced-order modeling with other techniques.

Conclusion

This paper presents a promising approach for modeling and studying the complex behavior of rotating detonation rocket engines using a combination of high-fidelity simulations, machine learning, and distributed computing. The researchers have developed a scalable framework that can efficiently explore the engine's dynamics and support the design and optimization of these systems.

The use of reduced-order models derived from the high-fidelity simulations is a key aspect of this work, as it allows for rapid exploration of the design space without the computational overhead of the full-scale simulations. This could have significant implications for the development of more advanced and efficient rocket technologies, which are crucial for advancing space exploration and other applications.

Overall, this research represents an important step forward in the field of computational modeling of complex, physics-based systems, and the insights and methodologies developed here could be applied to a wide range of engineering and scientific domains.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Distributed computing for physics-based data-driven reduced modeling at scale: Application to a rotating detonation rocket engine
Total Score

0

Distributed computing for physics-based data-driven reduced modeling at scale: Application to a rotating detonation rocket engine

Ionut-Gabriel Farcas, Rayomand P. Gundevia, Ramakanth Munipalli, Karen E. Willcox

High-performance computing (HPC) has revolutionized our ability to perform detailed simulations of complex real-world processes. A prominent contemporary example is from aerospace propulsion, where HPC is used for rotating detonation rocket engine (RDRE) simulations in support of the design of next-generation rocket engines; however, these simulations take millions of core hours even on powerful supercomputers, which makes them impractical for engineering tasks like design exploration and risk assessment. Reduced-order models (ROMs) address this limitation by constructing computationally cheap yet sufficiently accurate approximations that serve as surrogates for the high-fidelity model. This paper contributes a new distributed algorithm that achieves fast and scalable construction of predictive physics-based ROMs trained from sparse datasets of extremely large state dimension. The algorithm learns structured physics-based ROMs that approximate the dynamical systems underlying those datasets. This enables model reduction for problems at a scale and complexity that exceeds the capabilities of existing approaches. We demonstrate our algorithm's scalability using up to $2,048$ cores on the Frontera supercomputer at the Texas Advanced Computing Center. We focus on a real-world three-dimensional RDRE for which one millisecond of simulated physical time requires one million core hours on a supercomputer. Using a training dataset of $2,536$ snapshots each of state dimension $76$ million, our distributed algorithm enables the construction of a predictive data-driven reduced model in just $13$ seconds on $2,048$ cores on Frontera.

Read more

7/16/2024

Parallel Reduced Order Modeling for Digital Twins using High-Performance Computing Workflows
Total Score

0

New!Parallel Reduced Order Modeling for Digital Twins using High-Performance Computing Workflows

S. Ares de Parga, J. R. Bravo, N. Sibuet, J. A. Hernandez, R. Rossi, Stefan Boschert, Enrique S. Quintana-Ort'i, Andr'es E. Tom'as, Cristian Cu{a}tu{a}lin Tatu, Fernando V'azquez-Novoa, Jorge Ejarque, Rosa M. Badia

The integration of Reduced Order Models (ROMs) with High-Performance Computing (HPC) is critical for developing digital twins, particularly for real-time monitoring and predictive maintenance of industrial systems. This paper describes a comprehensive, HPC-enabled workflow for developing and deploying projection-based ROMs (PROMs). We use PyCOMPSs' parallel framework to efficiently execute ROM training simulations, employing parallel Singular Value Decomposition (SVD) algorithms such as randomized SVD, Lanczos SVD, and full SVD based on Tall-Skinny QR. In addition, we introduce a partitioned version of the hyper-reduction scheme known as the Empirical Cubature Method. Despite the widespread use of HPC for PROMs, there is a significant lack of publications detailing comprehensive workflows for building and deploying end-to-end PROMs in HPC environments. Our workflow is validated through a case study focusing on the thermal dynamics of a motor. The PROM is designed to deliver a real-time prognosis tool that could enable rapid and safe motor restarts post-emergency shutdowns under different operating conditions for further integration into digital twins or control systems. To facilitate deployment, we use the HPC Workflow as a Service strategy and Functional Mock-Up Units to ensure compatibility and ease of integration across HPC, edge, and cloud environments. The outcomes illustrate the efficacy of combining PROMs and HPC, establishing a precedent for scalable, real-time digital twin applications across multiple industries.

Read more

9/17/2024

Scientific Machine Learning Based Reduced-Order Models for Plasma Turbulence Simulations
Total Score

0

Scientific Machine Learning Based Reduced-Order Models for Plasma Turbulence Simulations

Constantin Gahr, Ionut-Gabriel Farcas, Frank Jenko

This paper focuses on the construction of non-intrusive Scientific Machine Learning (SciML) Reduced-Order Models (ROMs) for plasma turbulence simulations. In particular, we propose using Operator Inference (OpInf) to build low-cost physics-based ROMs from data for such simulations. As a representative example, we focus on the Hasegawa-Wakatani (HW) equations used for modeling two-dimensional electrostatic drift-wave turbulence. For a comprehensive perspective of the potential of OpInf to construct accurate ROMs, we consider three setups for the HW equations by varying a key model parameter, namely the adiabaticity coefficient. These setups lead to the formation of complex and nonlinear dynamics, which makes the construction of accurate ROMs of any kind challenging. We generate the training datasets by performing direct numerical simulations of the HW equations and recording the computed state data and outputs the over a time horizon of 100 time units in the turbulent phase. We then use these datasets to construct OpInf ROMs for predictions over 400 additional time units. Our results show that the OpInf ROMs capture the important features of the turbulent dynamics and generalize beyond the training time horizon while reducing the computational effort of the high-fidelity simulation by up to five orders of magnitude. In the broader context of fusion research, this shows that non-intrusive SciML ROMs have the potential to drastically accelerate numerical studies, which can ultimately enable tasks such as the design of optimized fusion devices.

Read more

6/27/2024

🤿

Total Score

0

PTPI-DL-ROMs: pre-trained physics-informed deep learning-based reduced order models for nonlinear parametrized PDEs

Simone Brivio, Stefania Fresca, Andrea Manzoni

The coupling of Proper Orthogonal Decomposition (POD) and deep learning-based ROMs (DL-ROMs) has proved to be a successful strategy to construct non-intrusive, highly accurate, surrogates for the real time solution of parametric nonlinear time-dependent PDEs. Inexpensive to evaluate, POD-DL-ROMs are also relatively fast to train, thanks to their limited complexity. However, POD-DL-ROMs account for the physical laws governing the problem at hand only through the training data, that are usually obtained through a full order model (FOM) relying on a high-fidelity discretization of the underlying equations. Moreover, the accuracy of POD-DL-ROMs strongly depends on the amount of available data. In this paper, we consider a major extension of POD-DL-ROMs by enforcing the fulfillment of the governing physical laws in the training process -- that is, by making them physics-informed -- to compensate for possible scarce and/or unavailable data and improve the overall reliability. To do that, we first complement POD-DL-ROMs with a trunk net architecture, endowing them with the ability to compute the problem's solution at every point in the spatial domain, and ultimately enabling a seamless computation of the physics-based loss by means of the strong continuous formulation. Then, we introduce an efficient training strategy that limits the notorious computational burden entailed by a physics-informed training phase. In particular, we take advantage of the few available data to develop a low-cost pre-training procedure; then, we fine-tune the architecture in order to further improve the prediction reliability. Accuracy and efficiency of the resulting pre-trained physics-informed DL-ROMs (PTPI-DL-ROMs) are then assessed on a set of test cases ranging from non-affinely parametrized advection-diffusion-reaction equations, to nonlinear problems like the Navier-Stokes equations for fluid flows.

Read more

5/15/2024