Skip to content

My model formation #564

Answered by rquey
anujyadav0693 asked this question in Q&A
Sep 20, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

question1 in this code why 0.5 is multiplied with pores distribution?

0.5 is a multiplicative factor that applies to the number of cells. lognormal(0.1,0.01)+0.5*lognormal(0.01,0.001) means that 2/3 of the grains will follow the first distribution and 1/3 will follow the second.

question2 what is meaning of diameq>0.03?1:2 ?

The is the C/C++-style if-then-else: https://neper.info/doc/exprskeys.html?highlight=lazy#ternary-operators.

question3 what is meaning of this weight:radeq,coo:packing?

This specific value corresponds to running a (rudimental) dense sphere packing algorithm for the initial state. It helps for wide/multimodal size distributions.

question4 how can remove cell in …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@ashokambig
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rquey
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants