TAGGED: electric-field, far-field, monitor
-
-
August 24, 2023 at 8:43 pm
Albi.Pani
SubscriberHi, for a particular type of problem I need to combine electrical field from different wavelengths in this way:
switchtolayout;
setnamed("source","frequency",w);
setnamed("source_1","frequency",w);
run;
E1z = getdata("tras", "Ez");
E1y = getdata("tras", "Ey");
switchtolayout;
setnamed("source","frequency",2*w);
setnamed("source_1","frequency",2*w);
run;
E2z = getdata("tras", "Ez");
E2y = getdata("tras", "Ey");
EtotZ = (((E1z)^2)*(E2z))^1; EtotY=(((E1y)^2)*(E2y))^1;
The EtotX component is zero. "tras" is the name of a frequency-domain field and power monitor. Can I calculate the far-field of the field Etot=(EtotX, EtotY, EtotZ) ? How can I do? I have seen only examples starting from the monitor information
-
August 25, 2023 at 6:23 pm
Guilin Sun
Ansys EmployeeUnfortunately the far field cannot be obtained from the E-field only, as the theory requires H-field at the same time.
You can
1: project to the farfield after each simulation, then add them with the intensity quantities. But it seems you have specail manipulation of the fields, not directly sum them. I am not sure what is the physics to manipulate the farfields that way.
2: use the total fields of Ex,Ey and Ez to calculate H fields through the discrete Maxwell Equations. However it needs more monitors to get the difference out of the moitor plane. This method is not that easy and the result may depend on the mesh accuracy and monitor distance. The distance of the two monitors should be in one mesh, exactly.
This is not something people do commonly.
However
-
August 25, 2023 at 6:36 pm
Albi.Pani
SubscriberOk, thank you
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- “Import optical generation” or “delta generation rate”?
- Why am I getting “process exited without calling finalize”, and how do I fix it?
- Using a license file on a new license server
- Ansys Insight: Diverging Simulations
- Error: addfdtd is not a valid function or a variable name
- Questions about the calculation of the cross-polarization conversion efficiency of metasurface
- Error on Lumerical device
- Ansys Insight: About override mesh in FDTD: its use and settings
- Finding your Ansys (or Lumerical) account number
- Lumerical – error message when trying to open from Linux terminal
-
7776
-
4504
-
2971
-
1449
-
1322
© 2023 Copyright ANSYS, Inc. All rights reserved.