Simulating a quarter wavelength monopole above an infinite GP #370
-
Hi, I have a quarter wavelength wire above a PEC boundary. A lumped port has been added between the wire and the PEC boundary. Do I need to add a metal ground plane or can a connection to the PEC boundary be used? MPC FURTHER FINDINGS 1: I tried extending the ground plane to 3 wavelengths. The radiation pattern and impedance still do not make sense. FURTHER FINDING 2: By changing AddWire to AddCurve a single wire is correctly positioned. From ParaView you now get a promising H-Field and RotH-Field. I am not sure what the difference between the two plots is: The S11 and Impedance now look promising. As @VolkerMuehlhaus mentioned the far field radiation pattern does not look correct. ![]() Anybody any ideas on the problem with the radiation pattern.... Thanks. FURTHER FINDINGS 3: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That's valid, but you should add more mesh lines at the port. openEMS wants to add a current probe in the middle between both port terminals, but you have only one (!!!!) cell across the port. From what I remember, the NF2FF needs tweaking when some boundary is actually a reflector, like your PEC boundary.
Using the lumped port is fine. If you are looking into wire antenna simulation, you might also like the yagi model that was discussed here: |
Beta Was this translation helpful? Give feedback.
That's valid, but you should add more mesh lines at the port. openEMS wants to add a current probe in the middle between both port terminals, but you have only one (!!!!) cell across the port.
From what I remember, the NF2FF needs tweaking when some boundary is actually a reflector, like your PEC boundary.
Using the lumped port is fine.
If you are looking into wire antenna simulation, you might also like the yagi model that was discussed here:
#158 (comment)
That is …