Re: [Yade-users] [Question #293179]: 'Name error' while calling function

2016-05-02 Thread subha
Question #293179 on Yade changed: https://answers.launchpad.net/yade/+question/293179 Status: Answered => Open subha is still having a problem: Hi Klaus, Thanks for a prompt reply. I moved the function definition block before the engine declaration block as per your suggestion and executed

Re: [Yade-users] [Question #293179]: 'Name error' while calling function

2016-05-02 Thread Klaus Thoeni
Question #293179 on Yade changed: https://answers.launchpad.net/yade/+question/293179 Status: Open => Answered Klaus Thoeni proposed the following answer: Hi, simply move the definition "def plotAddData():" before your engines. The function needs to be defined before calling it. HTH Klaus

[Yade-users] [Question #293179]: 'Name error' while calling function

2016-05-02 Thread subha
New question #293179 on Yade: https://answers.launchpad.net/yade/+question/293179 Hi All, I am simulating a particle impact on a flat surface and would like to track the position and kinetic energy of the particle. I am using yade 1.07 version on Ubuntu 14.04 LTS. I encountered a problem with

Re: [Yade-users] [Question #292911]: How to count number of particles in a fragment, connected by cohesive bonds

2016-05-02 Thread VG
Question #292911 on Yade changed: https://answers.launchpad.net/yade/+question/292911 VG posted a new comment: Hello Jan, Thanks a lot for providing these functions! I am noticing something strange though, may be I am misinterpreting it. Running the same script with a seed value of 1 in

Re: [Yade-users] [Question #292663]: capillary pressure

2016-05-02 Thread Jérôme Duriez
Question #292663 on Yade changed: https://answers.launchpad.net/yade/+question/292663 Jérôme Duriez posted a new comment: @Bruno: as a side note, I am planning to commit such procedure (maybe you too ?), hopefully within a couple of months. We may discuss it when appropriate -- You received

Re: [Yade-users] [Question #292846]: Particle packing - How to avoid overlap

2016-05-02 Thread VG
Question #292846 on Yade changed: https://answers.launchpad.net/yade/+question/292846 VG posted a new comment: Hello Jan, Thanks for your help. Do you know when yadedaily would be updated again or usually how often is it updated ? Thanks for your tip about the seed, while using makeCloud. I

Re: [Yade-users] [Question #292911]: How to count number of particles in a fragment, connected by cohesive bonds

2016-05-02 Thread Jan Stránský
Question #292911 on Yade changed: https://answers.launchpad.net/yade/+question/292911 Jan Stránský proposed the following answer: Hi Varun, sorry, I was just stupid, after O.step() the interactions are there :-) adding following functions at the end of the script (after O.step() ) should do what

Re: [Yade-users] [Question #292846]: Particle packing - How to avoid overlap

2016-05-02 Thread Jan Stránský
Question #292846 on Yade changed: https://answers.launchpad.net/yade/+question/292846 Jan Stránský proposed the following answer: Hi Varun, your approach is OK. The fix was made on 30th April (now 2 days ago) [1], so probably the fix is not yet at yadedaily.. Jan [1]

[Yade-users] [Question #293096]: incrememntal compression with engine

2016-05-02 Thread Yor1
New question #293096 on Yade: https://answers.launchpad.net/yade/+question/293096 Hello ! I try to simulate triaxial compression with confinement of 1 MPa test on 3 steps: 1) isotropic loading sigma1=sigma2=sigma3=1MPa 2) loading the specimen by incrementing sigma1=1 MPa every 200 iterations

Re: [Yade-users] [Question #292846]: Particle packing - How to avoid overlap

2016-05-02 Thread VG
Question #292846 on Yade changed: https://answers.launchpad.net/yade/+question/292846 VG posted a new comment: I got the update last week, but it is still showing me the problematic overlap. From what I see, the overlap is usually between the two particles of different aggregates (spheres). Is it

Re: [Yade-users] [Question #292911]: How to count number of particles in a fragment, connected by cohesive bonds

2016-05-02 Thread VG
Question #292911 on Yade changed: https://answers.launchpad.net/yade/+question/292911 VG posted a new comment: Hello Jan, I have defined sample_material as CohFrictMat and also using Ip2_CohFrictMat_CohFrictMat_CohFrictPhys(setCohesionNow=True,label="cohesiveIp") in the interaction loop. I am

Re: [Yade-users] [Question #289662]: ZeroDivisionError: float division by zero

2016-05-02 Thread Yor1
Question #289662 on Yade changed: https://answers.launchpad.net/yade/+question/289662 Status: Answered => Solved Yor1 confirmed that the question is solved: Hi Jerome Thank you for your advice. I will try to put the essential part of the script without comments :) Jabrane. -- You

Re: [Yade-users] [Question #291177]: triaxial test: particles' Young modulus and overlaps

2016-05-02 Thread Launchpad Janitor
Question #291177 on Yade changed: https://answers.launchpad.net/yade/+question/291177 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Yade-users] [Question #292846]: Particle packing - How to avoid overlap

2016-05-02 Thread Anton Gladky
Question #292846 on Yade changed: https://answers.launchpad.net/yade/+question/292846 Anton Gladky proposed the following answer: Yadedaily should be relatively updated. Last week there were 2 uploads. Anton -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #292911]: How to count number of particles in a fragment, connected by cohesive bonds

2016-05-02 Thread Jan Stránský
Question #292911 on Yade changed: https://answers.launchpad.net/yade/+question/292911 Jan Stránský proposed the following answer: Hi Varun, the script works fine from the point of view that there are no errors. However, in your question you describe cohesive bonds. If I got your question

Re: [Yade-users] [Question #292846]: Particle packing - How to avoid overlap

2016-05-02 Thread Jan Stránský
Question #292846 on Yade changed: https://answers.launchpad.net/yade/+question/292846 Jan Stránský proposed the following answer: In this case, after update of yadedaily, the fix should be there soon cheers Jan 2016-05-02 1:27 GMT+02:00 VG : > Question