Subtopic Deep Dive

Data-Driven Modeling of Fluid Dynamics
Research Guide

What is Data-Driven Modeling of Fluid Dynamics?

Data-Driven Modeling of Fluid Dynamics uses machine learning surrogates trained on CFD simulations or experimental data for turbulence closure, subgrid modeling, and reduced-order predictions in fluid flows.

Researchers apply neural networks to approximate high-fidelity fluid simulations, enabling faster predictions for complex turbulent regimes. Key methods include physics-informed neural networks (PINNs) and sparse regression for PDE discovery (Cuomo et al., 2022; Rudy et al., 2017). Over 1800 citations document PINNs in fluid-related PDE solving since 2022.

15
Curated Papers
3
Key Challenges

Why It Matters

Data-driven models accelerate CFD workflows in aerospace design, reducing simulation times from days to seconds for airfoil optimization (Rowley and Dawson, 2016). In energy sectors, they enable real-time turbulence control for wind turbines and drag reduction in vehicles (Brunton and Noack, 2015; Kutz, 2017). Uncertainty quantification in these surrogates improves reliability for unseen flows, as shown in Koopman operator embeddings (Lusch et al., 2018; Brunton et al., 2016).

Key Research Challenges

Generalization to Unseen Flows

ML surrogates trained on specific CFD data often fail in novel regimes like varying Reynolds numbers. Brunton et al. (2016) highlight limitations in Koopman subspaces for nonlinear dynamics. Quantifying extrapolation uncertainty remains open (Kutz, 2017).

Physics Integration in NNs

Balancing data-driven flexibility with PDE constraints causes optimization instability in PINNs. Cuomo et al. (2022) note challenges in encoding stiff fluid equations. hp-VPINNs address domain decomposition but increase computational cost (Kharazmi et al., 2020).

Turbulence Closure Modeling

Subgrid-scale models require vast high-fidelity data, limiting scalability. Kutz (2017) discusses DNN limitations in high-dimensional turbulence. Closed-loop control demands real-time accuracy (Brunton and Noack, 2015).

Essential Papers

1.

Scientific Machine Learning Through Physics–Informed Neural Networks: Where we are and What’s Next

Salvatore Cuomo, Vincenzo Schiano Di Cola, Fabio Giampaolo et al. · 2022 · Journal of Scientific Computing · 1.8K citations

Abstract Physics-Informed Neural Networks (PINN) are neural networks (NNs) that encode model equations, like Partial Differential Equations (PDE), as a component of the neural network itself. PINNs...

2.

Data-driven discovery of partial differential equations

Samuel Rudy, Steven L. Brunton, Joshua L. Proctor et al. · 2017 · Science Advances · 1.5K citations

Researchers propose sparse regression for identifying governing partial differential equations for spatiotemporal systems.

3.

Deep learning for universal linear embeddings of nonlinear dynamics

Bethany Lusch, J. Nathan Kutz, Steven L. Brunton · 2018 · Nature Communications · 1.3K citations

4.

Deep learning in fluid dynamics

J. Nathan Kutz · 2017 · Journal of Fluid Mechanics · 783 citations

It was only a matter of time before deep neural networks (DNNs) – deep learning – made their mark in turbulence modelling, or more broadly, in the general area of high-dimensional, complex dynamica...

5.

Informed Machine Learning - A Taxonomy and Survey of Integrating Prior Knowledge into Learning Systems

Laura von Rueden, Sebastian Mayer, Katharina Beckh et al. · 2021 · IEEE Transactions on Knowledge and Data Engineering · 743 citations

Despite its great success, machine learning can have its limits when dealing\nwith insufficient training data. A potential solution is the additional\nintegration of prior knowledge into the traini...

6.

Model Reduction for Flow Analysis and Control

Clarence W. Rowley, Scott T. M. Dawson · 2016 · Annual Review of Fluid Mechanics · 718 citations

Advances in experimental techniques and the ever-increasing fidelity of numerical simulations have led to an abundance of data describing fluid flows. This review discusses a range of techniques fo...

7.

hp-VPINNs: Variational physics-informed neural networks with domain decomposition

Ehsan Kharazmi, Zhongqiang Zhang, George Em Karniadakis · 2020 · Computer Methods in Applied Mechanics and Engineering · 644 citations

Reading Guide

