yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #21830
Re: [Question #688275]: Size problem in yade simulation
Question #688275 on Yade changed:
https://answers.launchpad.net/yade/+question/688275
Robert Caulk proposed the following answer:
For example [1].
I will also give you the answer:
O.materials.append(FrictMat(young=desiredStiffness,label='walls'))
O.bodies.append(geom.facetCylinder(center=(.5,.5,.5),radius=.5,height=1,wallMask=6,color=(1,0,0)),material='walls')
However, I still recommend you read [2] carefully to ensure
functionality.
Cheers.
Robert
[1]https://gitlab.com/yade-dev/trunk/blob/master/examples/triax-tutorial/script-session1.py#L54
[2]https://yade-dev.gitlab.io/trunk/tutorial-hands-on.html#singles
--
You received this question notification because your team yade-users is
an answer contact for Yade.