yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #11406
Re: [Question #268448]: the output of resultant forces and moments of all bodies
Question #268448 on Yade changed:
https://answers.launchpad.net/yade/+question/268448
Status: Answered => Solved
Fu zuoguang confirmed that the question is solved:
Dear Jan Stránský
Yes, it is just I want to do, and ForceContainer is the suitable class I need to choose for my purpose.
Now I can use that
for b in O.bodies:
f = O.forces.f(b.id)
t = O.forces.t(b.id)
doWhatewerWith_f_and_t()
for all the things I desire. Thanks for your suggestion.
Best regards
Zuoguang Fu
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.
References