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

    Status: Open => Answered

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

you need to tell Yade to take into account interaction of sphere-wall type [1], 
ie. add Ig2_Wall_Sphere_ScGeom to Interaction loop:
###
   InteractionLoop(
       [Ig2_Sphere_Sphere_ScGeom(),Ig2_Wall_Sphere_ScGeom()], # collision 
geometry
       [Ip2_FrictMat_FrictMat_FrictPhys()], # collision "physics"
       [Law2_ScGeom_FrictPhys_CundallStrack()] # contact law -- apply forces
   ),
###

cheers
Jan

[1] https://yade-dem.org/doc/user.html#functors-choice

-- 
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