🎉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

Element size?

User: "Alex.01"
Altair Community Member
Updated by Alex.01

Hi all,

 

Does anyone know if there is a tool in Hypermesh which says the average element size of a 2D mesh?

 

I could use the measure tool and get the distance between two nodes of an element, but I am interested in get the average of all elements.

 

Thanks in advance,

 

Alex

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Sanjay Nainani_20973"
    New Altair Community Member
    Updated by Sanjay Nainani_20973

    Hello,

     

    You can do this using TCL.

     

    First open the command Window

    Go to View>>Command Window

     

    Then type the following code:

    *createmark elems 1 displayed

    hm_getaverageelemsize 1

     

     

    This will give you the average element size.

     

    credits @tinh

     

    Thankyou

     

    User: "Alex.01"
    Altair Community Member
    OP
    Updated by Alex.01

    Awesome! Really thank you.

    User: "rea2"
    Altair Community Member
    Updated by rea2

    Hello,

     

    You can do this using TCL.

     

    First open the command Window

    Go to View>>Command Window

     

    Then type the following code:

    *createmark elems 1 displayed

    hm_getaverageelemsize 1

     

     

    This will give you the average element size.

     

    credits @tinh

     

    Thankyou

     

     Hey Sanjay,

     

    Can you tell me what this value refers to, in case of triangular elements? 

    And do you know how to calculate the average element size of 3D tetra elements?

     

    Thank you!