A Deep Learning Algorithm for Piecewise Linear Interface Construction
(PLIC)
- URL: http://arxiv.org/abs/2107.13067v1
- Date: Tue, 27 Jul 2021 20:04:51 GMT
- Title: A Deep Learning Algorithm for Piecewise Linear Interface Construction
(PLIC)
- Authors: Mohammadmehdi Ataei, Erfan Pirmorad, Franco Costa, Sejin Han, Chul B
Park, Markus Bussmann
- Abstract summary: Piecewise Linear Interface Construction (PLIC) is frequently used to geometrically reconstruct fluid interfaces in Computational Fluid Dynamics.
In this work, we propose a deep learning model for the solution to the forward problem of PLIC by only making use of its inverse problem.
The proposed model is up to several orders of magnitude faster than traditional schemes, which significantly reduces the computational bottleneck of PLIC in CFD simulations.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Piecewise Linear Interface Construction (PLIC) is frequently used to
geometrically reconstruct fluid interfaces in Computational Fluid Dynamics
(CFD) modeling of two-phase flows. PLIC reconstructs interfaces from a scalar
field that represents the volume fraction of each phase in each computational
cell. Given the volume fraction and interface normal, the location of a linear
interface is uniquely defined. For a cubic computational cell (3D), the
position of the planar interface is determined by intersecting the cube with a
plane, such that the volume of the resulting truncated polyhedron cell is equal
to the volume fraction. Yet it is geometrically complex to find the exact
position of the plane, and it involves calculations that can be a computational
bottleneck of many CFD models. However, while the forward problem of 3D PLIC is
challenging, the inverse problem, of finding the volume of the truncated
polyhedron cell given a defined plane, is simple. In this work, we propose a
deep learning model for the solution to the forward problem of PLIC by only
making use of its inverse problem. The proposed model is up to several orders
of magnitude faster than traditional schemes, which significantly reduces the
computational bottleneck of PLIC in CFD simulations.
Related papers
- Geometric Operator Learning with Optimal Transport [77.16909146519227]
We propose integrating optimal transport (OT) into operator learning for partial differential equations (PDEs) on complex geometries.<n>For 3D simulations focused on surfaces, our OT-based neural operator embeds the surface geometry into a 2D parameterized latent space.<n> Experiments with Reynolds-averaged Navier-Stokes equations (RANS) on the ShapeNet-Car and DrivAerNet-Car datasets show that our method achieves better accuracy and also reduces computational expenses.
arXiv Detail & Related papers (2025-07-26T21:28:25Z) - A 3D Machine Learning based Volume Of Fluid scheme without explicit interface reconstruction [0.0]
We present a machine-learning based Volume Of Fluid method to simulate multi-material flows on three-dimensional domains.<n>One of the novelties of the method is that the flux fraction is computed by evaluating a previously trained neural network.<n>We observe numerical convergence as the size of the mesh tends to zero $h=1/N_hsearrow 0$, with a better rate than two reference schemes.
arXiv Detail & Related papers (2025-07-07T17:30:00Z) - A Geometry-Aware Message Passing Neural Network for Modeling Aerodynamics over Airfoils [61.60175086194333]
aerodynamics is a key problem in aerospace engineering, often involving flows interacting with solid objects such as airfoils.
Here, we consider modeling of incompressible flows over solid objects, wherein geometric structures are a key factor in determining aerodynamics.
To effectively incorporate geometries, we propose a message passing scheme that efficiently and expressively integrates the airfoil shape with the mesh representation.
These design choices lead to a purely data-driven machine learning framework known as GeoMPNN, which won the Best Student Submission award at the NeurIPS 2024 ML4CFD Competition, placing 4th overall.
arXiv Detail & Related papers (2024-12-12T16:05:39Z) - Proper Latent Decomposition [4.266376725904727]
We compute a reduced set of intrinsic coordinates (latent space) to accurately describe a flow with fewer degrees of freedom than the numerical discretization.
With this proposed numerical framework, we propose an algorithm to perform PLD on the manifold.
This work opens opportunities for analyzing autoencoders and latent spaces, nonlinear reduced-order modeling and scientific insights into the structure of high-dimensional data.
arXiv Detail & Related papers (2024-12-01T12:19:08Z) - Aero-Nef: Neural Fields for Rapid Aircraft Aerodynamics Simulations [1.1932047172700866]
This paper presents a methodology to learn surrogate models of steady state fluid dynamics simulations on meshed domains.
The proposed models can be applied directly to unstructured domains for different flow conditions.
Remarkably, the method can perform inference five order of magnitude faster than the high fidelity solver on the RANS transonic airfoil dataset.
arXiv Detail & Related papers (2024-07-29T11:48:44Z) - Geometry-Informed Neural Operator for Large-Scale 3D PDEs [76.06115572844882]
We propose the geometry-informed neural operator (GINO) to learn the solution operator of large-scale partial differential equations.
We successfully trained GINO to predict the pressure on car surfaces using only five hundred data points.
arXiv Detail & Related papers (2023-09-01T16:59:21Z) - Data-efficient learning for 3D mirror symmetry detection [9.904746542801838]
We introduce a geometry-inspired deep learning method for detecting 3D mirror plane from single-view images.
We extract semantic features, calculate intra-pixel correlations, and build a 3D correlation volume for each plane.
Experiments on both synthetic and real-world datasets show the benefit of 3D mirror geometry in improving data efficiency and inference speed.
arXiv Detail & Related papers (2021-12-23T14:37:52Z) - Deep Learning Approximation of Diffeomorphisms via Linear-Control
Systems [91.3755431537592]
We consider a control system of the form $dot x = sum_i=1lF_i(x)u_i$, with linear dependence in the controls.
We use the corresponding flow to approximate the action of a diffeomorphism on a compact ensemble of points.
arXiv Detail & Related papers (2021-10-24T08:57:46Z) - Consistent and symmetry preserving data-driven interface reconstruction
for the level-set method [0.0]
We focus on interface reconstruction (IR) in the level-set method, i.e. the computation of the volume fraction and apertures.
The proposed approach improves accuracy for coarsely resolved interfaces and recovers the conventional IR for high resolutions.
We provide details of floating point symmetric implementation and computational efficiency.
arXiv Detail & Related papers (2021-04-23T13:21:10Z) - ResNet-LDDMM: Advancing the LDDMM Framework Using Deep Residual Networks [86.37110868126548]
In this work, we make use of deep residual neural networks to solve the non-stationary ODE (flow equation) based on a Euler's discretization scheme.
We illustrate these ideas on diverse registration problems of 3D shapes under complex topology-preserving transformations.
arXiv Detail & Related papers (2021-02-16T04:07:13Z) - DiffPD: Differentiable Projective Dynamics with Contact [65.88720481593118]
We present DiffPD, an efficient differentiable soft-body simulator with implicit time integration.
We evaluate the performance of DiffPD and observe a speedup of 4-19 times compared to the standard Newton's method in various applications.
arXiv Detail & Related papers (2021-01-15T00:13:33Z) - Depth Completion using Piecewise Planar Model [94.0808155168311]
A depth map can be represented by a set of learned bases and can be efficiently solved in a closed form solution.
However, one issue with this method is that it may create artifacts when colour boundaries are inconsistent with depth boundaries.
We enforce a more strict model in depth recovery: a piece-wise planar model.
arXiv Detail & Related papers (2020-12-06T07:11:46Z) - NPLIC: A Machine Learning Approach to Piecewise Linear Interface
Construction [0.0]
We propose an alternative neural network based method called NPLIC to perform PLIC calculations.
We show that this data-driven approach results in accurate calculations at a fraction of the usual computational cost.
arXiv Detail & Related papers (2020-06-26T16:48:53Z) - PUGeo-Net: A Geometry-centric Network for 3D Point Cloud Upsampling [103.09504572409449]
We propose a novel deep neural network based method, called PUGeo-Net, to generate uniform dense point clouds.
Thanks to its geometry-centric nature, PUGeo-Net works well for both CAD models with sharp features and scanned models with rich geometric details.
arXiv Detail & Related papers (2020-02-24T14:13:29Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.