Re: [Yade-users] [Question #669048]: CU triaxial (PFV)

2018-06-01 Thread Robert Caulk
Question #669048 on Yade changed: https://answers.launchpad.net/yade/+question/669048 Status: Open => Answered Robert Caulk proposed the following answer: Hello Sam, The script you posted on Comment #6 does not contain a fluid model (it is inactive when you set flow.dead=1). Actually, the

Re: [Yade-users] [Question #669048]: CU triaxial (PFV)

2018-06-01 Thread SayedHessam
Question #669048 on Yade changed: https://answers.launchpad.net/yade/+question/669048 Status: Answered => Open SayedHessam is still having a problem: Dear Robert, Thank you for your valuable comment. BTW, I have just two more questions about your last comment (#5). You mentioned I am

Re: [Yade-users] [Question #669824]: Problem about material

2018-06-01 Thread xjin
Question #669824 on Yade changed: https://answers.launchpad.net/yade/+question/669824 Status: Answered => Solved xjin 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 #669845]: uodate len(O.bodies) after erasing particles

2018-06-01 Thread azim
Question #669845 on Yade changed: https://answers.launchpad.net/yade/+question/669845 azim posted a new comment: Hi Jan thanks for your reply. >>please specify your problem, I did not find any in your description.. I want to update len(O.bodies) after erasing some of particles. Their

Re: [Yade-users] [Question #669845]: uodate len(O.bodies) after erasing particles

2018-06-01 Thread Jan Stránský
Question #669845 on Yade changed: https://answers.launchpad.net/yade/+question/669845 Status: Open => Needs information Jan Stránský requested more information: Hi Azim, > but neither of them solve my problem please specify your problem, I did not find any in your description.. Unchanged

[Yade-users] [Question #669845]: uodate len(O.bodies) after erasing particles

2018-06-01 Thread azim
New question #669845 on Yade: https://answers.launchpad.net/yade/+question/669845 Dear all I deleted some particles in my simulation. Particles and their interactions are erased without a problem. But the length of O.bodies is the same as before deletion. I did that with looping over bodies

Re: [Yade-users] [Question #669824]: Problem about material

2018-06-01 Thread Jan Stránský
Question #669824 on Yade changed: https://answers.launchpad.net/yade/+question/669824 Jan Stránský proposed the following answer: Hello, do not change the material of spheres, i.e. delete these lines ### for i in xrange(0,Nb1): O.bodies[i].material=O.materials[dao] for i in xrange(Nb1,Nb2):

Re: [Yade-users] [Question #669827]: Simulate plastic particle

2018-06-01 Thread Jan Stránský
Question #669827 on Yade changed: https://answers.launchpad.net/yade/+question/669827 Status: Open => Answered Jan Stránský proposed the following answer: Hello, what would you like to simulate and what should be expected results? > like it has large plasticity did you mean elasticity?

Re: [Yade-users] [Question #665314]: save/load precedure

2018-06-01 Thread Luc Scholtès
Question #665314 on Yade changed: https://answers.launchpad.net/yade/+question/665314 Luc Scholtès posted a new comment: I just gave a solution to solve De Zhang's problem which was, basically: How to reload a simulation without suffering from the undefined functions and variables? But of

Re: [Yade-users] [Question #665314]: save/load precedure

2018-06-01 Thread Bruno Chareyre
Question #665314 on Yade changed: https://answers.launchpad.net/yade/+question/665314 Bruno Chareyre posted a new comment: >copy/paste from initial script If it fits in a file, why would you generate a second file with the same content? Not a good idea. As the functions will be progressively

Re: [Yade-users] [Question #669824]: Problem about material

2018-06-01 Thread Jérôme Duriez
Question #669824 on Yade changed: https://answers.launchpad.net/yade/+question/669824 Status: Open => Answered Jérôme Duriez proposed the following answer: Hi, The error message suggests your Body #12 (with 12 as id) has a CpmMat material but a state attribute [1] of the generic State

[Yade-users] [Question #669827]: Simulate plastic particle

2018-06-01 Thread xjin
New question #669827 on Yade: https://answers.launchpad.net/yade/+question/669827 I want to simulate a kind of ball which is soft.It will produce deformation under the compressive stress, but when there is no any forces,it will be returned to a ball,like it has large plasticity. Is the body

[Yade-users] [Question #669824]: Problem about material

2018-06-01 Thread xjin
New question #669824 on Yade: https://answers.launchpad.net/yade/+question/669824 I write a code like this: -- O.reset() density=float(1600) young=100e6 po=0.4 frictionAngle= float(atan(0.32)) sigmaT=1e3