yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #04676
[Question #164424]: ForceRecorder
New question #164424 on Yade:
https://answers.launchpad.net/yade/+question/164424
Hi,
I would like to obtain the force/torque acting on a body (a mesh body) that interacts with particles and I am using Force and Torque Recorder:
O.engines=[...
ForceRecorder(ids=body1,label='fRec'),
TorqueRecorder(ids=body1,label='tRec'),
....]
But when I write "print fRc.totalForce, tRec.totalTorque", I obtain Vector3(0,0,0). Am I doing something wrong?
Thansk, Daniela
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.