Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hey there @Elvanox I went over your script. There were more than a few issues there, but let's focus on the ones that matter most.
Now let's focus on the other issues, which aren't necessarily yours. You placed the rear part of the antenna on the boundary. I know this has to be done, and I know why you did it. However, this creates internal reflections in your waveguide. That, you can do nothing about. Tried to make a video about it, paraview kept crashing... The real issue here is that the box used to calculate the Far-field is wrong, as it passes inside the Antenna. Applying some simple fixes for the first 3 points above, I got this rad-pat. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
This is the first time that I am using openEMS, and unfortunately, I don't have enough knowledge to know all the functionnalities of OpenEMS. This is why I need you help to verify my script and analyze my simulation results. If you agree, of course
My goal is to designa horn antenna with Octave. To do that, I started with the file Horn_Antenna.m available on the tutorial. I have to make it suitable for my application, this is why I made some changes of the code.
First, the input data are a little bit different. Horn opening angle is no more an input. I replace it by the surface opening of the horn antenna (height and width). I still need to calculate automaticaly the angle of opening (described in the script). Thus, I have to change the script related to the horn opening (different points & different argument changes for AddLinPoly() function.
Secondly, I changed the CSXCAD geometry and mesh. My goal was to reduce the overall time simulation while having precise results. This is why I decided to implement 2 different grids with 2 different resolution. With that, I am able to have more resolution in the horn antenna area and less resolution next.
Thirdly, I lowered the parameters of the FDTD simulation with NrTS at 1000 and EndCriteria at 1e-3 to have less time simulation.
Initially, my goal was to compare the results of the simulation with knowned-horn-antenna performances. I noticed that the results were very different, especially in high frequency. In my case, I am focusing on the directivity of the antenna. Some radiation pattern in high frequency simulated were very far from reality, with lot of lobes. I joined a screenshot of the directivity results for 35GHz below where the directivity for the E Plane were disappointing.

Does some people know exactly why this kind of results can happen ? Do you know if I did something wrong in my script that influenced these bad results?
Thanks in advance for your answers. I joined my script below :
Script_Horn_Antenna.txt
Beta Was this translation helpful? Give feedback.
All reactions