You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of FDTDX, only permittivities and permeabilities for a single wavelength is supported. To support accurate modelling of materials with changing refractive indices at different wavelength an implementation of dispersive materials is needed.
We think that an implementation of the Lorentz-model would be most useful, but we are open to suggestions if community member have other ideas.
Regarding implementation the additional parameters of the Lorentz model would need to be stored in the arrays container. This would lead to higher memory usage, so the dispersive simulation should be an optional flag.
We also encourage contribution to the implementation if community members are interested!
The text was updated successfully, but these errors were encountered:
In the current implementation of FDTDX, only permittivities and permeabilities for a single wavelength is supported. To support accurate modelling of materials with changing refractive indices at different wavelength an implementation of dispersive materials is needed.
We think that an implementation of the Lorentz-model would be most useful, but we are open to suggestions if community member have other ideas.
Regarding implementation the additional parameters of the Lorentz model would need to be stored in the arrays container. This would lead to higher memory usage, so the dispersive simulation should be an optional flag.
We also encourage contribution to the implementation if community members are interested!
The text was updated successfully, but these errors were encountered: