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

    Status: Needs information => Answered

Jan Stránský proposed the following answer:
In such a simple case, you can test it yourself:
###
b = sphere((0,0,0),1)
O.bodies.append(b)
O.forces.setPermF(0,(1,2,3))
O.step()
print(O.forces.f(0)) # Vector3(1,2,3)
###

So yes, "the resultant force includes the applied force and the contact
forces"

Cheers
Jan

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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to