Skip to content

Determining Number of Grains and Grain Boundary Length/Area #79

Answered by kip-hart
dpd5121 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dpd5121 That warning comes up when not every seed can be positioned in a domain. There's a heuristic that determines how many seeds to sample, then those seeds are positioned in the domain from largest to smallest volume. If the positioning algorithm tries over 10k times to place a seed but fails, it moves on to the next seed. These rejected seeds get added to a file called seed_position_reject.log in the working directory.

For the length (2D) and area (3D) of grain boundaries, I would start with the facet list. The facets associated with the domain boundaries could be filtered out (neighbor = -1) as well as the facets internal to grains (same seed number on both sides). The 2D length…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by kip-hart
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