Graph Neural Network for Stress Predictions in Stiffened Panels Under Uniform Loading

Yuecheng Cai,Jasmin Jelovica
2023-09-23
Abstract:Machine learning (ML) and deep learning (DL) techniques have gained significant attention as reduced order models (ROMs) to computationally expensive structural analysis methods, such as finite element analysis (FEA). Graph neural network (GNN) is a particular type of neural network which processes data that can be represented as graphs. This allows for efficient representation of complex geometries that can change during conceptual design of a structure or a product. In this study, we propose a novel graph embedding technique for efficient representation of 3D stiffened panels by considering separate plate domains as vertices. This approach is considered using Graph Sampling and Aggregation (GraphSAGE) to predict stress distributions in stiffened panels with varying geometries. A comparison between a finite-element-vertex graph representation is conducted to demonstrate the effectiveness of the proposed approach. A comprehensive parametric study is performed to examine the effect of structural geometry on the prediction performance. Our results demonstrate the immense potential of graph neural networks with the proposed graph embedding method as robust reduced-order models for 3D structures.
Machine Learning
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to efficiently predict the stress distribution of stiffened plates under uniform loads using graph neural networks (GNNs) under complex geometric shape changes. Specifically, although the traditional finite element analysis (FEA) method can perform structural analysis accurately, its computational cost increases significantly as the complexity of the model rises, especially when frequent remeshing is required during the structural optimization process. In addition, traditional reduced - order models (ROMs) such as multivariate adaptive regression splines (MARS), Kriging (KRG), radial basis functions (RBF), and response surface methods (RSM) have limitations when dealing with complex engineering problems, and may lose accuracy especially when the structural geometry changes. To solve these problems, the author proposes a new graph embedding technique. By regarding different parts of the stiffened plate (such as the plate domain and stiffening ribs) as nodes in the graph, the GraphSAGE (Graph Sampling and Aggregation) network is used to predict the stress distribution of stiffened plates with different geometric shapes. This method can not only effectively represent complex 3D structures, but also maintain high prediction accuracy while reducing the consumption of computational resources. The paper also verifies the effectiveness of the proposed method by comparing it with the traditional graph representation method based on finite element nodes, and explores the influence of geometric changes on prediction performance through a parameter study.