An Adaptive Framework for Autoregressive Forecasting in CFD Using Hybrid Modal Decomposition and Deep Learning
Rodrigo Abadía-Heredia, Manuel Lopez-Martin, Soledad Le Clainche
TL;DR
This work tackles the high computational burden of long-horizon CFD simulations by introducing a fully data-driven adaptive framework that stabilizes autoregressive deep-learning forecasts through iterative retraining on newly generated data. It combines proper orthogonal decomposition with a forecasting DL model (POD-DL) to predict POD coefficients, and employs an adaptive loop with initial and retraining data pools, transfer learning, and explicit speedup metrics such as PPE and TCS. The approach is validated on laminar and turbulent flow regimes, including a cylinder wake and an isothermal jet, achieving substantial cost reductions (up to 95%) while maintaining physical fidelity, though performance degrades when distribution shifts are not captured in retraining. The work provides a practical path toward accelerating CFD workflows with data-driven surrogates, supported by open-source code and a clear framework for adapting to evolving flow dynamics across diverse applications.
Abstract
This work presents, to the best of the authors' knowledge, the first generalizable and fully data-driven adaptive framework designed to stabilize deep learning (DL) autoregressive forecasting models over long time horizons, with the goal of reducing the computational cost required in computational fluid dynamics (CFD) simulations.The proposed methodology alternates between two phases: (i) predicting the evolution of the flow field over a selected time interval using a trained DL model, and (ii) updating the model with newly generated CFD data when stability degrades, thus maintaining accurate long-term forecasting. This adaptive retraining strategy ensures robustness while avoiding the accumulation of predictive errors typical in autoregressive models. The framework is validated across three increasingly complex flow regimes, from laminar to turbulent, demonstrating from 30 \% to 95 \% reduction in computational cost without compromising physical consistency or accuracy. Its entirely data-driven nature makes it easily adaptable to a wide range of time-dependent simulation problems. The code implementing this methodology is available as open-source and it will be integrated into the upcoming release of the ModelFLOWs-app.
