Re: [Yade-dev] Fwd: [Branch ~yade-dev/yade/trunk] Rev 2999: Update some publication references

2012-01-23 Thread Franck Lominé
Hi, Luc, sorry for this. You can edit ~/.bazaar/bazaar.conf directly or try the command given by Bruno. You have to do this on pc-cal1, pc-cal2 and pc-cal3. Cheers Franck ___ Mailing list: https://launchpad.net/~yade-dev Post to : yade-dev@lists.l

Re: [Yade-dev] : Add damping coefficient to material

2012-01-23 Thread Chiara
On 23/01/12 00:12, Klaus Thoeni wrote: Hi Bruno, hi Anton, I think density scaling is not what I am looking for since I am interested in real dynamic simulations. I need different damping parameters in NewtonIntegrator for the block and the mesh. I have to consider free flight under gravity so d

Re: [Yade-dev] : Add damping coefficient to material

2012-01-23 Thread Klaus Thoeni
Hi Chiara, thanks for your comment. I am not after viscous damping either. But I think the current implementation does exactly what I want, it's the same as the PFC option b_damp(). So I can deactivate the damping coefficient for individual bodies. I can commit the code if anyone is interested

Re: [Yade-dev] : Add damping coefficient to material

2012-01-23 Thread Bruno Chareyre
Ok, I understand. I like your diff more than the previous one. :) Still one suggestion: this additional parameter in the damping functions is useless: + cundallDamp2nd(dt,m,state->angVel,angAccel,dampcoeff); In your code, dampCoeff will be either Newton::dam

Re: [Yade-dev] : Add damping coefficient to material

2012-01-23 Thread Anton Gladky
On Mon, Jan 23, 2012 at 10:44 AM, Chiara wrote: ... > > If you are not after any density scaling, why damping in NewtonIntegrator > should be acceptable in a realistic dynamic situation? Would not be > easier/more meaningful for you to implement damping inside your contact > model? > ... The bodi

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 3000: Merge the "collide" branch to trunk (branch history at https://code.launchpad.net/~bruno-chareyre...

2012-01-23 Thread noreply
revno: 3000 committer: Bruno Chareyre branch nick: yade timestamp: Mon 2012-01-23 15:43:54 +0100 message: Merge the "collide" branch to trunk (branch history at https://code.launchpad.net/~bruno-chareyre/yade/collide2) Summary:

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 3001: - missing reference update

2012-01-23 Thread noreply
revno: 3001 committer: Bruno Chareyre branch nick: yade timestamp: Mon 2012-01-23 15:44:45 +0100 message: - missing reference update - remove the velocityBins lines in tests since velocityBins are removed from trunk modified: doc/

Re: [Yade-dev] Fwd: [Branch ~yade-dev/yade/trunk] Rev 2999: Update some publication references

2012-01-23 Thread Luc Sibille
Ok, thank you Bruno and Franck. It works. I believed that the committer was identified from his launchpad login. Cheers, Luc Le 23/01/2012 09:43, Franck Lominé a écrit : Hi, Luc, sorry for this. You can edit ~/.bazaar/bazaar.conf directly or try the command given by Bruno. You have to do this

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 3002: - add capability to deactivate the damping in NewtonIntegrator for individual particle via O.bodi...

2012-01-23 Thread noreply
revno: 3002 committer: Klaus Thoeni branch nick: yade timestamp: Tue 2012-01-24 14:29:29 +1100 message: - add capability to deactivate the damping in NewtonIntegrator for individual particle via O.bodies[id].state.isDamped=False - u

Re: [Yade-dev] : Add damping coefficient to material

2012-01-23 Thread Klaus Thoeni
Hi guys, thanks a lot for your suggestions. I just committed the code and I think it looks very good now. Klaus On Mon, 23 Jan 2012 11:08:59 PM Bruno Chareyre wrote: > Ok, I understand. > I like your diff more than the previous one. :) > Still one suggestion: this additional parameter in the da