-
-
December 1, 2022 at 11:09 am
2020100172
Subscriber您好,请问FDTD可以通过设置让一个程序结束以后自动开始运行下一个程序吗?如果可以的话,怎么设置呢?对于程序有什么要求吗?
-
December 2, 2022 at 8:07 am
ChrisLee
Subscriber两个方法供参考
如果仿真文件的名字没有规律,可以用脚本文件如下编辑:
load(“XXXXX.fsp”);
run;
…...
load(“XXXXX.fsp”);
run;
如果仿真文件和脚本文件不在一个文件夹,需要添加上路径
load("C:\Downloads\project_name.fsp");
run;
也可以采用循环的方式:
for(i=1:10){
......
save(“XXXXX.fsp”);
addjob(“XXXXX.fsp”);
}
runjobs;
-
- You must be logged in to reply to this topic.

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.
- 询问关于FDTD和matlab软件的互联问题 ——appopen
- Ansys Insight: FDTD 和 varFDTD 常见的发散原因以及处理
- 如何仿真一维光子晶体能带?
- 老师,您好。FDTD中simulation bandidth和source中wavelength区别在哪里,仿真根据哪个进行?
- Ansys Insight: FDTD 如何设置圆偏振光
- 左旋圆偏振光透过超表面后,获得的右旋圆偏振光能量比入射的左旋圆偏振光能量还要大?
- Ansys Insight: script中的数据类型和数据格式 Dataset
- Ansys Insight: 透射率反射率大于1,或者透射率反射率之和大于1的原因与解决方案–综合贴
- Ansys Insight: FDTD算法中pml的类型和选择
- 有效折射率
-
2688
-
2130
-
1349
-
1136
-
461
© 2023 Copyright ANSYS, Inc. All rights reserved.