-
Notifications
You must be signed in to change notification settings - Fork 732
Description
Hi everyone,
For circuit board EM simulations below 100 GHz the substrate dispersion in other simulators is often modeled using a wideband Debye model (a.k.a Svensson/Djordjevic model). As that model is derived from an infinite series of resonances, I tried fitting a finite number of Lorentzian oscillators for the substrate susceptibility in Meep:
That implementation seems to work (if the Dourant factor is adjusted properly), but even a relatively small number of oscillators (6-8) already slows down the simulation significantly.
Now my question: Would it be a big effort to extend Meep and implement the Svensson/Djordjevic model? I'm not an expert here, but wouldn't that be more efficient than my poor-man's approach using all those Lorentzians?
The Djordjevic paper:
https://doi.org/10.1109/15.974647
A nice presentation with some more background information, see slide 31 and above:
https://www.simberian.com/Presentations/Tutorial_A_Material_World_Final.pdf
Regards,
Vincent
