yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #09642
Re: [Question #247006]: Writing a new constitutive law
Question #247006 on Yade changed:
https://answers.launchpad.net/yade/+question/247006
Status: Open => Answered
Jérôme Duriez proposed the following answer:
Hi,
Note that you can also give a look (did you ?) to the doc of this law in
[1] to have the list of the parameters.
Normal and shear cohesions are stored in CohFrictPhys (the physics of
the interaction, as usual), in [2] and [3], and they depend on
CohFrictMat (material) parameters. You have some explanation in the doc
of the corresponding Ip2 [4], which does the computations of physical
"parameters" of the interaction . If you want even more details about
how different "parameters" are computed, you have probably to look in
the source code.
This design is always the same in Yade.
Jérôme
[1] : https://www.yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Law2_ScGeom6D_CohFrictPhys_CohesionMoment
[2] : https://www.yade-dem.org/doc/yade.wrapper.html#yade.wrapper.CohFrictPhys.normalAdhesion
[3] : https://www.yade-dem.org/doc/yade.wrapper.html#yade.wrapper.CohFrictPhys.shearAdhesion
[4] : 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.