TL;DR
This paper introduces a novel convolutional neural network architecture for solving the Poisson equation on 2D grids, demonstrating high accuracy and efficiency, especially as an initial guess in iterative solvers, with potential applications in CFD.
Contribution
The paper presents a fully convolutional neural network that handles arbitrary boundary conditions and grid resolutions for the Poisson equation, outperforming existing models and improving iterative solver efficiency.
Findings
Achieves mean percentage errors below 10% on analytical test cases.
Reduces RMS error by over 90% after one iteration when used as an initial guess.
Demonstrates capacity to generalize to denser grids than trained on.
Abstract
The Poisson equation is commonly encountered in engineering, for instance in computational fluid dynamics (CFD) where it is needed to compute corrections to the pressure field to ensure the incompressibility of the velocity field. In the present work, we propose a novel fully convolutional neural network (CNN) architecture to infer the solution of the Poisson equation on a 2D Cartesian grid with different resolutions given the right hand side term, arbitrary boundary conditions and grid parameters. It provides unprecedented versatility for a CNN approach dealing with partial differential equations. The boundary conditions are handled using a novel approach by decomposing the original Poisson problem into a homogeneous Poisson problem plus four inhomogeneous Laplace sub-problems. The model is trained using a novel loss function approximating the continuous norm between the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTest
