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. Nico

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

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 inst

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 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/JTSv5

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 sphe

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 th

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 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

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 with

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

[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

Re: [Yade-users] [Question #668998]: Relative velocity for DragEngine()

2018-05-14 Thread Nicolas Godet
Question #668998 on Yade changed: https://answers.launchpad.net/yade/+question/668998 Status: Answered => Solved Nicolas Godet confirmed that the question is solved: Thank you Klaus ! I will have a look but it seems that the only solution is to modify the C code. -- You recei

[Yade-users] [Question #668998]: Relative velocity for DragEngine()

2018-05-14 Thread Nicolas Godet
New question #668998 on Yade: https://answers.launchpad.net/yade/+question/668998 Dear all, What I would like to do is accelerating or decelerating spheres using the relative velocity between the spheres and a fluid media moving at fixed velocity (velocity that I can compute and update in my

Re: [Yade-users] [Question #667236]: Distant interactions with aabbEnlargeFactor & interactionDetectionFactor

2018-03-27 Thread Nicolas Godet
Question #667236 on Yade changed: https://answers.launchpad.net/yade/+question/667236 Nicolas Godet confirmed that the question is solved: Thanks William Chèvremont, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #667236]: Distant interactions with aabbEnlargeFactor & interactionDetectionFactor

2018-03-27 Thread Nicolas Godet
Question #667236 on Yade changed: https://answers.launchpad.net/yade/+question/667236 Status: Answered => Solved Nicolas Godet confirmed that the question is solved: Thank you William. -- You received this question notification because your team yade-users is an answer contact for Y

[Yade-users] [Question #667236]: Distant interactions with aabbEnlargeFactor & interactionDetectionFactor

2018-03-26 Thread Nicolas Godet
New question #667236 on Yade: https://answers.launchpad.net/yade/+question/667236 Dear all, I still have the desire to model a water-saturated flowing material. The fluid coupling will be too complicated. It requires to modify the C++ code, it is not feasible during my internship. I turned to

Re: [Yade-users] [Question #665514]: Application of flow engines on saturated flows

2018-03-19 Thread Nicolas Godet
Question #665514 on Yade changed: https://answers.launchpad.net/yade/+question/665514 Status: Answered => Solved Nicolas Godet confirmed that the question is solved: Hello, Thank you for your answer. It is very helpful. I will now consider all the options available. Regards, Nico

Re: [Yade-users] [Question #665514]: Application of flow engines on saturated flows

2018-03-13 Thread Nicolas Godet
Question #665514 on Yade changed: https://answers.launchpad.net/yade/+question/665514 Status: Answered => Open Nicolas Godet is still having a problem: Hello, About PFV, I thought about two ideas: 1) We could define each X iterations an 3D volume/box based on the shape of the flow

[Yade-users] [Question #665514]: Application of flow engines on saturated flows

2018-03-12 Thread Nicolas Godet
New question #665514 on Yade: https://answers.launchpad.net/yade/+question/665514 Dear all, I am a new user of YADE. The purpose of my internship is to find a way to model the flow of a saturated material down a chute [1]. I read the documentation about flow engines available in YADE such as