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.