LGFLU-DYNAug 26, 2024

A domain decomposition-based autoregressive deep learning model for unsteady and nonlinear partial differential equations

arXiv:2408.14461v31 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the problem of efficient and scalable simulation of complex PDEs for researchers in computational physics and engineering, though it appears incremental as it builds on existing DL methods with domain decomposition.

The paper tackles modeling unsteady and nonlinear PDEs by proposing a domain-decomposition-based deep learning framework that reduces computational complexity and enhances scalability, demonstrating outperformance over FNO and U-Net in accuracy, extrapolation, and stability for various use cases.

In this paper, we propose a domain-decomposition-based deep learning (DL) framework, named transient-CoMLSim, for accurately modeling unsteady and nonlinear partial differential equations (PDEs). The framework consists of two key components: (a) a convolutional neural network (CNN)-based autoencoder architecture and (b) an autoregressive model composed of fully connected layers. Unlike existing state-of-the-art methods that operate on the entire computational domain, our CNN-based autoencoder computes a lower-dimensional basis for solution and condition fields represented on subdomains. Timestepping is performed entirely in the latent space, generating embeddings of the solution variables from the time history of embeddings of solution and condition variables. This approach not only reduces computational complexity but also enhances scalability, making it well-suited for large-scale simulations. Furthermore, to improve the stability of our rollouts, we employ a curriculum learning (CL) approach during the training of the autoregressive model. The domain-decomposition strategy enables scaling to out-of-distribution domain sizes while maintaining the accuracy of predictions -- a feature not easily integrated into popular DL-based approaches for physics simulations. We benchmark our model against two widely-used DL architectures, Fourier Neural Operator (FNO) and U-Net, and demonstrate that our framework outperforms them in terms of accuracy, extrapolation to unseen timesteps, and stability for a wide range of use cases.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes