🎉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

Import Material Database

User: "Alex Nguyen"
Altair Community Member
Updated by Alex Nguyen

Hi everyone

I have a prolem about import a excel file include material information (Young module, poison, thermal expansion, density ...) in HyperMesh.

Shall I save this excel file into .csv and how to import it in HyperMesh? And how to HyperMesh understand positions of information as Young module, poison, density v.v..

I don't have basic base about writing code so I hope everyone help me.

Thanks all

Best Regards

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "QuyNguyenDai"
    Altair Community Member
    Updated by QuyNguyenDai

    Organize yourself material information (within XLS/CSV) and write a TCL script to read it and create material for Hypermesh.

     

    User: "tinh"
    Altair Community Member
    Updated by tinh

    Save csv file with data lines like this:

    Mat1,mid,e,g,nu,rho

     

    Then you can import it as *.fem file

    User: "Alex Nguyen"
    Altair Community Member
    OP
    Updated by Alex Nguyen

    Thanks so much you @tinh and @Q.Nguyen-Dai

    I've done:)/emoticons/default_smile.png' srcset='/emoticons/smile@2x.png 2x' title=':)' width='20' />

    Best Regards