Dear MEEP users,
I want to model a 3D problem using MEEP, in which a continuous source in XY
plane with 45 deg. polarization is needed. For this purpose, I just defined
two sets of sources, one with Ex polarization and the other with Ey
polarization, both of the same amplitude (as the following .ctl commands
shows). Is it right? Can I get the 45 deg. polarization in this way?
Any statement will be highly appreciated.
With best regards.
***************************************************************************
(set! sources
(list
(make source
(src (make continuous-src (frequency fcen) (width wid)))
(component Ey)
(center 0 0 src_z)
(size src_sx src_sy 0)
)
(make source
(src (make continuous-src (frequency fcen) (width wid)))
(component Ex)
(center 0 0 src_z)
(size src_sx src_sy 0)
)
)
)
***************************************************************************
=====================
Yiting Yu
Post-doc researcher
Micro-optics Group
IMTEK, Freiburg University
Germany
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss