A Package for calculating elastic tensors of hexagonal Phases by using second-order derivative with Wien2k Package

Size: px
Start display at page:

Download "A Package for calculating elastic tensors of hexagonal Phases by using second-order derivative with Wien2k Package"

Transcription

1 IR E L A S T + W I E N 2k A Package for calculating elastic tensors of hexagonal Phases by using second-order derivative with Wien2k Package User s guide, Hex-elastic_13.2 (Release ) Morteza Jamal Ghods City-Tehran-Iran 1

2 MANDATORY CONDITIONS: In any publication in the scientific literature please reference the program as follows: M. Jamal, Hex-elastic, (2012). ACKNOWLEDGMENT I gratefully appreciate B.Z. Yanchitsky for fruitful discussions, P. Blaha and S. Jalali Asadabadi for suggestions, and Carol Phillips for editing. For suggestions or bug reports please contact the author by m_jamal57@yahoo.com 2

3 1- Introduction Hex-elastic is a Package for finding elastic constants of hexagonal symmetries with Wien2k. This Package calculates elastic constants by second-order derivative ( E (δ) ) of Polynomial fit ( E=E(δ) ) of Energy vs. strains (δ) at zero strain (δ =0). This called energy approach [1]. 2- Background theory 2 (energy approach) Elastic constants are defined by means of a Taylor expansion of the total energy for the system, with respect to a small strain ( ) of the lattice. In this Package we consider the hexagonal crystal structure, which is spanned by three vectors,, and. The Bravais lattice vectors are normally written in a matrix form, i.e.: The distortion of the lattice ( ) is expressed by multiplying with a symmetric ( ) distortion matrix i.e. ( ), which is written as, And in Voigt notation ( It is often convenient t o change to the Voigt notation in order to reduce the number of indices. The Voigt notation replaces 1, 2, 3, (and ) 4, (and ) 5, (and ) 6 ) 3

4 We express the energy of the strained system by means of a Taylor expansion in the distortion parameters, The linear terms vanish if the strain causes no changes in the volume of the crystal. Otherwise, are related to the strain on the crystal and are elastic constants and is the volume of unstrained hexagonal system and we use it to evaluate the elastic constants. There are five independent elastic constants for a hexagonal symmetry, called C 11, C 12, C 13, C 33, and C 55 [3]. Since we have five independent elastic constants, we need five different strains to determine these elastic constants. The five distortions used in the hex-elastic Package are described below [2,4]. The first distortion is written as: and it changes the size of the basal plane, while keeping the z axis constant. The symmetry of the strained lattice is therefore still hexagonal and the energy for this distortion can be obtained as: The second type of distortion is a volume conserved distortion and lead to Orthorhombic symmetry and written as: 4

5 and the energy for this distortion can be obtained as: The third strain we have used is given by This strain changes C lattice parameter and keep the symmetry of the strained lattice hexagonal and the energy for this distortion can be obtained by The fourth elastic constant, C55, is determined by means of a deformation of the lattice, which produces an object with low symmetry. The deformation is written as: And it leads to triclinic symmetry and the energy for this deformation can be written as Finally, the last strain we have used is volume conserved and keeps the symmetry of the strained lattice hexagonal and can be written as: And the energy for this strain is given by 5

6 And In practice, to calculate elastic constants we fit to a polynomial of degree M and M changes from 2 till N-1, N is number of data, and then elastic constants is computed by using second order derivative ( E (δ) ) of Polynomial fit ( E=E( V, δ) ) of Energy vs. strains (δ) at zero strain (δ =0). In this situation we are able to check the sensitivity of our results (elastic constants) to the order of fit however final results are for a polynomial of degree 2 ( M=2) because we are in the regime of Hooke s law. 6

7 3- File structure and program flow The following table describes input and output files for each program of the Hex-elastic Package. Program needs generates H_set_elast_lapw case.struct init.struct runcommand1 runcommand2 pwdname command_init_lapw H_command_run_lapw H_setup11m12, H_setupc33 H_setupc1112, H_setupczz H_setupc55 getcalljobh makestructh init.struct pwdname runcommand1 runcommand2 init.struct.styp HEX.job auto_init_lapw runcommand1 runcommand2.vper.styp HEX.job number.strain StypX_Y.struct vol.optimize H_modifyjob_lapw H_calljob_lapw HEX.job VstVene H_fitdivELC number.strain ELCorder.fit vol.optimize ELC.output.styp ELC.fit VstVene H_ana_elastc_lapw VstVene case.outputeos ELC.fit vol.optimize ELC.ps H_ana_elast_lapw ELC.output ELC-matrix case.output_elastic H_InverseELC ELC-matrix INVELC-matrix MassRho init.struct.rho vol.optimize H_ana_elastorder_lapw ELCorder.fit output-order sgroupcheck_lapw StypX_Y.struct case.struct command_intso_lapw.infso command_initu_lapw.infldau auto_initso_lapw.infso case.inso auto_initu_lapw.infldau case.inorb case.indm/c Bold font is OPTIONAL Italic bold font means it is the user s choice 7

8 3-1- Short description for input and output files case.struct init.struct pwdname runcommand1/2 Is a Wien2k standard struct file. Is a copy of the case.struct file. Contains the name of the present work directory. Contains the run commands for running. It looks similar to: run_lapw ec p in1new 2 auto_init_lapw A C-shell program which automatically runs the initialization. It looks similar to: #!/bin/csh -f set RM = not if ( $RM == 'not' ) then init_lapw -vxc 13 -ecut -6 -mix 0.2 -numk b else init_lapw -red 0 -vxc 13 -ecut -6 -mix 0.2 -numk b endif.vper Defines the percent of changes for different strains..styp Defines the type of strain. HEX.job A C-shell program which calculates the energy for each strain by using the Wien2k Package. It looks similar to: #!/bin/csh -f #STRAIN TYPE IS 1 #Modify this script according to your needs unalias rm set co = 1 set name set bj set file = `pwd` set file = $file:t if (-e VstVene ) then set i=`/bin/ls VstVene* wc ` echo " saving pervious VstVene to VstVene_$i[1]" cp VstVene VstVene_$i[1] rm VstVene endif # # to reuse previous scf runs (without a new scf run) set answscf=y # and use the same "savename". # When you make modifications (RKmax, k-mesh, XC-potentials) choose # answscf=no and a new savename (eg. "_pbe_rk8_1000k"). set answscf=y set savename= 8

9 if (-e cscl.clmsum && \! -z cscl.clmsum) then x dstart -super endif if (-e cscl.clmup && \! -z cscl.clmup ) then x dstart -super -up x dstart -super -dn endif foreach i ( \ ) echo "*******************************" echo $i set name=`echo "$name $i"` echo "*******************************" Styp1_-3.0 \ Styp1_-2.0 \ Styp1_-1.0 \ Styp1 0.0 \ Styp1 1.0 \ Styp1 2.0 \ Styp1 3.0 \ StypX_Y.struct VstVene number.strain case.outputeos A Wien2k struct file for each value of changes and for each strain type where X and Y denote type of strain and value of changes, respectively. The main information file, contains values of changes (strains) and energies for each type of strain, for the calculation of the elastic constant. Contains the number of strains. A Wien2k output of equation of states(eos). For finding the best values of elastic constants, find EOS and then copy the case.outputeos file in the "case" directory within the c11+c12, c11-c12, c55, c33, and czz, directories. Otherwise, it sets the optimized volume from the original struct file i.e. case.struct vol.optimize Contains the optimized volume. ELCorder.fit Contains the elastic constants for different values of order of fit. ELC.output Contains the elastic constants for order of fit =2 ELC.fit Contains the data to plot a curve of energy vs value of changes (strains) for each strain type. ELC-matrix Defines the elastic constant matrix for each symmetry. case.output_elastic Contains the final elastic constant values. INVELC-matrix Defines the inverse of elastic constant matrix. 9

