[Yade-users] [Question #655697]: sth about stressmask

2017-08-09 Thread LuBaoBao
New question #655697 on Yade: https://answers.launchpad.net/yade/+question/655697 Hello, The following code is an example from Yade. I know the first part is about hydrostatic compression. But how to understand "stressMask=0b000111" here? ( goal=(-1e7,-1e7,-1e7, 0,0,0) ) As we know, 0

Re: [Yade-users] [Question #655521]: using TriAxialstressController obtain volume origin and size

2017-08-09 Thread Robert Caulk
Question #655521 on Yade changed: https://answers.launchpad.net/yade/+question/655521 Status: Open => Answered Robert Caulk proposed the following answer: Hello, I think you are right, X/Y/Z = width/height/depth [1]. height0 is the reference height used for strain calculation [2].

[Yade-users] [Question #655521]: using TriAxialstressController obtain volume origin and size

2017-08-09 Thread rhaven
New question #655521 on Yade: https://answers.launchpad.net/yade/+question/655521 Hi There, I am using the TriAxialStressController to compress a packing of particles. Once the compression is complete id like to get the size and origin of the volume I found compressor.width / height / depth

Re: [Yade-users] [Question #655455]: Apply compressive or tensile force to a packed geometry of spheres

2017-08-09 Thread Jan Stránský
Question #655455 on Yade changed: https://answers.launchpad.net/yade/+question/655455 Jan Stránský posted a new comment: Hello, if you apply the same force to all (equal) particles, they just accelerate equally as a rigid body, so no interaction is expected behavior. cheers Jan -- You received

Re: [Yade-users] [Question #645958]: creating a cloud of compressed aggregates/clumps

2017-08-09 Thread rhaven
Question #645958 on Yade changed: https://answers.launchpad.net/yade/+question/645958 Status: Answered => Solved rhaven 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 #655455]: Apply compressive or tensile force to a packed geometry of spheres

2017-08-09 Thread Swapnil
Question #655455 on Yade changed: https://answers.launchpad.net/yade/+question/655455 Status: Answered => Open Swapnil is still having a problem: Thanks Jan. I tried this and it appears to work :) But I have one more doubt now. The cylinder (as a whole) seems to be moving in one direction

Re: [Yade-users] [Question #655455]: Apply compressive or tensile force to a packed geometry of spheres

2017-08-09 Thread Jan Stránský
Question #655455 on Yade changed: https://answers.launchpad.net/yade/+question/655455 Jan Stránský proposed the following answer: > Now I am trying to apply a force to this group of spheres: you have to assign force to each sphere: for sphere in spheres: O.forces.setPermF(sphere.id,(1,1,1)) #

Re: [Yade-users] [Question #655455]: Apply compressive or tensile force to a packed geometry of spheres

2017-08-09 Thread Swapnil
Question #655455 on Yade changed: https://answers.launchpad.net/yade/+question/655455 Swapnil posted a new comment: Hi Jan, Sorry if the question was ambiguous. To create a cylinder geometry packed with spheres I used the following commands: from import yade pack