Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-27 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Hi, I haven't edited the initial script but even I haven't done the changes in the initial script according to model. I have tried doing

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-16 Thread Jérôme Duriez
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Jérôme Duriez proposed the following answer: Hi, The error seems to be quite basic: I guess you modified the initial script [*] and removed the definition of refPoint (initially at [**]), which was not a good

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-16 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Luc Scholtès proposed the following answer: Hi, 'refPoint' is not defined simply means that the variable 'refPoint' is not defined. This refPoint is defined in the original script

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-14 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Shivpreet sharma gave more information on the question: And here is the link for script which identify joint: https://drive.google.com/file/d/1Ic1pyc015bal9bt4FsXK4yx81x_Td67o/view?usp=sharing -- You received

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-14 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Shivpreet sharma gave more information on the question: And here is the link for script which identify joint: https://drive.google.com/file/d/1Ic1pyc015bal9bt4FsXK4yx81x_Td67o/view?usp=sharing -- You received

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-13 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Solved => Open Shivpreet sharma is still having a problem: I have tried executing the steps as suggested by Luc in comment#18.But i am facing problem in executing in running gravityLoading.py. It is

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-05 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Solved Shivpreet sharma confirmed that the question is solved: Thanks for the help, Luc. Next time I will remember to be more specific about my problem -- You received this question

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-03 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Luc Scholtès proposed the following answer: Please have another look at the files in the /trunk/examples/jointedCohesiveFrictionalPM/ folder. Read the README file and you should be

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-02 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Thanks a Lot Luc that has solved my problem.I just need more help regarding (comment #2). How can I add a particular joint dip angle in

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-02 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Luc Scholtès posted a new comment: Sorry: "outside instead of the inside" -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-02 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Luc Scholtès proposed the following answer: The problem comes from your gts file: the facets are wrongly orientated so the packing function fills the outside inside of the inside. I

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-02 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Hello Luc, For more explanation of this line I have attached link you can check it out what i want to express "But it's doesn't help me

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-02 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Luc Scholtès proposed the following answer: Alright, >From what I understand, your problem is related to the generation of a packing of particles using the pack.inGtsSurface(). I

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-01 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Shivpreet sharma gave more information on the question: And this is my code which I have used till now for further reference: from yade import pack import gts, os.path, locale from yade import qt

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-07-01 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Thanks for help all of you.I have Converted stl drawing into gts but the problem which I am facing is that how to add spheres in this gts

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-30 Thread Deepak
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Deepak proposed the following answer: Hello, There is an utility called stl2gts, which can triangulate the surfaces using gts. Several examples generating sphere packs are here[2]:

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-30 Thread Chareyre
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Chareyre proposed the following answer: I think stl is the most used format with yade, but not expert of this part. You may check the doc of the import functions. Bruno Le sam. 30

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-29 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Yes it is there *.stl format but can we used this in YADE??? -- You received this question notification because your team yade-users is

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-29 Thread Chareyre
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Chareyre proposed the following answer: Is there a *.stl format with autocad? Le ven. 29 juin 2018 22:32, Shivpreet sharma < question670...@answers.launchpad.net> a écrit : >

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-29 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Thank you for help Jerome.But I have tried drawing a slope on autocad 2017 . But I am n't able to understand how to convert my drawing

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-28 Thread Jérôme Duriez
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Jérôme Duriez proposed the following answer: You may look for instance 4.1 of [Bonilla2015] (https://www.yade- dem.org/doc/publications.html#journal-articles) -- You received this

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-28 Thread Shivpreet sharma
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Answered => Open Shivpreet sharma is still having a problem: Thanks for the help Luc and Jerome. I am trying to model it using your given references but can you help me how can I calculate factory

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-20 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Luc Scholtès posted a new comment: Right, it is actually a cubic sample and not a cylindrical one that is used in the examples. Thanks Jerome for the precision. -- You received this question notification

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-20 Thread Jérôme Duriez
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Jérôme Duriez proposed the following answer: Hi, In terms of examples of a (cubic) slope with some fracture, you may look specifically at

Re: [Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-19 Thread Luc Scholtès
Question #670255 on Yade changed: https://answers.launchpad.net/yade/+question/670255 Status: Open => Answered Luc Scholtès proposed the following answer: Hi there, The main difficulty here is to generate an assembly with the shape of a slope. There is actually no "ready to use" method for

[Yade-users] [Question #670255]: Modelling a Homogenous slope with properties of rock

2018-06-16 Thread Shivpreet sharma
New question #670255 on Yade: https://answers.launchpad.net/yade/+question/670255 Hello, I am a beginner using Yade and I am trying to start a small project related to slope stability. The objective is to learn Yade and maybe to do something more elaborated in the future.I am trying to model