October 15, 2020 at 9:07 pm
Ansys Employee
If you are running a distributed solution with 10 CPU's, then this creates a result file for each CPU(file0.rst, file1.rst etc up to file9.rst). All these files should be combined to get the global result file. You can use APDL commands to do thisnExample:nResume,file,db !open database or use /Input command to read ds.datn/post1 ! enter post processornrescombine,10,file,rst ! combine 10 result filesnSet,last ! select last result setnreswrite,file, !write the combined result file with last result setnCheck the command reference for more details on these commands: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v202/en/ans_cmd/Hlp_C_CmdTOC.htmln