Difference between revisions of "EM.Tempo Tutorial Lesson 6: Modeling Rectangular Waveguide Structures"

From Emagtech Wiki
Jump to: navigation, search
Line 240: Line 240:
 
</table>
 
</table>
  
The PyPlot window has a number of controls that let you change the settings of your graph using your mouse. For example, using the Pan/Zoom button [[Image:Py_zoom_icon.png]], you can pan the graph with the left mouse button [[Image:Py_zoom_icon.png]] and zoom it in or out with the right mouse button. A combination of the two operations usually gives you an ideal scaling of your graph. As you move the mouse on the graph, you can read the value of the horizontal axis (X) and the corresponding value of the total electric field distribution along the X direction.
+
The PyPlot window has a number of controls that let you change the settings of your graph using your mouse. For example, using the Pan/Zoom button [[Image:Py_zoom_icon.png]], you can pan the graph with the left mouse button and zoom it in or out with the right mouse button. A combination of the two operations usually gives you an ideal scaling of your graph. As you move the mouse on the graph, you can read the value of the horizontal axis (X) and the corresponding value of the total electric field distribution along the X direction.
  
 
The distance between two consecutive field maxima is equivalent to λg/2. First click on the [[Image:Py_zoom_icon.png]] button to get an enlarged view of middle position of the graph. Move the mouse to the top of one of the field maxima in the graph and read and read the values on the lower right corner of the status bar. Then move the mouse to the next field maximum.  In this case, you will see &Delta;x = 5.9mm., which is equal to half the calculated guide wavelength.
 
The distance between two consecutive field maxima is equivalent to λg/2. First click on the [[Image:Py_zoom_icon.png]] button to get an enlarged view of middle position of the graph. Move the mouse to the top of one of the field maxima in the graph and read and read the values on the lower right corner of the status bar. Then move the mouse to the next field maximum.  In this case, you will see &Delta;x = 5.9mm., which is equal to half the calculated guide wavelength.

Revision as of 14:23, 20 June 2017

Tutorial Project: Modeling Rectangular Waveguide Structures
Tempo L6 Fig title.png

Objective: In this project, a hollow rectangular waveguide structure is modeled and analyzed in EM.Tempo.

Concepts/Features:

  • Waveguide Source
  • Field Distribution
  • Intensity Plot
  • Vector Plot
  • Project Preferences
  • Reading Graphs

Minimum Version Required: All versions

'Download2x.png Download Link: EMTempo_Lesson6

What You Will Learn

In this tutorial, first you will analyze a two-port rectangular hollow waveguide and examine its TE10 modal fields. Then you will add a number of metallic irises to the waveguide and will turn it into a bandpass filter.

Back icon.png Back to EM.Tempo Manual

Back icon.png Back to EM.Tempo Tutorial Gateway

Getting Started

Open the EM.Cube application and switch to EM.Tempo. Start a new project with the following attributes:

Starting Parameters
Name EMTempo_Lesson6
Length Units millimeters
Frequency Units GHz
Center Frequency 33GHz
Bandwidth 14GHz

A hollow rectangular waveguide supports a set of discrete propagating modes that have nonzero cutoff frequencies. In this tutorial lesson, you will work with a millimeter-wave band waveguide. The first few modes of the standard WR-650 rectangular waveguide of dimensions a = 7.12mm × b = 3.56mm are given by:

[math] f_{c,TE10} = \frac{c}{2\pi} k_{c,TE10} = \frac{c}{2\pi} \frac{\pi}{a} = \frac{3\times 10^8}{2(0.00712)} = 21.067GHz [/math]

[math] f_{c,TE01} = \frac{c}{2\pi} k_{c,TE01} = \frac{c}{2\pi} \frac{\pi}{b} = \frac{3\times 10^8}{2(0.00356)} = 42.135GHz [/math]

[math] f_{c,TE11} = \frac{c}{2\pi} k_{c,TE11} = \frac{c}{2\pi} \sqrt{ \left( \frac{\pi}{a} \right)^2 + \left( \frac{\pi}{b} \right)^2 } = \frac{3\times 10^8}{2} \sqrt{ \left( \frac{1}{0.00712} \right)^2 + \left( \frac{1}{0.00356} \right)^2 } = 47.108GHz [/math]

The dominant TE10 mode of this waveguide propagates at frequencies above 21.067GHz. The next mode is TE01, which starts to propagate at frequencies above 42.135GHz. The operational frequency band for this project is chosen to be [26GHz - 40GHz], which guarantees a single-mode operation.

Creating the Geometry of a Hollow Rectangular Waveguide

Click on the Two-Port Waveguide Wizard TwoPortWaveguideWizardIcon.png button of the Wizard Toolbar or select the menu item Tools → Transmission Line Wizards → Two-Port Rectangular Waveguide.

EM.Tempo's Object Toolbar.
The initially created two-port waveguide geometry.

