FLU-DYNAILGMay 27, 2022

Experience report of physics-informed neural networks in fluid simulations: pitfalls and frustration

arXiv:2205.14249v360 citationsh-index: 24
Originality Synthesis-oriented
AI Analysis

This is an incremental experience report highlighting challenges for researchers interested in data-free PINNs in fluid simulations.

The authors tackled solving Navier-Stokes equations using physics-informed neural networks (PINNs) without given data, finding that PINNs required 32 hours to match a 16x16 finite-difference simulation's accuracy in 20 seconds for a 2D Taylor-Green vortex, and failed to capture vortex shedding in a 2D cylinder flow.

Though PINNs (physics-informed neural networks) are now deemed as a complement to traditional CFD (computational fluid dynamics) solvers rather than a replacement, their ability to solve the Navier-Stokes equations without given data is still of great interest. This report presents our not-so-successful experiments of solving the Navier-Stokes equations with PINN as a replacement for traditional solvers. We aim to, with our experiments, prepare readers for the challenges they may face if they are interested in data-free PINN. In this work, we used two standard flow problems: 2D Taylor-Green vortex at Re=100 and 2D cylinder flow at Re=200. The PINN method solved the 2D Taylor-Green vortex problem with acceptable results, and we used this flow as an accuracy and performance benchmark. About 32 hours of training were required for the PINN method's accuracy to match the accuracy of a 16x16 finite-difference simulation, which took less than 20 seconds. The 2D cylinder flow, on the other hand, did not produce a physical solution. The PINN method behaved like a steady-flow solver and did not capture the vortex shedding phenomenon. By sharing our experience, we would like to emphasize that the PINN method is still a work-in-progress, especially in terms of solving flow problems without any given data. More work is needed to make PINN feasible for real-world problems in such applications.

Foundations

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

Your Notes