Skip to main content

List of precipitation hardened alloys and shape of precipitate

 List of precipitation hardened alloys and shape of precipitate


S. No

Alloy

Precipitate

Shape

Reason for the shape

Reference

1

Inconel 718

Delta phase

Plate

To reduce strain energy (caused due to lattice miss fit, the b direction length is different from the matrix) it grows in plate like structure because

Mahadevan, S., Nalawade, S., Singh, J. B., Verma, A., Paul, B., & Ramaswamy, K. (2010). Evolution of δ phase microstructure in alloy 718. 7th International Symposium on Superalloy 718 and Derivatives 2010, 2, 737–750. https://doi.org/10.1002/9781118495223.ch57

 

2

Al–43%Zn-2%Cu

Zn

Ellipsoidal

Due coherent interface between Zn (0002) and Al (111)

Han, S. Z., Choi, E. A., Park, H. W., Lim, S. H., Lee, J., Ahn, J. H., Hwang, N. M., & Kim, K. (2017). Simultaneous increase in strength and ductility by decreasing interface energy between Zn and Al phases in cast Al-Zn-Cu alloy. Scientific Reports, 7(1), 1–8. https://doi.org/10.1038/s41598-017-12286-7

3

Al-3.1Ni-0.15Zr

Al3Zr

Spherical

           _

Pandey, P., Makineni, S. K., Gault, B., & Chattopadhyay, K. (2019). On the origin of a remarkable increase in the strength and stability of an Al rich Al-Ni eutectic alloy by Zr addition. Acta Materialia, 170, 205–217. https://doi.org/10.1016/j.actamat.2019.03.025

4

Al-Ag

Ag2Al

Spherical

Due to no large difference in the atomic radius of aluminium and Silver. 

Modern Physical Metallurgy and Materials Engineering. (1999). Elsevier.

https://doi.org/10.1016/B978-0-7506-4564-5.X5000-9

5

Al-Cu

CuAl2

Plate

High Misfit in Solvent lattice leads to formation of plate like structure

Modern Physical Metallurgy and Materials Engineering. (1999). Elsevier.

https://doi.org/10.1016/B978-0-7506-4564-5.X5000-9

6

Al-Mg-Si

Mg2Si

Plate

Misfit in lattice as Mg atom is bigger than Aluminium

Modern Physical Metallurgy and Materials Engineering. (1999). Elsevier.

https://doi.org/10.1016/B978-0-7506-4564-5.X5000-9

 

                   Table1: List of precipitation hardened alloys

Comments

Popular posts from this blog

Classification of Additive Manufacturing (3D printing)

Gyroid Structure

The below code written in the MATLAB® can be used for generating the Gyroid structure.  %% Program clc; clear all; n1 = 2;  % Number of cells in x Direction n2 = 2;  % Number of cells in y Direction n3 = 2; % Number of cells in z Direction   a=2*n1*pi; % x direction parameters b=2*n2*pi; % y direction parameters g=2*n3*pi;  % z direction parameters   s=0.01;   [x,y,z]=meshgrid(-0.5:s:0.5,-0.5:s:0.5,-0.5:s:0.5);   % Gyroid Formula u = (sin(a.*x).* cos(b.*y) + sin(b.*y).* cos(g.*z) + sin(g.*z).* cos(a.*x));   % Level Set equation c =0.7; Ts= -(u+c).*(u-c);    % Sheet based Gyroid Tsk= u + c;        % Skeletal based Gyroid Isosurface(x,y,z,Ts,0); Isocaps(x,y,z,Ts,0); %% Program Ends If very less knowledge about coding, then the below software can be used for generating Gyroid and other lattice structures. Using Lattice_Karak  helps in designing v...

Generating Lattice Structures

Lattice structures are getting lots of momentum in various fields due to their eccentric properties [1] . It is very important to have easy method to design these lattice structures. Lattice_Karak [2] helps in getting the work done. It is free software with UI made for students and researchers. Using Lattice_Karak  helps in designing various TPMS structures, export them into stl file for further processing like 3D printing and Finite Element analysis.   Lattice_Karak can be downloaded using the below link. https://drive.google.com/file/d/1WWL-UbPzErFCFVFJqw1as9w0M61aMxB4/view?usp=sharing   Videos on how to further use lattice_karak. https://youtu.be/CuHQwsxPa3I   https://sites.google.com/iith.ac.in/lattice-karak/home   Suggested materials for understanding more about TPMS: 1)      https://doi.org/10.1016/j.addma.2017.12.006 2)      https://doi.org/10.1016/j.matdes.2017.03.018 3)      https://doi.org/10...