[Yade-users] [Question #665569]: export the sphere in specific position with VTK format

2018-03-13 Thread zhao dejin
New question #665569 on Yade: https://answers.launchpad.net/yade/+question/665569 Hi, everyone I am doing a powder bed simulation ,and I need to export the sphere in specific position with VTK format,.Can this be realized in yade? Best wishes ZDJ -- You received this question

[Yade-users] [Question #665564]: EPWP (Excess pore water pressure)

2018-03-13 Thread SayedHessam
New question #665564 on Yade: https://answers.launchpad.net/yade/+question/665564 Hey Guys! I wrote up a script for CU triaxial but I do not know how can I get EXWP (Excess pore water pressure) from my model. Hence, I would like to as you how can I get it or there is any way for it? Best

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread Jan Stránský
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Open => Answered Jan Stránský proposed the following answer: Hi John, please really try to make the example be working, i.e. try to run it yourself. There are too many undefined variables (e.g.

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Needs information => Open JOHN gave more information on the question: boundaries = [-75.0, 75.4, -75.013, 75.387, 0.0, 15.201] Yadesimulation.run("maze1.stl",boundaries2,0,100)

Re: [Yade-users] [Question #665387]: Compile error JointedCohesiveFrictionalPM

2018-03-13 Thread William Chèvremont
Question #665387 on Yade changed: https://answers.launchpad.net/yade/+question/665387 William Chèvremont posted a new comment: Solved by adding #include into JointedCohesiveFrictionalpm.hpp, Thanks Robert. -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread Jan Stránský
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Open => Needs information Jan Stránský requested more information: thanks for the file. Now please make the example working :-D i.e. with what arguments do you call run(...)? thx Jan -- You

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Needs information => Open JOHN gave more information on the question: http://dropmefiles.com/zwMDt But the issue appears almost randomly after some rotations. -- You received this question

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread Jan Stránský
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Open => Needs information Jan Stránský requested more information: Please also provide the stl file thanks Jan -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Needs information => Open JOHN gave more information on the question: Hello, the used timestep is O.dt=.8*PWaveTimeStep() and the initialization deletes all the particles that are

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Solved => Open JOHN is still having a problem: minimal working example follows def run(name,boundaries,r,gap,numStepsPerIteration): facets = ymport.stl(name)

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Open => Solved JOHN confirmed that the question is solved: minimal working example follows def run(name,boundaries,r,gap,numStepsPerIteration): facets = ymport.stl(name)

Re: [Yade-users] [Question #665529]: about indentation error in example of yade website

2018-03-13 Thread Alireza Sadeghi
Question #665529 on Yade changed: https://answers.launchpad.net/yade/+question/665529 Status: Answered => Solved Alireza Sadeghi confirmed that the question is solved: Hello Gentlemen, Thank you very much for your help. I check it again and I found my mistakes. Thanks a lot. Best Regards

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread Jan Stránský
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Status: Open => Needs information Jan Stránský requested more information: Hi John, please provide a MWE. E.g., the used time step could affect this thanks Jan -- You received this question notification

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Description changed to: Good evening, I run a very simple simulation with default material. As it turns out, some of the particles find themselves partially inside the walls after some iterations. This is to

Re: [Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
Question #665540 on Yade changed: https://answers.launchpad.net/yade/+question/665540 Description changed to: Good evening, I run a very simple simulation with default material. As it turns out, some of the particles find themselves partially inside the walls after some iterations. This is to

[Yade-users] [Question #665540]: particles partially in the wall

2018-03-13 Thread JOHN
New question #665540 on Yade: https://answers.launchpad.net/yade/+question/665540 Good evening, I run a very simple simulation with default material. As it turns out, some of the particles find themselves partially inside the walls after some iterations. This is to be expected of a DEM method,

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 flowing

Re: [Yade-users] [Question #665535]: distance to facets

2018-03-13 Thread JOHN
Question #665535 on Yade changed: https://answers.launchpad.net/yade/+question/665535 Status: Answered => Solved JOHN confirmed that the question is solved: thanks, i ll look into that -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #665535]: distance to facets

2018-03-13 Thread Bruno Chareyre
Question #665535 on Yade changed: https://answers.launchpad.net/yade/+question/665535 Status: Open => Answered Bruno Chareyre proposed the following answer: One particle vs. multiple facets and not necessarily some existing interactions?... I don't see anything ready to get such thing.

Re: [Yade-users] [Question #665535]: distance to facets

2018-03-13 Thread JOHN
Question #665535 on Yade changed: https://answers.launchpad.net/yade/+question/665535 Status: Answered => Open JOHN is still having a problem: Hello, I would ideally like to find the distance of a specific particle to the wall of the structure it is in for every time step. -- You received

Re: [Yade-users] [Question #665529]: about indentation error in example of yade website

2018-03-13 Thread Jan Stránský
Question #665529 on Yade changed: https://answers.launchpad.net/yade/+question/665529 Jan Stránský requested more information: Hi Alireza, please be more specific what your problem is. The title says intentation error, but in the question you mention that unbalancedForce is not defined.. What

Re: [Yade-users] [Question #665535]: distance to facets

2018-03-13 Thread Bruno Chareyre
Question #665535 on Yade changed: https://answers.launchpad.net/yade/+question/665535 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi it depends if an interaction exists or not. What is the situation in which you want to get this overlap? Bruno -- You received

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

2018-03-13 Thread Bruno Chareyre
Question #665514 on Yade changed: https://answers.launchpad.net/yade/+question/665514 Status: Open => Answered Bruno Chareyre proposed the following answer: Hi Nicolas, 1/ PFV You are right overall on the need to bound with boxes in current PFV implementation. It does not mean that the box

[Yade-users] [Question #665535]: distance to facets

2018-03-13 Thread JOHN
New question #665535 on Yade: https://answers.launchpad.net/yade/+question/665535 Good evening, I was wondering, is there a way to find the distance of a particle to the walls (facets) Ideally the minimum distance from all the walls would do, but if (as i suspect) this is not possible, is there

Re: [Yade-users] [Question #665529]: about indentation error in example of yade website

2018-03-13 Thread JOHN
Question #665529 on Yade changed: https://answers.launchpad.net/yade/+question/665529 Status: Open => Answered JOHN proposed the following answer: Hello, I tested it myself and it didnt produce an error. Is it possible that somehow during the copying process an indentation was lost? Could