the way of set psd

Asked by fengjingyu

Hi everyone,

I would like to know that ,In addition to generating particle distribution according to psdSizes, psdCumm, rMean and rRelFuzz, there are other ways to generate particles of different sizes.For example,particles are generated in proportion to a log curve.

thanks in advance.

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
Jan Stránský (honzik) said :
#1

Hello,
cannot psdSizes and psdCumm be used to approximate the desired distribution?
Jan

Revision history for this message
fengjingyu (fengjing) said :
#2

Hi Jan:

I'm wondering if I can generate particles that satisfy the equation that I set up, like a normal distribution

Regards,
Feng

Revision history for this message
Best Jérôme Duriez (jduriez) said :
#3

Hi,

I would advice to just discretize your continuous equation (describing eg a normal distribution curve with a finite number of points), and go to Jan's suggestion #1.

Psd determined in the lab can not be continuous either ;-)

Jérôme

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#4

Hi,
Boost has plenty PDF models that you can use in replacement of the current one if you are ready to read the c++ code and modify it to achieve your goals.
Needs some background in mathematics and in c++, obviously.

Bruno

Revision history for this message
fengjingyu (fengjing) said :
#5

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

Revision history for this message
fengjingyu (fengjing) said :
#6

thanks Bruno and Jan,u solved my problem too.