Is there a method to superimpose near fields requests from multiple Feko runs to see total contributions from multiple frequencies?

I <3 EMC
I <3 EMC Altair Community Member
edited February 2022 in Community Q&A

Hello, 

In PostFeko is there a method where I could superimpose several near field requests from different runs at different frequencies to see the total field contributions of all the individual runs?

Thanks

Tagged:

Answers

  • Mel
    Mel Altair Community Member
    edited February 2022

    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.)

    image