fixed Fe --> F_e and such
This commit is contained in:
parent
e9422efe65
commit
a62f7a90a8
|
@ -2,7 +2,7 @@
|
||||||
Aluminum:
|
Aluminum:
|
||||||
lattice: aP
|
lattice: aP
|
||||||
mechanics:
|
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}
|
elasticity: {type: hooke, C_11: 110.9e9, C_12: 58.34e9}
|
||||||
plasticity:
|
plasticity:
|
||||||
type: isotropic
|
type: isotropic
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Air:
|
Air:
|
||||||
lattice: aP
|
lattice: aP
|
||||||
mechanics:
|
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}
|
elasticity: {type: hooke, C_11: 1e8, C_12: 1e6}
|
||||||
plasticity:
|
plasticity:
|
||||||
type: isotropic
|
type: isotropic
|
||||||
|
|
Loading…
Reference in New Issue