Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Mithushan Soundaranathan
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Status: Needs information => Open Mithushan Soundaranathan gave more information on the question: Hi Both, Thank you very much, the problem is that I do not how implement the swelling model in Yade and

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Jan Stránský
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Status: Open => Answered Jan Stránský proposed the following answer: > I do not how implement the swelling model in Yade and different option I have to implement it. you can: - use python and PyRunner and

[Yade-users] [Question #697479]: Spheres growing

2021-06-10 Thread Mithushan Soundaranathan
New question #697479 on Yade: https://answers.launchpad.net/yade/+question/697479 Hi, I want simulate the swelling of the particles by using Eq. 9 from this paper https://www.sciencedirect.com/science/article/pii/S0032591017304722#!. How can I do it, is there any in-built function in Yade. Can

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Mithushan Soundaranathan
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Summary changed to: Spheres swelling -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing list:

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Mithushan Soundaranathan
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Status: Answered => Open Mithushan Soundaranathan is still having a problem: The scale method, can we use different scale or does it need to be constant? -- You received this question notification because

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Robert Caulk
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Robert Caulk requested more information: As Jan says, we really need to know what your problem is before we can give you any real advice. In general, you could do it like this from the yade input script: def

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Robert Caulk
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Robert Caulk posted a new comment: edit: the for loop on the body container would need to be put into a PyRunner FYI. https://www.yade-dem.org/doc/tutorial-data- mining.html?highlight=pyrunner#pyrunner -- You

Re: [Yade-users] [Question #697461]: Triaxial Dense no Peak

2021-06-10 Thread Jérôme Duriez
Question #697461 on Yade changed: https://answers.launchpad.net/yade/+question/697461 Jérôme Duriez posted a new comment: Hi, If I were you, I would try to get back known DEM results showing that dense behavior [*]. By adopting the same particle size distribution (at least), and checking

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Jan Stránský
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Status: Open => Answered Jan Stránský proposed the following answer: Hello, please provide what is the problem (changing size of particles, computing dri from eq.9, ...). In general, you can arbitrarily

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Jan Stránský
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Status: Open => Needs information Jan Stránský requested more information: > I want to change radius (dri) over time of the spheres. > b.shape.radius=dri at different time point. Instant replay: please

Re: [Yade-users] [Question #697479]: Spheres swelling

2021-06-10 Thread Mithushan Soundaranathan
Question #697479 on Yade changed: https://answers.launchpad.net/yade/+question/697479 Mithushan Soundaranathan posted a new comment: Hi Jan, I want to change radius (dri) over time of the spheres. b.shape.radius=dri at different time point. Best, Mithu -- You received this question

Re: [Yade-users] [Question #697433]: Instantiating a new FlowEngine after removing does not work

2021-06-10 Thread Zhicheng Gao
Question #697433 on Yade changed: https://answers.launchpad.net/yade/+question/697433 Status: Answered => Open Zhicheng Gao is still having a problem: Dear Robert, I'm doing erosion experiments, so I need to delete particles many times, maybe 1 times, maybe more. According to your