yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27700
Re: [Question #701699]: cylindrical particles packing
Question #701699 on Yade changed:
https://answers.launchpad.net/yade/+question/701699
Jérôme Duriez posted a new comment:
Regarding
>>> can we create the real disk shape particles in YADE?
>> my real disk means: flat top and bottom side cylinder, I think it will like a coin with a small thickness like that
>It is currently not possible to use proper cylinders.
>You can approximate it by polyhedrons or clumped particles or potential particles/blocks.
Note also the LevelSet approach :
ls = O.bodies.append(levelSetBody('disk',radius=1))
Thickness will be equal to
O.bodies[ls].shape.lsGrid.spacing
--
You received this question notification because your team yade-users is
an answer contact for Yade.