-
Notifications
You must be signed in to change notification settings - Fork 11
Formulation
This documentation provides a reference to important formula definitions and helps people understand the implementation in the code. Some variables will have (
Variable Name) to denote the short-form variable naming convention.
Rigorous coupled wave analysis (RCWA) is a method that solves diffraction problem in a periodic structure, such that we can leverage Fourier decomposition to help us formulate the problem into semi-analytical matrix equation. Using the boundary condition, we can solve the equation and find the diffraction efficiency of the device we are interested in.
RCWA aims to solve diffraction efficiency problems inside periodic structures, by finding eigen electric-magnetic field modes existing in the structure that obeys Maxwell Equation under the assumption of linear material, source-free, and monochromatic.
-
$\vec D$ : Electric displacement -
$\vec B$ : Magnetic flux density -
$\vec H$ : Magnetic field vector (H) -
$\vec E$ : Electric field vector (E) -
$\rho$ : Charge density -
$J$ : Current density -
$t$ : time (t)
-
$\varepsilon$ : Permittivity -
$\mu$ : Permeability
-
$\omega$ : Angular frequency
-
$\varepsilon_0$ Free-space permittivity -
$\mu_0$ : Free-space permeability -
$k_0$ : Free-space wave number$2\pi\over\lambda_0$ -
$\lambda_0$ : Free-space wavelength (wl)
-
-
$\varepsilon_r$ : Relative permittivity$\varepsilon\over\varepsilon_0$ (er) -
$\mu_r$ : Relative permeability$\mu\over\mu_0$ (ur)
See derivation for the normalization term
Linear, source-free, monochromatic.
The entire problem is formulated in Fourier space with respect to the periodic structure.
-
$\vec E(m,n;z)$ : Electric field coefficients -
$\vec H(m,n;z)$ : Magnetic field coefficients -
$k_x(m,n), k_y(m,n)$ : x, y component of the wave vector -
$m,n$ : Mode number, integer
-
$\varepsilon_r(m,n)$ : Permittivity coefficients -
$\mu_r(m,n)$ : Permeability coefficients -
$G_x, G_y$ : x, y component of the grating lattice vector
-
$k_{0x}, k_{0y}$ : x, y component of the incidence wave vector
-
$G_{0x}, G_{0y}$ : x, y component of the grating lattice vector
-
$d_x$ : Period in x -
$d_y$ : Period in y
For any field
The effect of
See derivation of Fourier convolution
See derivation of matrix equation
(WIP)
(WIP)
(WIP)