Variable meanings in H5 files?

Raheem Sterling_22160
Raheem Sterling_22160 Altair Community Member
edited November 2023 in Community Q&A

Hi

I want to do some post-procession with H5 files of EDEM, For example: the value of contact vectors. Are there any descriptions of these values?
image

Tagged:

Answers

  • Stephen Cole
    Stephen Cole
    Altair Employee
    edited November 2023

    Hi Raheem,


    The contact vector is the vector between the contact point of two elements and the CoM of the element.  

    The info in the file accessed by Python is the same as that in the Analyst, you can see a brief description here:

    https://help.altair.com/edem/Appendix/EDEM_File_Types.htm

    Regards

    Stephen

  • Raheem Sterling_22160
    Raheem Sterling_22160 Altair Community Member
    edited November 2023

    Hi Raheem,


    The contact vector is the vector between the contact point of two elements and the CoM of the element.  

    The info in the file accessed by Python is the same as that in the Analyst, you can see a brief description here:

    https://help.altair.com/edem/Appendix/EDEM_File_Types.htm

    Regards

    Stephen

    Hi Stephen,

    Thanks a lot, now I calculated the contact vector with the CoM of the sphere particles.

    Are these two values calculated from the Com and directly retrieve from the contact vector 1(or 2)?

    By the way, the value of contact vector1 and contact vector 2 should be the opposite number I think, but from the h5 file, it seems not as I think.

    image

    Regards!

    Raheem