Difference between revisions of "Triple dielectric step in 1D"

From Medusa: Coordinate Free Mehless Method implementation
Jump to: navigation, search
(Created page with "800px 800px")
 
Line 1: Line 1:
 +
<math>
 +
\newcommand{\eps}{\varepsilon}
 +
\newcommand{\dpar}[2]{\frac{\partial #1}{\partial #2}}
 +
</math>
 +
 +
== Case ==
 +
A good starting point in the study of computational electromagnetics is a calculation of reflectance and transmissivity of a simple device. In this example, we will be studying device made of three dielectric layers with different dielectric constants. The layers are infinite and thus the problem simplifies to one dimension. We still need to differentiate between two different cases, the incident wave can be either $y$ polarized
 +
\begin{equation}
 +
\dpar{H_z}{t} =- \frac{1}{\mu(r)}\dpar{E_y}{x}, \qquad \text{in} \qquad \dpar{E_y}{t} = -\frac{1}{\eps(r)}\dpar{H_z}{x},
 +
\end{equation}
 +
or $z$ polarized
 +
\begin{equation}
 +
\dpar{H_y}{t} = \frac{1}{\mu(r)}\dpar{E_z}{x}, \qquad \text{in} \qquad \dpar{E_y}{t} = \frac{1}{\eps(r)}\dpar{H_y}{x},
 +
\end{equation}
 +
 +
== Results ==
 +
The problem for $z$-polarized incident light was solved with the medusa library using $N = 4001$ points and $\Delta t = dx/2c_0$. The simulation used a TFSF source that was located at $x = 0.1$, a Gaussian source that contained frequencies up to 2.5GHz was used. The plots below show a single step during the simulation and the transmissivity and reflectance of the device.
 +
 
[[File:eps_step1d-main.png|800px]]
 
[[File:eps_step1d-main.png|800px]]
  
 
[[File:eps_step1d-TR.png|800px]]
 
[[File:eps_step1d-TR.png|800px]]

Revision as of 17:58, 11 August 2020

\( \newcommand{\eps}{\varepsilon} \newcommand{\dpar}[2]{\frac{\partial #1}{\partial #2}} \)

Case

A good starting point in the study of computational electromagnetics is a calculation of reflectance and transmissivity of a simple device. In this example, we will be studying device made of three dielectric layers with different dielectric constants. The layers are infinite and thus the problem simplifies to one dimension. We still need to differentiate between two different cases, the incident wave can be either $y$ polarized \begin{equation} \dpar{H_z}{t} =- \frac{1}{\mu(r)}\dpar{E_y}{x}, \qquad \text{in} \qquad \dpar{E_y}{t} = -\frac{1}{\eps(r)}\dpar{H_z}{x}, \end{equation} or $z$ polarized \begin{equation} \dpar{H_y}{t} = \frac{1}{\mu(r)}\dpar{E_z}{x}, \qquad \text{in} \qquad \dpar{E_y}{t} = \frac{1}{\eps(r)}\dpar{H_y}{x}, \end{equation}

Results

The problem for $z$-polarized incident light was solved with the medusa library using $N = 4001$ points and $\Delta t = dx/2c_0$. The simulation used a TFSF source that was located at $x = 0.1$, a Gaussian source that contained frequencies up to 2.5GHz was used. The plots below show a single step during the simulation and the transmissivity and reflectance of the device.

Eps step1d-main.png

Eps step1d-TR.png