Hello community and gprMax developers
I am currently working with FDTD for electromagnetism and antenna design and analysis application for GPR. I am currently using open source FreeCAD to build the 3D parametric basic antennas. I want to export the files ( .STEP, .IGES, .DXP, .DWG) from the CAD file, through a Python scripted library that I develop, and convert this file into a .IN file for doing the processing in gprMax for any kind geometry, regardless of the geometry file (because the antenna is visualized in the FreeCAD interface).
I would like to know how can I convert these extention file's data using FDTD (python lib), in order to export the geometric parameters into gprMax successfully, or if the geometry have to be built "manually" using the object construction commands. What does gprMax needs in a .IN file for processing
Best