Re: [Yade-dev] Again explosion

2009-08-17 Thread Anton Gladky
2009/8/14 Václav Šmilauer eudo...@arcig.cz I would try running without PressTestEngine, just with TranslationEngine instead (fixed number of steps). I have just tried to change PressTestEngine to TranslationEngine. The result is the same: specimen explodes after start. But after reloading it

Re: [Yade-dev] Again explosion

2009-08-17 Thread Anton Gladky
Hmm, but when I leave distanceFactor=1.5 and aabbEnlargeFactor=1.5 it works as I await. What does it means? Wrong model? Thank you. PS Sorry for annoying. __ [ENG] Best Regards [GER] Mit freundlichen Grüßen [RUS] С наилучшими пожеланиями [UKR] З найкращими

Re: [Yade-dev] Again explosion

2009-08-14 Thread Anton Gladky
I have tried this twice, and the result is the same. It works normally when : O.saveTmp('init') O.step() O.step() ss2d3dg['distanceFactor']=1. is2aabb['aabbEnlargeFactor']=1. And after the reload button pressed. But when O.step() O.step() ss2d3dg['distanceFactor']=1.

Re: [Yade-dev] Again explosion

2009-08-14 Thread Václav Šmilauer
I would try running without PressTestEngine, just with TranslationEngine instead (fixed number of steps). You have bunch of state variables in PressTestEngine that are not saved -- that is wrong. You should save (i.e. serialize) all state that is needed to resume the simulation at any point (more

Re: [Yade-dev] Again explosion

2009-08-14 Thread Anton Gladky
Thanks for good tips! Will try to fix it. __ [ENG] Best Regards [GER] Mit freundlichen Grüßen [RUS] С наилучшими пожеланиями [UKR] З найкращими побажаннями Anton Gladkyy 2009/8/14 Václav Šmilauer eudo...@arcig.cz I would try running without PressTestEngine, just

[Yade-dev] Again explosion

2009-08-13 Thread Anton Gladky
Hi, Vaclav! I want to ask you to look at my script. I have spent a lot of hours to define what is wrong there, but it seems I am not be able to do it without your help. It is a simple press-test. When it starts at once, at the end of the pressing specimen explodes. It is not normal for me. But

Re: [Yade-dev] Again explosion

2009-08-13 Thread Václav Šmilauer
I want to ask you to look at my script. I have spent a lot of hours to define what is wrong there, but it seems I am not be able to do it without your help. Eh, you save the simulation before the 2 steps for creating contacts. If you reload it, the reset of interaction distances to 1 never

Re: [Yade-dev] Again explosion

2009-08-13 Thread Václav Šmilauer
BTW the crash was fixed in r1940, it was wrong condition in assertion, plus missing class indices that I discovered that way. V. ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe :

Re: [Yade-dev] Again explosion

2009-08-13 Thread Anton Gladky
I still have an explosion after r1940 update :( __ [ENG] Best Regards [GER] Mit freundlichen Grüßen [RUS] С наилучшими пожеланиями [UKR] З найкращими побажаннями Anton Gladkyy 2009/8/13 Václav Šmilauer eudo...@arcig.cz BTW the crash was fixed in r1940, it was wrong

Re: [Yade-dev] Again explosion

2009-08-13 Thread Václav Šmilauer
I still have an explosion after r1940 update :( Read this again: You must call saveTmp after the O.step(); O.step() ss2d3dg['distanceFactor'],is2aabb['aabbEnlargeFactor']=1.,1. block. Should work. ___ Mailing list: