🎉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 normal in Hyperview

User: "Beta"
New Altair Community Member
Updated by Beta

Hi,

 

does anyone know how the element normal is calculated in Hyperview ???

 

I get the element normal from the Querry and use these values to create a user system.

 

However, it looks a bit different from the elemental system displayed when I used the system review.

 

Really wonder how it could be possible

 

<?xml version="1.0" encoding="UTF-8"?>image.thumb.png.e819308dd672421bd6a7e8361208d0b1.png

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "tinh"
    Altair Community Member
    Updated by tinh

    In a warpage quad elem, if we split it into 2 trias, normal is mid ray of angle between 2 trias.

    In calculation, take vector N1N3 x N2N4 

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    Hi Tinh,

     

    Seem like I get it correctly, still wonder why the elemental system displayed by system review tool does not have the z-direction same with the element normal

    User: "tinh"
    Altair Community Member
    Updated by tinh

    The tool displays normal as vector N1N2N3, it is correct normal calculated by hypermesh, too. If you want to match, use N1N2N3

    Some solvers could do N1N3 x N2N4

    User: "Beta"
    New Altair Community Member
    OP
    Updated by Beta

    Hi Tinh,

     

    I found that with OptiStruct Solver, to match with the system review tool in HV, it must be N1N3xN2N4. Thank for useful suggestion