Number of cross-sectional grains #355
Answered
by
rquey
sajutabraham
asked this question in
Q&A
-
@rquey How can we obtain the number of grains in a cross-section at a particular X-Y plane in a rectangular 3D geometry? Also, how we can calculate the average number of cross-sectional grains in that geometry? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
rquey
Jan 6, 2022
Replies: 1 comment 1 reply
-
You can slice the tessellation and count the number of grains:
To get an average value, you can script:
This is just an example. You will generally need more cells, etc. to get relevant statistics. Needs version 4.2.1-22 (small fix). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rquey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can slice the tessellation and count the number of grains:
To get an average value, you can script:
This is just an example. You will generally need more cells, etc. to get relevant statistics.
Needs version 4.2.1-22 (small fix).