yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #09124
Re: [Question #245072]: exciting box
Question #245072 on Yade changed:
https://answers.launchpad.net/yade/+question/245072
Christian Jakob posted a new comment:
Hi,
I am not sure, but I think you forgot to set the materials to your bodies (spheres and facets).
Changing these line may solve it (not tested):
Mat =
O.materials.append(FrictMat(young=30e9,density=1000,poisson=.2,frictionAngle=.5))
O.bodies.append(utils.geom.facetBox((.5,.5,.5),(.5,.5,.5),wallMask=63,material=Mat))
O.bodies.append([sphere([0.5,0.5,0.5],.05,material=Mat)])
Regards,
Christian
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.