yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07695
Re: [Question #230299]: Sleeper on ballast layer
Question #230299 on Yade changed:
https://answers.launchpad.net/yade/+question/230299
Christian Jakob posted a new comment:
Ok, I am not sure, but I think it should look like this:
Mat1= FrictMat(young=27e9,poisson=0.20,density=2500,frictionAngle=0.8)
id_Mat1 = O.materials.append(Mat1)
O.bodies.append(utils.geom.facetBox(
center=(1,2,1),extents=(2,0.25,0.25),
wallMask=63,material=Mat1,
dynamic=true,fixed=False))
Do facets still disappear with these changes?
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.