10 .rho.infso.infldau Contains density of mass and atomic volume. Contains information for making the case.inso file for running spin-orbit coupling. Contains information for making the case.inorb and case.indm/c files for LDA+U calculations Flow and short description for programs The Hex-elastic Package consists of several FORTRAN and SHELL SCRIPTS which are described below. A flowchart of the program is shown in the following diagram. H_set_elast_lapw : Makes an elast-constant directory in the present work directory ( PWD ) and c11+c12, c11-c12, c33, c55, and czz directories in the elast-constant directory. The H_set_elast_lapw program also copies information of the "PWD" into the c11+c12, c11- c12, c33, c55, and czz directories and calls "command_init_lapw", H_command_run_lapw, H_setupc1112, H_setupc11m12, H_setupc33, H_setupc55, and H_setupczz programs.. command_init_lapw : Gets information for making "auto_init_lapw". H_command_run_lapw : Gets the run commands for making HEX.job. H_setupcX (X=1112, 11m12, 55,.) : Gets the type of strain and calls the getcalljobh program. getcalljobh: Calls makestructh program and makes the HEX.job file. makestructh : Makes the StypX_Y.struct files where X and Y stand for the type of strain and value of changes, respectively and the vol.optimize file. H_modifyjob_lapw : Edits the job files according to the user s needs. H_calljob_lapw : Calls the HEX.job files for running. H_ana_elast_lapw : 10

11 Calls the H_ana_elastc_lapw program for calculating elastic constants then calculates the Voigt, Reuss, and Hill bulk, shear, and the Young modulus as well as the Poisson ratio. After that it calls the H_InverseELC and MassRho programs and calculates sound velocity and Debye temperature then makes two output files in the elastconstant directory with the name case.output_elastic and the INVELC-matrix which is the elastic compliance constants generated by inverting the elastic constant matrix. At the end it calls H_ana_elastorder_lapw program. H_ana_elastc_lapw : Calls the H_fitdivELC program with appropriate libraries for calculating C11-C12, C11+C12, C55, and. H_InverseELC : Makes the Elastic compliance constants generated by inverting the elastic constant matrix. MassRho : Finds density of mass and atomic volume. H_ana_elastorder_lapw : Checks the sensitivity of the elastic constants to the order of fit. sgroupcheck_lapw : Finds the best value of tol in the sgroup [5] program and copies case.struct_sgroup as case.struct. 11

12 H_set_elast_lapw command_init_lapw generates auto_init_lapw H_command_run_lapw generates commandrun1/2 H_setupcX X=1112, 11m12,. getcalljobh generates HEX.job makestructh generates StypX_Y.struct sgroupcheck_lapw HEX.job generates VstVene auto_init_lapw H_ana_elastorder_lapw generates ELCorder.fit H_ana_elast_lapw H_ana_elastc_lapw H_InverseELC MassRho ELASTIC CONSTANTS IS READY generates case.output_elastic and INVELC-matrix Program flow in Tetra-elastic 12 H_fitdivELC calls Libraries generates C 11 -C 12, C 11 +C 12,. Dash arrow means user must run

13 4 Elastic constants calculation 1. Create a struct file and validate it by running "sgroupcheck_lapw". 2. If Spin-Orbit calculations are required run "command_initso_lapw. 3. If LDA+U calculations are required run "command_initu_lapw" and then "auto_initu_lapw". 4. Run "H_set_elast_lapw.. 5. Now you must adapt the job files according to your needs (you can run "H_modifyjob_lapw" in Terminal ). It is not necessary to do step 5 if you defined the COMMAND RUN commands in step Now you must run the job files (you can run "H_calljob_lapw" ). It will take some time. 7. Run "H_ana_elast_lapw".. This package calculates elastic constants by second-order derivative ( E (δ) ) of Polynomial fit ( E=E(δ) ) of Energy vs. strains ( є) at zero strain (δ =0) so, you must use values of strain around zero and from the viewpoint of fit convergence, we usually expect to see a minimum when we plot Energy vs. strain ( this Package plots it ). It is recommended that the sensitivity of the results is checked to the order of fit. This program shows them. 4-1 Notes about elastic constants calculation After using distortions for the calculation of C11-C12 and C55 the symmetry of the hexgonal compound changes and usually the number of atoms change. So when you run "command_initso_lapw" or "command_initu_lapw", in the section name of an atom, type "all <name of atom>" ( for example: all Mn). With this command, you use SO or LDA+U calculations for example for all Mn atoms. When you want to rerun job files with modifications in (RKmax, k-mesh, XC-potentials ) call the command_init_lapw and after that choose "answscf=no" in the HEX.job files and a new "savename" (eg. "_use_pbe_rk8"). 13

14 Optionally you can specify more cases by rerunning H_setupcX (X=1112, 11m12, 55, see section 5-3 ). Specify also your old cases. The old results will then be taken automatically into account without recalculation (unless you modify job files i.e: set answscf=no ). For the calculation of the best values of elastic constants, please find EOS and then copy case.outputeos in the "case" directory within the c11+c12, c11-c12, c55, and directories. Otherwise, it sets the optimized volume from the original struct file i.e. case.struct. 4-2 One calculation To calculate C 33 or C 55 the following steps should be performed for example for calculation of C 55 : 1. Make a directory for example c Make a "case" directory in c55 directory. 3. Make a "case.struct" file in the "case" directory and name it "init.struct". Create a "pwdname" file and write in it "case." and save it. 4. Run the command_init_lapw 5. chmod +x auto_init_lapw 6. For SO calculations, run the command_initso_lapw. 7. For LDA+U calculations, run the command_initu_lapw and auto_initu_lapw To avoid step 10, you can run H_command_run_lapw for setting the COMMAND RUN commands for making HEX.job. 8. Run the H_setupc55 program. 9. chmod +x HEX.job file. 10. Modify the HEX.job file. 11. Call HEX.job 12. Call H_ana_elastc_lapw 4-3 Run with more data points Optionally you can specify more data points, for the calculation of the elastic constants, by rerunning H_setupcX (X=1112, 11m12, 55, ). Specify also your old data points. The old results will then be taken automatically into account without recalculation ( unless you modify the job files i.e: set answscf=no ). Please do the following steps for this goal for example for c Cd to the elast-constant directory. 2. Cd to the c55 directory. 3. cd the case directory. 3-1) To avoid step 6, you can run H_command_run_lapw for setting the 14

15 COMMAND RUN commands for making the HEX.job. 4. Run the H_setupc55 program. 5. If you want to rerun the job files with modifications in (RKmax, k-mesh, XCpotentials ) call command_init_lapw and then choose "answscf=no" in HEX.job files and a new "savename" (eg. "_use_pbe_rk8"). 6. Modify the HEX.job file. 7. Call HEX.job 8. Call H_ana_elastc_lapw 4-4 Elastic constants calculation for Ti Ti compound is a test case for elastic constants calculation. The Ti structure is described in detail in the following: Ti H LATTICE,NONEQUIV.ATOMS: P63/mmc MODE OF CALC=RELA unit=bohr ATOM -1: X= Y= Z= MULT= 2 ISPLIT= 4-1: X= Y= Z= Ti1 NPT= 781 R0= RMT= Z: 22.0 LOCAL ROT MATRIX: Select Xc = PBE-GGA, R_Kmax = 7, L_max = 8, and nkpoint = 5000 Two dimensional search of Equation Of State for Ti by using 2Doptimize package. Equation of state: EOS2 (PRB52,8064) info 2 a,b,c,d V0,B(GPa),BP,E Equation of state: Murnaghan info 2 E=E0+[B*V/BP*(1/(BP-1)*(V0/V)**BP +1)-B*V0/(BP-1)]/ Pressure=B/BP*((V0/V)**BP -1) V0,B(GPa),BP,E vol energy de(eos2) de(murnaghan) Pressure(GPa) Sigma:

16 Equation of state: Birch-Murnaghan info 2 E = E0 + 9/16*(B/ )*V0*[(eta**2-1)**3*BP + (eta**2-1)**2*(6-4*eta**2)] --> eta = (V0/V)**(1/3) Pressure = 3/2*B*(eta**7 - eta**5)*(1 + 3/4*(BP-4)*[eta**2-1]) V0,B(GPa),BP,E vol energy de(birch-murnaghan) Pressure(GPa) Sigma: After running job files, you will find the below values for elastic constants of Ti ( do not forget to copy Ti.outputeos in "Ti" directory within c11+c12, c11-c12, c33, c55, and czz directories ). In the following examples you can find the percents that were used for strains. ####################################### # H_ana_elast_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # ####################################### ########################################## # H_ana_elastc_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # # using case.outputeos # # VstVene # # which have been created by # # HEX.job # ########################################## =============================================================== Order of fit: 2 C11+C12 is: GPa, RMS: E-04 Order of fit: 3 C11+C12 is: GPa, RMS: E-05 Order of fit: 4 C11+C12 is: GPa, RMS: E-12 ****************************************** Polynomial fit for C11+C12 done A RMS of E-04 was achieved using a polynome of degree : 2 At volume= bohr^3 C11+C12 is: a.u or GPa ****************************************** 16

