Learning Effective Dynamics across Spatio-Temporal Scales of Complex Flows
Han Gao, Sebastian Kaltenbach, Petros Koumoutsakos
TL;DR
The paper tackles the challenge of simulating multiscale spatiotemporal dynamics in incompressible flows on unstructured meshes, where full-resolution CFD is too expensive. It introduces Graph-LED, which combines a graph neural network (GNN) encoder–decoder for spatial dimension reduction with a Transformer-based autoregressive temporal model to forecast reduced dynamics. The method maps the high-dimensional state $U_0$ to a latent $Z_0$, propagates for $n$ steps via the Transformer, and decodes back to $U_n$; training is decoupled for efficiency. Evaluations on flow past a cylinder at $Re=696$ and flow over a backward-facing step at $Re=5000$ show close agreement with high-fidelity simulations while delivering up to $900$-fold speedups, outperforming existing graph-based baselines on key metrics.
Abstract
Modeling and simulation of complex fluid flows with dynamics that span multiple spatio-temporal scales is a fundamental challenge in many scientific and engineering domains. Full-scale resolving simulations for systems such as highly turbulent flows are not feasible in the foreseeable future, and reduced-order models must capture dynamics that involve interactions across scales. In the present work, we propose a novel framework, Graph-based Learning of Effective Dynamics (Graph-LED), that leverages graph neural networks (GNNs), as well as an attention-based autoregressive model, to extract the effective dynamics from a small amount of simulation data. GNNs represent flow fields on unstructured meshes as graphs and effectively handle complex geometries and non-uniform grids. The proposed method combines a GNN based, dimensionality reduction for variable-size unstructured meshes with an autoregressive temporal attention model that can learn temporal dependencies automatically. We evaluated the proposed approach on a suite of fluid dynamics problems, including flow past a cylinder and flow over a backward-facing step over a range of Reynolds numbers. The results demonstrate robust and effective forecasting of spatio-temporal physics; in the case of the flow past a cylinder, both small-scale effects that occur close to the cylinder as well as its wake are accurately captured.
