Any way to generate polycrystal(more than 1e4 grains) with low dispersion level of grain size rapidly? #422
-
Hi Romain, The question is, is there any way to generate a polycrystalline model(more than 1e4 grains) with a low dispersion level of grain size rapidly? I've tried the code by using HPC cluster with 4 nodes, each node has 20 processors, but it still takes more than 9h for generating a single model: Or even I use Dirac distribution like: So, is there any way that I can generate the polycrystalline model (with raster tessellation) with a low dispersion level of grain size more rapidly? Cause I need to generate multiple models, and hoping that there is a way that I can reduce the generating time. Thanks before! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, there is. Generate a centroidal tessellation (and stop iterations early):
(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. |
Beta Was this translation helpful? Give feedback.
Yes, there is. Generate a centroidal tessellation (and stop iterations early):
(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.