Hyperview unable to load model/Hyperworks Failed to attach results
Derek Neilson
Altair Community Member
My tutorial model opens without a problem in AcuFieldView but when I try to open in Hyperview it is asking for a file reader type from a dropdown menu. I chose the Acusolve Result Reader. Checked the file path and it is good so I am missing something here.
Thanks
Derek
0
Answers
-
As a workaround, you could try converting to H3D format and load that to HyperView.
If you open the AcuSolve Command Prompt, go to the problem directory (looks like C:\Users\Derek\Desktop\cfd\manifold) and type:
acuTrans -pb ACU-T1000_manifold -out -to h3d -ts A
This will create separate model and results files in h3d format. If you want the model and results into the same file:
acuTrans -pb ACU-T1000_manifold -out -to h3d -ts A -h3dopt single
0