-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Compute Taylor factor of each feature and average value for ensemble #1050
Comments
@StopkaKris If you have actual code implementations that would be a start. Not sure of the band width I have for this at the moment but if you can tie the need to an actual DoD or DoE contract that would help. |
@imikejackson The MatLab code leverages MTEX and is posted below. The calculation is most straightforward for FCC because the 12 slip systems have identical resistance to slip, and I think my peers more versed in this topic may say that this calculation can be more complex for HCP crystals, because I think it depends on relative slip system strengths... Nonetheless, the simplified calculation for HCP is still very useful. The current work that relies on these calculations is sponsored by NASA (ESI19 Grant number 80NSSC20K0296) and NIST (grant number 70NANB21H005). The latest publications that leveraged this code are available here, here, and here, and we have others in preparation. I don't think our group has any current DoD or DoE projects that rely on this but we did in the past and may have others in the future.
|
@imikejackson I have internal codes that compute the Taylor factor for FCC crystals without the need for MTEX, but I have to spend some time to properly label these and include the proper references, so this might take a while. Let's table these efforts for the time being. |
Is there an existing plan for this?
Description of the Feature, Filter, or Functionality?
Hello,
Could we add a filter to compute the Taylor factor for each feature/grain? It is commonly reported in literature to quantify the texture of a polycrystal. Our group currently relies on custom codes or integration with MTEX, but it would be great if DREAM.3D could compute this directly. It would be structured similar to the "Compute Schmid Factors" filter. I am happy to help with this implementation in any way I can.
References:
Bishop and Hill. A theoretical derivation of the plastic properties of a polycrystalline face-centred metal. https://doi.org/10.1080/14786444108561385
Miller and Dawson. Influence of slip system hardening assumptions on modeling stress dependence of work hardening. https://doi.org/10.1016/S0022-5096(97)00029-X
Version
7.0.x (DREAM3DNX beta)
What section did you foresee your suggestion falling in? [Further details may be required during triage process]
No response
High Level Steps To Implement
No response
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: