Re: [Yade-users] [Question #695833]: movment along z axis whiles blockedDOFs= zXY

2021-03-04 Thread Mahdeyeh
Question #695833 on Yade changed: https://answers.launchpad.net/yade/+question/695833 Status: Answered => Solved Mahdeyeh confirmed that the question is solved: Thanks Karol Brzezinski, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #695833]: movment along z axis whiles blockedDOFs= zXY

2021-03-03 Thread Karol Brzezinski
Question #695833 on Yade changed: https://answers.launchpad.net/yade/+question/695833 Status: Open => Answered Karol Brzezinski proposed the following answer: Hi, I guess that when bodies are clumped you have to constrain the clump, not the individual bodies. Your condition required

Re: [Yade-users] [Question #695833]: movment along z axis whiles blockedDOFs= zXY

2021-03-03 Thread Bruno Chareyre
Hi, > O.engines= O.engines+[PyRunner(virtPeriod=0.02,command='ZSpeed()',label="ZSpeed")] After this line there is a function named "ZSpeed" as well as an engine called "ZSpeed". It sounds a bit dangerous, though I'm not sure it is the issue. Bruno

Re: [Yade-users] [Question #695833]: movment along z axis whiles blockedDOFs= zXY

2021-03-03 Thread Mahdeyeh
Question #695833 on Yade changed: https://answers.launchpad.net/yade/+question/695833 Description changed to: Dear All, I have a problem in simulating clumps spherical particles' gravity deposition in 2D. I use: b.state.blockedDOFs='zXY' b.state.angMom[2]=0

[Yade-users] [Question #695833]: movment along z axis whiles blockedDOFs= zXY

2021-03-03 Thread Mahdeyeh
New question #695833 on Yade: https://answers.launchpad.net/yade/+question/695833 Dear All, I have a problem in simulating clumps spherical particles' gravity deposition in 2D. I use: b.state.blockedDOFs='zXY' b.state.angMom[2]=0 b.state.angVel[2]=0