Skip to content
Discussion options

You must be logged in to vote

Hi @natan12134,

Apologies for the delay in replying.
You have raised a couple of questions in your query - so let's break them down one at a time.

1. The number of unique hcp variants in the rational S-N OR
If you run this code snippet:

clear all; close all; clc

% define the parent symmetry for austenite
cs_fcc = crystalSymmetry('m-3m', [3.6599 3.6599 3.6599], 'mineral', 'fcc');
% define the child symmetry for epsilon martensite
cs_hcp = crystalSymmetry('6/mmm', [2.545 2.545 4.14], 'X||a*', 'Y||b', 'Z||c', 'mineral', 'hcp');

% describe the parent fcc to child hcp Shoji-Nishiyama (S-N) orientation relationship
% parent fcc plane and direction
pPlane_1 = Miller({1,1,1},cs_fcc,'hkl');
pDir…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AzdiarGazder
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
no fix needed This does not require fixing
2 participants