grain size information for multiple slices #992
Unanswered
damulaoshi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Romain,
Thank you so much for this useful open source software package! I have one question here:
Is there any way to get the grain size statistics, e.g. diameq and vol (or area), for multiple slices in one polycrystalline sample at once? Using the following code, I can get one slice without problem, but say if I have 100 slices, I need to run the following code for 100 times? Is there any other methods that I can save the time?
Code:
neper -T -n from_morpho -domain "cube(100,100,100)" -morpho "diameq:lognormal(20,2),1-sphericity:lognormal(0.12,0.02)" -format tesr -tesrsize 100 -transform "crop(cube(0,100,0,100,0,1))" -statcell diameq,vol -o testslice
Thank you before!
Best regards
Beta Was this translation helpful? Give feedback.
All reactions