Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagation spectrum #190

Open
leSemaleon opened this issue Jan 23, 2024 · 1 comment
Open

Propagation spectrum #190

leSemaleon opened this issue Jan 23, 2024 · 1 comment

Comments

@leSemaleon
Copy link

Hello!
Does project have instruments for calculation of propagation spectrum? I mean, does it can calculate pointing vector in some space? and if I run simulation two times, then can get spectrum after division.

Привет!
Имеет ли проект инструментарий для расчета спектра пропускания? Я имею ввиду, есть ли функция для расчета вектора пойнтинга в какой-нибудь области, чтобы я смог провести две симуляции и поделив одно значение на другое получить спектр?

@zer011b
Copy link
Owner

zer011b commented Jan 27, 2024

Propagation spectrum currently can't be calculated automatically by fdtd3d. Currently only Near-To-Far Field (NTFF) transformation can be used to calculate far fields, see --use-ntff, --ntff-filename, --ntff-size and other options in help. It uses Poynting vector internally to do transformations. Please note though that this mode is not tested much, it was implemented just for few experiments. Combining results of few simulations is also not supported. But for all cases you can do post-processing of EM fields manually, because all EM fields can be output as text files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants