← Back to team overview

yade-users team mailing list archive

Re: [Question #247576]: Shear Force calculation code

 

Question #247576 on Yade changed:
https://answers.launchpad.net/yade/+question/247576

Anton Gladky proposed the following answer:
Hi,

shear force is calculated here [1] and here [2]:

shearForce += phys.ks*dt*shearVelocity;
...
shearForceVisc = phys.cs*shearVelocity;

[1] https://github.com/yade/trunk/blob/master/pkg/dem/ViscoelasticPM.cpp#L97
[2] https://github.com/yade/trunk/blob/master/pkg/dem/ViscoelasticPM.cpp#L135

Regards

Anton

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.