17 Analyze done... Do you want a hardcopy? (y/n) *************************************** You can find data in ELC.output file. *************************************** ########################################## # H_ana_elastc_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # # using case.outputeos # # VstVene # # which have been created by # # HEX.job # ########################################## =============================================================== Order of fit: 2 C33 is: GPa, RMS: E-05 Order of fit: 3 C33 is: GPa, RMS: E-05 Order of fit: 4 C33 is: GPa, RMS: E-12 ****************************************** Polynomial fit for C33 done A RMS of E-05 was achieved using a polynome of degree : 2 At volume= bohr^3 C33 is: a.u or GPa ****************************************** Analyze done... Do you want a hardcopy? (y/n) *************************************** You can find data in ELC.output file. *************************************** ########################################## # H_ana_elastc_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # # using case.outputeos # # VstVene # # which have been created by # # HEX.job # ########################################## =============================================================== Order of fit: 2 Czz is: GPa, RMS: E-05 Order of fit: 3 Czz is: GPa, RMS: E-05 Order of fit: 4 Czz is: GPa, RMS: E-12 ****************************************** 17

18 Polynomial fit for Czz done A RMS of E-05 was achieved using a polynome of degree : 2 At volume= bohr^3 Czz is: a.u or GPa ****************************************** Analyze done... Do you want a hardcopy? (y/n) *************************************** You can find data in ELC.output file. *************************************** ########################################## # H_ana_elastc_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # # using case.outputeos # # VstVene # # which have been created by # # HEX.job # ########################################## =============================================================== Order of fit: 2 C11-C12 is: GPa, RMS: E-05 Order of fit: 3 C11-C12 is: GPa, RMS: E-05 Order of fit: 4 C11-C12 is: GPa, RMS: E-12 ****************************************** Polynomial fit for C11-C12 done A RMS of E-05 was achieved using a polynome of degree : 2 At volume= bohr^3 C11-C12 is: a.u or GPa ****************************************** Analyze done... Do you want a hardcopy? (y/n) *************************************** You can find data in ELC.output file. *************************************** ########################################## # H_ana_elastc_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # # using case.outputeos # # VstVene # # which have been created by # # HEX.job # ##########################################

19 =============================================================== Order of fit: 2 C55 is: GPa, RMS: E-04 Order of fit: 3 C55 is: GPa, RMS: E-04 Order of fit: 4 C55 is: GPa, RMS: E-12 ****************************************** Polynomial fit for C55 done A RMS of E-04 was achieved using a polynome of degree : 2 At volume= bohr^3 C55 is: a.u or GPa ****************************************** Analyze done... Do you want a hardcopy? (y/n) *************************************** You can find data in ELC.output file. *************************************** Printing final Elastic constant At voulme= bohr^3. ======================================================================= C11+C12 = GPa C11-C12 = GPa C33 = GPa C55 = GPa Czz = C11+C12+2C33-4C13 = GPa ======================================================================= LU decomposition successful Inverse Successful You can find Inverse Matrix in INVELC-matrix file Done ======================================================================= Atom name = Ti Atomic Mass from Periodic table = (gr/mol) Atomic Mass from Periodic table = *10^(-23) (gr) Volume in unit of cm^3 = *10^(-24) (cm^3) Mass of Compound : *10^(-23) (gr) Density of Compound : (gr/cm^3) ======================================================================= C11 = GPa C12 = GPa C13 = GPa C33 = GPa C55 = GPa ======================================================================= Prediction VOIGT Bulk modulus by using elastic constant values Prediction REUSS Bulk modulus by using elastic constant values Prediction HILL Bulk modulus by using elastic constant values = (GPa) = (GPa) = (GPa) Prediction VOIGT Shear modulus by using elastic constant values = (GPa) Prediction REUSS Shear modulus by using elastic constant values = (GPa) Prediction HILL Shear modulus by using elastic constant values = (GPa) Prediction VOIGT Young modulus by using elastic constant values = (GPa) 19

20 Prediction REUSS Young modulus by using elastic constant values = (GPa) Prediction HILL Young modulus by using elastic constant values = (GPa) Prediction VOIGT Poisson's coefficient by using elastic constant values =.295 Prediction REUSS Poisson's coefficient by using elastic constant values =.298 Prediction HILL Poisson's coefficient by using elastic constant values =.297 ================================================================================ By using HILL data Transverse elastic wave velocity = (m/s) Longitudinal elastic wave velocity = (m/s) The average wave velocity = (m/s) Debye Temperature = (K) ===================================================================== Press enter key to continue... ############################################## # H_ana_elastorder_lapw analyses Elastic # # constant # # C(2012) by Morteza Jamal # # ELCorder.fit files # ############################################## CHECK THE SENSITIVITY OF YOUR RESULT TO THE ORDER OF FIT Press enter key to continue... Order of fit for calculations were 4,4,4,4 and 4 We select minimum value for ORDER OF FIT i.e. 4 Press enter key to continue... ######## ORDER OF FIT IS : 2, At volume = (bohr^3) ######## (c11-c12) = (GPa) (c11+c12) = (GPa) (c33) = (GPa) (c55) = (GPa) (czz=c11+c12+2c33-4c13) = (GPa) c11 = (GPa) c12 = (GPa) c13 = (GPa) c33 = (GPa) C55 = (GPa) ======================================================================= Prediction VOIGT Bulk modulus by using elastic constant values Prediction REUSS Bulk modulus by using elastic constant values Prediction HILL Bulk modulus by using elastic constant values = (GPa) = (GPa) = (GPa) Prediction VOIGT Shear modulus by using elastic constant values = (GPa) Prediction REUSS Shear modulus by using elastic constant values = (GPa) Prediction HILL Shear modulus by using elastic constant values = (GPa) 20

21 Prediction VOIGT Young modulus by using elastic constant values = (GPa) Prediction REUSS Young modulus by using elastic constant values = (GPa) Prediction HILL Young modulus by using elastic constant values = (GPa) Prediction VOIGT Poisson's coefficient by using elastic constant values =.295 Prediction REUSS Poisson's coefficient by using elastic constant values =.298 Prediction HILL Poisson's coefficient by using elastic constant values =.297 ======================================================================= ######## ORDER OF FIT IS : 3, At volume = (bohr^3) ######## (c11-c12) = (GPa) (c11+c12) = (GPa) (c33) = (GPa) (c55) = (GPa) (czz=c11+c12+2c33-4c13) = (GPa) c11 = (GPa) c12 = (GPa) c13 = (GPa) c33 = (GPa) C55 = (GPa) ======================================================================= Prediction VOIGT Bulk modulus by using elastic constant values Prediction REUSS Bulk modulus by using elastic constant values Prediction HILL Bulk modulus by using elastic constant values = (GPa) = (GPa) = (GPa) Prediction VOIGT Shear modulus by using elastic constant values = (GPa) Prediction REUSS Shear modulus by using elastic constant values = (GPa) Prediction HILL Shear modulus by using elastic constant values = (GPa) Prediction VOIGT Young modulus by using elastic constant values = (GPa) Prediction REUSS Young modulus by using elastic constant values = (GPa) Prediction HILL Young modulus by using elastic constant values = (GPa) Prediction VOIGT Poisson's coefficient by using elastic constant values =.295 Prediction REUSS Poisson's coefficient by using elastic constant values =.298 Prediction HILL Poisson's coefficient by using elastic constant values =.297 ======================================================================= ######## ORDER OF FIT IS : 4, At volume = (bohr^3) ######## (c11-c12) = (GPa) (c11+c12) = (GPa) (c33) = (GPa) (c55) = (GPa) (czz=c11+c12+2c33-4c13) = (GPa) c11 = (GPa) c12 = (GPa) c13 = (GPa) c33 = (GPa) C55 = (GPa) ======================================================================= Prediction VOIGT Bulk modulus by using elastic constant values Prediction REUSS Bulk modulus by using elastic constant values Prediction HILL Bulk modulus by using elastic constant values = (GPa) = (GPa) = (GPa) 21

