always use 3 letter indicators for crystal structure
fcc, bcc, hex, ort, bct for 'real' crystal structures, iso is just a shortcut for an elastically isotropic material (can be achieved also with any real structure and suitable parameters)
This commit is contained in:
parent
18ccc49d6f
commit
329a965dd7
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 7d85926048621e852439778be56051af30b8fb4f
|
||||
Subproject commit 284cf51dc81945c67f33091ccddf8786035b9ef9
|
|
@ -7,7 +7,7 @@ plasticity isotropic
|
|||
(output) flowstress
|
||||
(output) strainrate
|
||||
|
||||
lattice_structure isotropic
|
||||
lattice_structure iso
|
||||
|
||||
c11 110.9e9
|
||||
c12 58.34e9
|
||||
|
|
|
@ -12,7 +12,7 @@ plasticity isotropic
|
|||
(output) flowstress
|
||||
(output) strainrate
|
||||
|
||||
lattice_structure isotropic
|
||||
lattice_structure iso
|
||||
c11 10e9
|
||||
c12 0.0
|
||||
gdot0 0.001
|
||||
|
@ -22,4 +22,4 @@ h0 1e6
|
|||
n 5
|
||||
m 3
|
||||
a 2
|
||||
atol_resistance 1
|
||||
atol_resistance 1
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
|
||||
[IsotropicVolumePreservation]
|
||||
elasticity hooke
|
||||
plasticity none
|
||||
|
||||
### Material parameters ###
|
||||
lattice_structure isotropic
|
||||
lattice_structure iso
|
||||
C11 100.0e9
|
||||
C12 66.6666667e9
|
||||
|
|
|
@ -16,7 +16,7 @@ t0 330.0
|
|||
#.................
|
||||
[isotropic matrix]
|
||||
|
||||
lattice_structure isotropic
|
||||
lattice_structure iso
|
||||
plasticity none
|
||||
{config/elastic_isotropic.config}
|
||||
{config/thermal.config}
|
||||
|
@ -45,7 +45,7 @@ plasticity none
|
|||
#.................
|
||||
[isotropic inclusion]
|
||||
|
||||
lattice_structure isotropic
|
||||
lattice_structure iso
|
||||
plasticity none
|
||||
{config/elastic_isotropic.config}
|
||||
{config/thermal.config}
|
||||
|
|
Loading…
Reference in New Issue