Re: [Yade-users] [Question #224128]: How to learn and start a 2D simulation in YADE

2013-04-07 Thread Fu zuoguang
Question #224128 on Yade changed: https://answers.launchpad.net/yade/+question/224128 Fu zuoguang gave more information on the question: Dear Jan Stránsky : Thanks for helping me last time, now my work goes ahead and has some other prombles of course, which are as follow: (1). I can

Re: [Yade-users] [Question #224128]: How to learn and start a 2D simulation in YADE

2013-04-07 Thread Jan Stránský
Question #224128 on Yade changed: https://answers.launchpad.net/yade/+question/224128 Status: Open = Answered Jan Stránský proposed the following answer: Hello, the only missprint is that you shoud test b.shape, not b.state, i.e. if isinstance(b.shape,Sphere): # ... cheers Jan 2013/4/7

[Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Markus Gruber
New question #226112 on Yade: https://answers.launchpad.net/yade/+question/226112 I just want to put a uge amount of sphers into an block with diefferent radius and amount. The problem is i am only getting approximately 30% percent of volume into the block. So if i want to have 90% of the

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Anton Gladky
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Status: Open = Answered Anton Gladky proposed the following answer: Hi, I am not sure I have got your point. Is this a script for yade? I do not see any yade-commands there. Anton -- You received this

Re: [Yade-users] [Question #189288]: Apply forces from previous simulation

2013-04-07 Thread liucheng83
Question #189288 on Yade changed: https://answers.launchpad.net/yade/+question/189288 liucheng83 posted a new comment: Really, I want to build an array like this tt=[] tt=[ForceEngine(ids=[i],force=(0,0,i),label=ttForce) for i in ids_sp] and tt[0],tt[i] are the ForceEngine, but I donnot know how

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Markus Gruber
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Status: Answered = Open Markus Gruber is still having a problem: this one ? new_num=sp.makeCloud( minCorner=(-boxx/2.0,-boxy/2.0,-boxz/2.0),

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Anton Gladky
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Status: Open = Answered Anton Gladky proposed the following answer: Sorry, I missed that. Have a look at documentation of makeCloud [1]. There are some more parameters, which you can change to achieve

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Markus Gruber
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Markus Gruber posted a new comment: Sorry i don't have any plan, maybe tell me any example the box is 100x100x100 big and the radius of sphere vary from radius 7.5 up 20. To use 7.5 is not really the goal.First

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Bruno Chareyre
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Status: Open = Answered Bruno Chareyre proposed the following answer: Hi makeCloud() makes clouds, not dense packing. You need to compress the cloud in a real simulation if you want to get a really dense

Re: [Yade-users] [Question #225911]: I have problem with figuring out installation by source code and package. I am new to yade. can anyone tell me explictly what should i do for installation ?

2013-04-07 Thread Hemanta Bista
Question #225911 on Yade changed: https://answers.launchpad.net/yade/+question/225911 Hemanta Bista posted a new comment: thanks Jan! I still need to learn alot i guess. I will be back if i need help. hemanta -- You received this question notification because you are a member of yade-users,

Re: [Yade-users] [Question #189288]: Apply forces from previous simulation

2013-04-07 Thread Jan Stránský
Question #189288 on Yade changed: https://answers.launchpad.net/yade/+question/189288 Jan Stránský posted a new comment: Hello, Really, I want to build an array like this tt=[] tt=[ForceEngine(ids=[i],force=(0,0,i),label=ttForce) for i in ids_sp] and tt[0],tt[i] are the ForceEngine, but I

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Jan Stránský
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Jan Stránský proposed the following answer: Hello, see https://yade-dem.org/doc/user.html#sphere-packings cheers Jan 2013/4/7 Bruno Chareyre question226...@answers.launchpad.net Question #226112 on Yade

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Markus Gruber
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Markus Gruber posted a new comment: from simulation to simulation i just want to fill 10,20,...,74 percent with spheres not always the maximum number thx -- You received this question notification because you

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Markus Gruber
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Status: Answered = Open Markus Gruber is still having a problem: Yeah, thx at all I just want to ask another question i am know getting this error , i think it says it just want to fill the full body, i

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Jan Stránský
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Status: Open = Answered Jan Stránský proposed the following answer: Hello Markus, could you also provide us with values you use (boxx,boxy,boxz,r_number,r_mean,r_relfuzz)? Maybe the combination of

Re: [Yade-users] [Question #189288]: Apply forces from previous simulation

2013-04-07 Thread liucheng83
Question #189288 on Yade changed: https://answers.launchpad.net/yade/+question/189288 liucheng83 posted a new comment: Hi, Jan Stránský (honzik) Thank you very much! O.engines = [ ... ] + tt + [ ... ] is a good way to solve the problem! -- You received this question notification because you

Re: [Yade-users] [Question #226112]: Packing Spheres Problem

2013-04-07 Thread Markus Gruber
Question #226112 on Yade changed: https://answers.launchpad.net/yade/+question/226112 Markus Gruber posted a new comment: always boxx=boxy=boxz=100 r_relfuzz=is zero atm for all r_numbers =1 ..400 with r_mean = 7.5 r_numbers =1 . 150 with r_mean = 10 . . . . r_numbers= 121 with