Re: [Yade-users] [Question #273426]: Calculate the energy released when the bond between two particles breaks

2017-05-03 Thread loiseaurare
Question #273426 on Yade changed: https://answers.launchpad.net/yade/+question/273426 loiseaurare posted a new comment: Hi Jerome, Do you have any more informations about that state function ? Like, what does mean "broken" from that point of view ? Does it consider the initial cohesive

Re: [Yade-users] [Question #630910]: Uniaxial test with CohFrictMat

2017-05-03 Thread loiseaurare
Question #630910 on Yade changed: https://answers.launchpad.net/yade/+question/630910 Status: Answered => Solved loiseaurare confirmed that the question is solved: Hi Jan ! Oh ok, I thought using the O.bodies.dynamic = False on the first loop would work, like I saw in [2], but I guess this

Re: [Yade-users] [Question #630910]: Uniaxial test with CohFrictMat

2017-05-03 Thread loiseaurare
Question #630910 on Yade changed: https://answers.launchpad.net/yade/+question/630910 loiseaurare confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #629486]: Particle Cylinder

2017-05-03 Thread Klaus Thoeni
Question #629486 on Yade changed: https://answers.launchpad.net/yade/+question/629486 Klaus Thoeni proposed the following answer: Hi, yade has also cylinders with rounded edges. Not sure what exactly you are after but have a look here:

Re: [Yade-users] [Question #631016]: How to make clumps from spheres

2017-05-03 Thread Jan Stránský
Question #631016 on Yade changed: https://answers.launchpad.net/yade/+question/631016 Status: Open => Answered Jan Stránský proposed the following answer: Would appreciate some more info. Thanks. O.bodies.appendClumped((sphere1,sphere2)) Jan [1] https://yade-dem.org/wiki/Howtoask -- You

[Yade-users] [Question #631016]: How to make clumps from spheres

2017-05-03 Thread Philip Ho
New question #631016 on Yade: https://answers.launchpad.net/yade/+question/631016 I want to make two-ball clumps from spheres. Would appreciate some help. Thanks. #rMean is particles size utils.readParamsFromTable(rMean=.053,rRelFuzz=.3,maxLoad=1e6,minLoad=1e4) from yade.params.table import *

[Yade-users] [Question #630997]: SnapshotEngines timeout error!

2017-05-03 Thread Seti
New question #630997 on Yade: https://answers.launchpad.net/yade/+question/630997 Hi all, can you please advise me the reason that I face with timeout error by using SnapshotEngines in below code? # encoding: utf-8 # 2012 ©Bruno Chareyre # This variant of

Re: [Yade-users] [Question #630995]: VTK does not work in my code

2017-05-03 Thread Seti
Question #630995 on Yade changed: https://answers.launchpad.net/yade/+question/630995 Status: Answered => Solved Seti confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #630995]: VTK does not work in my code

2017-05-03 Thread Seti
Question #630995 on Yade changed: https://answers.launchpad.net/yade/+question/630995 Summary changed to: VTK does not work in my code -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing

[Yade-users] [Question #630995]: VTK does not work for me!

2017-05-03 Thread Seti
New question #630995 on Yade: https://answers.launchpad.net/yade/+question/630995 Hi all, Can anyone tell me why VTK and Snapshot don’t work in below script? # encoding: utf-8 # 2012 ©Bruno Chareyre # This variant of triax-basic.py shows the usage of cohesive

Re: [Yade-users] [Question #629486]: Particle Cylinder

2017-05-03 Thread Jan Stránský
Question #629486 on Yade changed: https://answers.launchpad.net/yade/+question/629486 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > I'm new to Yade welcome :-) Unfortunately, there is not (yet) cylindrical particle (meaning "sharp" cylinder) implemented.

Re: [Yade-users] [Question #630281]: randomDensePack explodes because of penetrationDepth

2017-05-03 Thread Tina Asia
Question #630281 on Yade changed: https://answers.launchpad.net/yade/+question/630281 Tina Asia confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #630281]: randomDensePack explodes because of penetrationDepth

2017-05-03 Thread Tina Asia
Question #630281 on Yade changed: https://answers.launchpad.net/yade/+question/630281 Status: Answered => Solved Tina Asia confirmed that the question is solved: Thanks Jan, Sorry for my carelessness! Thanks for your patience! Tina -- You received this question notification because your

Re: [Yade-users] [Question #630281]: randomDensePack explodes because of penetrationDepth

2017-05-03 Thread Jan Stránský
Question #630281 on Yade changed: https://answers.launchpad.net/yade/+question/630281 Status: Open => Answered Jan Stránský proposed the following answer: Hi Tina, you need O.step() before setting unp: ### O.dt = 0 O.step() # here for i in O.interactions: i.phys.unp =

Re: [Yade-users] [Question #630281]: randomDensePack explodes because of penetrationDepth

2017-05-03 Thread Tina Asia
Question #630281 on Yade changed: https://answers.launchpad.net/yade/+question/630281 Status: Answered => Open Tina Asia is still having a problem: Hi Jan, Thanks for your help, but I still got a explosion. Here is my script: from yade import pack from yade import qt,utils

Re: [Yade-users] [Question #630910]: Uniaxial test with CohFrictMat

2017-05-03 Thread Jan Stránský
Question #630910 on Yade changed: https://answers.launchpad.net/yade/+question/630910 Status: Open => Answered Jan Stránský proposed the following answer: Hi Manon, see my answer at [1] and and Jerome's answer #4 at [2]. The solution is to use O.dt=0 for the first O.step:

Re: [Yade-users] [Question #630281]: randomDensePack explodes because of penetrationDepth

2017-05-03 Thread Jan Stránský
Question #630281 on Yade changed: https://answers.launchpad.net/yade/+question/630281 Jan Stránský posted a new comment: sorry, the reference for previous post :-) [1] https://answers.launchpad.net/yade/+question/266828 -- You received this question notification because your team yade-users is

Re: [Yade-users] [Question #630281]: randomDensePack explodes because of penetrationDepth

2017-05-03 Thread Jan Stránský
Question #630281 on Yade changed: https://answers.launchpad.net/yade/+question/630281 Status: Open => Answered Jan Stránský proposed the following answer: Hi Tina, see [1], Jerome's answer #4. The problem is that after InteractionLoop, the particles are moved by NewtonIntegrator, so