-
-
June 5, 2024 at 6:33 pmLuca SacchiSubscriber
Hi,
I am simulating a library of pillars with RCWA following the example of Lumerical (https://optics.ansys.com/hc/en-us/articles/360042097313-Small-Scale-Metalens-Field-Propagation). Here is the picture of my simulation
The unitcell is subwavelength, so only the (0,0) order is dominant.
Since I am interested in the phase of the plane wave after the pillar I can either use the RCWAFieldMonitor positioned at a specific heigth from the pillar and take the phase of the field in the middle of the monitor. Otherwise I can use the values of the scattering matrix as in the example of lumerical:
grating_characterization = getresult("RCWA","grating_characterization");
n = find(grating_characterization.n, 0); # n index of 0th order
m = find(grating_characterization.m, 0); # m index of 0th orderSTpp(:) = pinch(grating_characterization.Tpp(:,1,n,m));
phase_Ep = angle(STpp);
My problem with this method is that I do not know at with distance from the pillar the phase is taken. While with RCWAfieldmonitor I know at which z I put the monitor, the scattering matrix method just gives me a value of the phase. I have three possible interpretation for phase_Ep: phase_Ep is the phase at the last RCWA interference defined (therefore the end of the pillar), phase_Ep is the phase of the field at the top boundary of the RCWA simulation region or phase_Ep is the phase of the field at "infinity". I tried to look for documentation but I was not able to find an answer.
To summurize: at which heigth in the simulation region is the phase extracted via the scattering matrix S defined?
-
July 2, 2024 at 10:42 pmGuilin SunAnsys Employee
Hi Luca,
Somehow my previous reply was not successfully shown. Here again is my reply:
RCWA is a semi-analytical method with Fourier plane waves to decompose the physical fields in the device. Thus the phase reference of the amplitude coefficients is at the last/last material interface. The rest, eg the substrate and the superstrate will be considered as uniform, semi-infinite space.
-
- You must be logged in to reply to this topic.
- Ansys Insight:使用Checkpoint继续仿真被迫中断或已经仿真结束的文件
- 怎么修改生成远场图片的横纵坐标以及坐标标签的字体大小
- INTERCONNECT – No results unless rerun simulation until it gives any
- EME得到的S参数与监视器结果不一致的问题
- 如何直观计算3db带宽
- INTERCONNECT – obtain power output over time & check for SNR
- varFDTD半导体激光器建模方向及反射率设置问题
- Inverse Design Freezing Issue
- Calculation of correlation values in laser modulation bandwidth simulation
- Import material .txt file with script
-
421
-
192
-
178
-
162
-
141
© 2024 Copyright ANSYS, Inc. All rights reserved.