lbolla / EMpy

Electromagnetic Python
MIT License
194 stars 83 forks source link

Is EMpy able to simulate gap ring resonator? #26

Closed shinong closed 6 years ago

shinong commented 6 years ago

Hi all, Just wondering whether the EMpy is capable of SRR simulaiton? I saw the example for ring resonators but I am unclear about how to model a gap ring in EMpy.

Thanks, Shinong

lbolla commented 6 years ago

Yes, Single Ring Resonators are supported. There is an example in https://github.com/lbolla/EMpy/blob/master/examples/ex_SRR.py

What do you mean by "gap ring"?

shinong commented 6 years ago

Hi Ibolla, Thank you so much for your generous help. In my case, I am designing a loop with a 'gap' feature (also known as split ring resonator) and I notice in your example, it is just a closed ring which operates at a much higher frequency. I am wondering how I can creat the 'gap' feature onto the ring? maxresdefault

lbolla commented 6 years ago

Interesting structure. Unfortunately, EMpy cannot simulate those. If you implement some code, let me know and I'll be happy to merge it.