zer011b / fdtd3d

fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x64, ARM, ARM64, RISC-V, PowerPC architectures
GNU General Public License v2.0
119 stars 33 forks source link

Is fdtd3d suitable for antenna design? #171

Closed 0xCoto closed 2 years ago

0xCoto commented 2 years ago

Hi, quick question: would this library be at all suitable for antenna design, or is the FDTD implementation primarily intended for different applications?

zer011b commented 2 years ago

I do not have any experience related to antenna design, but you can specify your own geometry and pass .txt file as input to fdtd3d using --load-eps-from-file <path_to_file.txt> and similar options (see https://github.com/zer011b/fdtd3d/blob/master/Docs/Input-Output.md). Then FDTD simulation will be performed with this geometry.