Is there a method to superimpose near fields requests from multiple Feko runs to see total contributions from multiple frequencies?
I <3 EMC
Altair Community Member
Answers
-
You can do this with a nearfield math automation script.
The attached files with included script sums each component of the E-field (Ex, Ey and Ez) over two frequencies.
This script can easily be extended to sum over different models loaded into POSTFEKO.
(Note: Instead of the FOR loops, a more efficient way is to use "ForAllValues". See the Altair_Feko_Scripting_API_Reference_Guide.pdf in the pdf folder of your Feko installation for an example.)
0