How to implement PDFEngine

Asked by Alice Ezzeddine

Hello,

I would like to get the Probability Density Functions of the contact normal force, I found "class yade.wrapper.PDFEngine" in the documentation that could help me with that.
does anyone have an example that could help me use it?

Thank you in advance.
Alice

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Jérôme Duriez
Solved:
Last query:
Last reply:
Revision history for this message
Best Jérôme Duriez (jduriez) said :
#1

I'm personaly not familiar with this PDFEngine. Since it does not seem to deal with normal forces (fn) anyway [*], I would reconstruct by myself the pdf of fn If I were you.

pylab.hist Python function may be useful for this purpose

[*] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.PDFEngine

Revision history for this message
Alice Ezzeddine (aliceezzeddine) said :
#2

Thanks Jérôme Duriez, that solved my question.