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-us

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 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)

[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:

Re: [Yade-users] [Question #341304]: Landing of a satellite

2016-08-29 Thread Jonathan Pergoli
Question #341304 on Yade changed: https://answers.launchpad.net/yade/+question/341304 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-us

[Yade-users] [Question #341304]: Landing of a satellite

2016-08-12 Thread Jonathan Pergoli
New question #341304 on Yade: https://answers.launchpad.net/yade/+question/341304 Hi guys, I am performing simulation in which a satellite lands on the soil. The simulation deal with more than 70.000 particles and take a week to make 10 seconds of simulations using 10 cores. I'd like to know

Re: [Yade-users] [Question #295170]: Problem with MatchMaker

2016-06-16 Thread Jonathan Pergoli
Question #295170 on Yade changed: https://answers.launchpad.net/yade/+question/295170 Status: Answered => Solved Jonathan Pergoli confirmed that the question is solved: Thanks Anton Gladky, that solved my question. -- You received this question notification because your team yade-us

Re: [Yade-users] [Question #295170]: Problem with MatchMaker

2016-06-13 Thread Jonathan Pergoli
Question #295170 on Yade changed: https://answers.launchpad.net/yade/+question/295170 Jonathan Pergoli posted a new comment: Thank you! -- You received this question notification because your team yade-users is an answer contact for Yade. ___ Mailing

Re: [Yade-users] [Question #295170]: Problem with MatchMaker

2016-06-10 Thread Jonathan Pergoli
Question #295170 on Yade changed: https://answers.launchpad.net/yade/+question/295170 Description changed to: Hi everybody! I'm using YADE to simulate an impact between two body with differents material's properties. Untill few days ago my code worked perfectly. Now it gives me the following

[Yade-users] [Question #295170]: Problem with MatchMaker

2016-06-10 Thread Jonathan Pergoli
New question #295170 on Yade: https://answers.launchpad.net/yade/+question/295170 Hi everybody! I'm using YADE to simulate an impact between two body with differents material's properties. Untill few days ago my code worked perfectly. Now it gives me the following problem: terminate called

[Yade-users] [Question #295169]: Problem with MatchMaker

2016-06-10 Thread Jonathan Pergoli
New question #295169 on Yade: https://answers.launchpad.net/yade/+question/295169 Hi everybody! I'm using YADE to simulate an impact between two body with differents material's properties. Untill few days ago my code worked perfectly. Now it gives me the following problem: terminate called

Re: [Yade-users] [Question #293635]: Problem with visualization of boxes in ParaView 4.0.1

2016-05-13 Thread Jonathan Pergoli
Question #293635 on Yade changed: https://answers.launchpad.net/yade/+question/293635 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-us

Re: [Yade-users] [Question #293635]: Problem with visualization of boxes in ParaView 4.0.1

2016-05-13 Thread Jonathan Pergoli
Question #293635 on Yade changed: https://answers.launchpad.net/yade/+question/293635 Jonathan Pergoli posted a new comment: ahahahah lol # Ground s=ymport.textExt('Prova3',format='x_y_z_r') sphere=O.bodies.append(s) # Container c=geom.facetCylinder((0,0,.2),radius=.75,height=.4,segmentsNumber

Re: [Yade-users] [Question #293635]: Problem with visualization of boxes in ParaView 4.0.1

2016-05-13 Thread Jonathan Pergoli
Question #293635 on Yade changed: https://answers.launchpad.net/yade/+question/293635 Jonathan Pergoli posted a new comment: Hi Jan! I have installed both yadedaily from package and yade-1.07.0 from source. Maybe I have solved the problem using VTKExport from the export module: - in the engine

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-12 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Status: Answered => Solved Jonathan Pergoli confirmed that the question is solved: Now I can distinguish between interactions: def rollingfriction(): for i in sphere:

[Yade-users] [Question #293635]: Problem with visualization of boxes in ParaView 4.0.1

2016-05-12 Thread Jonathan Pergoli
New question #293635 on Yade: https://answers.launchpad.net/yade/+question/293635 Hi everybodi! I cannot see rotation of my box when I postprocess it with paraview. If I open the contreller I can see the box star rotating after bouncing on the ground, but when I open it with paraview I the box

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-06 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: Sorry I wrote the wrong code. I did this: O.engines=[ ForceResetter(), InsertionSortCollider([Bo1_Sphere_Aabb(),Bo1_Box_Aabb()]), InteractionLoop

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-06 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: In this way the simulation distinguishes between en and es, but for the rolling friction coefficient krot it doesn't work. -- You received this question notification

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-06 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: What about this: gravel=FrictMat(density=1700,frictionAngle=.9188,label="gravel") O.materials.append(gravel) MLI=FrictMat(density=1280,frictionAngle=0.1489,

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-05 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: Hi Jérome, you mean this: O.engines=[ ForceResetter(), InsertionSortCollider([Bo1_Sphere_Aabb(),Bo1_Facet_Aabb(),Bo1_Box_Aabb()]), InteractionLoop

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-04 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: P.S. I'm new to YADE :-) -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-04 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: Thanks Jan, but I mean how can i modifie Ip2_FrictMat_FrictMat_MindlinPhys in order to distinguish between sphere-sphere and sphere box? :-) I'm using box now instead

Re: [Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-04 Thread Jonathan Pergoli
Question #293247 on Yade changed: https://answers.launchpad.net/yade/+question/293247 Jonathan Pergoli posted a new comment: Hi Jan, How can be modified? I have only one box. -- You received this question notification because your team yade-users is an answer contact for Yade

[Yade-users] [Question #293247]: Physic interaction betweem particles and polyhedra

2016-05-04 Thread Jonathan Pergoli
New question #293247 on Yade: https://answers.launchpad.net/yade/+question/293247 Hi everybody! I'm trying to simulate a box falling on a cylindrical pack of spheres. The spheres have coefficient of restitution = .1 and the box has a COR = .6. For the spheres I have used

Re: [Yade-users] [Question #292015]: Controller on yade 1.07.0

2016-04-23 Thread Jonathan Pergoli
Question #292015 on Yade changed: https://answers.launchpad.net/yade/+question/292015 Jonathan Pergoli posted a new comment: I launch yade but the error tells me "do not import qt when in batch mode". I don't know why.Maybe it happens because I launch yade on other PC using remo

Re: [Yade-users] [Question #292014]: Error opening the inspector on Ubuntu 15.10 using yade 1.20.0

2016-04-23 Thread Jonathan Pergoli
Question #292014 on Yade changed: https://answers.launchpad.net/yade/+question/292014 Jonathan Pergoli posted a new comment: Thank you guys, at the end I decided to remove ubuntu 15.10 and install 14.04. Now yade works perfectly. -- You received this question notification because your team yade

Re: [Yade-users] [Question #292015]: Controller on yade 1.07.0

2016-04-22 Thread Jonathan Pergoli
Question #292015 on Yade changed: https://answers.launchpad.net/yade/+question/292015 Jonathan Pergoli posted a new comment: I have to underline that I'm using yade in batch mode. -- You received this question notification because your team yade-users is an answer contact for Yade

Re: [Yade-users] [Question #292015]: Controller on yade 1.07.0

2016-04-22 Thread Jonathan Pergoli
Question #292015 on Yade changed: https://answers.launchpad.net/yade/+question/292015 Jonathan Pergoli posted a new comment: Hello, I have only clear screen, kills line and F8 plot. I tried to import qt from yade but it doesn't work. -- You received this question notification because your team

Re: [Yade-users] [Question #292014]: Error opening the inspector on Ubuntu 15.10 using yade 1.20.0

2016-04-22 Thread Jonathan Pergoli
Question #292014 on Yade changed: https://answers.launchpad.net/yade/+question/292014 Jonathan Pergoli posted a new comment: Hi Jerome! I used gedit but it is not capable of reading the content. I didn't consider Microsoft Word :D. I'll try the other programs. Thanks -- You received

[Yade-users] [Question #292015]: Controller on yade 1.07.0

2016-04-22 Thread Jonathan Pergoli
New question #292015 on Yade: https://answers.launchpad.net/yade/+question/292015 Hi! Is there a controller on yade-1.07.0 like in yade-1.20.0? If yes, how to open it and the inspector? I have read the documentation but I cannot find any command. Thank you. P.S. I'm new in yade so, sorry

[Yade-users] [Question #292014]: Error opening the inspector on Ubuntu 15.10 using yade 1.20.0

2016-04-22 Thread Jonathan Pergoli
New question #292014 on Yade: https://answers.launchpad.net/yade/+question/292014 Hi! I was trying to open the inspector and yade gives me back the same error as in the question #274036 with a difference. The file to be modified is __init__.pyc instead of __init.py, and I don't know how to

Re: [Yade-users] [Question #290497]: Impact dynamic for landing scenario

2016-04-11 Thread Jonathan Pergoli
Question #290497 on Yade changed: https://answers.launchpad.net/yade/+question/290497 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-us