paper-with-me

Papers

Surrogate Model for Shallow Water Equations Solvers with Deep Learning

2021-12-20 · Yalan Song, Chaopeng Shen, Xiaofeng Liu

Shallow water equations are the foundation of most models for flooding and river hydraulics analysis. These physics-based models are usually expensive and slow to run, thus not suitable for real-time prediction or parameter inversion. An attractive alternative is surrogate model. This work introduces an efficient, accurate, and flexible surrogate model, NN-p2p, based on deep learning and it can make point-to-point predictions on unstructured or irregular meshes. The new method was evaluated and compared against existing methods based on convolutional neural networks (CNNs), which can only make image-to-image predictions on structured or regular meshes. In NN-p2p, the input includes both spatial coordinates and boundary features that can describe the geometry of hydraulic structures, such as bridge piers. All surrogate models perform well in predicting flow around different types of piers in the training domain. However, only NN-p2p works well when spatial extrapolation is performed. The limitations of CNN-based methods are rooted in their raster-image nature which cannot capture boundary geometry and flow features exactly, which are of paramount importance to fluid dynamics. NN-p2p also has good performance in predicting flow around piers unseen by the neural network. The NN-p2p model also respects conservation laws more strictly. The application of the proposed surrogate model was demonstrated by calculating the drag coefficient $C_D$ for piers and a new linear relationship between $C_D$ and the logarithmic transformation of pier's length/width ratio was discovered.

📄 PDF Abstract BibTeX arXiv:2112.10889

Code (1)

psu-efd/surrogate_modeling_swes 공식 구현

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Bathymetry Inversion using a Deep-Learning-Based Surrogate for Shallow Water Equations Solvers

2022-03-05 · Xiaofeng Liu, Yalan Song, Chaopeng Shen

River bathymetry is critical for many aspects of water resources management. We propose and demonstrate a bathymetry inversion method using a deep-learning-based surrogate for shallow water equations solvers. The surroga…

DecoderManagement

Toward AI-Driven Digital Twins for Metropolitan Floods: A Conditional Latent Dynamics Network Surrogate of the Shallow Water Equations

2026-05-13 · Phillip Si, Yuan Qiu, Omar Sallam, Jeremy Feinstein 외 arxiv

AI-driven flood digital twins demand fast hydrodynamic surrogates for ensemble forecasting and observation assimilation. Yet even GPU-accelerated two-dimensional shallow water equation (SWE) solvers still require $\sim 5…

Scientific Machine Learning of Flow Resistance Using Universal Shallow Water Equations with Differentiable Programming

2025-02-18 · Xiaofeng Liu, Yalan Song

Shallow water equations (SWEs) are the backbone of most hydrodynamics models for flood prediction, river engineering, and many other water resources applications. The estimation of flow resistance, i.e., the Manning's ro…

Sensitivity

Explain Like I'm Five: Using LLMs to Improve PDE Surrogate Models with Text

2024-10-02 · Cooper Lorsung, Amir Barati Farimani

Solving Partial Differential Equations (PDEs) is ubiquitous in science and engineering. Computational complexity and difficulty in writing numerical solvers has motivated the development of data-driven machine learning t…

Sentence

Enhanced accuracy through ensembling of randomly initialized auto-regressive models for time-dependent PDEs

2025-07-05 · Ishan Khurjekar, Indrashish Saha, Lori Graham-Brady, Somdatta Goswami arxiv

Systems governed by partial differential equations (PDEs) require computationally intensive numerical solvers to predict spatiotemporal field evolution. While machine learning (ML) surrogates offer faster solutions, auto…