🎉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

Interpolating Gridpoint results

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

I am using Tet10 elements in my problem along with Tri3 elements as Faces or skin elements(I converted Tri6 into Tri3 elements of Faces). I want to interpolate results on Tri3 Face elements, which initialy are calculated for Tet10 elements. Is this possible in Hyperview? if yes! How?

Find more posts tagged with

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

    It is possible by developing macro or programme.

    There two methods to do same,

    1.

    You need to write small Hypermesh macro to extract Tet10 and corresponding tri3 in text file.

    #########

    tet10 tri3

    100 1

    101 2

    102 3

    #########

    Another HV macro takes above file as input, contour values of tet10 interpoleted on tria3 elements.

    2.

    Read about 'hmres.exe' and 'hmasl.exe' in help. Please refer to documentation of 7.0 or 8.0sr1

    -Rahul