🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Hyperview unable to load model/Hyperworks Failed to attach results

User: "Derek Neilson"
Altair Community Member
Updated by Derek Neilson

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

imageimage

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "acupro"
    Altair Employee
    Updated by acupro

    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