Re: [Yade-users] [Question #293471]: Circular RandomDensePack with CpmMat

2016-05-09 Thread mohsen
Question #293471 on Yade changed: https://answers.launchpad.net/yade/+question/293471 mohsen posted a new comment: Hi Jan >Not to create any cohesive interactions, use value less than 1 for intRadius. I formerly have check it; i reduced the value of intRadius to 0.1, but again there were

Re: [Yade-users] [Question #293295]: Want to connect all the particles in an aggregate using cohesive bond

2016-05-09 Thread whr
Question #293295 on Yade changed: https://answers.launchpad.net/yade/+question/293295 whr proposed the following answer: Hello Varun, If you do another setCohesionNow, the cohesion for the existing interactions will change after another timestep. You can write a minimal script to verify it or

Re: [Yade-users] [Question #293295]: Want to connect all the particles in an aggregate using cohesive bond

2016-05-09 Thread VG
Question #293295 on Yade changed: https://answers.launchpad.net/yade/+question/293295 VG posted a new comment: Hello Huanran, Thanks for your response, that makes sense. So it seems like I can not reset the value of shearCohesion/normalCohesion for existing interactions created with higher

Re: [Yade-users] [Question #291202]: Clumping - angl of repose

2016-05-09 Thread Christian Jakob
Question #291202 on Yade changed: https://answers.launchpad.net/yade/+question/291202 Status: Open => Answered Christian Jakob proposed the following answer: Hi, I did not investigate your script very deeply, but I guess the explosion arises from replaceByClumps() function. A workaround

Re: [Yade-users] [Question #293468]: Force controller

2016-05-09 Thread ntthangvn
Question #293468 on Yade changed: https://answers.launchpad.net/yade/+question/293468 ntthangvn posted a new comment: Hi Jan, I will try and report you then :) Once again, thank you very much! Thang -- You received this question notification because your team yade-users is an answer contact

Re: [Yade-users] [Question #293468]: Force controller

2016-05-09 Thread Jan Stránský
Question #293468 on Yade changed: https://answers.launchpad.net/yade/+question/293468 Status: Open => Answered Jan Stránský proposed the following answer: Hi Thang, it will be constant, but it is possible to change this value each time step to create linear increase Jan 2016-05-09 14:56

Re: [Yade-users] [Question #293468]: Force controller

2016-05-09 Thread ntthangvn
Question #293468 on Yade changed: https://answers.launchpad.net/yade/+question/293468 Status: Answered => Open ntthangvn is still having a problem: Dear Jan, Thank you very much for your quick response. As reading from your link O.forces.setPermF(bodyId,force) means "set the value of

Re: [Yade-users] [Question #293471]: Circular RandomDensePack with CpmMat

2016-05-09 Thread Jan Stránský
Question #293471 on Yade changed: https://answers.launchpad.net/yade/+question/293471 Status: Open => Answered Jan Stránský proposed the following answer: Hi Mohsen, randomDensePack creates packing with minimal but existing overlaps. you can check it by for i in O.interactions: print

Re: [Yade-users] [Question #293468]: Force controller

2016-05-09 Thread Jan Stránský
Question #293468 on Yade changed: https://answers.launchpad.net/yade/+question/293468 Status: Open => Answered Jan Stránský proposed the following answer: Hello Thang, one option is to apply force on one or more particles. To apply force on one body use O.forces.setPermF(bodyId,force) To

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 MikeZhao gave more information on the question: Hi, I have tried to reproduce this bug, and the script is as following:## from libyade import yade from yade import * mat =

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 MikeZhao gave more information on the question: I will try if I could provide an example. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread MikeZhao
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Answered => Open MikeZhao is still having a problem: Eh, it is hard for me to provide an example, since I was building a FE- DE model, another FEM software OOFEM is included in my calculation. But

Re: [Yade-users] [Question #293445]: Polyhedra Elements, Infinite Loop.

2016-05-09 Thread Jan Stránský
Question #293445 on Yade changed: https://answers.launchpad.net/yade/+question/293445 Status: Open => Answered Jan Stránský proposed the following answer: Hi Mike, could you please provide a complete script which does this problem? Thanks Jan 2016-05-09 7:52 GMT+02:00 MikeZhao