Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre posted a new comment: You are welcome. This is typically something one would figure out by himself when elaborating a real MWE. :) And that's why we insist on people not sending us their scripts

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Solved Nicolas Godet confirmed that the question is solved: The problem was the min and max... Well I'm sorry for this basic error, a lot of noise for nothing... Many thanks. Nicolas

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Bruno Chareyre proposed the following answer: There was a misunderstanding since the beginning it seems. There is no "aabbWalls" shape in yade. aabbWalls() is a python shorthand to

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Open Nicolas Godet is still having a problem: I setup the expiration date to "Never" for the pastebin so it should not be a problem for the future but I will put the script directly here

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre requested more information: >"put only 1 box that create my floor : no interaction" Could you show this one? You say it is easy to switch but I can' t figure out what to comment/uncomment to

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre posted a new comment: Hi Nicolas, if possible please post the examples here on launchpad. "pastebin" hides details away from the question so it makes reading less easy, plus those links have

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Bruno Chareyre proposed the following answer: The first one in #20 is nearly perfect. :) It could fit in less lines if you remove some blanks... then it can appear here. Bruno --

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-07-02 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Open Nicolas Godet is still having a problem: Hello, I tried to : - put only 1 box that create my floor : no interaction - 3D box with spheres inside : no interaction - facet instead

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Bruno Chareyre proposed the following answer: I see, thanks. I tried the good one this time, not in details but: you have 6 boxes in it but none of them seem to cover the surface

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Nicolas Godet gave more information on the question: The script that need to be debug is this one : https://pastebin.com/ipF53JhW It’s a very simplified model of the 1500 line script. The script #15 is working

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre posted a new comment: I ran the script #15 for many minutes, nothing happening. If it needs more than a few seconds to see the problem please reduce the number of particles (I tried, but then big

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Jan Stránský
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Jan Stránský posted a new comment: > The spheres are able to interact with the mesh but go through the walls... > W1 = O.bodies.append(aabbWalls(... aabbWalls actually creates Boxes.. But yes, the interaction

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Open Nicolas Godet is still having a problem: Hello Jan, Well Ok, that's strange because I have 0 issue when I use Ig2_Box_Sphere_ScGeom6D() in https://pastebin.com/JTSv5Ucr

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Jan Stránský
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > The spheres are able to interact with the mesh but go through the walls... in this last version, you have no Ig2_Wall_Sphere,

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Open Nicolas Godet is still having a problem: I've done an easier script that contains almost every elements that's are in the big one. https://pastebin.com/ipF53JhW The spheres are

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Nicolas Godet posted a new comment: Should be better now : https://pastebin.com/hkmimXSb Disable what concerning folder creations and files. > If you discard interactions between spheres I don't think it will

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre proposed the following answer: You script still doesn't work... Traceback (most recent call last): File "/usr/bin/yadedaily", line 182, in runScript execfile(script,globals()) File

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Bruno Chareyre proposed the following answer: I just realize this: [... Ip2_FrictMat_FrictMat_FrictPhys(),

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre posted a new comment: Too complex for me sorry. There seem to be multiple problems and I'm stuck at the very first step: > some bodies inter-penetrate at time=0.0 so we fix it by isolating this

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-29 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Nicolas Godet gave more information on the question: Hello, Here we are, I had issue with the lubrificationlaw that can't compute if some bodies inter-penetrate at time=0.0 so we fix it by isolating this bodies

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-28 Thread Marcus Moravia
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Marcus Moravia posted a new comment: Hello Nicolas, There are some variables missing from the script. I would suggest reducing it as much as possible and checking it before posting. Cheers, Marcus. -- You

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-28 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Bruno Chareyre posted a new comment: A working script would be more helpful. B -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-28 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Open Nicolas Godet is still having a problem: I clean a bit the code by removing functions et variable definitions (especially the value that could be confidential). I let some all

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-28 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Bruno Chareyre proposed the following answer: The results you describe make non sense to me. I can't say anything more without seeing a script. :) Hopefully it will not take 1500

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-28 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Answered => Open Nicolas Godet is still having a problem: Hello, I just try to invert the two Ip2 FrictMat FrictMat. I put FrictPhys after LubricationPhys and I manage to run the script without

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-27 Thread Nicolas Godet
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Nicolas Godet posted a new comment: Hello Bruno, I remember having encountered the problem of the order, I will check some previous test scripts and share it if I find it. In fact, I could share the script but

Re: [Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-27 Thread Bruno Chareyre
Question #670511 on Yade changed: https://answers.launchpad.net/yade/+question/670511 Status: Open => Answered Bruno Chareyre proposed the following answer: Hello Nicolas, The order does not matter. I am not sure there is a solution to this particular problem yet I am nearly sure that the

[Yade-users] [Question #670511]: Ambiguous dispatch : too much laws ?

2018-06-27 Thread Nicolas Godet
New question #670511 on Yade: https://answers.launchpad.net/yade/+question/670511 Dear all, I'm using a modified version of yadedaily from the 24th of May. The modification only affect the behavior of DragEngine (allowing the input of a velocity for relative force computing). After modeling a