Point-Cloud-based Deep Learning Models for Finite Element Analysis

Meduri Venkata Shivaditya,Francesca Bugiotti,Frederic Magoules
DOI: https://doi.org/10.48550/arXiv.2211.10073
2022-11-18
Abstract:In this paper, we explore point-cloud based deep learning models to analyze numerical simulations arising from finite element analysis. The objective is to classify automatically the results of the simulations without tedious human intervention. Two models are here presented: the Point-Net classification model and the Dynamic Graph Convolutional Neural Net model. Both trained point-cloud deep learning models performed well on experiments with finite element analysis arising from automotive industry. The proposed models show promise in automatizing the analysis process of finite element simulations. An accuracy of 79.17% and 94.5% is obtained for the Point-Net and the Dynamic Graph Convolutional Neural Net model respectively.
Numerical Analysis
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to reduce human intervention by automatically analyzing the simulation results generated by Finite Element Analysis (FEM). Specifically, the author aims to develop a deep - learning model based on point clouds for automatically classifying the results of FEM simulations without cumbersome manual inspection and preliminary verification. ### Problem Background The Finite Element Method (FEM) is widely used to simulate physical phenomena in the real world, such as computational mechanics, fluid mechanics, and heat conduction. In FEM, mathematical equations are reformulated through variational formulas and discretized in time and space. The discretization is carried out on a grid, and the quality of the grid directly affects the quality of the approximate solution. However, the simulation results generated by FEM usually require manual inspection, which is a time - consuming process that requires human intervention. ### Research Objectives To automate this process, the paper explores two deep - learning models based on point clouds: 1. **Point - Net Classification Model** 2. **Dynamic Graph Convolutional Neural Net (DGCNN)** The goal of these models is to automatically classify "normal" and "abnormal" results from FEM simulation results. A specific application case is the finite - element simulation of acoustic noise inside a car, and the results are divided into two categories according to the high - sound - pressure areas near the car windows: high - noise level and low - noise level. ### Data Set The data set consists of 72 finite - element grids, and each grid is marked as "normal" or "abnormal" by manual visual inspection. The data set is divided into a training set (66.6%) and a test set (33.3%) for training and evaluating the models. ### Model Performance The experimental results show that both models perform well in the classification task: - The accuracy of the Point - Net model on the test set is 79.17%. - The accuracy of the DGCNN model on the test set is 94.5%. The DGCNN model outperforms the Point - Net model in the classification task because it can better capture local features. ### Conclusion This research shows that deep - learning models based on point clouds can effectively automate the analysis process of FEM simulation results. In particular, the DGCNN model performs excellently in the classification task and has high accuracy. This provides strong support for further improving the automation degree of FEM simulation result analysis in the future.