Reducing Meshing Requirements for Electrostatic Problems using a Galerkin Boundary Element Method

Benjamin Marussig,Thomas Rüberg,Jürgen Zechner,Lars Kielhorn,Thomas-Peter Fries
2024-12-12
Abstract:This work focuses on model preparation for electrostatic simulations of CAD designs to realize a rapid virtual prototyping concept. We present a boundary element method (BEM) allowing discontinuous fields between surfaces. The corresponding edges of the CAD model are enhanced with the data required to integrate over non-conforming elements. Finally, we generate a mesh for each CAD surface. The approach is verified via numerical experiments and shows excellent agreement with conforming BEM results.
Computational Engineering, Finance, and Science
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to simplify the model preparation process in electrostatics simulation to realize the concept of rapid virtual prototyping. Specifically, the authors focus on the electric fields of electrical devices in computational CAD (Computer - Aided Design) models. Before applying the Finite Element Method (FEM), there are two main challenges: 1. **The need from CAD models to volume discretization**: - CAD models are based on boundary representation (b - rep), while FEM requires spatial discretization of the volume of an object. - For example, Figure 2 shows the volume inside an insulator, and this volume needs to be represented by a volume mesh, which is crucial for FEM simulation. 2. **The problem of dealing with trimmed surfaces**: - CAD b - rep is usually composed of trimmed surfaces, and the parameterization of these surfaces is inconsistent with the visualized object (as shown in Figure 3). - These trimmed surfaces will produce some artifacts (such as inconsistent directions, large - area overlaps, small gaps and overlaps, singular vertices, etc.) during the mesh generation process, and these problems require a great deal of time and effort to solve. To solve the above problems, the authors propose a Boundary Element Method (BEM), which allows discontinuous fields between surfaces and deals with the integration of non - conforming elements by enhancing the data on the edges of CAD models. This method avoids the need for volume meshing and allows each trimmed surface to generate a mesh independently, thereby reducing the workload of mesh generation. ### Main contributions - **Reducing the need for mesh generation**: By using BEM, only the surface needs to be discretized instead of the entire volume. - **Allowing non - conforming meshes**: The proposed Galerkin BEM formulation allows non - conforming surface elements on the boundary representation (b - rep) boundaries and trim lines, further simplifying the mesh generation process. - **Enhancing CAD model data**: By enhancing the edge data of trimmed surfaces within the CAD system, the accuracy of mesh generation and simulation is ensured. ### Verification and results The authors verify the effectiveness of this method through numerical experiments and show a high degree of consistency with the results of traditional conforming BEM. Specific examples include the design of spherical electrodes and high - voltage bushings, proving the feasibility of this method in practical engineering applications. ### Summary This research significantly reduces the workload of mesh generation in electrostatics simulation by introducing the indirect Boundary Element Method (BEM) and enables CAD data to be more seamlessly integrated into the simulation process.