Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-22 Thread Jonathan Pergoli
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Status: Answered => Solved Jonathan Pergoli confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is

Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-22 Thread Jonathan Pergoli
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Jonathan Pergoli posted a new comment: Hi Jan, sorry I have made a mess with the code :) I have used O.bodies.append(body). Anyway, I have solved the problem using angMom :) Thank you, Jonathan -- You

Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-22 Thread Jan Stránský
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Jan Stránský proposed the following answer: Hi Jonathan, next time please try the script that it really works ;-) and please doulble check if both scripts are exactly the same for the two versions (especially

Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-22 Thread Jonathan Pergoli
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Jonathan Pergoli posted a new comment: Hi Jan, sorry I will provide the working script: E1=1e+8 E2=5e+7 mat=FrictMat(density=643,frictionAngle=0.1489,label="MLI",young=E2) MLI=O.materials.append(mat) a=.2754

Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-22 Thread Jan Stránský
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Status: Open => Answered Jan Stránský proposed the following answer: Hi Jonathan, please provide a working script, i.e. with definitions of v1-v8, MLI etc. such that we can try what does not work. do you

[Yade-users] [Question #401682]: Problem with angular velocity

2016-09-21 Thread Jonathan Pergoli
New question #401682 on Yade: https://answers.launchpad.net/yade/+question/401682 Hi everybody! I'm trying to set an initial value of the angular velocity for a body. I set the angular velocity: body.state.angVel=(0,0,0.1) Then when I start yadedaily at the beginning of the simulation the

Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-21 Thread Jonathan Pergoli
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Description changed to: Hi everybody! I'm trying to set an initial value of the angular velocity for a body. I set the angular velocity:

Re: [Yade-users] [Question #401682]: Problem with angular velocity

2016-09-21 Thread Jonathan Pergoli
Question #401682 on Yade changed: https://answers.launchpad.net/yade/+question/401682 Description changed to: Hi everybody! I'm trying to set an initial value of the angular velocity for a body. I set the angular velocity: