Re: [Yade-users] [Question #245072]: exciting box

2014-03-06 Thread Klaus Thoeni
Question #245072 on Yade changed: https://answers.launchpad.net/yade/+question/245072 Status: Open => Answered Klaus Thoeni proposed the following answer: Hi, applying forces to facets which are non-dynamic forces has no effect as Jan already mentioned. Have a look at this: # -*- coding: u

Re: [Yade-users] [Question #244498]: matchmaker

2014-03-06 Thread Seungcheol Yeom
Question #244498 on Yade changed: https://answers.launchpad.net/yade/+question/244498 Status: Answered => Solved Seungcheol Yeom confirmed that the question is solved: Thanks Klaus Thoeni, that solved my question. -- You received this question notification because you are a member of yade-u

Re: [Yade-users] [Question #245072]: exciting box

2014-03-06 Thread masmoudimarwa
Question #245072 on Yade changed: https://answers.launchpad.net/yade/+question/245072 Status: Answered => Open masmoudimarwa is still having a problem: HIii, Thansk a lot ## PhysicalParameters Young = 30e9 Poisson = 0.2 Density=1000 # Append a material mat=O.materials.append(FrictMat(young=Y

Re: [Yade-users] [Question #245061]: Questions about shear strain algorithm in Yade

2014-03-06 Thread Bruno Chareyre
Question #245061 on Yade changed: https://answers.launchpad.net/yade/+question/245061 Status: Open => Answered Bruno Chareyre proposed the following answer: Dear Fu, Two papers are already mentioned in the section you refer to: Alonso2004 and Luding2008, did you check them? Basically, terms

Re: [Yade-users] [Question #245072]: exciting box

2014-03-06 Thread Jan Stránský
Question #245072 on Yade changed: https://answers.launchpad.net/yade/+question/245072 Status: Open => Answered Jan Stránský proposed the following answer: Hello, the problem is that facets are non-dynamic bodies by default (therefore not affected by forces). Try to use some KinematicEngine as

Re: [Yade-users] [Question #245072]: exciting box

2014-03-06 Thread Christian Jakob
Question #245072 on Yade changed: https://answers.launchpad.net/yade/+question/245072 Christian Jakob posted a new comment: Hi, I am not sure, but I think you forgot to set the materials to your bodies (spheres and facets). Changing these line may solve it (not tested): Mat = O.materials.append

Re: [Yade-users] [Question #245072]: exciting box

2014-03-06 Thread Christian Jakob
Question #245072 on Yade changed: https://answers.launchpad.net/yade/+question/245072 Christian Jakob posted a new comment: sorry, wrong code. it has to be like... Mat = FrictMat(...) O.materials.append(Mat) -- You received this question notification because you are a member of yade-users, whic

[Yade-users] [Question #245072]: exciting box

2014-03-06 Thread masmoudimarwa
New question #245072 on Yade: https://answers.launchpad.net/yade/+question/245072 Hello all, I just try to model a box partially filled with particle and i want to excite this box with a force or with displacement that affect the movement of particle. As a first step I model a box with one partic

[Yade-users] [Question #245061]: Questions about shear strain algorithm in Yade

2014-03-06 Thread Fu zuoguang
New question #245061 on Yade: https://answers.launchpad.net/yade/+question/245061 Dear Bruno Chareyre and all users: Thanks for helping me last time and now my task is to understand the DEM algorithms in Yade and how do they work. So the 'Yade DEM Formulation(2011)' document may provide

[Yade-users] [Question #245062]: Questions about shear strain algorithm in Yade

2014-03-06 Thread Fu zuoguang
New question #245062 on Yade: https://answers.launchpad.net/yade/+question/245062 Dear Bruno Chareyre and all users: Thanks for helping me last time and now my task is to understand the DEM algorithms in Yade and how do they work. So the 'Yade DEM Formulation(2011)' document may provide