Question #699278 on Yade changed:
https://answers.launchpad.net/yade/+question/699278

Jan Stránský requested more information:
Hello,

please read [2]. Then read [2] again and follow the instructions.
Please provide a MWE.

> How to set the normal tangential stiffness in wallMat?

What is "normal tangential"?

> WallMat = O.materials.append(FrictMat(young = WYoung, poisson = 
> WPoissonRatio, frictionAngle = radians(WFrictionAngle), density = 
> WDensity),jointNormalStiffness=2.5e6,jointShearStiffness=1e6)
> Is the code above correct?

No. But try it first yourself, Yade tells you itself that you have 
ArgumentError.
O.materials.append accepts just a Material as argument, here you have
O.materials.append(FrictMat(...),jointNormalStiffness=2.5e6,jointShearStiffness=1e6)

> Using the code settings above

What is "above"? The first, or the second case?

> I found that the simulation could not proceed normally

What does "normally" and "could not proceed" mean (some errors?
different results then expected? ...?)?

Cheers
Jan

[2] https://www.yade-dem.org/wiki/Howtoask

-- 
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

Reply via email to