不知道还有没有人需要解答了。本着乐于助人的初衷,我暂且还是自顾自的发一下吧。
我也遇到了这个情况,所以到处找原因。最后我发现我的原因是mechanical模块打不开造成的。
在经过了漫长的搜索后,最后在一个ansys学生社区里,发现了一位不知是国人还是韩国人的大神给出的一个方案。在这分享一下。另外ansys有关问题在这个社区里找,效率会高许多的:
https://studentcommunity.ansys.com/方案如下:
Manually register the DLLs listed below by starting a Command Prompt (DOS) with "run as administrator" , then typing:(管理员模式运行cmd,输入以下内容)
regsvr32.exe ole32.dll
regsvr32.exe atl.dll
regsvr32.exe oleaut32.dll
regsvr32.exe scrrun.dll
regsvr32.exe jscript.dll
regsvr32.exe vbscript.dll
make sure they all say succeed(确保以上步骤成功)
Now open regular CMD Prompt, and type the following command(在普通的cmd中输入下面这行)
move "%appdata%\ansys" "%appdata%\ansys.old"