Note that the waveguide geometry the wizard created for you is extremely long because its default length (wg_len) is set equal to "0.5*to_meters", which is equal to 500 project units (mm). Change the parameters of waveguide geometry according to the following table:

Variable Name Original Definition New Definition
wg_a waveguide_design(1.0,fc)*1.1*to_meters 7.12
wg_len 0.5*to_meters 30
feed_len 0.25*to_meters 10
port_offset 0.15*to_meters 5

By default, the wizard sets the larger cross dimension (X-dimension) of the waveguide, represented by the variable "wg_a", slightly greater than the cutoff dimension at the center frequency of your project. In this case, you simply replace the expression of wg_a by the numeric value 7.12mm. The smaller cross dimension (Y-dimension) of the waveguide, represented by the variable "wg_b", is set equal to half the larger dimension, thus, an aspect ratio of 2:1. Leave the definition of wg_b intact. The total end-to-end length of the waveguide must be wg_len + 2*feed_leng = 50mm.

Modifying the Domain & Boundary Conditions

In most waveguide structures, the fields are highly confined inside the waveguide. Therefore, placing the lateral domain walls a quarter wavelength away from the waveguide's lateral walls will be unnecessary. Open the Domain Settings dialog just as you did in the previous lesson. Change the domain offset values along the ±Y and ±Z equal to zero. This will shrink the domain box to warp the exterior of the metallic waveguide.

EM.Tempo's domain settings dialog.

By default, all the six walls of the domain box represent perfectly matched layer (PML) boundary conditions. But it doesn't make sense to have PML walls touching the PEC walls of the waveguide. Open EM.Tempo's Boundary Conditions dialog by right-clicking on the Boundary Conditions item in EM.Tempo's navigation tree and selecting Boundary Conditions... from the contextual menu or selecting the menu item Simulate → Computational Domain → Boundary Conditions.... Then, set the boundary conditions on the ±Y and ±Z walls to PEC.

EM.Tempo's boundary conditions dialog.

After changing the waveguide dimensions and domain offsets, your waveguide geometry should look like the figure below:

The modified two-port waveguide geometry with a shrunken domain box.

Examining the Sources and Observables

A "Waveguide Port Source" is a distributed source that enforces the dominant modal field of the TE10 propagating mode on a specified plane across the waveguide structure. Waveguide sources are particularly useful when calculating the S-parameters of waveguide circuits. A waveguide source must be associated with a box object whose axis is parallel to one of the three principal axes and has a least one uncapped end. The wizard automatically placed two waveguide port source on the two box objects called "Feed_1" and "Feed_2", which represent the two end sections of the waveguide. The offset parameters of the sources have been set to place them at the center of the two end sections. You can open the property dialog of the waveguide sources "WG_1" and "WG_2" and examine their properties.

The waveguide port/source dialog.

The wizard also initiated two field sensors planes, called "SENS_1" and "SENS_2", one Z-directed and the other Y-directed, and both centered at the origin. Define a new third field sensor observable, called "SENS_3", which is X-directed and centered at (0,0,0). Open the property dialog of all three sensors, and change the Plot Type from the default Intensity option to Vector. Also, change the value of Max Size to 0.5 and change the Cone Ratio to 0.5. This will generate vector field plots at the end of the FDTD simulation.

The field sensor dialog.
The waveguide source/port planes and the three field sensor planes with the end sections in a freeze state.


Running an FDTD Analysis of the Two-Port Waveguide Structure

For this project, select the High Precision Mesh Settings from the Mesh Settings dialog. Keep all the default simulation engine settings (power threshold = -30dB and Max. No. Time Steps = 10,000). Run a wideband FDTD Analysis of your waveguide structure. Examine the electric and magnetic field distributions on all the three sensor planes. The electric field distributions on the vertical plane at the center of middle section can easily be identified with a TE10 E-field distribution.

Ez field distribution on SENS_1 plane.
Hx field distribution on SENS_1 plane.
Hy field distribution on SENS_1 plane.
Total magnetic field distribution on SENS_1 plane.
Total electric field distribution on SENS_2 plane.
Total magnetic field distribution on SENS_2 plane.
Total electric distribution on SENS_3 plane.
Total magnetic field distribution on SENS_3 plane.

Analyzing the TE10 Modal Fields

The modal fields of the dominant propagating TE10 mode of a rectangular waveguide of dimensions a × b are given by:

[math] E_z = -A \frac{j\omega \mu_0 a}{\pi} \cos \left( \frac{\pi y}{a} \right) e^{-j\beta x} [/math]

[math] H_x = A \sin \left( \frac{\pi y}{a} \right) e^{-j\beta x} [/math]

[math] H_y = A \frac{j\beta a}{\pi} \cos \left( \frac{\pi y}{a} \right) e^{-j\beta x} [/math]

where A is a constant, the waveguide is assumed to be symmetric about the X-axis, and

[math] \beta = \sqrt{k_0^2 - \left( \frac{\pi}{a} \right)^2} [/math]

