JCFpm Heterogeneous FnMax

Asked by Luis Barbosa

Hi all,

I'm trying to get a cohesive aggregate with a distribution of different FnMax, as presented in [1].
However I am getting AttributeError: No Such attribute: xSectionWeibullShapeParameter

Is it due to my Yade version (2018.02b) or it has to do with:

identifier='shape-'+str(xSectionShape)+'-'+timeStr
outputDir='out_'+identifier

as presented in [2]?

[1] https://yade-dem.org/doc/acousticemissions.html?highlight=xsectionweibullshapeparameter#fig-strengthdist
[2] https://gitlab.com/yade-dev/trunk/-/blob/master/examples/AcousticEmissions/bendingTest.py

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Caulk
Solved:
Last query:
Last reply:
Revision history for this message
Best Robert Caulk (rcaulk) said :
#1

It is your yade version, go ahead and install yadedaily [1].

[1]https://yade-dem.org/doc/installation.html#packages

Revision history for this message
Luis Barbosa (luis-pires-b) said :
#2

Thanks Robert Caulk, that solved my question.