← Back to team overview

yade-users team mailing list archive

Re: [Question #678637]: spheres pass through cylinder

 

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

    Status: Answered => Open

hafsa is still having a problem:
Hi Luc , 
hanks for answer me , now i change the interaction and material of cylinder but the spheres pass through the cylinder again .

#material of cylinder
Mat1 = O.materials.append(FrictMat(young=20*young,frictionAngle=0.455,density=20*density))

#material of spheres
Mat2 = O.materials.append(FrictMat(poisson=.22,young=young,density=density))

#interactions

[Ig2_Sphere_Sphere_ScGeom(),Ig2_Facet_Sphere_ScGeom()],
        [Ip2_FrictMat_FrictMat_MindlinPhys()],
        [Law2_ScGeom_MindlinPhys_HertzWithLinearShear()]

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