22 Prediction VOIGT Shear modulus by using elastic constant values = (GPa) Prediction REUSS Shear modulus by using elastic constant values = (GPa) Prediction HILL Shear modulus by using elastic constant values = (GPa) Prediction VOIGT Young modulus by using elastic constant values = (GPa) Prediction REUSS Young modulus by using elastic constant values = (GPa) Prediction HILL Young modulus by using elastic constant values = (GPa) Prediction VOIGT Poisson's coefficient by using elastic constant values =.368 Prediction REUSS Poisson's coefficient by using elastic constant values =.378 Prediction HILL Poisson's coefficient by using elastic constant values =.373 ======================================================================= You can find these data in the output-order file. C11 = 182 GPa C12 = 73 GPa C13 = 69 GPa C33 = 188 GPa C55 = 44 GPa Our calculation Other(TB) 6 Exp 6 C C C C C

23 5 Installation of the Hex-elastic package The Hex-elastic package comes as a compressed tar file namely hex-elastic-deriativemethod-2012-p.tar.gz or hex-elastic.tar.gz. To install the package firstly copy the file to a directory of your choice. Now, uncompress and expand it as: tar zxvf hex-elastic.tar.gz cd hex-elastic 23

24 Run buildhirelast_lapw This program helps you to create the "Makefile" and then compile hex-elastic. By default, the Makefile expects the lapack_lapw and blas_lapw to be in the location../src_lib. This should be changed to the correct location by modifying the FOPT parameter as shown below. This Program helps you to define Fortran compiler, Fortran options, and Library options if you have installed WIEN2k. As you can see here this program defines Fortran compiler, Fortran options, and Library options as automatically. Otherwise you can define compiler and linker options as well as the path of mkl library depending on the your selected system. /home/mylib/mkl/lib/em64t is the path of my mkl library. To make Makefile by the lapack_lapw and blas_lapw libraries in the location../src_lib and gfortran use the following options: Fortran compiler: gfortran Fortran options: -ffree-form Library options (Lapack and BLAS): $(FOPT) L/home/physicsprogram/SRC_lib lpthread static llapack_lapw lblas_lapw the location../src_lib should be changed to the correct location by modifying the FOPT parameter as shown above. PS: To install with -ffree-form, you should compile the lapack_lapw and blas_lapw libraries with -ffree-form options. Otherwise it might was caused error. 24

25 If you view the OPTIONS file of the WIEN2k package you can use the FOPT, LDFLAGS, and R_LIBS of it for compiling. After defining the Fortran compiler, Fortran options, and Library options press Enter key. 25

26 The Environment Variable ELASTH_PATH is then defined and added to the end of the.bashrc file. Thus you will be able to call hex-elastic s programs for any location. 26

27 If you view the.bashrc file you can see Now, logout from your Linux system and then login. 27

28 6 References [1] R. Stadler, W. Wolf, R. Podloucky, G. Kresse, J. Furthmller, J. Hafner, Phys. Rev. B 54 (1996) [2] L. Fast, J. M. Wills, B. Johansson and O. Eriksson, Phys. Rev. B 51 (1995). [3] D.C. Wallace, Solid State Phys. 25 (1970) 301 [4] [5] B. Z. Yanchitsky, A. N. Timoshevskii, Determination of the space group and unit cell for a periodic solid, Comp. Phys. Comm. 139 (2001) [6] Michael J. Mehl and Dimitrios A. Papaconstantopoulos, Phys. Rev. B 54 (1996). 28

A Package for calculating elastic tensors of rhombohedral Phases by using second-order derivative with Wien2k Package

A Package for calculating elastic tensors of rhombohedral Phases by using second-order derivative with Wien2k Package IR ELAST + WIEN2k A Package for calculating elastic tensors of rhombohedral Phases by using second-order derivative with Wien2k Package User s guide, Rhom-elastic_13.1 (Release 16.09.2013) Morteza Jamal

More information

A Package for calculating elastic tensors of tetragonal Phases by using second-order derivative with Wien2k Package

A Package for calculating elastic tensors of tetragonal Phases by using second-order derivative with Wien2k Package IR ELAST + WIEN2k A Package for calculating elastic tensors of tetragonal Phases by using second-order derivative with Wien2k Package User s guide, Tetra-elastic_13.2 (Release 27.08.2013) Morteza Jamal

More information

A Package for calculating elastic tensors of cubic Phases by using second-order derivative with WIEN2k Package

A Package for calculating elastic tensors of cubic Phases by using second-order derivative with WIEN2k Package IR E L A S T + W I E N 2k A Package for calculating elastic tensors of cubic Phases by using second-order derivative with WIEN2k Package User s guide, Cubic-elastic_13.2 (Release 27.08.2013) Morteza Jamal

More information

This package performs a convenient 2-Dimensional structure optimization ( Volume and c/a ) for hexagonal or tetragonal spacegroups.

This package performs a convenient 2-Dimensional structure optimization ( Volume and c/a ) for hexagonal or tetragonal spacegroups. Package 2Doptimize -------------------------- This package performs a convenient 2-Dimensional structure optimization ( Volume and c/a ) for hexagonal or tetragonal spacegroups. If you want to use this

More information

COMPUTATIONAL TOOL. Fig. 4.1 Opening screen of w2web

COMPUTATIONAL TOOL. Fig. 4.1 Opening screen of w2web CHAPTER -4 COMPUTATIONAL TOOL Ph.D. Thesis: J. Maibam CHAPTER: 4 4.1 The WIEN2k code In this work, all the calculations presented are performed using the WIEN2k software package (Blaha et al., 2001). The

More information

Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k.

Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k. Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k. New WIEN2k users should start with the first basic exercises (1-5), covering:

More information

EOS-FIT V6.0 R.J. ANGEL

EOS-FIT V6.0 R.J. ANGEL EOS-FIT V6. R.J. AGEL Crystallography Laboratory, Dept. Geological Sciences, Virginia Tech, Blacksburg, VA46, USA http://www.geol.vt.edu/profs/rja/ ITRODUCTIO EosFit started as a program to fit equations

More information

Colloque National sur les Techniques de Modélisation et de Simulation en Science des Matériaux, Sidi Bel-Abbès Novembre 2009

Colloque National sur les Techniques de Modélisation et de Simulation en Science des Matériaux, Sidi Bel-Abbès Novembre 2009 Colloque National sur les Techniques de Modélisation et de Simulation en Science des Matériaux, Sidi Bel-Abbès. 23-24 Novembre 2009 Elastic, electronic and optical properties of SiGe 2N 4 under pressure

More information

Computational Material Science Part II-1: introduction. Horng-Tay Jeng ( 鄭弘泰 ) Institute of Physics, Academia Sinica

Computational Material Science Part II-1: introduction. Horng-Tay Jeng ( 鄭弘泰 ) Institute of Physics, Academia Sinica Computational Material Science Part II-1: introduction Horng-Tay Jeng ( 鄭弘泰 ) Institute of Physics, Academia Sinica Outline Introduction of Computational Material Science (CMS) Density Functional Theory

More information

Analysis of an Electric-Field Gradient (EFG): the EFG-switch in LAPW2

Analysis of an Electric-Field Gradient (EFG): the EFG-switch in LAPW2 Analysis of an Electric-Field Gradient (EFG): the EFG-switch in LAPW2 Katrin Koch Stefaan Cottenier August 10, 2011 0.1 In brief: the EFG and how it is obtained in LAPW The EFG is a traceless symmetric

More information

Strain-related Tensorial Properties: Elasticity, Piezoelectricity and Photoelasticity

Strain-related Tensorial Properties: Elasticity, Piezoelectricity and Photoelasticity Strain-related Tensorial Properties: Elasticity, Piezoelectricity and Photoelasticity Torino, Italy, September 4-9, 2016 Alessandro Erba Dipartimento di Chimica, Università di Torino (Italy) alessandro.erba@unito.it

More information

As an example we consider the stacking and analysis of a 2-ply symmetric laminate. First we clear the Matlab space and close figures.

As an example we consider the stacking and analysis of a 2-ply symmetric laminate. First we clear the Matlab space and close figures. Program Lam 1 Introduction The collection of Matlab command and function files in the package lam allows the stacking and analysis of a laminate. In fact only a representative piece of a laminate is considered,

More information

GaAs -- MLWF. Special thanks to Elias Assmann (TU Graz) for the generous help in preparation of this tutorial

GaAs -- MLWF. Special thanks to Elias Assmann (TU Graz) for the generous help in preparation of this tutorial GaAs -- MLWF + + Special thanks to Elias Assmann (TU Graz) for the generous help in preparation of this tutorial YouTube video: https://youtu.be/r4c1yhdh3ge 1. Wien2k SCF Create a tutorial directory, e.g.

