Using radius expansion method to bulid a DEM model

Asked by Huihuang Xia

Dear developers of Yade,
I am a new user of Yade, I want to build a DEM model using many sub-spheres to fill a given irregular shape with radius expansion method, such as a sand particle. But, I cannot find even an example using this radius expansion method in Yade's tutorial. Can you give me such an example to help me improving my programming skills?
Many thanks and regards,
Huihuang Xia

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Christian Jakob
Solved:
Last query:
Last reply:
Revision history for this message
Best Christian Jakob (jakob-ifgt) said :
#1

Hi,

Please have a look at the triax-tutorial. The TriaxialStressController provides the option "internalCompaction", which will do what you want.

https://github.com/yade/trunk/blob/master/examples/triax-tutorial/script-session1.py#L94

Hope it helps,

Christian

Revision history for this message
Huihuang Xia (huihuangxia) said :
#2

ok, I will try it, many thanks!

Huihuang Xia

Revision history for this message
Huihuang Xia (huihuangxia) said :
#3

Thanks Christian Jakob, that solved my question.