yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #29756
Re: [Question #707124]: Error in contact with various shapes of particles with multiple materials
Question #707124 on Yade changed:
https://answers.launchpad.net/yade/+question/707124
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
> ubantu 16.04 system
Ubuntu?
Try not to make needless typos.
As the error says, Yade does not know how to deal with PolyhedraGeom and FrictPhys.
Currently such combination is not implemented.
Several options:
1) implement the missing functionality
2) adjust the settings such that the non-existent combination does not occur
concerning option 2), investigate the problematic interaction, the shapes and materials.
According to the script, it should not be "sphere + polyhedra", as this combination should create ScGeom, not PolyhedraGeom (according to Ig2_Sphere_Polyhedra_ScGeom).
> Ig2_Polyhedra_Polyhedra_PolyhedraGeom()
> Ig2_Polyhedra_Polyhedra_ScGeom()
choose one or the other, not both
> Ip2_FrictMat_PolyhedraMat_FrictPhys()
PolhedraMat is derived from FrictMat, so this case should be ok with
Ip2_FrictMat_FrictMat_FrictPhys
Cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.