How calculate the pairing of variants in a single parent grain rather than all parent grains #63
-
Hi Frank and Azdiar! I have another question. When we use the ORinfo (job. p2c) function in ORTools_example01 to calculate the information of 24 variants in ORTools_example01, the results obtained are shown in the attached figure. Is this information obtained from all parent phase grains? If so, can we calculate the 24 variant information of a single parent grain? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @VA-LD, You're very welcome! :)
After the operative OR is used to reconstruct parent grains in the entire EBSD map, information on the 24 variants within single parent grains then becomes available. **Lastly, and importantly, if an explanation from the maintainers resolves your issue, please press the "Mark as answer" button on the appropriate response. Your assistance in this regard enables us to close discussions as complete. ** Hope this helps. Warm regards, |
Beta Was this translation helpful? Give feedback.
Hi @VA-LD,
You're very welcome! :)
Here are the answers to your questions:
Yes, it is possible to use the computeGrainPairs function to calculate the child variant pair information from a single parent austenite grain.
I have modified ORTools_example10 to show users how this is done.
Please have a look at lines 114-128 for details.
The ORinfo(job. p2c) function returns information on the operative irrational OR.
This operative OR computed after refining a geometrically perfect rational OR, or a peak from the parent-child interphase boundary misorientation histogram, provided by the user as input.
The operative OR is computed via refinement using all the parent and/or child data availa…