MATLAB error: coarse mesh error (Antenna toolbox)?

10 次查看(过去 30 天)
Hi
I created a custom pixelated microstrip antenna (with air as the substrate) using antenna toolbox.
I tried meshing the antenna at "MaxEdgeLength" set as lambda/5, where lambda corresponds to the highest frequency in the span of interest. The simulation runs well for few structures, but for a few structures, MATLAB throws an eror stating that:
"Error in meshing, possible because of coarser mesh. Please refine the mesh manually."
But I want to simulate the same structure with the same mesh density, i.e lambda/5. Please help me out here, if anyone has some idea on how to do it?
Thanks in advance.

回答(1 个)

Ayush
Ayush 2023-9-1
Hey Aggraj,
I understand that you have created a custom pixelated microstrip antenna using the Antenna Toolbox in MATLAB and have attempted to mesh the antenna using a maximum edge length (MaxEdgeLength) set as lambda/5, where lambda corresponds to the highest frequency of interest.
However, you encountered an error during meshing for certain structures. MATLAB throws an error message stating that the meshing failed, possibly due to a coarser mesh, and suggests refining the mesh manually.
You want to simulate the same structure with the desired mesh density of lambda/5.
To address this issue, there are a few possible approaches:
  1. Refine the mesh manually: You can manually refine the mesh in the problematic regions. This can be done by specifying smaller mesh sizes or using mesh refinement techniques provided by the Antenna Toolbox or MATLAB's PDE Toolbox.
  2. Adjust meshing parameters: Experiment with different meshing parameters, such as the maximum edge length or element size, to find a suitable mesh density that works for all structures.
  3. Use adaptive meshing: Consider using adaptive meshing techniques that automatically refine the mesh in regions with high gradients or variations. This can help achieve a finer mesh in critical areas while maintaining a coarser mesh in less important regions.
For more information regarding the Antenna Toolbox, you can refer its documentation: Antenna Toolbox Documentation - MathWorks India
Hope this helps!

类别

Help CenterFile Exchange 中查找有关 Analysis, Benchmarking, and Verification 的更多信息

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by