proper capitalization, no more synonyms
This commit is contained in:
parent
fd4a0eb12e
commit
9e16f27fe9
|
@ -9,15 +9,13 @@ mech none
|
||||||
<crystallite>
|
<crystallite>
|
||||||
#-------------------#
|
#-------------------#
|
||||||
[almostAll]
|
[almostAll]
|
||||||
(output) phase
|
|
||||||
(output) texture
|
|
||||||
(output) orientation # quaternion
|
(output) orientation # quaternion
|
||||||
(output) grainrotation # deviation from initial orientation as axis (1-3) and angle in degree (4)
|
(output) grainrotation # deviation from initial orientation as axis (1-3) and angle in degree (4)
|
||||||
(output) f # deformation gradient tensor; synonyms: "defgrad"
|
(output) F # deformation gradient tensor
|
||||||
(output) fe # elastic deformation gradient tensor
|
(output) Fe # elastic deformation gradient tensor
|
||||||
(output) fp # plastic deformation gradient tensor
|
(output) Fp # plastic deformation gradient tensor
|
||||||
(output) p # first Piola-Kichhoff stress tensor; synonyms: "firstpiola", "1stpiola"
|
(output) P # first Piola-Kichhoff stress tensor
|
||||||
(output) lp # plastic velocity gradient tensor
|
(output) Lp # plastic velocity gradient tensor
|
||||||
|
|
||||||
#-------------------#
|
#-------------------#
|
||||||
<phase>
|
<phase>
|
||||||
|
@ -37,11 +35,11 @@ plasticity phenopowerlaw
|
||||||
|
|
||||||
# only for HDF5 out
|
# only for HDF5 out
|
||||||
(output) orientation # quaternion
|
(output) orientation # quaternion
|
||||||
(output) f # deformation gradient tensor; synonyms: "defgrad"
|
(output) F # deformation gradient tensor
|
||||||
(output) fe # elastic deformation gradient tensor
|
(output) Fe # elastic deformation gradient tensor
|
||||||
(output) fp # plastic deformation gradient tensor
|
(output) Fp # plastic deformation gradient tensor
|
||||||
(output) p # first Piola-Kichhoff stress tensor; synonyms: "firstpiola", "1stpiola"
|
(output) P # first Piola-Kichhoff stress tensor
|
||||||
(output) lp # plastic velocity gradient tensor
|
(output) Lp # plastic velocity gradient tensor
|
||||||
|
|
||||||
|
|
||||||
lattice_structure fcc
|
lattice_structure fcc
|
||||||
|
|
Loading…
Reference in New Issue