Creating the Model

Create the model in CADFEKO. Define any ports and sources required for the model. Specify the operating frequency or frequency range for the model.

  1. Set the model unit to millimetres.
  2. Define the following variables:
    • shielding_height = 11.4 (height of the shielding box.)
    • substrate_height = 1.57 (substrate height.)
    • epsr = 2.33 (relative permittivity.)
    • gnd_length = 92 (length and width of substrate.)
    • port_offset = 0.5 (inset of feed point.)
    • strip_width = 4.6 (width of microstrip sections.)
    • strip_offset = 23 (microstrip offset from ground edge.)
    • fmin = 1.5e9 (lowest calculation frequency.)
    • fmax = 4e9 (highest calculation frequency.)
    • stub_length = 18.4 (length of the stub.)
    • stub_offset = 41.4 (distance from the ground edge to stub.)
  3. Create dielectric media:
      • Label: air
      • Relative permittivity: 1
      • Label: substrate
      • Relative permittivity: epsr
  4. Create the substrate layer.
    1. Create a cuboid.
      • Base corner (C): (0, 0, 0)
      • Width (W): gnd_length
      • Depth (D): gnd_length
      • Heigth (H): substrate_height
      • Label: substrate
  5. Create the shielding box.
    1. Create a cuboid.
      • Base corner (C): (0, 0, 0)
      • Width (W): gnd_length
      • Depth (D): gnd_length
      • Heigth (H): shielding_height
      • Label: shielding_box
  6. Create the microstrip.
    1. Create a cuboid.
      • Base corner (C): (port_offset, strip_offset, 0)
      • Width (W): gnd_length-port_offset*2
      • Depth (D): strip_width
      • Heigth (H): substrate_height
      • Label: microstrip
      Note: A cuboid is created whereby the bottom face will be coincident with the ground plane (bottom face of shielding_box). Alternately, a polygon or rectangle could have been used to create the microstrip.
  7. Delete all the vertical faces of the microstrip part.
  8. Create the stub.
    1. Create a line.
      • Start point: (stub_offset, strip_offset+strip_width, substrate_height)
      • End point: (stub_offset+strip_width, strip_offset+strip_width, substrate_height)
      • Label: leading_edge.
    2. Sweep the line.
      • Start point: (0, 0, 0)
      • End point: (0, stub_length, 0)
    3. Rename the sweep to stub.
  9. Create the feed segments.
    1. Create the first line.
      • Start point: (0, strip_offset+strip_width/2, substrate_height)
      • End point: (port_offset, strip_offset+strip_width/2, substrate_height)
      • Label: feed1
    2. Create the second line.
      • Start point: (gnd_length-port_offset, strip_offset+strip_width/2, substrate_height)
      • End point: (gnd_length, strip_offset+strip_width/2, substrate_height)
      • Label: feed2
  10. Union all the parts and rename the Union to shielded_filter.
  11. Set the Region of the substrate to substrate.
  12. Set the Region above the substrate to air.
  13. Set the solution method on all regions to FEM.
    Tip: Open the Modify Region dialog and click the Solution tab. From the Solution method drop-down list, select Finite Element Method (FEM).
  14. Set all the face properties to PEC except for the two faces of the substrate (at the height of substrate_height).
  15. Set the frequency
    • Continuous interpolated range
    • Start frequency (Hz): fmin.
    • End frequency (Hz): fmax.
  16. Add two FEM line ports, one for each feed line.
    Tip: From the Source/Load tab select FEM Line Port, use the option Specify port as an edge and click on the feed line in the 3D view.


    Figure 1. Zoomed in 3D view of one of the FEM line ports.