added output under mechanics
This commit is contained in:
parent
b04a05c2ea
commit
14b16fd646
|
@ -1,6 +1,7 @@
|
||||||
Aluminum:
|
Aluminum:
|
||||||
lattice: cF
|
lattice: cF
|
||||||
mechanics:
|
mechanics:
|
||||||
|
output: [F, P, F_e, F_p, L_p, O]
|
||||||
elasticity: {C_11: 106.75e9, C_12: 60.41e9, C_44: 28.34e9, type: hooke}
|
elasticity: {C_11: 106.75e9, C_12: 60.41e9, C_44: 28.34e9, type: hooke}
|
||||||
plasticity:
|
plasticity:
|
||||||
N_sl: [12]
|
N_sl: [12]
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Gold:
|
Gold:
|
||||||
lattice: cF
|
lattice: cF
|
||||||
mechanics:
|
mechanics:
|
||||||
|
output: [F, P, F_e, F_p, L_p, O]
|
||||||
elasticity: {C_11: 191.0e9, C_12: 162.0e9, C_44: 42.20e9, type: hooke}
|
elasticity: {C_11: 191.0e9, C_12: 162.0e9, C_44: 42.20e9, type: hooke}
|
||||||
plasticity:
|
plasticity:
|
||||||
N_sl: [12]
|
N_sl: [12]
|
||||||
|
|
|
@ -3,6 +3,7 @@ Magnesium:
|
||||||
lattice: hP
|
lattice: hP
|
||||||
c/a: 1.62350
|
c/a: 1.62350
|
||||||
mechanics:
|
mechanics:
|
||||||
|
output: [F, P, F_e, F_p, L_p, O]
|
||||||
elasticity: {C_11: 59.3e9, C_12: 25.7e9, C_13: 21.4e9, C_33: 61.5e9, C_44: 16.4e9, type: hooke}
|
elasticity: {C_11: 59.3e9, C_12: 25.7e9, C_13: 21.4e9, C_33: 61.5e9, C_44: 16.4e9, type: hooke}
|
||||||
plasticity:
|
plasticity:
|
||||||
N_sl: [3, 3, 0, 6, 0, 6]
|
N_sl: [3, 3, 0, 6, 0, 6]
|
||||||
|
|
|
@ -4,6 +4,7 @@ Ti-alpha:
|
||||||
lattice: hP
|
lattice: hP
|
||||||
c/a: 1.587
|
c/a: 1.587
|
||||||
mechanics:
|
mechanics:
|
||||||
|
output: [F, P, F_e, F_p, L_p, O]
|
||||||
elasticity: {C_11: 160.0e9, C_12: 90.0e9, C_13: 211.1e9, C_33: 181.7e9, C_44: 46.5e9, type: hooke}
|
elasticity: {C_11: 160.0e9, C_12: 90.0e9, C_13: 211.1e9, C_33: 181.7e9, C_44: 46.5e9, type: hooke}
|
||||||
plasticity:
|
plasticity:
|
||||||
N_sl: [3, 3, 0, 6]
|
N_sl: [3, 3, 0, 6]
|
||||||
|
|
Loading…
Reference in New Issue