Computing Binary Phase Diagram in MD++
Binary Phase Diagram Construction from Free Energy Calculation
Yanming Wang, Adriano Santana and Wei Cai
Created Nov, 2015
This tutorial discusses how to perform a series of simulations that generate free energy data of pure solid, solid with impurity and binary liquid alloy with different mixing ratio. Based on these data, the binary phase diagram can be obtained from common tangent construction using the free energy curves. As an example this tutorial explains how to produce the binary phase diagram for the Au-Si system. The first script, wcrAuSi_Solid_imp.tcl, run MC simulations and produces the free energy raw data for Au with Si impurities and Si with gold impurities. First calculate the free energy of Au fcc crystal with Si impurity: meam-lammps_gpp wcrAuSi_Solid_imp.tc 1 1 Au1 1701 2.70 The script takes four arguments, the first one ranges from 1-7. the second is the number of repetitions. The third one is the label for the chemical element: 'Au1', 'Si4', etc. which are all found inside the script. The fourth argument is a division factor, 1701/2.70 equals 629 . Hence, the range of temperatures will be from 1701 to 629 K. Simultaneously one can also calculate the free energy of Si DC crystal with a gold impurity as: meam-lammps_gpp wcrAuSi_Solid_imp.tc 1 1 Si4 1701 2.70 After the two scripts finish four MATLAB scripts are produced in the Binary_AuSi_3 folder:
Step2
Step3
Elatt.C44.dat
0.997 1 -.35092701E+02 -.35092739E+02 -.350927E+02 0.998 1 -.35093172E+02 -.35093210E+02 -.350932E+02 0.999 1 -.35093440E+02 -.35093474E+02 -.350934E+02 1.000 1 -.35093511E+02 -.35093539E+02 -.350935E+02 1.001 1 -.35093392E+02 -.35093411E+02 -.350934E+02 1.002 1 -.35093087E+02 -.35093098E+02 -.350931E+02 1.003 1 -.35092601E+02 -.35092607E+02 -.350926E+02
C44 of 36 GPa is a bit lower than the paper's result of 47 GPa (The experimental value is 45 GPa).