More information

Example: H 2 O (the car file)

Example: H 2 O (the car file) Example: H 2 O (the car file) As a practical example of DFT methods we calculate the energy and electronic properties of the water molecule. In order to carry out the DFT calculation you will need a set

More information

Introduction to Condensed Matter Physics

Introduction to Condensed Matter Physics Introduction to Condensed Matter Physics Elasticity M.P. Vaughan Overview Overview of elasticity Classical description of elasticity Speed of sound Strain Stress Young s modulus Shear modulus Poisson ratio

More information

Materials that you may find helpful when working through this exercise

Materials that you may find helpful when working through this exercise Detailed steps illustrating how to use VASP on the Suns in Fitz 177 For use in lab: 11/10/2009 (Original file by Dr. Rachel Getman, 11/18/2007. Editted for use by Dorrell McCalman 11/09/2009.) Note on

More information

On Dynamic and Elastic Stability of Lanthanum Carbide

On Dynamic and Elastic Stability of Lanthanum Carbide Journal of Physics: Conference Series On Dynamic and Elastic Stability of Lanthanum Carbide To cite this article: B D Sahoo et al 212 J. Phys.: Conf. Ser. 377 1287 Recent citations - Theoretical prediction

More information

MATERIAL MECHANICS, SE2126 COMPUTER LAB 4 MICRO MECHANICS. E E v E E E E E v E E + + = m f f. f f

MATERIAL MECHANICS, SE2126 COMPUTER LAB 4 MICRO MECHANICS. E E v E E E E E v E E + + = m f f. f f MATRIAL MCHANICS, S226 COMPUTR LAB 4 MICRO MCHANICS 2 2 2 f m f f m T m f m f f m v v + + = + PART A SPHRICAL PARTICL INCLUSION Consider a solid granular material, a so called particle composite, shown

More information

A two-dimensional FE truss program

A two-dimensional FE truss program A two-dimensional FE truss program 4M020: Design Tools Eindhoven University of Technology Introduction The Matlab program fem2d allows to model and analyze two-dimensional truss structures, where trusses

More information

Predicting the Structure of Solids by DFT

Predicting the Structure of Solids by DFT Questions? Hudson Hall 235 or Hudson Hall 1111 Predicting the Structure of Solids by DFT Hands-On Instructions Contents 1 Cohesive Energy for Bulk Phases of Si 11 Setting up the Structures 12 Structure-Dependent

More information

