← Back to team overview

yade-users team mailing list archive

Re: [Question #623658]: how to set the shape of a rigid boundary as a rectangle

 

Question #623658 on Yade changed:
https://answers.launchpad.net/yade/+question/623658

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hi,

This "facet" function creates a body with a "Facet" shape which is
necessarily a triangle [1]. You may however define a second adjacent
"facet" so that you would eventually have a rectangle (made of two YADE
bodies).

Or, maybe more simply, you may use other shapes, such as (infinite) Walls [2], or Boxes [3].
Bodies with such shape can also be easily created with built-in functions [4,5]

[1] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Facet
[2] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Wall
[3] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Box
[4] https://yade-dem.org/doc/yade.utils.html#yade.utils.wall
[5] https://yade-dem.org/doc/yade.utils.html#yade.utils.box

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.