[Yade-users] [Question #268688]: harmonic average of stiffness between sphere and wall

2015-06-30 Thread Alsidqi Hasan
New question #268688 on Yade: https://answers.launchpad.net/yade/+question/268688 Dear Yade developers/users How yade calculates harmonic average of stiffness between sphere and wall? In yade documentation I read only formulation between sphere and sphere. Questions: Is the same formulation

Re: [Yade-users] [Question #268688]: harmonic average of stiffness between sphere and wall

2015-06-30 Thread Alsidqi Hasan
Question #268688 on Yade changed: https://answers.launchpad.net/yade/+question/268688 Alsidqi Hasan posted a new comment: Thanks so much Bruno. Al -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade.

Re: [Yade-users] [Question #268688]: harmonic average of stiffness between sphere and wall

2015-06-30 Thread Alsidqi Hasan
Question #268688 on Yade changed: https://answers.launchpad.net/yade/+question/268688 Status: Answered = Solved Alsidqi Hasan confirmed that the question is solved: Thanks Chareyre, that solved my question. -- You received this question notification because you are a member of yade-users,

Re: [Yade-users] [Question #268688]: harmonic average of stiffness between sphere and wall

2015-06-30 Thread Chareyre
Question #268688 on Yade changed: https://answers.launchpad.net/yade/+question/268688 Status: Open = Answered Chareyre proposed the following answer: Hello Alsidqi, The calculation is the same, and the radius used for the wall body is the radius of the sphere body. Bruno -- You received

[Yade-users] [Question #268697]: installation of YADE with suse distribution

2015-06-30 Thread feddyadong
New question #268697 on Yade: https://answers.launchpad.net/yade/+question/268697 Hello, I try to intall YADE in the suse server distribution: SUSE Linux Enterprise Server 11 SP1 (x86_64) - Kernel \r (\l) I downloaded and compiled all the library needed for the YADE installation and I modified

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Summary changed to: Apply force only once Description changed to: Hi guys! I try to study the displacement of various spheres ( with different weight ) when on they apply the same force, on a surface which

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Description changed to: Hi guys! I try to study the displacement of various spheres ( with different weight ) when they apply the same force, on a surface which previously has been created and is composed of

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread Jan Stránský
Hi Laura My first choice was to put a high period (1 for example), but this way , the green sphere falls on the surface of spheres before the force was applied . I think that the force was applied correctly. The only problem is that the force was was applied for one time step (I

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 rayolau posted a new comment: Hi Jan, thanks again! I don't understand what do you say about put the b.state.vel at the begin of the simulation without use PyRunner. What type of function should I write in the

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread Jan Stránský
Hi Laura I mean something like this: # O.load('/path/spheresurface.yade') MatBal=O.materials.append(FrictMat(...)) ### green sphere greenSphere = sphere((0.108,0.2289647116,0.7175),0.0199647116,color=(0,1,0),material='mat1') # no need of utils.sphere

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread Jan Stránský
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Jan Stránský posted a new comment: Hi Laura I mean something like this: # O.load('/path/spheresurface.yade') MatBal=O.materials.append(FrictMat(...)) ### green sphere

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Status: Answered = Solved rayolau confirmed that the question is solved: Hi Jan, Solved!! I made the identification of waiting in the terminal , apply the rate in the field , and then start the

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 rayolau posted a new comment: Hi Jan, Solved!! I made the identification of waiting in the terminal , apply the rate in the field , and then start the simulation , which saves the position and speed of the

Re: [Yade-users] [Question #268697]: installation of YADE with suse distribution

2015-06-30 Thread Anton Gladky
Question #268697 on Yade changed: https://answers.launchpad.net/yade/+question/268697 Status: Open = Answered Anton Gladky proposed the following answer: Try to replace the line in lib/base/Math.hpp:8 -using Real = double +typedef double Real; if it will work, your compiler does not

Re: [Yade-users] [Question #268697]: installation of YADE with suse distribution

2015-06-30 Thread Anton Gladky
Try to replace the line in lib/base/Math.hpp:8 -using Real = double +typedef double Real; if it will work, your compiler does not support C++11 completely. Cheers Anton 2015-06-30 14:36 GMT+02:00 feddyadong question268...@answers.launchpad.net: New question #268697 on Yade:

Re: [Yade-users] [Question #268697]: installation of YADE with suse distribution

2015-06-30 Thread Luc OGER
Question #268697 on Yade changed: https://answers.launchpad.net/yade/+question/268697 Luc OGER posted a new comment: I am using for a long time the yade distribution with OPENSUSE 13.2 x86_64 without any problem up to now! But this new update series of packages such the move from qt4 to qt5

Re: [Yade-users] [Question #268697]: installation of YADE with suse distribution

2015-06-30 Thread Anton Gladky
Question #268697 on Yade changed: https://answers.launchpad.net/yade/+question/268697 Anton Gladky proposed the following answer: There is no move to qt5 yet. Those new files are disabled, if you do not put -DUSE_QT5=1 option explicitly. Anton 2015-06-30 19:01 GMT+02:00 Luc OGER

[Yade-users] [Question #268691]: Apply force one once time

2015-06-30 Thread rayolau
New question #268691 on Yade: https://answers.launchpad.net/yade/+question/268691 Hi guys! I try to study the displacement of various spheres ( with different weight ) when on they apply the same force, on a surface which previously has been created and is composed of other spheres. My

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Description changed to: Hi guys! I try to study the displacement of various spheres ( with different weight ) when they apply the same force, on a surface which previously has been created and is composed of

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread Jan Stránský
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Status: Open = Answered Jan Stránský proposed the following answer: Hi Laura My first choice was to put a high period (1 for example), but this way , the green sphere falls on the surface of

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread rayolau
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 rayolau posted a new comment: Hi Jan, thanks for your reply! Respect I think that the force was applied correctly. The only problem is that the force was was applied for one time step (I assume very short

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread Jan Stránský
Hi Laura, I've changed the IterPeriod and the value of O.force, and works ok. I believe it works, but I would not use it this way :-) b.state.vel(id_ball,(1,0,0)) Error: b.state.vel(id_ball, (10,0,0)) TypeError: 'Vector3' object is not callable the syntax should

Re: [Yade-users] [Question #268691]: Apply force only once

2015-06-30 Thread Jan Stránský
Question #268691 on Yade changed: https://answers.launchpad.net/yade/+question/268691 Jan Stránský proposed the following answer: Hi Laura, I've changed the IterPeriod and the value of O.force, and works ok. I believe it works, but I would not use it this way :-)