1.1 Contribution to the total energy For the LDA+U and orbital polarization methods a correction to the total energy appears E corr = E orb T r(v orb

1.1 Contribution to the total energy For the LDA+U and orbital polarization methods a correction to the total energy appears E corr = E orb T r(v orb Orbital package in WIEN P. Novak Institute of Physics, Prague, Czech Republic, novakp@fzu.cz April 2002 1 Description of SRC orb package Orbital package calculates the orbitally dependent potentials V

More information

Elasticity of hcp nonmagnetic Fe under pressure

Elasticity of hcp nonmagnetic Fe under pressure PHYSICAL REVIEW B 68, 054103 003 Elasticity of hcp nonmagnetic Fe under pressure S. L. Qiu Department of Physics, Alloy Research Center, Florida Atlantic University, Boca Raton, Florida 33431-0991, USA

More information

Lecture 4 Implementing material models: using usermat.f. Implementing User-Programmable Features (UPFs) in ANSYS ANSYS, Inc.

Lecture 4 Implementing material models: using usermat.f. Implementing User-Programmable Features (UPFs) in ANSYS ANSYS, Inc. Lecture 4 Implementing material models: using usermat.f Implementing User-Programmable Features (UPFs) in ANSYS 1 Lecture overview What is usermat.f used for? Stress, strain and material Jacobian matrix

More information

Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k.

Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k. Exercises: In the following you find some suggestions for exercises, which teach you various tasks one may perform with WIEN2k. Please note, that often calculational parameters are set to minimal cpu-time

More information

Lindgren CRYSTAL SYMMETRY AND ELASTIC CONSTANTS MICHAEL WANDZILAK. S.B., Massachusetts Institute of Technology (196'7)

Lindgren CRYSTAL SYMMETRY AND ELASTIC CONSTANTS MICHAEL WANDZILAK. S.B., Massachusetts Institute of Technology (196'7) CRYSTAL SYMMETRY AND ELASTIC CONSTANTS by MICHAEL WANDZILAK S.B., Massachusetts Institute of Technology (196'7) Submitted in partial fulfillment of the requirements for the degree of Master of Science

More information

16.21 Techniques of Structural Analysis and Design Spring 2003 Unit #5 - Constitutive Equations

16.21 Techniques of Structural Analysis and Design Spring 2003 Unit #5 - Constitutive Equations 6.2 Techniques of Structural Analysis and Design Spring 2003 Unit #5 - Constitutive quations Constitutive quations For elastic materials: If the relation is linear: Û σ ij = σ ij (ɛ) = ρ () ɛ ij σ ij =

More information

N = Shear stress / Shear strain

N = Shear stress / Shear strain UNIT - I 1. What is meant by factor of safety? [A/M-15] It is the ratio between ultimate stress to the working stress. Factor of safety = Ultimate stress Permissible stress 2. Define Resilience. [A/M-15]

More information

OPENATOM for GW calculations

OPENATOM for GW calculations OPENATOM for GW calculations by OPENATOM developers 1 Introduction The GW method is one of the most accurate ab initio methods for the prediction of electronic band structures. Despite its power, the GW

More information

CHAPTER: 8. ELECTRONIC STRUCTURE AND ELASTIC PROPERTIES OF CrC AND CrN. 8.1 Introduction. Ph.D. Thesis: J. Maibam

CHAPTER: 8. ELECTRONIC STRUCTURE AND ELASTIC PROPERTIES OF CrC AND CrN. 8.1 Introduction. Ph.D. Thesis: J. Maibam CHAPTER -8 CHAPTER: 8 ELECTRONIC STRUCTURE AND ELASTIC PROPERTIES OF CrC AND CrN 8.1 Introduction In this chapter, we have selected CrC and CrN from group VIB transition metal carbides and nitrides for

More information

Two-dimensional Phosphorus Carbide as Promising Anode Materials for Lithium-ion Batteries

Two-dimensional Phosphorus Carbide as Promising Anode Materials for Lithium-ion Batteries Electronic Supplementary Material (ESI) for Journal of Materials Chemistry A. This journal is The Royal Society of Chemistry 2018 Supplementary Material for Two-dimensional Phosphorus Carbide as Promising

More information

Spin transport in Magnetic Tunnel Junctions

Spin transport in Magnetic Tunnel Junctions Spin transport in Magnetic Tunnel Junctions Tutorial on spin transport in Fe-MgO-Fe Version 2015.2 Spin transport in Magnetic Tunnel Junctions: Tutorial on spin transport in Fe-MgO-Fe Version 2015.2 Copyright

More information

McMAT 2007 Micromechanics of Materials Austin, Texas, June 3 7, 2007

McMAT 2007 Micromechanics of Materials Austin, Texas, June 3 7, 2007 McMAT 2007 Micromechanics of Materials Austin, Texas, June 3 7, 2007 RANDOM POLYCRYSTALS OF GRAINS WITH CRACKS: MODEL OF ELASTIC BEHAVIOR FOR FRACTURED SYSTEMS James G. Berryman Earth Sciences Division

More information

CHAPTER 3 WIEN2k. Chapter 3 : WIEN2k 50

CHAPTER 3 WIEN2k. Chapter 3 : WIEN2k 50 CHAPTER 3 WIEN2k WIEN2k is one of the fastest and reliable simulation codes among computational methods. All the computational work presented on lanthanide intermetallic compounds has been performed by

More information

connect/setup of w2web environment

connect/setup of w2web environment connect/setup of w2web environment Connect to pleiades.bc.edu using NoMachine as indicated in the instructions and with the username/pw you got during registration. open a terminal and connect to your

More information

First-principles thermoelasticity of bcc iron under pressure

First-principles thermoelasticity of bcc iron under pressure First-principles thermoelasticity of bcc iron under pressure Xianwei Sha and R. E. Cohen Carnegie Institution of Washington, 5251 Broad Branch Road, NW, Washington, D.C. 20015, USA Received 17 May 2006;

More information

Calculating anisotropic physical properties from texture data using the MTEX open source package

Calculating anisotropic physical properties from texture data using the MTEX open source package Calculating anisotropic physical properties from texture data using the MTEX open source package David Mainprice 1, Ralf Hielscher 2, Helmut Schaeben 3 February 10, 2011 1 Geosciences Montpellier UMR CNRS

More information

Constitutive Equations

Constitutive Equations Constitutive quations David Roylance Department of Materials Science and ngineering Massachusetts Institute of Technology Cambridge, MA 0239 October 4, 2000 Introduction The modules on kinematics (Module

More information

PWSCF First examples

PWSCF First examples PWSCF First examples (much more in espresso 3.1.1/examples directory!) Guido Fratesi (Università di Milano) Urbana, August 2006 A pw.x input file &CONTROL / &SYSTEM / &ELECTRONS title calculation restart_mode

More information

Ab Initio Study of Electronic, Structural, Thermal and Mechanical Characterization of Cadmium Chalcogenides 65

Ab Initio Study of Electronic, Structural, Thermal and Mechanical Characterization of Cadmium Chalcogenides 65 Ab Initio Study of Electronic, Structural, Thermal and Mechanical Characterization of Cadmium Chalcogenides 65 Devi Prasadh P.S. 1, a, B.K. Sarkar 2, b 1 Department of Physics, Dr. Mahalingam College of

More information

Introduction to Hartree-Fock calculations in Spartan

Introduction to Hartree-Fock calculations in Spartan EE5 in 2008 Hannes Jónsson Introduction to Hartree-Fock calculations in Spartan In this exercise, you will get to use state of the art software for carrying out calculations of wavefunctions for molecues,

More information

Spin-orbit coupling in Wien2k

Spin-orbit coupling in Wien2k Spin-orbit coupling in Wienk Robert Laskowski rolask@ihpc.a-star.edu.sg Institute of High Performance Computing Singapore Dirac Hamiltonian Quantum mechanical description of electrons, consistent with

More information

Solid State Theory Physics 545

Solid State Theory Physics 545 olid tate Theory hysics 545 Mechanical properties of materials. Basics. tress and strain. Basic definitions. Normal and hear stresses. Elastic constants. tress tensor. Young modulus. rystal symmetry and

More information

Wannier functions. Macroscopic polarization (Berry phase) and related properties. Effective band structure of alloys

Wannier functions. Macroscopic polarization (Berry phase) and related properties. Effective band structure of alloys Wannier functions Macroscopic polarization (Berry phase) and related properties Effective band structure of alloys P.Blaha (from Oleg Rubel, McMaster Univ, Canada) Wannier functions + + Wannier90: A Tool

More information

Fig. 1. Circular fiber and interphase between the fiber and the matrix.

Fig. 1. Circular fiber and interphase between the fiber and the matrix. Finite element unit cell model based on ABAQUS for fiber reinforced composites Tian Tang Composites Manufacturing & Simulation Center, Purdue University West Lafayette, IN 47906 1. Problem Statement In

More information

MSE 201A Thermodynamics and Phase Transformations Fall, 2008 Problem Set No. 7

MSE 201A Thermodynamics and Phase Transformations Fall, 2008 Problem Set No. 7 MSE 21A Thermodynamics and Phase Transformations Fall, 28 Problem Set No. 7 Problem 1: (a) Show that if the point group of a material contains 2 perpendicular 2-fold axes then a second-order tensor property

More information

by investigation of elastic constants

by investigation of elastic constants Journal of Physics: Conference Series PAPER OPEN ACCESS Comparison between layering NbSe 2 and rod characteristic of MgB 2 by investigation of elastic constants To cite this article: Asiye Shokri et al

More information

Ab-initio Calculations of Structural, Electronic, Elastic and Mechanical Properties of REIn 3 and RETl 3 (RE= Yb & Lu) Intermetallic Compounds

Ab-initio Calculations of Structural, Electronic, Elastic and Mechanical Properties of REIn 3 and RETl 3 (RE= Yb & Lu) Intermetallic Compounds Abstract Ab-initio Calculations of Structural, Electronic, Elastic and Mechanical Properties of REIn 3 and RETl 3 (RE= Yb & Lu) Intermetallic Compounds Jisha Annie Abraham 1, 2, Gitanjali Pagare 1,* and

More information

THEORETICAL STUDY OF THE STRUCTURAL, ELASTIC AND EQUATION OF STATE OF CHALCOPYRITE STRUCTURE AgAlS 2

THEORETICAL STUDY OF THE STRUCTURAL, ELASTIC AND EQUATION OF STATE OF CHALCOPYRITE STRUCTURE AgAlS 2 Chalcogenide Letters Vol. 14, No. 7, July 2017, p. 251-257 THEORETICAL STUDY OF THE STRUCTURAL, ELASTIC AND EQUATION OF STATE OF CHALCOPYRITE STRUCTURE AgAlS 2 H. J. HOU a,*, T. J. LI b, G. CHENG a, X.

More information

Elasticity Constants of Clay Minerals Using Molecular Mechanics Simulations

Elasticity Constants of Clay Minerals Using Molecular Mechanics Simulations Elasticity Constants of Clay Minerals Using Molecular Mechanics Simulations Jin-ming Xu, Cheng-liang Wu and Da-yong Huang Abstract The purpose of this paper is to obtain the elasticity constants (including

More information

Determining elastic constants of graphene using density functional theory

Determining elastic constants of graphene using density functional theory UNIVERSITY OF GRAZ Determining elastic constants of graphene using density functional theory by Max Niederreiter 01510759 A thesis submitted in partial fulfillment for the degree of Bachelor Of Science

More information

DMDW: A set of tools to calculate Debye-Waller factors and other related quantities using dynamical matrices.

DMDW: A set of tools to calculate Debye-Waller factors and other related quantities using dynamical matrices. DMDW: A set of tools to calculate Debye-Waller factors and other related quantities using dynamical matrices. DMDW is a set of tools developed to calculate Debye-Waller (DW) factors and other related quantities

More information

PROMAL2012 SOFTWARE PACKAGE A USER GUIDE

PROMAL2012 SOFTWARE PACKAGE A USER GUIDE PROMAL2012 SOFTWARE PACKAGE A USER GUIDE 1. This manual is only for VISTA, WINDOWS 7 and WINDOWS 8 users. The PROMAL2012 software and manual are available at http://www.eng.usf.edu/~kaw/promal2012/ 2.

More information

EBIS-PIC 2D. 2D EBIS Simulation Code. Version 0.1. Copyright ( ) January FAR-TECH, Inc Science Center Dr., Ste 150. San Diego CA 92121

EBIS-PIC 2D. 2D EBIS Simulation Code. Version 0.1. Copyright ( ) January FAR-TECH, Inc Science Center Dr., Ste 150. San Diego CA 92121 EBIS-PIC 2D 2D EBIS Simulation Code Version 0.1 Copyright ( ) January 2017 by 10350 Science Center Dr., Ste 150 San Diego CA 92121 Phone 858-455-6655 Email support@far-tech.com URL http://www.far-tech.com

More information

Project. First Saved Monday, June 27, 2011 Last Saved Wednesday, June 29, 2011 Product Version 13.0 Release

Project. First Saved Monday, June 27, 2011 Last Saved Wednesday, June 29, 2011 Product Version 13.0 Release Project First Saved Monday, June 27, 2011 Last Saved Wednesday, June 29, 2011 Product Version 13.0 Release Contents Units Model (A4, B4) o Geometry! Solid Bodies! Parts! Parts! Body Groups! Parts! Parts

More information

Structural and Optical Properties of ZnSe under Pressure

Structural and Optical Properties of ZnSe under Pressure www.stmjournals.com Structural and Optical Properties of ZnSe under Pressure A. Asad, A. Afaq* Center of Excellence in Solid State Physics, University of the Punjab Lahore-54590, Pakistan Abstract The

More information

INTRODUCTION TO STRAIN

INTRODUCTION TO STRAIN SIMPLE STRAIN INTRODUCTION TO STRAIN In general terms, Strain is a geometric quantity that measures the deformation of a body. There are two types of strain: normal strain: characterizes dimensional changes,

More information

MATERIAL ELASTIC ANISOTROPIC command

MATERIAL ELASTIC ANISOTROPIC command MATERIAL ELASTIC ANISOTROPIC command.. Synopsis The MATERIAL ELASTIC ANISOTROPIC command is used to specify the parameters associated with an anisotropic linear elastic material idealization. Syntax The

More information

STRESS, STRAIN AND DEFORMATION OF SOLIDS

STRESS, STRAIN AND DEFORMATION OF SOLIDS VELAMMAL COLLEGE OF ENGINEERING AND TECHNOLOGY, MADURAI 625009 DEPARTMENT OF CIVIL ENGINEERING CE8301 STRENGTH OF MATERIALS I -------------------------------------------------------------------------------------------------------------------------------

More information

Pseudo potential exercises

Pseudo potential exercises Pseudo potential exercises Johan M. Carlsson Fritz-Haber-Institut der Max-Planck-Gesellschaft D-14195 Berlin Introduction Castep contains an "on the fly" OTF-pseudo potential generator that can be used

More information

The Augmented Spherical Wave Method

The Augmented Spherical Wave Method Introduction Institut für Physik, Universität Augsburg Electronic Structure in a Nutshell Outline 1 Fundamentals Generations 2 Outline 1 Fundamentals Generations 2 Outline Fundamentals Generations 1 Fundamentals

More information

ELECTRONIC AND MAGNETIC PROPERTIES OF BERKELIUM MONONITRIDE BKN: A FIRST- PRINCIPLES STUDY

ELECTRONIC AND MAGNETIC PROPERTIES OF BERKELIUM MONONITRIDE BKN: A FIRST- PRINCIPLES STUDY ELECTRONIC AND MAGNETIC PROPERTIES OF BERKELIUM MONONITRIDE BKN: A FIRST- PRINCIPLES STUDY Gitanjali Pagare Department of Physics, Sarojini Naidu Govt. Girls P. G. Auto. College, Bhopal ( India) ABSTRACT

More information

A DFT Study on Electronic Structures and Elastic Properties of AgX (X=C, N) in Rock Salt Structure

A DFT Study on Electronic Structures and Elastic Properties of AgX (X=C, N) in Rock Salt Structure Invertis Journal of Jameson Science Maibam, and Technology, Kh. Kabita, Vol. B. Indrajit 7, No. 2, Sharma, 2014. R.K. ; pp. Thapa 114-118 and R.K. Brojen Singh A DFT Study on Electronic Structures and

More information

Dynamics of the Atmosphere GEMPAK Lab 3. 3) In-class exercise about geostrophic balance in the real atmosphere.

Dynamics of the Atmosphere GEMPAK Lab 3. 3) In-class exercise about geostrophic balance in the real atmosphere. Dynamics of the Atmosphere GEMPAK Lab 3 Goals of this lab: 1) Learn about Linux scripts. 2) Learn how to combine levels in GEMPAK functions. 3) In-class exercise about geostrophic balance in the real atmosphere.

