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) flowstress
|
||||||
(output) strainrate
|
(output) strainrate
|
||||||
|
|
||||||
lattice_structure isotropic
|
lattice_structure iso
|
||||||
|
|
||||||
c11 110.9e9
|
c11 110.9e9
|
||||||
c12 58.34e9
|
c12 58.34e9
|
||||||
|
|
|
@ -12,7 +12,7 @@ plasticity isotropic
|
||||||
(output) flowstress
|
(output) flowstress
|
||||||
(output) strainrate
|
(output) strainrate
|
||||||
|
|
||||||
lattice_structure isotropic
|
lattice_structure iso
|
||||||
c11 10e9
|
c11 10e9
|
||||||
c12 0.0
|
c12 0.0
|
||||||
gdot0 0.001
|
gdot0 0.001
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
[IsotropicVolumePreservation]
|
[IsotropicVolumePreservation]
|
||||||
elasticity hooke
|
elasticity hooke
|
||||||
plasticity none
|
plasticity none
|
||||||
|
|
||||||
### Material parameters ###
|
### Material parameters ###
|
||||||
lattice_structure isotropic
|
lattice_structure iso
|
||||||
C11 100.0e9
|
C11 100.0e9
|
||||||
C12 66.6666667e9
|
C12 66.6666667e9
|
||||||
|
|
|
@ -16,7 +16,7 @@ t0 330.0
|
||||||
#.................
|
#.................
|
||||||
[isotropic matrix]
|
[isotropic matrix]
|
||||||
|
|
||||||
lattice_structure isotropic
|
lattice_structure iso
|
||||||
plasticity none
|
plasticity none
|
||||||
{config/elastic_isotropic.config}
|
{config/elastic_isotropic.config}
|
||||||
{config/thermal.config}
|
{config/thermal.config}
|
||||||
|
@ -45,7 +45,7 @@ plasticity none
|
||||||
#.................
|
#.................
|
||||||
[isotropic inclusion]
|
[isotropic inclusion]
|
||||||
|
|
||||||
lattice_structure isotropic
|
lattice_structure iso
|
||||||
plasticity none
|
plasticity none
|
||||||
{config/elastic_isotropic.config}
|
{config/elastic_isotropic.config}
|
||||||
{config/thermal.config}
|
{config/thermal.config}
|
||||||
|
|
Loading…
Reference in New Issue