Simple microstrip line impedance mismatch #391
-
|
I made a simple test PCB with a substrate material. There are two lumped ports and the walls are PML so there is no reflection from the wall where the PCB ends. I experience a line impedance of 41Ohm at center frequency which is too low. I already used that substrate in real world application and measured an impedance for a trace like this and the impedance was not off that much. I suspect there is some issue with the simulation settings and I need your help. I attached a working python file to elaborate the geometry and run the simulation. At the moment there seems to be no way to consider loss tangent in openEMS so kappa is zero in that case. In my opinion that should not do much at that frequency. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
@GMellar Mesh density: I would add two more dense mesh lines outside the signal trace. Air around: You don't need that much empty space around the line/substrate volume, something like 2 * ground plane width plus PML margins should be enough. |
Beta Was this translation helpful? Give feedback.
-
|
Now I tried to put the excitation port away from the wall and set every wall except the y end wall to PEC. The port is still a port with a feed resistance of 50 ohm. The results do not make sense when driving the line into a PML wall. |
Beta Was this translation helpful? Give feedback.

I don't use Lubomirs script and I don't use STL. All my models are built from code using Python API, so that I have full control over all details. That's why I better stop here, not knowing what things your automation does internally to boundaries or mesh.
I have notified Lubomir that you are using his script and have a question here in the forum, hopefully he wil show up.