Hello Dream3D Community,
I am wondering if there is a way to visualise (and later quantify) the local grain boundary misorientations? I am working with serial sectioning EBSD data with relatively large grains with a large but gradual lattice rotation throughout them, see below.
So far, I have tried two approaches, which have not quite produced what I was aiming for. The first approach was to mesh the grain structure and then ‘Compute Feature Face Misorientation (Face)’. However, this uses the average orientation of each feature (grain), which does not reflect the local misorientations at any given point on the grain boundary surface. (Attached example shows output for internal boundaries in a small sub-section of my dataset)
The second approach was to compute the kernel average misorientation for each cell, then use the find boundary cells filter to restrict the visualisation to just the grain boundary. The thinking was a kernel size could be selected to sample either side of the grain boundary, but not so large that gradual lattice rotation has an impact. However, I believe the KAM filter may be limited to cells within the same feature (grain) as the centre cell for each calculation? As such the misorientation along the grain boundary is similar to the bulk grain.
Is anyone aware of a different way I could approach this, or a possible modification to the above filters to produce the desired effect? The ultimate aim is to correlate with SE data which reveals a crack path through the microstructure, so it would be really great if I could see how local GB misorientation influences the crack path!
Best Wishes, Matthew
--
You received this message because you are subscribed to the Google Groups "dream3d-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dream3d-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dream3d-users/fcd746bc-fb6c-4ae1-a0f1-18bc79c76e22n%40googlegroups.com.
Hi Matthew,
I performed the calculations using the Alphashape function in Matlab. First, I calculated the local norm as a vector product of the local face vertices, and then I used the rotation matrix of the Euler angles from the neighbouring voxel to calculate the local misorientation angle. You can probably adjust the vertex position manually by implementing a Laplacian smoothing (I think there are also prebuilt functions in the newest version of Matlab).
To view this discussion visit https://groups.google.com/d/msgid/dream3d-users/CAEqXkzc5LxS7McPpW%3DMq3H%3Drg3NehDEuDor315v0tUYrQsmDKw%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/dream3d-users/CAErfs5f4YNJqefoe0VnAxWtga35V%2B2%2BJNz%3D5%3DaTpp_R6oTBfkQ%40mail.gmail.com.

--
Thank you all for the great suggestions! I will look into Alphashape and writing something with an LLM - I may reach out if I get stuck with anything. In the meantime I spoke to a colleague of mine (Uni Of Manchester) who is likewise interested in local GB misorientations and has been writing a MatLab script to compute them. So its definitely something which we’d use if it were added to Dream3D!
On your suggestion Mike, I had a similar idea. I’ve used the 'Segment Features (Misorientation)' filter with a 89° orientation tolerance to group all my data into one massive fake ‘grain’. Then computed the KAM for that, which excludes the empty overscanned region but computes across the real GBs. Then I have limited the visualisation to only boundary cells as before. Attached is the output of these for a small section of my dataset. I will experiment with the KAM radius setting next. I haven’t done the registration to the SE data yet but from a glance it seems there probably is a correlation between misorientation and crack branching events.
Best Wishes, Matthew