Re: [Yade-users] [Question #695851]: VTKRecorder: Aborted (core dumped) due to "intr" in VTKRecorder

2021-03-03 Thread Janek Kozicki
Question #695851 on Yade changed: https://answers.launchpad.net/yade/+question/695851 Status: Open => Answered Janek Kozicki proposed the following answer: Assertion `numElements > 0' failed. Looks like you have zero intr, so can't save them :) Make sure that you have more than zero of

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

[Yade-users] [Question #695851]: VTKRecorder: Aborted (core dumped) due to "intr" in VTKRecorder

2021-03-03 Thread Chien-Cheng Hung
New question #695851 on Yade: https://answers.launchpad.net/yade/+question/695851 Hi all, I found that the terminal shows me "python3.5: /build/vtk6-YpT4yb/vtk6-6.2.0+dfsg1/IO/XML/vtkXMLOffsetsManager.h:142: void OffsetsManagerGroup::Allocate(int, int): Assertion `numElements > 0' failed.

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