------------------------------------------------------------ revno: 3967 committer: Bruno Chareyre <[email protected]> timestamp: Mon 2014-05-19 17:00:11 +0200 message: CohFritMat documentation modified: pkg/dem/CohFrictMat.hpp
-- lp:yade https://code.launchpad.net/~yade-pkg/yade/git-trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/CohFrictMat.hpp' --- pkg/dem/CohFrictMat.hpp 2013-03-06 20:47:43 +0000 +++ pkg/dem/CohFrictMat.hpp 2014-05-19 15:00:11 +0000 @@ -21,11 +21,11 @@ /// Serialization YADE_CLASS_BASE_DOC_ATTRS_CTOR(CohFrictMat,FrictMat,"", ((bool,isCohesive,true,,"")) - ((Real,alphaKr,2.0,,"Dimensionless coefficient used for the rolling stiffness.")) - ((Real,alphaKtw,2.0,,"Dimensionless coefficient used for the twist stiffness.")) - ((Real,etaRoll,-1.,,"Dimensionless coefficient used to calculate the plastic rolling moment (if negative, plasticity will not be applied).")) - ((Real,normalCohesion,0,,"")) - ((Real,shearCohesion,0,,"")) + ((Real,alphaKr,2.0,,"Dimensionless rolling stiffness.")) + ((Real,alphaKtw,2.0,,"Dimensionless twist stiffness.")) + ((Real,etaRoll,-1.,,"Dimensionless rolling (aka 'bending') strength. If negative, rolling will be elastic.")) + ((Real,normalCohesion,0,,"Tensile strength, homogeneous to a pressure")) + ((Real,shearCohesion,0,,"Shear strength, homogeneous to a pressure")) ((bool,momentRotationLaw,false,,"Use bending/twisting moment at contact. The contact will have moments only if both bodies have this flag true. See :yref:`CohFrictPhys::cohesionDisablesFriction` for details.")) , createIndex();
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

