← Back to team overview

yade-dev team mailing list archive

Problem with Re: [Branch ~yade-pkg/yade/git-trunk] Rev 3757: Change in the calculation of the normal and tangential stiffness and damping.

 

Raphael, there is something wrong with this commit.
Check-tests are failing. Please, have a look.

Thanks,

Anton


2013/12/4  <noreply@xxxxxxxxxxxxx>:
> ------------------------------------------------------------
> revno: 3757
> committer: Raphael Maurin <raph_maurin@xxxxxxxxxxx>
> timestamp: Wed 2013-12-04 10:56:32 +0100
> message:
>   Change in the calculation of the normal and tangential stiffness and damping. The change affects only the behavior
>   when one of the two parameters is zero, e.g. for two particles with different stiffness k1 and k2, the contact
>   stiffness will always be k = k1*k2/(k1+k2). Before it gave the same except when k2 = 0 (respectively k1 = 0), where it
>   gave k = k1 (resp. k=k2). This is done to ensure continuity in the behavior when one of the two parameter tend
>   to zero.
>   Add a function contactParameterCalculation in Ip2_ViscElMat_ViscElMat_ViscElPhys to avoid code duplication.
> modified:
>   pkg/dem/ViscoelasticPM.cpp
>   pkg/dem/ViscoelasticPM.hpp


Follow ups