planar transmission line examples #2493
-
To get familiar with meep I'm going to build a basic microstrip model for simulation. 1 does anyone know of some code to give me a starting point ? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
In most cases you should use PML in meep. |
Beta Was this translation helpful? Give feedback.
In most cases you should use PML in meep.
for the simulation of microstrip ,you can refer to this tutorial https://meep.readthedocs.io/en/latest/Python_Tutorials/Eigenmode_Source/.
but if the microstrip is made of PEC or lossy metal, maybe you need to develop the function of discrete port by yourself(see #2457).