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:
- lambda = 0.1 (The spacing for periodic boundary conditions.)
- freq = c0/lambda (The operating frequency.)
- epsr = 2.55 (Relative permittivity of the substrate.)
- base_width = 0.5*lambda (Width of the substrate.)
- base_length = 0.5*lambda (Length of the substrate.)
- base_height = 0.02*lambda (Height of the substrate.)
- patch_width = 0.3*lambda (Width of the patch antenna.)
- patch_length = 0.3*lambda (Length of the patch antenna.)
- pin_pos = patch_length/4 (Distance of feed pin from patch centre.)
- Create a new dielectric called substrate with relative permittivity set to epsr and the dielectric loss tangent to 0.
-
Create the substrate.
-
Create the patch.
-
Create the feed pin.
- Union all elements and label the union antenna.
- Set the region of the cuboid to substrate.
- Set the face of the patch and the bottom face of the substrate to PEC.
- Add a wire port (segment) to the middle of the line.
- Add a voltage source to the port. (1 V, 0°, 50 Ω).
- Set the frequency to freq.
- Set the periodic boundary conditions of the model to end exactly on the edge of the substrate to expand in both the X direction and Y direction.
- Specify the phase shift for the two directions to u1=0° and u2=0°.