Meshing
Meshing is the process of converting the continuous domain into the discrete domain for solving the equations. For discretizing surfaces, typically either triangles or rectangles are used. Antenna Toolbox™ uses triangles to mesh metal antennas and tetrahedra to mesh dielectrics. Both the above methods conform better for arbitrary shaped surfaces. The triangles are used to approximate the surface current using the Rao-Wilton-Glisson (RWG) basis functions. To get an accurate result, ensure that large number of triangles are present in the region where current variation is the highest. This region is typically either the corners in the antenna geometry or at the point where the antenna is excited.
Objects
MeshReader | Read properties of mesh (Since R2023b) |
Functions
mesh | Generate and view mesh for antennas, arrays, and custom shapes |
meshconfig | Change meshing mode of antenna, array, custom antenna, custom array, or custom geometry |
memoryEstimate | Estimate memory required to solve antenna or array mesh (Since R2024a) |
Topics
- Meshing
Method of Moments (MoM) is a numerical method that transforms Maxwell’s continuous integral equations into an approximate discrete formulation that requires inversion of a large matrix.