🎉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

Extract result from Abaqus Result in hyperwiew

User: "Pandurang"
Altair Community Member
Updated by Pandurang

Hi All,

 

I have Abaqus odb files. I want to extract the 'Equivalent Plastic Strain' 'Max Deflection' 'permanent Set' for last subcase and create report in html format.

want to write script in hyperview...Please guide me if anyone knows about this...

@tinh

@Imoto

 

Regards,

PD 

Find more posts tagged with

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

    Hello Pandurang,

     

    I suggest you to type following keyword to your .inp file under *step section;

     

    *el print

    peeq, 

    *node print

    u,

     

    these codes writes desired results to .dat file. Thus, you can parse that file to obtain results by tcl or python scripts