-
-
October 17, 2024 at 2:25 am
halamohmmed7
SubscriberHello. Please I need help regarding how can I calculate the normal component of the Poynting vector directly from the far-field Electric fields ? I used the following script, but it did not work:
mon_name = "xz";
f = getdata(mon_name, "f");
# Get the electric field components in the far field
E_squared = farfield2d(mon_name, 1, 2000);
theta = farfieldangle("xz"); # Get angle data if needed for integration
# Calculate the normal component of the Poynting vector using pre-defined constants
epsilon0 = 8.854187817e-12; # Permittivity of free space
Poynting_normal = sqrt(epsilon0 / mu0) * E_squared;
# Integrate the Poynting vector over the specified solid angle
x=getdata(mon_name,"x");
z=getdata(mon_name,"z");
T2 = 0.5 * integrate(Poynting_normal); # Power in watts
# get power injected by source (Watts)
sp=sourcepower(f);
# Normalize to source power
T2 = T2 / sp;
?"Total Scattered Power: " + num2str(T2);
?"Source power (Watts): "+num2str(sp); -
October 17, 2024 at 12:24 pm
Rob
Forum ModeratorDuplicate  https://innovationspace.ansys.com/forum/forums/topic/poynting-vector-calculations-in-the-far-field/ Â
-
- The topic ‘Poynting vector calculations in the far-field’ is closed to new replies.
- Y wiring method and the start and end points of winding.
- Lumped Port Deembed
- Optimizing Via Impedance in Ansys HFSS 3D Layout Using Geometric Parameter Sweep
- Hfss 3D pcb via capped and filled with epoxy
- AEDT Natural Convection with default correlation is failing solver initializatio
- HFSS libnvidia-ml.so too old or could not be found – Warning in slurm job output
- Three-Phase Voltage Imbalances in dual stator electric generator
- STL Import Errors in HFSS After Cleaning in SpaceClaim
- Calc Error in Field Calculator after PyAEDT Analyze
- import file autocad 3d
-
3862
-
1414
-
1236
-
1118
-
1015
© 2025 Copyright ANSYS, Inc. All rights reserved.