HelgeGehring / femwell

FEM mode solver for photonic waveguides
https://helgegehring.github.io/femwell/
GNU General Public License v3.0
104 stars 30 forks source link

Plasmonic waveguide example #161

Open simbilod opened 3 months ago

simbilod commented 3 months ago

Very thorough example that could be interesting to reproduce

https://journals.aps.org/prb/abstract/10.1103/PhysRevB.61.10484

simbilod commented 3 months ago

This is a good example for FEM / refinement since the mode is highly localized

HelgeGehring commented 3 months ago

wow, so many graphs to reproduce! sounds great!

silerkey commented 1 month ago

I was able to implemented a plasmonic slot waveguide with an accuracy of 1e-4 ~ 1e-5 for Real(n_eff) compared to a commercial photonic solver under almost similar conditions (differences were: use of PML BC and rectangular mesh elements).

Are there any examples of using PML BC with metals touching the boundaries? Without this, I would need to use larger simulation box and/or a finer mesh, for better accuracy, which my PC seems to struggle with.