Replies: 2 comments
-
|
You are exactly right, i haven't added that feature yet. In the mean time you can use the ModalPort, that will take it into account. Ill add the dielectric constant for the next patch :) |
Beta Was this translation helpful? Give feedback.
-
|
As an update, it has been in the new EMerge for a wee bit. I can't remember when but at least since 2.0 I think. In any case for the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First off, this project is awesome, great work!
I was looking over the examples you have, and the waveguide BPF synthesizer caught my eye. I was impressed with how quickly that example ran and generated a filter. I noticed that you had an unused variable$\epsilon$ r or $\mu$ r. I haven't been able to dig into this code completely to verify that this would solve the issue, but it seems like that might be a good place to start. I'm wondering if you have any thoughts on this.
dielectric_constant = 1.0in there, and it got me thinking about dielectric filled waveguide filters. I tried modifying your example to work with dielectrics other than air/vacuum, but I wasn't able to get it working. I went through some of your code, and I think the fundamental issue might be that yourem.Simulation.mw.bc.RectangularWaveguideclass doesn't seem to properly handle the calculations when the dielectric isn't air/vacuum. Theget_betafunction doesn't account for different values ofBeta Was this translation helpful? Give feedback.
All reactions