← Back to team overview

yade-users team mailing list archive

Re: [Question #245675]: Enforcing rolling/normal/tangential/rotational spring parameters for a 2D biaxial system

 

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

    Status: Open => Answered

jduriez proposed the following answer:
Hi,

The general method is still to define the properties in CohFrictMat, and
to use appropriate "Ip2" (Ip2_CohFrictMat_CohFrictMat_CohFrictPhys here)

For k_r, CohFrictPhys.kr depends on CohFrictMat.alphaKr and alphaKt,
give a look at the source code [1] to discover the exact relations. For
rolling friction, it depends on CohFrictMat.etaRoll, the source code
will help you to know exactly how.

For k_n and k_t, the relations between (CohFrictPhys.kn ;
CohFrictPhys.ks) and ( CohFrictMat.young ; CohFrictMat.poisson) are the
same than for FrictMat() (see [2]), so nothing new for you.

Jérôme

[1] https://github.com/yade/trunk/blob/master/pkg/dem/Ip2_CohFrictMat_CohFrictMat_CohFrictPhys.cpp
[2] https://www.yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Ip2_CohFrictMat_CohFrictMat_CohFrictPhys

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