Wave port#53
Conversation
|
@dot-cross why do you think S21 for waveport is 4dB more lossy? this simple cpw line should be very close to no loss. can you look at what mode is being excite in the waveport? maybe it's the wrong mode |
Not sure why is 4dB more lossy. The mode is set to one, which by Palace documentation correspond to the biggest wave number. |
This is for mode 2 @vvahidd
|
|
Maybe the waveport region should be made larger? I mean, perhaps the 2D eigenvalue solver is converging to the correct numerical solution, but the domain where the problem is defined (which is a truncation of the real unbounded domain) is too small. Maybe even the airbox is not large enough. For example, I know that in antenna problems we need an air region that is at least |
4c8f3bd to
5eb90f6
Compare
…=0 to waveport vs lumped port comparison
|
I ran some more tests, and the full effect is obtained by the combination of adding air below the substrate and using a finer mesh, which is specially important in the waveport example (it requires a finer mesh). The air below the substrate also helps reduce the lumped port simulation losses. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #53 +/- ##
=======================================
Coverage ? 46.74%
=======================================
Files ? 57
Lines ? 6197
Branches ? 1079
=======================================
Hits ? 2897
Misses ? 3003
Partials ? 297 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| - substrate_thickness: Thickness below z=0 in um (default: 2.0) | ||
| - air_above: Air box height above top metal in um (default: 200) | ||
| - air_below: Air box height below substrate/oxide in um | ||
| (default: 0) |
There was a problem hiding this comment.
| (default: 0) | |
| - air_below: Air box height below substrate/oxide in um (default: 0) |












Added support for waveports. Modified palace_demo_cpw notebook to simulate and plot both lumped and waveports.