paper-with-me

Papers

A Machine Learning accelerated geophysical fluid solver

2026-02-09 · Yang Bai arxiv

Machine learning methods have been successful in many areas, like image classification and natural language processing. However, it still needs to be determined how to apply ML to areas with mathematical constraints, like solving PDEs. Among various approaches to applying ML techniques to solving PDEs, the data-driven discretization method presents a promising way of accelerating and improving existing PDE solver on structured grids where it predicts the coefficients of quasi-linear stencils for computing values or derivatives of a function at given positions. It can improve the accuracy and stability of low-resolution simulation compared with using traditional finite difference or finite volume schemes. Meanwhile, it can also benefit from traditional numerical schemes like achieving conservation law by adapting finite volume type formulations. In this thesis, we have implemented the shallow water equation and Euler equation classic solver under a different framework. Experiments show that our classic solver performs much better than the Pyclaw solver. Then we propose four different deep neural networks for the ML-based solver. The results indicate that two of these approaches could output satisfactory solutions.

📄 PDF Abstract BibTeX arXiv:2602.08670

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Machine-Learned Preconditioners for Linear Solvers in Geophysical Fluid Flows

2020-10-06 · Jan Ackmann, Peter D. Düben, Tim N. Palmer, Piotr K. Smolarkiewicz

It is tested whether machine learning methods can be used for preconditioning to increase the performance of the linear solver -- the backbone of the semi-implicit, grid-point model approach for weather and climate model…

BIG-bench Machine Learning

JAX-MPM: A Learning-Augmented Differentiable Meshfree Framework for GPU-Accelerated Lagrangian Simulation and Geophysical Inverse Modeling

2025-07-06 · Honghui Du, QiZhi He arxiv

Differentiable programming has emerged as a powerful paradigm in scientific computing, enabling automatic differentiation through simulation pipelines and naturally supporting both forward and inverse modeling. We presen…

Machine learning accelerated computational fluid dynamics

2021-01-28 · Dmitrii Kochkov, Jamie A. Smith, Ayya Alieva, Qing Wang 외

Numerical simulation of fluids plays an essential role in modeling many physical phenomena, such as weather, climate, aerodynamics and plasma physics. Fluids are well described by the Navier-Stokes equations, but solving…

BIG-bench Machine Learning

Towards General Neural Surrogate Solvers with Specialized Neural Accelerators

2024-05-02 · Chenkai Mao, Robert Lupoiu, Tianxiang Dai, Mingkun Chen 외

Surrogate neural network-based partial differential equation (PDE) solvers have the potential to solve PDEs in an accelerated manner, but they are largely limited to systems featuring fixed domain sizes, geometric layout…

Unity

Plug-and-Play Benchmarking of Reinforcement Learning Algorithms for Large-Scale Flow Control

2026-01-21 · Jannis Becktepe, Aleksandra Franz, Nils Thuerey, Sebastian Peitz arxiv

Reinforcement learning (RL) has shown promising results in active flow control (AFC), yet progress in the field remains difficult to assess as existing studies rely on heterogeneous observation and actuation schemes, num…

Reinforcement Learning