[Yade-dev] [Bug 966186] [NEW] fusionDetection does not work, when new contacts are created with hertz model

2012-03-27 Thread Christian Jakob
Public bug reported: This bug is related to a question. https://answers.launchpad.net/yade/+question/190529 I attached a script to reproduce the bug, when fusionDetection=True and hertz model is used. The bug occurs, when contacts are created. In the script I created two fixed particles and one

[Yade-dev] [Bug 966186] Re: fusionDetection does not work, when new contacts are created with hertz model

2012-03-27 Thread Christian Jakob
** Attachment added: script to reproduce the bug https://bugs.launchpad.net/bugs/966186/+attachment/2947726/+files/check-fusion-detection-bug.py -- You received this bug notification because you are a member of Yade developers, which is the registrant for Yade.

[Yade-dev] [yade/trunk] c9db8b: Fix some examples.

2012-03-27 Thread bchareyre
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: c9db8b0ccf360ac27610967c37370162f546e036 https://github.com/yade/trunk/commit/c9db8b0ccf360ac27610967c37370162f546e036 Author: Anton Gladky gladky.an...@gmail.com Date: 2012-03-26 (Mon, 26 Mar 2012)

[Yade-dev] [Bug 966186] Re: fusionDetection does not work, when new contacts are created with hertz model

2012-03-27 Thread Chareyre
Thanks for the input. I see that, at iterations 2049-2050 (when the mensci are created), the displacement of the particle is very high and lead to overlaps of about 50%. This is apparently what causes the crash. With higher shear modulus the problem disappears, since the capillary force no

[Yade-dev] merge accepted and +

2012-03-27 Thread Bruno Chareyre
Anton, Christian, I just realized that I should have accepted the pending merge request in git interface already. There are so many screens and links there that I'm still a bit lost... I start to see the improvement in the branching easyness of git, allthough is a bit harder to keep track of

[Yade-dev] [Bug 966186] Re: fusionDetection does not work, when new contacts are created with hertz model

2012-03-27 Thread Christian Jakob
Thank you for your comment. If I set a higher shear modulus (1e6 instead of 1e5) this script does not crash, but in my other model I use 3e7 and it crashes too, when it gets dynamic. First I will increase shear modulus also for this model, but later it should be fixed. Does anyone has an idea how

Re: [Yade-dev] merge accepted and +

2012-03-27 Thread Christian Jakob
Zitat von Bruno Chareyre bruno.chare...@hmg.inpg.fr: Anton, Christian, I just realized that I should have accepted the pending merge request in git interface already. There are so many screens and links there that I'm still a bit lost... Oh, I thought I am the only one, who feels like that

Re: [Yade-dev] [Bug 966186] Re: fusionDetection does not work, when new contacts are created with hertz model

2012-03-27 Thread Chareyre
I will think about it. Not sure when I will come up with a solution. Clearly in the example you sent the bug surface because capillaryForce elasticForce, which is also wrong from a physical point of view (I mean, capillary forces will never generate 50% overlap). I hope the problem is similar in

Re: [Yade-dev] Momentum is not conserved in YADE

2012-03-27 Thread Luc Sibille
Hi Boon, It may be due to the fact that the DEM is a numerical method: at each time step particle velocities and positions are deduced from a numerical integration of Newton's law. This numerical integration is based on finite differences which accuracy depends on the size of the time step.

[Yade-dev] [yade/trunk]

2012-03-27 Thread gladk
Branch: refs/heads/master Home: https://github.com/yade/trunk ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~yade-dev More help :

[Yade-dev] [yade/trunk] 412ff6: Improvements in Law2_ScGeom_CapillaryPhys_Capillar...

2012-03-27 Thread Christian Jakob
Branch: refs/heads/master Home: https://github.com/yade/trunk Commit: 412ff603f2d8e728e1420144a5b123f8e9e9703c https://github.com/yade/trunk/commit/412ff603f2d8e728e1420144a5b123f8e9e9703c Author: Christian Jakob ja...@ifgt.tu-freiberg.de Date: 2012-03-27 (Tue, 27 Mar 2012)

Re: [Yade-dev] merge accepted and +

2012-03-27 Thread Anton Gladky
Hi all, To Christian: I have understood the following. When you want to do a pull request, choose only the commit, you want to be merged. No need to choose all commits of your local branch to escape confusing. In this case pull request works just fine. To Bruno: could you, please, setup your