🎉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

How to get material data in Hyperview

User: "Manjunath MD"
Altair Community Member
Updated by Manjunath MD

Hi 

 

I wanted to get material data in Hyperview using script. How to get information in Hyperview by scripts. 

 

I tried using open this script in Altair knowledge base but this script is not appearing. 

https://connect.altair.com/CP/kb-view.html?kb=84952

 

/profile/43979-llyle/?do=hovercard' data-mentionid='43979' href='<___base_url___>/profile/43979-llyle/' rel=''>@llyle

 

 

Find more posts tagged with

Sort by:
1 - 6 of 61
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Why looking for INPUT data with Post-processing (Hyperview) software?

     

    User: "Manjunath MD"
    Altair Community Member
    OP
    Updated by Manjunath MD

    I want to plot FOS legend in HV.  Material yield limit is provided in MAT1 card, so i need to get that yield limit, after that i can get FOS by dividing max stress / yield limit. 

     

    User: "Adriano_Koga"
    Altair Employee
    Updated by Adriano_Koga

    If it us OptiStruct, there is a FOS output in newer versions.

    In HV you could just create a derived result creating a mth expression.

    I believe there's an example exacc8 for FOS in HV tutorials.

    You would need an XML file with the allowables.

    Hope this helps you.

    User: "Manjunath MD"
    Altair Community Member
    OP
    Updated by Manjunath MD

    Hi Adirano,

     

    Solver profile is Nastran, it wont support shell and solid elements to create FOS. Currently it supports 1D elements and fatigue simulations. I am running linear static SOL 101 this is problem. So i need to do scripting to extract FOS.  

     

     

     

     

    User: "Adriano_Koga"
    Altair Employee
    Updated by Adriano_Koga

    In HV it won't use the allowables in your material.

    But, as I've mentioned before, you could get this by loading your .dat and .op2 results, with 'Advanced Math' template.

    Then create a new result in DERIVED RESULTS(MATH).

    There you can add a resource such as a XML file with Id and allowables, and then create an expression.

    There's a tutorial in HV training material, that probably you find in youtube or under tutorials in the help.

    A small part can be seen here.


     

    In your case you will need to check if allowable can be mapped to your elements, and the create some expression such as 1-(T1/allowable)

    User: "Manjunath MD"
    Altair Community Member
    OP
    Updated by Manjunath MD

    Thank you so much @Adriano A. Koga for very useful information