remove the wall and append a box

Asked by Weimin Song

Dear all,

          I'm trying the oedometric test example [1]. Now after the stopUnloading, I want to remove the wall and append a box on the spheres. How should I change the codes? Thanks!

[1] https://yade-dem.org/doc/tutorial-examples.html#oedometric-test

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jérôme Duriez
Solved:
Last query:
Last reply:
Revision history for this message
Best Jérôme Duriez (jduriez) said :
#1

Hello,

Please see the O.bodies.append() and O.bodies.erase() functions to append and remove bodies.

Revision history for this message
Weimin Song (wsong8) said :
#2

Thanks Jérôme Duriez, that solved my question.