PTMC interaction energies calculation #30
-
Hi Frank, I have used your martensite calculator code to predict which variants come first. I am getting the error when using the code. please look into the file attached to get the solution. scrPrnt('Step',sprintf('Defining %.0f Stress tensors',length(Sig.labels(Sig.choice))));
[Sig.ten] = cmptSigma(Sig.labels(Sig.choice)); %Get stress tensors
% Compute Orientation distribution section
scrPrnt('Step',sprintf('Defining %s OD section at %.0f°',OD.info{1},OD.info{2}));
OD = cmptOD(CS.A,OD,SS); %Compute parent OD
% ******************* Initialize deformation mode
scrPrnt('SegmentStart','Initializing deformation mode');
% Calculating PTMC solution
scrPrnt('Step','Calculating PTMC solution');
PTMC = mainPTMC(CS.A,CS.B,Def.SPa,Def.SDa,Def.bCa); %Compute PTMC solution
OR = cmptOR(CS,Def,PTMC); %Compute orientation relationship and variants
PTMC = analyzePTMC(PTMC,Def,CS,OR,Post,'symmetrise'); |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hi Mugikumar, thank you for pointing this out, this should be resolved in an updated version I just released: click here Best wishes |
Beta Was this translation helpful? Give feedback.
-
Hi Frank, |
Beta Was this translation helpful? Give feedback.
-
I'm experiencing the same error problem as well, and I'm not sure if there is a solution. |
Beta Was this translation helpful? Give feedback.
Hi,
I apologize for the long wait, things have been a bit busy on my end.
Could you try this version and let me know whether the error is resolved? It works on my system.
martensiteWorkCalculator v1.0.2
If you get an error again, could you confirm whether it is the same error as stated above or a different type of error? Thanks
Best wishes
Frank