MechMicroMan / DefDAP

A python library for correlating EBSD and HRDIC data
Apache License 2.0
36 stars 18 forks source link

How to set two slip systems for each phase #91

Open evgen-96 opened 3 years ago

evgen-96 commented 3 years ago

Cheers,

Could you clarify how to set each slip system for each phase? For example, I have a dataset with two-phase material and want to set a 'hexagonal_withca' slip system for the first phase and 'cubic_bcc' for the second one in order to analyze both.

Best, Eugene

mikesmic commented 3 years ago

Hi Eugene,

Sorry but this is not currently possible, you can only set slip systems for the entire map. This is a feature we want to implement, along with other enhancements around multi-phase analysis but time has not allowed yet.

As a workaround you could do the analysis with one set of slip system but only include results from grains of that phase and then repeat with the 2nd set. Not the best but all I can suggest currently.

Thanks, Michael

evgen-96 commented 3 years ago

Hi Michael,

Thanks a lot! Good luck with the next release!

Best, Eugene