Re: [Yade-users] [Question #295464]: Calculation of damping energy on chosen particles of a sample

2016-06-21 Thread Yor1
Question #295464 on Yade changed: https://answers.launchpad.net/yade/+question/295464 Status: Answered => Solved Yor1 confirmed that the question is solved: Hi Jan! Thank you for the response. I got a method to choose the particle in which I want to calculate the damping energy. For the uni

[Yade-users] [Question #295520]: Exception occured: std::bad_alloc

2016-06-21 Thread Yor1
New question #295520 on Yade: https://answers.launchpad.net/yade/+question/295520 Hello everybody ! I try to simulate a simple shear test. I simulate the simple shear test with 40 iterations. The problem is when the simulation is between 1000 and 1100 iterations i obtained this error message

[Yade-users] [Question #295521]: contact-normal in Yade

2016-06-21 Thread Fu zuoguang
New question #295521 on Yade: https://answers.launchpad.net/yade/+question/295521 Dear Prof. Chareyre and all users, Fabric analysis is one of the most common methods for detecting those micro-level natures of such granular materials. Recently I have tried to do it in 2D-simulation task in Yade

Re: [Yade-users] [Question #295520]: Exception occured: std::bad_alloc

2016-06-21 Thread Bruno Chareyre
Question #295520 on Yade changed: https://answers.launchpad.net/yade/+question/295520 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi, Can you compile&run a debug build and post more information here? Bruno -- You received this question notification because your te

Re: [Yade-users] [Question #295521]: contact-normal in Yade

2016-06-21 Thread Bruno Chareyre
Question #295521 on Yade changed: https://answers.launchpad.net/yade/+question/295521 Status: Open => Answered Bruno Chareyre proposed the following answer: >[1] Are there anything wrong in my understanding of contact normal distribution? Looking at fig.2, your maths are wrong for sure. I ca

Re: [Yade-users] [Question #295520]: Exception occured: std::bad_alloc

2016-06-21 Thread Yor1
Question #295520 on Yade changed: https://answers.launchpad.net/yade/+question/295520 Yor1 posted a new comment: Hello Bruno, I think that is a problem of memory. In the engines i think tha "PyRunner(iterPeriod=1,initRun=True,command='servoController()',label='servo')" take a lot of memory and

Re: [Yade-users] [Question #295486]: Using CpmMat to simulate the hysteretic curve of concrete

2016-06-21 Thread liukeqi
Question #295486 on Yade changed: https://answers.launchpad.net/yade/+question/295486 liukeqi posted a new comment: Thanks Jérôme Duriez. -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailin

Re: [Yade-users] [Question #295486]: Using CpmMat to simulate the hysteretic curve of concrete

2016-06-21 Thread liukeqi
Question #295486 on Yade changed: https://answers.launchpad.net/yade/+question/295486 Status: Answered => Solved liukeqi confirmed that the question is solved: Thanks Jan Stránský. It solved my question. -- You received this question notification because your team yade-users is an answer co

Re: [Yade-users] [Question #295520]: Exception occured: std::bad_alloc

2016-06-21 Thread Bruno Chareyre
Question #295520 on Yade changed: https://answers.launchpad.net/yade/+question/295520 Bruno Chareyre proposed the following answer: There should not be any memory cost for this function. Why is there an indentation before "O" in: ### add top box O.bodies.append(utils.box(center=(xinf-thickne

[Yade-users] [Question #295527]: CohFrictMat model

2016-06-21 Thread paula
New question #295527 on Yade: https://answers.launchpad.net/yade/+question/295527 Please please please can someone help me?, I'm using the CohFrictMat contact model and I'm trying to get a certain behavior of the material but I need to understand the CohFrictMat contact model to modify the varia

Re: [Yade-users] [Question #295520]: Exception occured: std::bad_alloc

2016-06-21 Thread Yor1
Question #295520 on Yade changed: https://answers.launchpad.net/yade/+question/295520 Yor1 posted a new comment: Hi Bruno, We have the indentation before "O" because this line is included in the recorder servoController(). Best regards. Jabrane. -- You received this question notification beca

[Yade-users] [Question #295531]: Cohesion/Moment only work with TriaxialCompressionEngine?

2016-06-21 Thread Gary Pekmezi
New question #295531 on Yade: https://answers.launchpad.net/yade/+question/295531 This was an issue I ran into before with the Cundall-Strack law, and I am now also seeing with Hertz-Mindlin law. If I have: triax=TriaxialStressController(...) then the "Wallstresses" file shows all stresses and

Re: [Yade-users] [Question #295527]: CohFrictMat model

2016-06-21 Thread Jérôme Duriez
Question #295527 on Yade changed: https://answers.launchpad.net/yade/+question/295527 Status: Open => Answered Jérôme Duriez proposed the following answer: Hi Paula, In fact you're lucky because the CohFrictMat model is well documented from my point of view, see - https://yade- dem.org/doc/

Re: [Yade-users] [Question #295531]: Cohesion/Moment only work with TriaxialCompressionEngine?

2016-06-21 Thread Jérôme Duriez
Question #295531 on Yade changed: https://answers.launchpad.net/yade/+question/295531 Status: Open => Needs information Jérôme Duriez requested more information: Hi, Your issue sounds rather strange to me. The data saved (by TriaxialStateRecorder() engine) in 'WallStresses' obviously should

Re: [Yade-users] [Question #295520]: Exception occured: std::bad_alloc

2016-06-21 Thread Anton Gladky
Question #295520 on Yade changed: https://answers.launchpad.net/yade/+question/295520 Anton Gladky proposed the following answer: You are adding bodies at each call of servoController()? Could you please check the number of bodies during the simulation? Anton 2016-06-21 18:37 GMT+02:00 Yor1 : >