now {include} standard crystallite and phase blocks from code/config.
fixed issue resulting in zero stiffness error due to missing “lattice_structure isotropic”.
This commit is contained in:
parent
a46b9287eb
commit
f76ea313a0
|
@ -6,8 +6,7 @@
|
|||
<homogenization>
|
||||
#-------------------#
|
||||
|
||||
[dummy]
|
||||
type none
|
||||
{../../code/config/Homogenization_None_Dummy.config}
|
||||
|
||||
#-------------------#
|
||||
<microstructure>
|
||||
|
@ -529,84 +528,12 @@ crystallite 1
|
|||
<crystallite>
|
||||
#-------------------#
|
||||
|
||||
[all]
|
||||
(output) phase
|
||||
(output) texture
|
||||
(output) volume
|
||||
(output) orientation
|
||||
(output) eulerangles
|
||||
(output) grainrotation # deviation from initial orientation as axis (1-3) and angle in degree (4)
|
||||
(output) f # deformation gradient tensor; synonyms: "defgrad"
|
||||
(output) fe # elastic deformation gradient tensor
|
||||
(output) fp # plastic deformation gradient tensor
|
||||
(output) ee # elastic strain as Green-Lagrange tensor
|
||||
(output) p # first Piola-Kichhoff stress tensor; synonyms: "firstpiola", "1stpiola"
|
||||
(output) s # second Piola-Kichhoff stress tensor; synonyms: "tstar", "secondpiola", "2ndpiola"
|
||||
{../../code/config/Crystallite_All.config}
|
||||
|
||||
#-------------------#
|
||||
<phase>
|
||||
#-------------------#
|
||||
|
||||
[Aluminum_phenopowerlaw]
|
||||
# slip only
|
||||
elasticity hooke
|
||||
plasticity phenopowerlaw
|
||||
{../../code/config/Phase_Phenopowerlaw_Aluminum.config}
|
||||
|
||||
(output) resistance_slip
|
||||
(output) shearrate_slip
|
||||
(output) resolvedstress_slip
|
||||
(output) totalshear
|
||||
(output) resistance_twin
|
||||
(output) shearrate_twin
|
||||
(output) resolvedstress_twin
|
||||
(output) totalvolfrac
|
||||
|
||||
lattice_structure fcc
|
||||
Nslip 12 # per family
|
||||
Ntwin 0 # per family
|
||||
|
||||
c11 106.75e9
|
||||
c12 60.41e9
|
||||
c44 28.34e9
|
||||
|
||||
gdot0_slip 0.001
|
||||
n_slip 20
|
||||
tau0_slip 31e6 # per family
|
||||
tausat_slip 63e6 # per family
|
||||
w0_slip 2.25
|
||||
gdot0_twin 0.001
|
||||
n_twin 20
|
||||
tau0_twin 31e6 # per family
|
||||
s_pr 0 # push-up factor for slip saturation due to twinning
|
||||
twin_b 0
|
||||
twin_c 0
|
||||
twin_d 0
|
||||
twin_e 0
|
||||
h0_slipslip 75e6
|
||||
h0_sliptwin 0
|
||||
h0_twinslip 0
|
||||
h0_twintwin 0
|
||||
interaction_slipslip 1 1 1.4 1.4 1.4 1.4
|
||||
interaction_sliptwin 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
|
||||
interaction_twinslip 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
|
||||
interaction_twintwin 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
|
||||
atol_Resistance 1
|
||||
|
||||
[Aluminum_J2isotropic]
|
||||
|
||||
elasticity hooke
|
||||
plasticity j2
|
||||
|
||||
(output) flowstress
|
||||
(output) strainrate
|
||||
|
||||
c11 110.9e9
|
||||
c12 58.34e9
|
||||
taylorfactor 3
|
||||
tau0 31e6
|
||||
gdot0 0.001
|
||||
n 20
|
||||
h0 75e6
|
||||
tausat 63e6
|
||||
w0 2.25
|
||||
atol_Resistance 100
|
||||
{../../code/config/Phase_J2_AluminumIsotropic.config}
|
||||
|
|
Loading…
Reference in New Issue