yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #17497
[Question #670202]: tie particles together
New question #670202 on Yade:
https://answers.launchpad.net/yade/+question/670202
I want to use spheres to simulate a line. I want to build them like this:
--------------------------------------------------------------------------------------
O.bodies.append(sphere([0,0,0],1))
O.bodies.append(sphere([0,0,2],1))
O.bodies.append(sphere([0,0,4],1))
O.bodies.append(sphere([0,0,6],1))
----------------------------------------------------------------------------------------
1. if i use appendClumped(), the final body is a rigid aggregate.I want to tie them by their contact point,and it is not rigid but soft?
2.In other words, they are tied togther but every particle work themselves.and they can not be easily divided.
Can you give me some suggestion?
Thanks a lot!
--
You received this question notification because your team yade-users is
an answer contact for Yade.