← Back to team overview

yade-users team mailing list archive

Re: Simulation of a bearing (roller) with yade

 

Hi Osman,

> Is there a way to model rollers which
> are plain cylinders with flat ends?

You can try to create a cylinder of facets. There are 2 opportunities:
1) geom.facetCylinder [1]
2) import geometry (mesh or stl) from external file (see
examples/packs/packs.py).

But in this case the cylinder will not be dynamic, i.e. it will not
move because of interaction with
other bodies. So you have to predict its motion explicitly.

[1] https://yade-dem.org/doc/yade.geom.html?highlight=facetcylinder#yade.geom.facetCylinder

Anton


References