Dielectric loss for wideband models #99
Replies: 3 comments 15 replies
-
Well as I have stated many times, using just the dielectric conductivity can always only be a narrow band model for the tanD values. |
Beta Was this translation helpful? Give feedback.
-
Hello, I finally found some time to take a deeper look. The Djordjevic-Sarkar model [1] was originally developed for FR4-type materials based on measured data. The idea is to have epsilon'' (imaginary part) approximately constant between two conrner frequencies w1 = 10^m1 (lower limit) and w2 = 10^m2 (upper limit). With this assumption it is possible to create a wideband model with only one epsilonR, tand pair at a single frequeny (I think this is what many users want and are used to from commercial software). According to multiple sources this model works well for materials with an almost constant loss tangend (very common for PCB materials). I think it would be a valuable option to have such a simple model in openEMS. The Djordjevic model is roughly speaking a Debye model with an infinite number of terms, but it can be approximated by a finite number of poles. With some math it is possible to solve for the unknowns by choosing an appropriate number of Terms. In a second step the Debye model can be (approximately) converted into the openEMS Lorentz model as defined in openEMS (details here). The current state of my work is an octave script that takes a epsilonR and a tand value at one frequency and outputs the values for the openEMS Lorentz terms for use in a simulation script. The example from above for Er=9.8, tand=0.01, f_fit=1GHz and 6 Terms: By using more terms the fit can be extended to lower frequencies. The multi-term Debye model "wrapps" around the idealized Djordjevic-Sarkar model. The openEMS Lorentz model follows the Debye model closely with my chosen set of parmeters. In openEMS the 6-Term material model is defined in the following way:
Finally the simulation result of the example suggested by @VolkerMuehlhaus: The result looks similar to the Sonnet simulation from above. It is now also clear to me, that the method of "calculating kappa from tand" is only a very! narrowband approximation. The Kappa/Sigma/Conductiviy in the lorentz-Debeye model is really the DC-conductivity of the substrate which has an influence for low frequencies around DC. I hope that this is of interest for some pepole. It should also be possible to fit the Debye model to a set of input data points (one term per data point) for materials that are not approximated by the Djordjevic-Sarkar model closely. Is this of interest? It can be found in commercial software. I will make the equations and documentation available at some time (when I find the time to document it). If this is useful: How to make it available for users? As a standalone tool? Or as a function within openEMS? Other suggestions? Regards, [1] Djordjevic, Antonije R., et al. "Wideband frequency-domain characterization of FR-4 and time-domain causality." IEEE Transactions on electromagnetic compatibility 43.4 (2001): 662-667. |
Beta Was this translation helpful? Give feedback.
-
One more question: Does the omega value of kappa (2*pi*Hz) use our target frequency for simulation, or the measurement frequency from the data sheet? Laminate manufacturers tend to specify tan-d as measured at a particular frequency(s). For example, this Rogers data sheet shows that they were measured at 10GHz and 2.5GHz on the third row: Thus, for RO4003C, if our target simulation frequency is 1GHz, then should we use |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I would like to follow up on the loss tangent model topic that came up inthe SMA-to-CPW model discussion:
#88 (reply in thread)
My understanding is that openEMS does not support dielectric loss tangent, and we need to convert loss tangent into conductivity (sigma in the equation below, openEMS parameter Kappa). However, that calculation is valid (exact) at one frequency only.
To check the effect, I used Thorstens lossy microstrip example and added the tand->kappa calculation at center frequency. Metal is set to almost perfect conductor in that model (very high conductivity), so that we only see the effect of dielectric loss.
Below is the comparison to the Sonnet MoM solver which can handle dielectric loss: the openEMS results agrees at center frequency where the tand->kappa calculation was performed: ~ 0.28dB insertion loss @ 12.5 GHz.
But wideband, result's don't agree at all: openEMS show almost constant loss from DC to 25 GHz, whereas the Sonnet results scales with frequency as expected.
This is not an issue if conductor loss is much larger than dielectric loss anyway, e.g. for expensive teflon or ceramic substrates, but for other substrates like FR4 dielectric loss tangent is the major loss factor at microwave frequencies.
For wideband models, we then have an issue, or do I miss something? I'm asking because in the other thread, advanced topics like surface roughness and dispersion were discussed, but don't we have a much more fundamental limitation here?
Best regards
Volker
Beta Was this translation helpful? Give feedback.
All reactions