Skip to content
Snippets Groups Projects
Commit 8a024fa6 authored by athomps's avatar athomps
Browse files

Added elastic constant example at finite temperature

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14101 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent db4d0126
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,10 @@ variable poissonratio equal 1.0/(1.0+${C11cubic}/${C12cubic}) ...@@ -157,6 +157,10 @@ variable poissonratio equal 1.0/(1.0+${C11cubic}/${C12cubic})
# C12 = 76.4 GPa # C12 = 76.4 GPa
# C44 = 56.4 GPa # C44 = 56.4 GPa
print "========================================="
print "Components of the Elastic Constant Tensor"
print "========================================="
print "Elastic Constant C11all = ${C11all} ${cunits}" print "Elastic Constant C11all = ${C11all} ${cunits}"
print "Elastic Constant C22all = ${C22all} ${cunits}" print "Elastic Constant C22all = ${C22all} ${cunits}"
print "Elastic Constant C33all = ${C33all} ${cunits}" print "Elastic Constant C33all = ${C33all} ${cunits}"
...@@ -185,6 +189,10 @@ print "Elastic Constant C45all = ${C45all} ${cunits}" ...@@ -185,6 +189,10 @@ print "Elastic Constant C45all = ${C45all} ${cunits}"
print "Elastic Constant C46all = ${C46all} ${cunits}" print "Elastic Constant C46all = ${C46all} ${cunits}"
print "Elastic Constant C56all = ${C56all} ${cunits}" print "Elastic Constant C56all = ${C56all} ${cunits}"
print "========================================="
print "Average properties for a cubic crystal"
print "========================================="
print "Bulk Modulus = ${bulkmodulus} ${cunits}" print "Bulk Modulus = ${bulkmodulus} ${cunits}"
print "Shear Modulus 1 = ${shearmodulus1} ${cunits}" print "Shear Modulus 1 = ${shearmodulus1} ${cunits}"
print "Shear Modulus 2 = ${shearmodulus2} ${cunits}" print "Shear Modulus 2 = ${shearmodulus2} ${cunits}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment