yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #12601
Re: [Question #293216]: Creating Ellipse or Ellipsoid
Question #293216 on Yade changed:
https://answers.launchpad.net/yade/+question/293216
Status: Open => Answered
Jan Stránský proposed the following answer:
Hi Felipe,
> 1-> Creating one ellipse or ellpsoid;
> 2-> Simulating bouncing.py changing the sphere to ellipse;
>
ellipsoids are currently not implemented in Yade. A workaround is to create
a clump composed of overlaping spheres with surface approximating an
ellipsoid.
>
> 3-> How is it work the function "pack.inEllipsoid";
>
inEllipsoid should work in the same way like other pack.predicates, like
pack.inCylinder, pack.inAlignedBox, see [1]
>
> 4-> Is it possible to create one ellipsoid like one pack.cylinder. I have
> created a pack cylinder and right now i would like to change this pack for
> one pack in ellipsoid.
>
did you mean pack.inCylinder? if yes, changing inCylinder to inEllipsoid
(and probably the arguments) should be enough..
cheers
Jan
[1] https://yade-dem.org/doc/user.html#constructive-solid-geometry-csg
--
You received this question notification because your team yade-users is
an answer contact for Yade.