Interpolating Gridpoint results

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

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?

Tagged:

Answers

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited February 2009

    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