-
-
October 20, 2021 at 7:49 amqiqiSubscriber
老师您好,想请问一下如果我想查看场分布每一个位置的具体值怎么看呢?
October 20, 2021 at 4:36 pmGuilin SunAnsys Employee你需要用脚本提取电场,比如 E2=getelectric("monitor"); E2max=max(E2); E=getresult("monitor","E"); E2=E.E2; 参见 Ansys Insight: 几个简单实用的 Script命令:用于结果分析 如何有效地查看中文Ansys Insight 帖子 — Ansys Learning Forum 其中电场是空间和频率的函数E(x,y,z,f), E2(x,y,z,f), 均为4维。 如果有其它问题请另外发帖。October 21, 2021 at 4:11 pmqiqiSubscriber你需要用脚本提取电场,比如
E2=getelectric("monitor");
E2max=max(E2);
E=getresult("monitor","E");
E2=E.E2;
参见 Ansys Insight: 几个简单实用的 Script命令:用于结果分析
如何有效地查看中文Ansys Insight 帖子 — Ansys Learning Forum
其中电场是空间和频率的函数E(x,y,z,f), E2(x,y,z,f), 均为4维。
如果有其它问题请另外发帖。
/forum/discussion/comment/135601#Comment_135601谢谢老师解答,但是我使用脚本提取电场无法出现结果是什么原因呢?
October 21, 2021 at 4:11 pmqiqiSubscriber你需要用脚本提取电场,比如
E2=getelectric("monitor");
E2max=max(E2);
E=getresult("monitor","E");
E2=E.E2;
参见 Ansys Insight: 几个简单实用的 Script命令:用于结果分析
如何有效地查看中文Ansys Insight 帖子 — Ansys Learning Forum
其中电场是空间和频率的函数E(x,y,z,f), E2(x,y,z,f), 均为4维。
如果有其它问题请另外发帖。
/forum/discussion/comment/135601#Comment_135601谢谢老师解答,但是我使用脚本提取电场无法出现结果是什么原因呢?
October 21, 2021 at 4:42 pmGuilin SunAnsys Employee你需要用脚本提取电场,比如<\/p>谢谢老师解答,但是我使用脚本提取电场无法出现结果是什么原因呢?E2=getelectric("monitor");<\/p>
E2max=max(E2);<\/p>
E=getresult("monitor","E");<\/p>
E2=E.E2;<\/p>
October 27, 2021 at 2:53 amGuilin SunAnsys Employee怎么个“无法出现结果”?你用getelectric("monitor") 有结果吗?
你看看工作空间有没有数值,也可以用
?max(abs(Ez)^2)
看看有结果没有?你没有给出完整的信息,无法直接回答。建议问一下周边同学。
Viewing 5 reply threads- The topic ‘关于场分布的具体数据’ is closed to new replies.
Ansys Innovation SpaceTrending discussionsTop Contributors-
1216
-
543
-
523
-
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.
-
The Ansys Learning Forum is a public forum. You are prohibited from providing (i) information that is confidential to You, your employer, or any third party, (ii) Personal Data or individually identifiable health information, (iii) any information that is U.S. Government Classified, Controlled Unclassified Information, International Traffic in Arms Regulators (ITAR) or Export Administration Regulators (EAR) controlled or otherwise have been determined by the United States Government or by a foreign government to require protection against unauthorized disclosure for reasons of national security, or (iv) topics or information restricted by the People's Republic of China data protection and privacy laws.