← Back to team overview

yade-users team mailing list archive

[Question #699278]: How to set the normal stiffness in the simulation?

 

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.