Bimodal distribution using Laguerre tessellation #705
-
Dear Romain, My question is, for example, I want to generate a polycrystal having large (mean diameq = 240, std = 12, lognormal distribution) and small grains (mean diameq = 60, std = 3, lognormal distribution) at the same time, the command that I used is here, but to really get the statistics that I want (I mean for example, the mean and std of the large and small grains to really achieve the value that I set) it needs to take a really long time even using supercomputer(in the meanwhile I also need enough number of grains, let's say not less than 20000 grains per realization). Is there anyway to accelarate the speed or could I use any other commands to generate the same thing that I want? Another simple question is that could we control the volume fraction of the sample? I know the value before the "lognormal(......)" means the ratio of number of grains, so we need to calculate volume fraction based on number of grains, or is there any other way to control this? Command:
Thank you before! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are already using It isn't possible to specify volume fractions instead of number fraction yet. |
Beta Was this translation helpful? Give feedback.
You are already using
-morphooptiini "weight:radeq,coo:packing"
, which is a good point. However, note that it will somewhat struggle to find the initial solution withweight:radeq
. You can tryweight:0.8*radeq
instead.It isn't possible to specify volume fractions instead of number fraction yet.