🎉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

Qustion about return value in contact model

User: "Raheem Sterling_22160"
Altair Community Member
Updated by Raheem Sterling_22160

Hi,

For example, my equation gives the force and torque on particle center, and I writen this into EDEM API, the return value of  contactResults.normalForce and contactResults.tangentialForce is easy to understand, they are force act on the particle directly. But for the  contactResults.additionalTorque1 and  contactResults.usAdditionalTorque1 I am confused.

I have calculted the torque act on the contact point and give this value to the contactResults.additionalTorque1, but the results was out of my expect, then I give the torque on particle to contactResults.usAdditionalTorque1, and the results was still uncorrect, the video seem that the torque wasn't acted on the particle at all.

Thanks for reply.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Stephen Cole"
    Altair Employee
    Accepted Answer
    Updated by Stephen Cole

    Hi Stephen

    Thank you for your patient answer,as you said, the torques in EDEM are calculated per particle, but why the API header say additionalTorque1 act at the contact point

    NApiHelpersV3_4_0::CSimple3DVector additionalTorque1
    Any additional torque on element 1 not accounted for by the above forces (which are deemed to act at the contact point
     
    What I am concered is that the value assgined to the  contactResults.additionalTorque(1 or 2) is act on the center of mass of particle(1 or 2) or the contact.contactPoint.
     
    Reagrds!
    Raheem
     

    Hi Raheem,


    The torque is applied at the centre of the particle (centre of mass for multi-sphere).  The forces applied are applied at the contact point so for Normal force that won't create any additional torque but the Tangential force will.

    Regards

    Stephen