Starting from:

$30

EE6506-Assignment 4 Solved

Simulating electromagnetic filters via a 1D computational experiment:

Consider a one-dimensional material and an electromagnetic wave travelling through it. We are interested in the reflection and transmission coefficients as a function of wavelength for two kinds of structures suspended in air.

One, is a periodic arrangement of the type (from left to right): NANANANANANAN, where N denotes a layer with refractive index 3.5, and A denotes a layer of air (note there are 7 layers of ‘N’).

The second structure is based on the Fibonacci sequence (f1 = 0, f2 = 1, fn+2 = fn+1+ fn).

Let f1 = A, f2 = N, and interpret ‘+0 to be string addition. So, f3 = NA, f4 = NAN, f5 = NANNA, and so on. Our structure corresponds to f7 (compute this).

√ 

The length of N to A is the golden ratio τ = ( 5 + 1)/2. You may assume a plane wave source. Report the reflection and transmission spectra for some range λ0 ± 0.5λ0 that captures the interesting physics of the problem in both cases. How do you arrive at this ”interesting” range? Hint: You can solve the first case exactly without FEM. Or solve the first case and vary the wavelength w.r.t. thickness of A till you see some resonant phenomena in the reflection/transmission, and maintain the same thickness for the second case. Be sure to include some air gap between the boundaries and the structure. Prepare a comprehensive report outlining how you arrived at each design parameter, along with the results and the code in the appendix. Remember to include some validation result that shows your code to be working. Plan the entire exercise before beginning to code.

[Trivia: Such a structure has recently been used in fabricating quantum well structures:

http://link.aps.org/doi/10.1103/PhysRevB.77.113306]

2. Calculating the coupling terms of a 2D FEM matrix

Write a code that computes the main parts of the matrix coefficients in the 2D scalar (node based) FEM case. Particularly, if the FEM basis functions are Lie(r) for i = 1,2,3, your code must compute:

Aij  dxdy and Bij  dxdy, where e is an arbitrary triangle given as user input. The derivation must be shown, along with the output of the code, and some method by which you have verified that the code is correct. Hint: An arbitrary triangle can be mapped to a unit triangle to make integration easier. Find the transformation.

More products