poisson ratio problem

Asked by liucheng83

I'm not sure how to determine the property for material.
After I read the message:
-----
class yade.wrapper.ElastMat(inherits Material → Serializable)
Purely elastic material. The material parameters may have different meanings depending on the
IPhysFunctor used : true Young and Poisson in Ip2_FrictMat_FrictMat_MindlinPhys, or contact
stiffnesses in Ip2_FrictMat_FrictMat_FrictPhys.
poisson(=.25)
Poisson’s ratio or the ratio between shear and normal stiffness [-]. It has different meanings
depending on the Ip functor.
young(=1e9)
elastic modulus [Pa]. It has different meanings depending on the Ip functor.
-----
Is Ip2_FrictMat_FrictMat_MindlinPhys use E,v as normal Poisson's ration and elastic modulus as in pfc3D? And Ip2_FrictMat_FrictMat_FrictPhys use E,v as kn/ks and E for what?
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Stránský
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Stránský (honzik) said :
#1
Revision history for this message
wangxiaoliang (wangxiaoliang) said :
#2

E v in yad is different than that in pfc3d, but it is not important, because everyone needs to calibrate E and v

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#3

>And Ip2_FrictMat_FrictMat_FrictPhys use E,v as kn/ks and E for what?

See the documentation.
https://www.yade-dem.org/doc/yade.wrapper.html?highlight=frictphys#yade.wrapper.Ip2_FrictMat_FrictMat_FrictPhys

Revision history for this message
liucheng83 (lcheng83) said :
#4

Thanks Jan Stránský, that solved my question.