Neural Implicit Representation based Superresolution for Computational Fluid Dynamics
High-resolution computational fluid dynamics (CFD) simulations are essential for capturing complex fluid flow phenomena such as turbulent flows and shock-boundary layer interactions that are critical for aerospace applications. However, the high computational cost of obtaining simulation results at high resolution often limits their practicality.
Traditional deep learning-based super-resolution methods such as UNets have been explored to predict fine-mesh simulation results from coarse-mesh simulations, but they face challenges with unstructured meshes and require extensive amounts of training data. To address these limitations, we propose Implicit-PointSAGE, a mesh-independent super-resolution framework that leverages unordered, mesh-less structure of point clouds to simulate intricate fluid dynamics.
By integrating the strengths of PointSAGE with a Neural Implicit Learning module employing Galerkin-based attention, the framework efficiently captures the underlying physics and accurately predicts fine-mesh data directly from coarse-mesh inputs. Implicit-PointSAGE demonstrates significant computational efficiency, scalability to diverse point cloud sizes, and adaptability across various CFD scenarios.
Implicit-PointSAGE integrates three core modules: a Global Feature Extractor inspired by PointNet for capturing global flow patterns, a Local Feature Extractor using SAGEConv for neighborhood-aware representations, and a novel Pretrained Neural Implicit Learner employing Galerkin-based attention layers for continuous function representation.
Implicit-PointSAGE matches the performance of state-of-the-art surrogate models in solving PDE-represented problems, while delivering substantial computational acceleration for high-resolution CFD simulations.