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.
-
Define the following variables.
- freq = 12.5e9 (The operating frequency.)
- lam = c0/freq (The wavelength in free space.)
- lam_w = 0.0293 (The guide wavelength.)
- h_a = 0.51*lam (The waveguide radius.)
- h_b0 = 0.65*lam (Flare base radius.)
- h_b = lam (Flare top radius.)
- h_l = 3.05*lam (Flare length.)
- ph_centre = -2.6821e-3 (Horn phase centre.)
- R = 18*lam (Reflector radius.)
- F = 25*lam (Reflector focal length.)
- w_l = 2*lam_w (The waveguide length.)
-
Create the horn.
-
Create a cylinder along the Z axis.
- Definition method: Base centre, radius, height
- Base centre: (0, 0, -w_l-h_l)
- Radius (R): h_a
- Height (H): w_l
- Label: waveguide
-
Create a cone.
- Definition method: Base centre, base radius, top radius, height
- Base centre: (0, 0, -h_l)
- Base radius: h_b0
- Height: h_l
- Top radius: h_b
- Label: flare
- Union the two parts and simplify the resulting union.
- Rename the union of the two parts to horn.
- Delete the face at the front end of the horn to create an opening.
-
Rotate the horn by -90°.
- Axis direction: (0, 1, 0)
- Create a waveguide port on the face at the back end of the waveguide section.
- Add a waveguide source on the waveguide port. Excite only the fundamental mode and use the default settings.
-
Create a cylinder along the Z axis.
-
Create the parabolic reflector.
-
Create a paraboloid.
- Base centre: (0, 0, F)
- Radius (R): R
- Focal depth: -F
- Label: reflector
-
Rotate the paraboloid by -90°.
- Axis direction: (0, 1, 0)
-
Set the solver method for the reflector face to use LEPO - always
illuminated method.
Tip: Open the Face properties dialog and click the Solution tab. From the Solve with special solution method, select Large element PO - always illuminated method.
-
Create a paraboloid.
-
Decouple the MoM and LE-PO.
Tip: Open the Solver settings dialog, click the High frequency tab and then click Decouple PO and MoM solutions.Tip: The decouple setting will save computational resources. It is not recommended where the coupling (interaction) between the PO and MoM objects is strong.
- Set the frequency to freq.
-
Specify the symmetry about 2 principal planes:
- Y=0 plane: Electric symmetry.
- Z=0 plane: Magnetic symmetry.
Tip: Exploit model symmetries (if it exists) in a large or complex model to reduce computational costs.