Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
125 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
42 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

A Deep Learning based Approach to Reduced Order Modeling for Turbulent Flow Control using LSTM Neural Networks (1804.09269v1)

Published 24 Apr 2018 in physics.comp-ph and physics.flu-dyn

Abstract: Reduced Order Modeling (ROM) for engineering applications has been a major research focus in the past few decades due to the unprecedented physical insight into turbulence offered by high-fidelity CFD. The primary goal of a ROM is to model the key physics/features of a flow-field without computing the full Navier-Stokes (NS) equations. This is accomplished by projecting the high-dimensional dynamics to a low-dimensional subspace, typically utilizing dimensionality reduction techniques like Proper Orthogonal Decomposition (POD), coupled with Galerkin projection. In this work, we demonstrate a deep learning based approach to build a ROM using the POD basis of canonical DNS datasets, for turbulent flow control applications. We find that a type of Recurrent Neural Network, the Long Short Term Memory (LSTM) which has been primarily utilized for problems like speech modeling and language translation, shows attractive potential in modeling temporal dynamics of turbulence. Additionally, we introduce the Hurst Exponent as a tool to study LSTM behavior for non-stationary data, and uncover useful characteristics that may aid ROM development for a variety of applications.

Citations (183)

Summary

  • The paper presents a novel LSTM framework to predict POD mode coefficients for efficient reduced order modeling in turbulent flows.
  • It replaces traditional Galerkin projection methods with deep learning to overcome computational constraints and stability issues.
  • Results indicate conventional LSTMs outperform BiLSTMs, and signal persistence measured by the Hurst Exponent significantly affects prediction accuracy.

A Deep Learning based Approach to Reduced Order Modeling for Turbulent Flow Control using LSTM Neural Networks

The paper by Mohan and Gaitonde presents a novel methodology for Reduced Order Models (ROMs) through the application of Long Short Term Memory (LSTM) neural networks, specifically aimed at turbulent flow control. The proposed approach explores deep learning techniques to circumvent some of the traditional limitations and computational constraints associated with high-fidelity simulations such as Direct Numerical Simulation (DNS) or Large Eddy Simulation (LES).

Overview of Methodology

The primary objective of Reduced Order Modeling is to distill the essential dynamics of flow fields into a lower-dimensional representation, significantly reducing the computational overhead. Commonly, this involves the application of Proper Orthogonal Decomposition (POD) and Galerkin projection methods. However, these techniques can face stability issues and lack robustness in various unsteady flow conditions. This paper advocates for a deep learning framework using LSTMs to model temporal dynamics efficiently without resorting to Galerkin projections.

LSTM Implementation for Flow Dynamics

LSTM, a variant of Recurrent Neural Networks (RNNs), is utilized due to its prowess in managing sequence prediction tasks while addressing RNN limitations like vanishing gradients. The paper specifically emphasizes using LSTMs to predict temporal coefficients of POD modes, leveraging the concept that such neural networks can learn the intrinsic memory of turbulent flows, albeit non-stationary in nature.

The paper advances with a structured training strategy where 2D slices from high-dimensional 3D DNS datasets are used to generate sufficient training data. Two canonical datasets, Forced Isotropic Turbulence and Magnetohydrodynamic Turbulence, from the Johns Hopkins turbulence database serve as exploratory domains. This approach cleverly circumvents DNS data constraints, allowing the creation of numerous training realizations and thereby enhancing model reliability on unseen test datasets.

Results and Analysis

Upon implementation, LSTM networks achieved successful temporal prediction of POD mode coefficients, demonstrating a capacity to maintain fidelity in reconstructing critical flow dynamics. It is notable that the conventional LSTM architecture outperformed Bidirectional LSTMs (BiLSTMs) consistently. The latter's theoretical advantage in sequence modeling, featuring forward and backward passes, does not translate optimally to the adversative or weak correlation structure often present in turbulent flows.

Additionally, a novel aspect explored is the relationship between sequence memory characteristics, quantified by the Hurst Exponent, and prediction accuracy. Results indicate that the presence of strong signal persistence generally favors LSTM predictive accuracy in short time horizons, whereas anti-persistent signals pose a greater challenge. This insight is crucial when tailoring ROMs for specific flow regimes.

Implications and Future Directions

The implications of these insights stretch across theoretical and practical applications. Theoretically, the findings propose new avenues in marrying machine learning modeling techniques with classical fluid dynamics principles, potentially offering more robust frameworks under varying flow conditions. Practically, these ROMs stand to benefit actuator control systems in aerospace and mechanical engineering due to their efficient computational requirements suitable for embedded systems.

Future research can explore the synergy between physics-informed models and machine learning approaches to overcome fundamental scale interaction challenges in turbulent flows. Moreover, the straightforward integration of these LSTM-ROMs into existing computational pipelines may drive significant advancements in adaptive turbulence control strategies.

In conclusion, the paper provides a comprehensive examination of employing deep learning techniques for ROMs in turbulence, delivering promising results and establishing a groundwork for further exploration into data-driven turbulence modeling.