We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums AIS China 结构 MAPDL求解时如何输出.out文件 Reply To: MAPDL求解时如何输出.out文件

Haifeng Niu
Ansys Employee

Ø  如果勾选了图1SMP方式,默认不输出out文件。

Ø  /solu后加一行命令将求解信息输出到文本文件中(图2)。

/output,myfile,out

Ø  如果勾选了Use Distributed comput 则默认输出几个核心的output文件,也可以加入上面的命令输出到一个指定文件中。