yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07980
Re: [Question #233548]: Modelling a brick wall on soil
Question #233548 on Yade changed:
https://answers.launchpad.net/yade/+question/233548
Status: Open => Answered
Klaus Thoeni proposed the following answer:
Hi Nguyen,
boxes and facets (triangles in a mesh) are non dynamic in yade and I
guess you want to have fully dynamic bricks. You would have to use
bricks created by clumps instead, something like this maybe:
clump,spheres=O.bodies.appendClumped(pack.regularOrtho
(pack.inAlignedBox((-1,-0.5,-0.3),(1,0.5,0.3)),0.1,-0.05,color=(1,0,0)))
HTH Klaus
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.