New question #699278 on Yade: https://answers.launchpad.net/yade/+question/699278
WallMat = O.materials.append(FrictMat(young = WYoung, poisson = WPoissonRatio, frictionAngle = radians(WFrictionAngle), density = WDensity)) How to set the normal tangential stiffness in wallMat? WallMat = O.materials.append(FrictMat(young = WYoung, poisson = WPoissonRatio, frictionAngle = radians(WFrictionAngle), density = WDensity),jointNormalStiffness=2.5e6,jointShearStiffness=1e6) Is the code above correct? Using the code settings above, I found that the simulation could not proceed normally。 -- You received this question notification because your team yade-users is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

