Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation Photonics Chiral Nearfields and simulating the optical chirality enhancement CÌ‚ Reply To: Chiral Nearfields and simulating the optical chirality enhancement CÌ‚

Guilin Sun
Ansys Employee

Currently you can export E and H fields directly from the monitor, by using script like this:

E=getresult("monitor","E");

H=getresult("monitor","H");

Ex=E.Ex;

Ey=E.Ey;

Ez=E.Ez;

Hx=H.Hx.

Hy=H.Hy;

Hz=H.Hz;

Bx=Hx*mu0;

etc then do the cauculation.

Please try and let me know if you have questions.

[bingo_chatbox]