Foundational Papers

Start with Kutz (2017) for DNN overview in fluid dynamics (783 cites), then Rowley and Dawson (2016) for model reduction basics (718 cites), as they establish data abundance and low-dimensional analysis needs.

Recent Advances

Study Cuomo et al. (2022) for PINN advances (1842 cites) and Lusch et al. (2018) for universal embeddings (1266 cites) to grasp state-of-the-art neural surrogates.

Core Methods

Core techniques: PINNs (Cuomo et al., 2022), sparse regression (Rudy et al., 2017), Koopman operators (Brunton et al., 2016), and deep autoencoders (Lusch et al., 2018).

How PapersFlow Helps You Research Data-Driven Modeling of Fluid Dynamics

Discover & Search

Research Agent uses searchPapers('data-driven fluid dynamics PINNs turbulence') to find Cuomo et al. (2022) with 1842 citations, then citationGraph to map connections to Kutz (2017) and Rudy et al. (2017), and findSimilarPapers for 50+ related works on CFD surrogates.

Analyze & Verify

Analysis Agent applies readPaperContent on Kutz (2017) to extract DNN architectures for turbulence, verifyResponse with CoVe to check claims against Rudy et al. (2017), and runPythonAnalysis to replicate sparse regression on sample fluid velocity data with NumPy, graded A via GRADE for statistical fit.

Synthesize & Write

Synthesis Agent detects gaps in generalization from Lusch et al. (2018) vs. Rowley (2016), flags contradictions in PINN stability; Writing Agent uses latexEditText for surrogate model equations, latexSyncCitations for 20 papers, and latexCompile to generate a review section with exportMermaid for Koopman subspace diagrams.

Use Cases

"Reproduce sparse PDE discovery from fluid velocity data in Rudy et al. 2017"

Research Agent → searchPapers → Analysis Agent → runPythonAnalysis (NumPy sparse regression on sample spatiotemporal data) → matplotlib plot of discovered Navier-Stokes terms with R² verification.

"Draft LaTeX section on PINNs for turbulence closure comparing Cuomo 2022 and Kutz 2017"

Research Agent → exaSearch → Synthesis Agent → gap detection → Writing Agent → latexEditText + latexSyncCitations + latexCompile → PDF with embedded equations and citations.

"Find GitHub code for deep learning fluid embeddings from Lusch et al. 2018"

Research Agent → citationGraph → Code Discovery workflow (paperExtractUrls → paperFindGithubRepo → githubRepoInspect) → verified PyTorch repo with training scripts for nonlinear dynamics autoencoders.

Automated Workflows

Deep Research workflow scans 50+ papers via searchPapers on 'fluid dynamics neural surrogates', chains to DeepScan for 7-step verification of PINN methods in Cuomo et al. (2022), producing a structured report with GRADE scores. Theorizer generates hypotheses on hybrid PINN-Koopman models from Kutz (2017) and Brunton et al. (2016), using CoVe chain-of-verification. DeepScan applies runPythonAnalysis checkpoints for uncertainty quantification in Rudy et al. (2017) PDE fits.

Frequently Asked Questions

What defines data-driven modeling of fluid dynamics?

It trains ML surrogates on CFD or experimental data for tasks like turbulence closure and subgrid modeling, as in Kutz (2017) and Cuomo et al. (2022).

What are main methods used?

Methods include PINNs for PDE solving (Cuomo et al., 2022), sparse regression for PDE discovery (Rudy et al., 2017), and Koopman embeddings for dynamics (Lusch et al., 2018).

What are key papers?

Top papers: Cuomo et al. (2022, 1842 cites) on PINNs; Rudy et al. (2017, 1467 cites) on PDE discovery; Kutz (2017, 783 cites) on deep learning in fluids.

What open problems exist?

Challenges include generalization to unseen flows, stable physics integration, and scalable turbulence closure (Brunton et al., 2016; Kharazmi et al., 2020).

Research Model Reduction and Neural Networks with AI

PapersFlow provides specialized AI tools for Physics and Astronomy researchers. Here are the most relevant for this topic:

See how researchers in Physics & Mathematics use PapersFlow

Field-specific workflows, example queries, and use cases.

Physics & Mathematics Guide

Start Researching Data-Driven Modeling of Fluid Dynamics with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Physics and Astronomy researchers