Skip to content

Any way to generate polycrystal(more than 1e4 grains) with low dispersion level of grain size rapidly? #422

Answered by rquey
damulaoshi asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, there is. Generate a centroidal tessellation (and stop iterations early):

neper -T -n 10000 -morpho centroidal -morphooptistop "val=1e-2"
neper -V n10000-id1.tess -print img

(Runs in less than 1 minute on my laptop).

Centroidal tessellations are tessellations for which the seeds are brought into coincidence with the cell centers. They have a low dispersion of grain size.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by rquey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants