Borrar filtros
Borrar filtros

MATLAB error: coarse mesh error (Antenna toolbox)?

5 visualizaciones (últimos 30 días)
Aggraj Gupta
Aggraj Gupta el 17 de Ag. de 2022
Respondida: Ayush el 1 de Sept. de 2023
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.

Respuestas (1)

Ayush
Ayush el 1 de Sept. de 2023
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!

Categorías

Más información sobre Analysis, Benchmarking, and Verification en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by