fixed Fe --> F_e and such
This commit is contained in:
parent
e9422efe65
commit
a62f7a90a8
|
@ -2,7 +2,7 @@
|
|||
Aluminum:
|
||||
lattice: aP
|
||||
mechanics:
|
||||
output: [F, P, Fe, Fp, Lp]
|
||||
output: [F, P, F_e, F_p, L_p]
|
||||
elasticity: {type: hooke, C_11: 110.9e9, C_12: 58.34e9}
|
||||
plasticity:
|
||||
type: isotropic
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Air:
|
||||
lattice: aP
|
||||
mechanics:
|
||||
output: [F, P, Fe, Fp, Lp]
|
||||
output: [F, P, F_e, F_p, L_p]
|
||||
elasticity: {type: hooke, C_11: 1e8, C_12: 1e6}
|
||||
plasticity:
|
||||
type: isotropic
|
||||
|
|
Loading…
Reference in New Issue