and ω = 2πf and k0 = ω/c.

The field distributions shown above were computed at the center frequency of fc = 33GHz. At this frequency, the free-space wavelength is λ0 = 9.09mm and k0 = 2πλ0 = 691.15 m-1. Also, kc,TE10 = 2πfc,TE10/c = π/a = 441.23 m-1, and one finds:

[math] \beta = \sqrt{k_0^2 - k_c^2} = 531.98 m^{-1} [/math]

and

[math] \lambda_g= \frac{2\pi}{\beta} = 11.81 mm[/math]

EM.Tempo also generated 2D data files of the total electric and magnetic field distributions along the crosshair axes of the field sensor planes. The position of the crosshair axes can be varied using the coordinates of the field sensor observable. Open the Data Manager and plot the data files "SENS_3_Y_ETotal.DAT" and "SENS_3_Y_HTotal.DAT". From the following figure you can clearly see the cosine variation of the electric field and sine variation of the magnetic field along the Y direction.

The variation of the total electric field distribution along the Y direction on sensor plane SENS_3 at Z = 0.
The variation of the total magnetic field distribution along the Y direction on sensor plane SENS_3 at Z = 0.

Next, plot the data files "SENS_1_X_ETotal.DAT" and "SENS_1_X_HTotal.DAT". These figures show the longitudinal variation of the electric and magnetic fields. Note that the maximum locations of the electric field occur at the minimum locations of the magnetic field and vice versa. This is due to the 90° phase different between the Ez and Hy field components.

The variation of the total electric field distribution along the X direction on sensor plane SENS_1 at Z = 0.
The variation of the total magnetic field distribution along the X direction on sensor plane SENS_1 at Z = 0.

The PyPlot window has a number of controls that let you change the settings of your graph using your mouse. For example, using the Pan/Zoom button Py zoom icon.png, you can pan the graph with the left mouse button and zoom it in or out with the right mouse button. A combination of the two operations usually gives you an ideal scaling of your graph. As you move the mouse on the graph, you can read the value of the horizontal axis (X) and the corresponding value of the total electric field distribution along the X direction.

The distance between two consecutive field maxima is equivalent to λg/2. First click on the Py zoom icon.png button to get an enlarged view of middle position of the graph. Move the mouse to the top of one of the field maxima in the graph and read and read the values on the lower right corner of the status bar. Then move the mouse to the next field maximum. In this case, you will see Δx = 5.9mm., which is equal to half the calculated guide wavelength.

Reading the distance between two peaks in EM.Grid using its delta line mode.

Adding Metallic Irises

Draw four solid (capped) box objects according to the table below:

Part Object Type Material Type Dimensions Coordinates Rotation Angles Top End Cap Bottom End Cap
Box1 Box PEC 1mm × 7.12mm × 1.53mm (-12.41mm, 0, -1.78mm) (0°, 0°, 0°) Yes Yes
Box2 Box PEC 1mm × 7.12mm × 1.53mm (12.41mm, 0, -1.78mm) (0°, 0°, 0°) Yes Yes
Box3 Box PEC 1mm × 7.12mm × 2.4mm (-4.03mm, 0, -1.78mm) (0°, 0°, 0°) Yes Yes
Box4 Box PEC 1mm × 7.12mm × 2.4mm (4.03mm, 0, -1.78mm) (0°, 0°, 0°) Yes Yes

To draw a box object, click the Box Box tool tn.png button of the Object Toolbar or select the menu item Object → Solid → Box.

Selecting the Box Tool from the Object Toolbar.

With the Box tool selected, click on a blank space in the project workspace and drag the mouse to draw the rectangular base of your box object. A property dialog pops up at the lower right corner of your screen. As you drag the mouse, you will see that the X-dimension and Y-dimension of your new object continuously change. When the base reaches the desired size or something close to that, click the mouse. Next, you have to give the right height to your box. Drag the mouse upward until you reach the desired height (Z-dimension). Then, click once more (i.e. drop the mouse). At this time, the drawing of your box is complete. You can always enter values for the dimensions or LCS coordinates at any time.

The property dialog of a solid (capped) box.

Your two-port waveguide structure will now look like this:

The geometry of the waveguide filter after adding the metallic irises in the middle section (shown in freeze state).

Running an FDTD Analysis of the Waveguide Filter Structure

Keep the same mesh settings and same FDTD engine settings as the previous part. Run a wideband analysis of your filter structure. After the completion of the simulation, plot the S11 and S21 graphs in EM.Grid. The bandpass response of the waveguide filter is clearly visible from the figures below.

Attention icon.png For resonant antennas and filter structures, relaxed convergence criteria may cause small ripples in the computed frequency response. These will disappear if you lower the power threshold and increase the maximum number of time steps.
The plots of the magnitude and phase of the S11 parameter.
The plots of the magnitude and phase of the S21 parameter.

 

Top icon.png Back to the Top of the Page

Back icon.png Back to EM.Tempo Tutorial Gateway