TAGGED: e-field
-
-
November 21, 2021 at 1:15 ammwhitbySubscriber
Is there a way to extract the electric field intensity at a point from a simulation? I was looking at the script command farfieldexact() but I don't know if this does what I want it to do. I also found the Electrical field monitor but this I believe just gives electric field at points not electric field intensity. Is there a way for me to give the program a point and ask it to calculate the resulting electric field intensity at that point? I would imagine that in order to create Modal fields plots for E intensity the simulation must have access to the data. I just can't seem to see how to extract it. Any information is appreciated. Thanks!
November 22, 2021 at 7:49 pmGuilin SunAnsys EmployeeSure, in FDTD you can get E,H, and Poynting vector at any point inside the simulation region, as long as you choose to record them in the monitor settings, by use of a frequency-domain monitor.
When you say electric field intensity, do you mean abs(E)^2? if yes, you can simply use
getelectric - Script command
More generally, you can get the vector E and intensity by use of getresult.eg:
EE=getresult(Monitor name","E"); # the result is a dataset Introduction to Lumerical datasets
Ex=EE.Ex; #Ex component of the electric field
E2=EE.E2 # intensity of E, eg abs(E)^2;
please refer getresult - Script command
you can use "?" to get the data you can extract from a monitor:
?getresult("monitor name")
or the parameters in the dataset "EE" from above script:
?EE;
Please try and let me know if you have questions.
November 22, 2021 at 8:06 pmmwhitbySubscriberThank you! This was very helpful. Just to confirm, the values from abs(E)^2 are what are used to plot the E intensity in modal fields plots is that correct? Thank you again !
November 22, 2021 at 8:17 pmGuilin SunAnsys EmployeeYes, you are right. It is abs(Ex)^2+abs(Ey)^+abs(Ez)^2, which is the abs(E)^2, and the result of getelectric, as well as the E2 in the data above mentioned.
January 17, 2023 at 5:31 amRishad ArfinSubscriberThis was helpful.
May 30, 2023 at 12:49 pmnamratahSubscriberHello Sir!
I'm not able to open the scripts.
Please help in it.
Viewing 5 reply threads- The topic ‘Electric Field Intensity’ is closed to new replies.
Ansys Innovation SpaceTrending discussions- Errors Running Ring Modulator Example on Cluster
- Difference between answers in version 2024 and 2017 lumerical mode solution
- INTERCONNECT – No results unless rerun simulation until it gives any
- Import material .txt file with script
- Trapezoidal ring
- Help for qINTERCONNECT
- Issues with getting result from interconnent analysis script
- Topology Optimization Error
- Edge Coupler EME Example Issue
- The two modes overlap the integral
Top Contributors-
1191
-
513
-
488
-
225
-
209
Top Rated Tags© 2024 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-