← Back to team overview

yade-users team mailing list archive

Re: [Question #659949]: how to calculate the unbalanced force

 

Question #659949 on Yade changed:
https://answers.launchpad.net/yade/+question/659949

Jan Stránský proposed the following answer:
Hello,

> So I really don't know if the applied force is considered when geting
the unbalanced force from utils.unbalancedForce .

yes, it is considered, because O.forces.f(id) and its C++ equivalent,
which is used to get resultant body force, simply considers it.

> Actually, I tried to calculated the unbalanced force by myself. ... Is
this correct?

utils.unbalancedForce does exactly what you described [1].

cheers
Jan

[1] https://github.com/yade/trunk/blob/master/pkg/dem/Shop_01.cpp#L117

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.