🎉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

How to check contact force at each slave node or master segment??

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

Hi,

 

I want to know contact force at each slave node or master segment.

 

In /TH/INTER, I can check only the sum of contact force in contact interface.

image.png.7df17165922a9f044f314e0d5a9763aa.png

image.png.0fd6332c80732ae26351fb5713623cd4.png

image.png.a4338845bd8417254af12f678cb00f17.png

 

How can I check the contact force at each node?

 

Thanks.

 

Find more posts tagged with

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

    Hi,

    You can view the contact forces at nodes in the animation output file requesting vector output in the engine file,

    /ANIM/VECT/CONT

    /ANIM/VECT/PCONT

     

    Where CONT gives you the vector contact force in x, y, z at the node.

    PCONT gives you a 'pressure' output in the normal and tangential directions by summing the contact forces applied to the node and dividing by the extrapolated surface of segments connected to the node.

     

    Thanks,

    Andy

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

    Oh, I can check the time data in .h3d file. 

     

    Is there any way to check the time history of the node in contact using /TH ??

     

    Thanks

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

    NO, the /TH outputs the total force for all the nodes in the contact interface. 

     

    You can read the *A001 or *.h3d files in HG and plot the results.  The downside is if you want the results frequently you will need to output a lot of animation output.

     

    What are you looking to do with this output?

    Thanks,

    Andy

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

    Thank you for your answer.

     

    I want to know when the contact and impact on interface occurs on which node. So I try to check the contact force on each node.

     

    In your answer, I have to obtain a lot of animation output.

     

    Thanks.