Which IPhysFunctor should I choose

Asked by Zhicheng Gao

The materials of walls and spheres are FrictMat and CohFricMat respectively, for the interactions of sphere and walls, I didn't find a suitable IPhysFunctor like Ip2_FrictMat_CohFrictMat_. Which IPhysFunctor should I choose?
Many 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

Hello,
Use Ip2_FrictMat_FrictMat_anything (anything = what you need).
CohFrictMat is inherited from FrictMat, so from functor point of view, CohFrictMat is also a FrictMat.
Cheers
Jan

Revision history for this message
Zhicheng Gao (zhichenggao) said :
#2

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