only a single plane wave source is allowed when calculating transmission/reflection coefficients

Sunwoo Baek_21579
Sunwoo Baek_21579 New Altair Community Member
edited May 2023 in Community Q&A

As shown in the picture, I want to reflect radio waves to a self-made mesh reflector instead of radiating radio waves to a solid reflector using a conical horn antenna, but this error continues to occur."only a single plane wave source is allowed when calculating transmission/reflection coefficients". I want to use a waveguide port without using a plane wave sourceimage

Tagged:

Answers

  • Torben Voigt
    Torben Voigt Altair Community Member
    edited May 2023

    Hi @Sunwoo Baek ,

    A possible approach:

    1. (horn.cfx):
      Calculate the nearfield at the horn antenna's aperture (in freespace) and export efe/hfe files.
      image
    2. (nf_source_and_mesh_reflector.cfx):
      Use efe/hfe files to replace the horn by its equivalent nearfield source
      Add your mesh reflector
      Create two near field requests:
      - above the mesh reflector with setting "Calculate only scattered part of the field"
      - below the mesh reflector
      image
    3. (nf_source_alone.cfx):
      Exclude or delete the mesh reflector and only keep the upper nearfield request without "Calculate only scattered part of the field". This will be used to normalize the power in POSTFEKO.
      image
    4. (POSTFEKO.pfs):
      In POSTFEKO nf_reflected basically represents the reflection coefficient, nf_transmitted reperesents the transmission coefficent.
      Of course you still need to normalize the power in the nearfields by the power in freespace (coming from nf_source_alone.cfx)
      image

    Files are attached.

    Hope this helps!

    Best regards,
    Torben