how to get shared area between grains in a periodic tess? #491
-
I am trying to generate a symmetric table with the areas shared between neighboring grains (considering a periodic structure). I tried
however, the .stpoly file gives me poly ids which are more than number of grains, 100 in this case, i.e.,
I guess the IDs > 100 would be from the imaginary periodic seed around the initial 100 grains. In what manner are these ID-offsets assigned? Also, the .stface file gives something like this:
leaving the imaginary periodic seed id blank. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I've modified I've fixed |
Beta Was this translation helpful? Give feedback.
I've modified
-statpoly npolys
to provide the actual neighbors (considering periodicity) instead of numbers larger than the total number of polys (the previous values can still be obtained usingnseeds
, if it may be useful...). I've also added-statpoly npolys_unsort
, which does not sort the ids (something you might be interested in).I've fixed
-statface polys
, which now provides the 2 polys.