← Back to team overview

yade-users team mailing list archive

Re: [Question #293247]: Physic interaction betweem particles and polyhedra

 

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

Jonathan Pergoli posted a new comment:
Hi Jérome,

you mean this:
O.engines=[
	ForceResetter(),
	InsertionSortCollider([Bo1_Sphere_Aabb(),Bo1_Facet_Aabb(),Bo1_Box_Aabb()]),
	InteractionLoop(
		[Ig2_Sphere_Sphere_ScGeom(),Ig2_Facet_Sphere_ScGeom(),Ig2_Box_Sphere_ScGeom()],
		[Ip2_FrictMat_FrictMat_MindlinPhys(en=.55,es=.55,krot=3)],
		[Law2_ScGeom_MindlinPhys_Mindlin(includeMoment=True)]
	),
	NewtonIntegrator(gravity=(0,0,-2.5e-4),damping=.2)
]
?

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