-
-
January 25, 2022 at 6:14 am
1766756937
SubscriberJanuary 25, 2022 at 6:22 pmJanuary 26, 2022 at 1:39 am1766756937
Subscriber您好,非常感谢您的解答,我试了用S分析组来求解,发现有问题,我就另外在电厂强度方向去求,我找了一个脚本,因为我刚接触FDTD,脚本语言有点生疏,有的看不懂啥意思,有点懵,能否帮着分析分析具体什么意思。
monitor = "T";
f = getdata(monitor,"f");
Ex0 = getdata(monitor,"Ex");
Ey0 = getdata(monitor,"Ey");
x = getdata(monitor,"x");
y = getdata(monitor,"y");
T = getresult(monitor,"T");
T_data = -T.T;
nx = length(x);
ny = length(y);
nf = length(f);
ER_T = matrix(nx,ny);
EL_T = matrix(nx,ny);
Phase_RT = matrix(nx,ny);
Phase_LT = matrix(nx,ny);
pcl_T = matrix(nx,ny);
pcr_T = matrix(nx,ny);
Ex = pinch(Ex0(find(x,0),find(y,0),1,:));
Ey = pinch(Ey0(find(x,0),find(y,0),1,:));
ER_T = (Ex+1i*Ey)/sqrt(2);
EL_T = (Ex-1i*Ey)/sqrt(2);
prop_RT = abs(ER_T)^2;# total energy of RCP compont of T
prop_LT = abs(EL_T)^2;# total energy of LCP compont of T
January 26, 2022 at 1:48 amGuilin Sun
Ansys Employeegetdata
getresult
length
pinch
参见 Ansys Insight: 几个简单实用的脚本Script命令:用于结果分析
其它参见 Ansys Insight: Lumerical脚本命令Script列表January 26, 2022 at 1:56 am1766756937
Subscribergetdata
getresult
length
pinch
参见 Ansys Insight: 几个简单实用的脚本Script命令:用于结果分析
其它参见 Ansys Insight: Lumerical脚本命令Script列表
https://forum.ansys.com/discussion/comment/145160#Comment_145160您好,非常感谢解答。Ex = pinch(Ex0(find(x,0),find(y,0),1,:));
Ey = pinch(Ey0(find(x,0),find(y,0),1,:)); 这两句我查了资料,连立不起来,能否解答一下具体意思,非常感谢
January 26, 2022 at 4:20 pmGuilin Sun
Ansys Employee参见另一个帖子的回复。January 28, 2022 at 6:42 amJanuary 28, 2022 at 5:06 pmGuilin Sun
Ansys Employee一个帖子集中一个问题,此贴已经有几个问题了。
我建议你检查一下为什么S分析组不行,哪一行出错了,自己试着修改。
有些情况仅有电场计算不一定能满足物理要求,还需要磁场。这个是理论问题,可以咨询你导师。
另或者你知道文献用什么公式计算的。
我看你的文件好像没有基底,正确吗?请参考这个帖子 Ansys Insight: 我的仿真结果为什么与文献或实验结果不一致?
再有问题另行发帖。May 11, 2023 at 12:02 amMaimuna Nagey
SubscriberViewing 8 reply threads- You must be logged in to reply to this topic.
Ansys Innovation SpaceBoost 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.
Trending discussions- 询问关于FDTD和matlab软件的互联问题 ——appopen
- Ansys Insight: FDTD 和 varFDTD 常见的发散原因以及处理
- Ansys Insight: FDTD 如何设置圆偏振光
- Ansys Insight: FDTD Solutions 的光源类型及其典型应用:初学者
- 如何仿真一维光子晶体能带?
- Ansys Insight: 几个简单实用的脚本Script命令:用于结果分析
- Ansys Insight: FDTD 初学者: 平面波和全场散射场tfsf光源有什么区别
- Ansys Insight: 透射率反射率电场大于1,或者透射率反射率之和大于1的原因与解决方案–综合贴
- 老师,您好。FDTD中simulation bandidth和source中wavelength区别在哪里,仿真根据哪个进行?
- Ansys Insight: FDTD 初学者: transmission函数的使用、透射率反射率正负号问题
Top Contributors-
5310
-
3311
-
2471
-
1308
-
1016
Top Rated Tags© 2023 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.
-