yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #18793
Re: [Question #677945]: bouncing ball on the soil
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.