Hello there!
How would one simulate a dipole antenna with a delta gap, i.e. a gap between two cylinders connected with an edge, that is being excited?
I created two cylinders with a gap connected with a line in gmsh.
But I get the following error:
Traceback (most recent call last):
File "c:\Users\User\Desktop\bachelors\dipole\dipole.py", line 25, in <module>
grid = bempp.api.import_grid(current+"/dipole_antenna.msh")
File "C:\Users\User\AppData\Local\Programs\Python\Python310\lib\site-packages\bempp\api\grid\io.py", line 23, in import_grid
elements = mesh.cells_dict["triangle"].T.astype("uint32")
KeyError: 'triangle'
I know triangles are needed for the bempp grid, but how would I excite an edge between two cylinders to get a dipole antenna?