Borrar filtros
Borrar filtros

Antenna coarsen mesh on outer contour, parameters

2 visualizaciones (últimos 30 días)
apex_fractal
apex_fractal el 23 de Feb. de 2023
Editada: apex_fractal el 2 de Mzo. de 2023
Hi,
I am using the Antenna Toolbox to create a PCB-Patch Antenna, i have a few Problems with the mesh:
Please look at the picture below, it shows one of the 4 edges (dielectric) of my rectangular PCB-Patchantenna, the top metal layer is only in the middle and does not reach the rim, the GND layer shape is the same as the dielectric. The Feed sits in the middle. My problem is that the mesh always gets very fine at the outer contours of the board (although a coarse mesh would be totally sufficient), and i am doing antena optimization so i really need to minimize the computation speed. How can I get the mesh(...) - function to coarsen the mesh on the outside but leave it fine as it is on the inside?
Thank you very much!

Respuestas (1)

Raghunathraju
Raghunathraju el 28 de Feb. de 2023
Hi,
As per my understanding, you want to customize mesh.
You can set mesh mode to manual. You can also adjust the MaxEdgeLength and MinEdgeLength to customize mesh.
For more information go through the following links
  3 comentarios
Raghunathraju
Raghunathraju el 1 de Mzo. de 2023
Hi apex,
p=patchMicrostrip('Substrate',dielectric('Fr4'));
pcb=pcbStack(p);
mesh(pcb,'MaxEdgeLength',0.1);
In tha above figure mesh is coarse at the outer edge.we can give you a better solution if you can share us the reproduction steps.
apex_fractal
apex_fractal el 2 de Mzo. de 2023
Editada: apex_fractal el 2 de Mzo. de 2023
Hi, thanks for your answer, I have also tried this many times, it still produces a fine mesh at the rim. I would like to show you my code, but I am not allowed to post It publicly, is there a way how I can forward it to you only?

Iniciar sesión para comentar.

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by