More information

Mustafa Uludogan 1, Tahir Cagin, William A. Goddard, III Materials and Process Simulation Center, Caltech, Pasadena, CA 91125, U.S.A.

Mustafa Uludogan 1, Tahir Cagin, William A. Goddard, III Materials and Process Simulation Center, Caltech, Pasadena, CA 91125, U.S.A. Ab Initio Studies On Phase Behavior of Barium Titanate Mustafa Uludogan 1, Tahir Cagin, William A. Goddard, III Materials and Process Simulation Center, Caltech, Pasadena, CA 91125, U.S.A. 1 Physics Department,

More information

Table of Contents. Table of Contents Spin-orbit splitting of semiconductor band structures

Table of Contents. Table of Contents Spin-orbit splitting of semiconductor band structures Table of Contents Table of Contents Spin-orbit splitting of semiconductor band structures Relavistic effects in Kohn-Sham DFT Silicon band splitting with ATK-DFT LSDA initial guess for the ground state

More information

Speed-up of ATK compared to

Speed-up of ATK compared to What s new @ Speed-up of ATK 2008.10 compared to 2008.02 System Speed-up Memory reduction Azafulleroid (molecule, 97 atoms) 1.1 15% 6x6x6 MgO (bulk, 432 atoms, Gamma point) 3.5 38% 6x6x6 MgO (k-point sampling

More information

The quasi-harmonic approximation (QHA)

The quasi-harmonic approximation (QHA) The quasi-harmonic approximation (QHA) M. Palumbo 19/01/2017 Trieste, Italy Limitations of the harmonic approximation E tot(r I, u I )=E tot(r I )+ I,α E tot u u Iα + 1 2 E tot Iα 2 I,α u u Iα u Iα u Jβ

More information

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises Non-linear and time-dependent material models in Mentat & MARC Tutorial with Background and Exercises Eindhoven University of Technology Department of Mechanical Engineering Piet Schreurs July 7, 2009

More information

CEE 618 Scientific Parallel Computing (Lecture 3)

CEE 618 Scientific Parallel Computing (Lecture 3) 1 / 36 CEE 618 Scientific Parallel Computing (Lecture 3) Linear Algebra Basics using LAPACK Albert S. Kim Department of Civil and Environmental Engineering University of Hawai i at Manoa 2540 Dole Street,

More information

Module 2: Quantum Espresso Walkthrough

Module 2: Quantum Espresso Walkthrough Module 2: Quantum Espresso Walkthrough Energy and Geometry Optimization of the H 2 Molecule We will be using the PWSCF code for quantum mechanical calculations of extended systems. The PWSCF program is

More information

Status report on the showering of Alpgen events with Herwig++ for ATLAS

Status report on the showering of Alpgen events with Herwig++ for ATLAS Status report on the showering of Alpgen events with Herwig++ for ATLAS University of Oslo December 202 Introduction We want to set up and validate the processing of Alpgen events with Herwig++ in ATLAS,

More information

EART162: PLANETARY INTERIORS

EART162: PLANETARY INTERIORS EART162: PLANETARY INTERIORS Francis Nimmo Last Week Global gravity variations arise due to MoI difference (J 2 ) We can also determine C, the moment of inertia, either by observation (precession) or by

More information

Molecular Dynamics, Stochastic simulations, and Monte Carlo

Molecular Dynamics, Stochastic simulations, and Monte Carlo UMEÅ UNIVERSITY September 11, 2018 Department of Physics Modeling and Simulation, 7.5hp Molecular Dynamics, Stochastic simulations, and Monte Carlo Peter Olsson Miscellanous comments The following instructions

More information

Residual Stress analysis

Residual Stress analysis Residual Stress analysis Informations: strains Macro elastic strain tensor (I kind) Crystal anisotropic strains (II kind) Fe Cu C Macro and micro stresses Applied macro stresses Residual Stress/Strain

More information

Calculating Vibrational Spectra from Molecular Dynamics

Calculating Vibrational Spectra from Molecular Dynamics Calculating Vibrational Spectra from Molecular Dynamics A Simulating a Trajectory with Wannier Centers To calculate IR spectra from Molecular Dynamics, it is necessary to have dipole information for the

More information

Modelling Anisotropic, Hyperelastic Materials in ABAQUS

Modelling Anisotropic, Hyperelastic Materials in ABAQUS Modelling Anisotropic, Hyperelastic Materials in ABAQUS Salvatore Federico and Walter Herzog Human Performance Laboratory, Faculty of Kinesiology, The University of Calgary 2500 University Drive NW, Calgary,

More information

TABLE OF CONTENTS. Mechanics of Composite Materials, Second Edition Autar K Kaw University of South Florida, Tampa, USA

TABLE OF CONTENTS. Mechanics of Composite Materials, Second Edition Autar K Kaw University of South Florida, Tampa, USA Mechanics of Composite Materials, Second Edition Autar K Kaw University of South Florida, Tampa, USA TABLE OF CONTENTS 1. INTRODUCTION TO COMPOSITE MATERIALS 1.1 Introduction... 1.2 Classification... 1.2.1

More information

Leaf Spring (Material, Contact, geometric nonlinearity)

Leaf Spring (Material, Contact, geometric nonlinearity) 00 Summary Summary Nonlinear Static Analysis - Unit: N, mm - Geometric model: Leaf Spring.x_t Leaf Spring (Material, Contact, geometric nonlinearity) Nonlinear Material configuration - Stress - Strain

More information

Table of Contents. Table of Contents Initialize from a converged state. Introduction Examples

Table of Contents. Table of Contents Initialize from a converged state. Introduction Examples Table of Contents Table of Contents Initialize from a converged state Introduction Examples Water molecule example Looping over parameters Stepping up in bias Special example: anti-parallel spin in MTJs

More information

Thermal Stress Analysis of a Bi- Metallic Plate

Thermal Stress Analysis of a Bi- Metallic Plate WORKSHOP 10 Thermal Stress Analysis of a Bi- Metallic Plate MSC.Nastran 104 Exercise Workbook 10-1 10-2 MSC.Nastran 104 Exercise Workbook WORKSHOP 10 Thermal Stress Analysis of a Bi-Metallic Plate Model

More information

IAP 2006: From nano to macro: Introduction to atomistic modeling techniques and application in a case study of modeling fracture of copper (1.

IAP 2006: From nano to macro: Introduction to atomistic modeling techniques and application in a case study of modeling fracture of copper (1. IAP 2006: From nano to macro: Introduction to atomistic modeling techniques and application in a case study of modeling fracture of copper (1.978 PDF) http://web.mit.edu/mbuehler/www/teaching/iap2006/intro.htm

More information

LysinebasedTrypsinActSite. A computer application for modeling Chymotrypsin

LysinebasedTrypsinActSite. A computer application for modeling Chymotrypsin LysinebasedTrypsinActSite A computer application for modeling Chymotrypsin Version.2 May 2006 LysTAS A computer application for modeling chymotrypsin Version.2 May 2006 Table of Contents Page. Introduction

More information

1 Slope Stability for a Cohesive and Frictional Soil

1 Slope Stability for a Cohesive and Frictional Soil Slope Stability for a Cohesive and Frictional Soil 1-1 1 Slope Stability for a Cohesive and Frictional Soil 1.1 Problem Statement A common problem encountered in engineering soil mechanics is the stability

More information

FINITE ELEMENT ANALYSIS OF ARKANSAS TEST SERIES PILE #2 USING OPENSEES (WITH LPILE COMPARISON)

FINITE ELEMENT ANALYSIS OF ARKANSAS TEST SERIES PILE #2 USING OPENSEES (WITH LPILE COMPARISON) FINITE ELEMENT ANALYSIS OF ARKANSAS TEST SERIES PILE #2 USING OPENSEES (WITH LPILE COMPARISON) Ahmed Elgamal and Jinchi Lu October 07 Introduction In this study, we conduct a finite element simulation

More information

Supplementary Materials

Supplementary Materials Supplementary Materials Atomistic Origin of Brittle Failure of Boron Carbide from Large Scale Reactive Dynamics Simulations; Suggestions toward Improved Ductility Qi An and William A. Goddard III * Materials

More information

User Guide for Hermir version 0.9: Toolbox for Synthesis of Multivariate Stationary Gaussian and non-gaussian Series

User Guide for Hermir version 0.9: Toolbox for Synthesis of Multivariate Stationary Gaussian and non-gaussian Series User Guide for Hermir version 0.9: Toolbox for Synthesis of Multivariate Stationary Gaussian and non-gaussian Series Hannes Helgason, Vladas Pipiras, and Patrice Abry June 2, 2011 Contents 1 Organization

More information

USER S MANUAL. 1D Seismic Site Response Analysis Example. University of California: San Diego.

USER S MANUAL. 1D Seismic Site Response Analysis Example.  University of California: San Diego. USER S MANUAL 1D Seismic Site Response Analysis Example http://www.soilquake.net/ucsdsoilmodels/ University of California: San Diego August 2, 2017 Table of Contents USER'S MANUAL TABLE OF CONTENTS Page

More information

MODIFICATION IN ADINA SOFTWARE FOR ZAHORSKI MATERIAL

MODIFICATION IN ADINA SOFTWARE FOR ZAHORSKI MATERIAL MODIFICATION IN ADINA SOFTWARE FOR ZAHORSKI MATERIAL Major Maciej Major Izabela Czestochowa University of Technology, Faculty of Civil Engineering, Address ul. Akademicka 3, Częstochowa, Poland e-mail:

More information

arxiv:physics/ v2 [physics.atom-ph] 31 May 2004

arxiv:physics/ v2 [physics.atom-ph] 31 May 2004 arxiv:physics/0405136v2 [physics.atom-ph] 31 May 2004 Pure spin angular momentum coefficients for non scalar one particle operators in jj coupling G. Gaigalas a and S. Fritzsche b a Institute of Theoretical

More information

Lab 3: Handout Quantum-ESPRESSO: a first principles code, part 2.

Lab 3: Handout Quantum-ESPRESSO: a first principles code, part 2. 1 Lab 3: Handout Quantum-ESPRESSO: a first principles code, part 2. In this lab, we will be using Quantum-ESPRESSO as our first-principles code again. In problem 1, we will compare energy between allotropes

More information

ELASTICITY AND CONSTITUTION OF THE EARTH'S INTERIOR*

ELASTICITY AND CONSTITUTION OF THE EARTH'S INTERIOR* JOURNAL OF GEOPHYSICAL RESEARCH VOLUME 57, NO. 2 JUNE, 1952 ELASTICITY AND CONSTITUTION OF THE EARTH'S INTERIOR* BY FRANCIS BIRCtt Harvard University, Cambridge, Massachusetts (Received January 18, 1952)

More information

ANSYS Mechanical Basic Structural Nonlinearities

ANSYS Mechanical Basic Structural Nonlinearities Lecture 4 Rate Independent Plasticity ANSYS Mechanical Basic Structural Nonlinearities 1 Chapter Overview The following will be covered in this Chapter: A. Background Elasticity/Plasticity B. Yield Criteria

More information

FULL POTENTIAL LINEARIZED AUGMENTED PLANE WAVE (FP-LAPW) IN THE FRAMEWORK OF DENSITY FUNCTIONAL THEORY

FULL POTENTIAL LINEARIZED AUGMENTED PLANE WAVE (FP-LAPW) IN THE FRAMEWORK OF DENSITY FUNCTIONAL THEORY FULL POTENTIAL LINEARIZED AUGMENTED PLANE WAVE (FP-LAPW) IN THE FRAMEWORK OF DENSITY FUNCTIONAL THEORY C.A. Madu and B.N Onwuagba Department of Physics, Federal University of Technology Owerri, Nigeria

More information

Physics 584 Computational Methods

Physics 584 Computational Methods Physics 584 Computational Methods Introduction to Matlab and Numerical Solutions to Ordinary Differential Equations Ryan Ogliore April 18 th, 2016 Lecture Outline Introduction to Matlab Numerical Solutions

More information

Spacegroup P4 2 /mnm. Structure given by: spacegroup lattice parameter positions of atoms (basis)

Spacegroup P4 2 /mnm. Structure given by: spacegroup lattice parameter positions of atoms (basis) Spacegroup P4 2 /mnm Structure given by: spacegroup lattice parameter positions of atoms (basis) Rutile TiO 2 : P4 2 /mnm (136) a=8.68, c=5.59 bohr Ti: (0,0,0) O: (0.304,0.304,0) Specify: Structure generator

More information

Scientific Programming in C XIII. Shell programming

Scientific Programming in C XIII. Shell programming Scientific Programming in C XIII. Shell programming Susi Lehtola 11 December 2012 Introduction Often in scientific computing one needs to do simple tasks related to renaming of files file conversions unit

More information

Chapter: 22. Visualization: Making INPUT File and Processing of Output Results

Chapter: 22. Visualization: Making INPUT File and Processing of Output Results Chapter: 22 Visualization: Making INPUT File and Processing of Output Results Keywords: visualization, input and output structure, molecular orbital, electron density. In the previous chapters, we have

More information

1 Runwien user's and reference guide

1 Runwien user's and reference guide 1 Runwien user's and reference guide Authors: Alberto Otero-de-la-Roza and Víctor Luaña Contact: alberto@carbono.quimica.uniovi.es Address: Departamento de Química Física y Analítica, Universidad de Oviedo,

More information

Dept of Mechanical Engineering MIT Nanoengineering group

Dept of Mechanical Engineering MIT Nanoengineering group 1 Dept of Mechanical Engineering MIT Nanoengineering group » Recap of HK theorems and KS equations» The physical meaning of the XC energy» Solution of a one-particle Schroedinger equation» Pseudo Potentials»

More information

A Molecular Modeling Approach to Predicting Thermo-Mechanical Properties of Thermosetting Polymers

A Molecular Modeling Approach to Predicting Thermo-Mechanical Properties of Thermosetting Polymers A Molecular Modeling Approach to Predicting Thermo-Mechanical Properties of Thermosetting Polymers Natalia Shenogina, Wright State University Mesfin Tsige, University of Akron Soumya Patnaik, AFRL Sharmila

More information