adapted the material.config file to last changes in constitutive_nonlocal
This commit is contained in:
parent
26e9056f90
commit
01b7e88e5f
|
@ -138,6 +138,41 @@ constitution nonlocal
|
||||||
(output) d_upper_screw
|
(output) d_upper_screw
|
||||||
(output) d_upper_dot_screw
|
(output) d_upper_dot_screw
|
||||||
(output) d_upper_dot_edge
|
(output) d_upper_dot_edge
|
||||||
|
(output) rho_edge_pos
|
||||||
|
(output) rho_edge_neg
|
||||||
|
(output) rho_screw_pos
|
||||||
|
(output) rho_screw_neg
|
||||||
|
(output) excess_rho
|
||||||
|
(output) excess_rho_edge
|
||||||
|
(output) excess_rho_screw
|
||||||
|
(output) rho_dot_flux_ep
|
||||||
|
(output) rho_dot_flux_en
|
||||||
|
(output) rho_dot_flux_sp
|
||||||
|
(output) rho_dot_flux_sn
|
||||||
|
(output) rho_dot_flux_n1_ep
|
||||||
|
(output) rho_dot_flux_n1_en
|
||||||
|
(output) rho_dot_flux_n1_sp
|
||||||
|
(output) rho_dot_flux_n1_sn
|
||||||
|
(output) rho_dot_flux_n2_ep
|
||||||
|
(output) rho_dot_flux_n2_en
|
||||||
|
(output) rho_dot_flux_n2_sp
|
||||||
|
(output) rho_dot_flux_n2_sn
|
||||||
|
(output) rho_dot_flux_n3_ep
|
||||||
|
(output) rho_dot_flux_n3_en
|
||||||
|
(output) rho_dot_flux_n3_sp
|
||||||
|
(output) rho_dot_flux_n3_sn
|
||||||
|
(output) rho_dot_flux_n4_ep
|
||||||
|
(output) rho_dot_flux_n4_en
|
||||||
|
(output) rho_dot_flux_n4_sp
|
||||||
|
(output) rho_dot_flux_n4_sn
|
||||||
|
(output) rho_dot_flux_n5_ep
|
||||||
|
(output) rho_dot_flux_n5_en
|
||||||
|
(output) rho_dot_flux_n5_sp
|
||||||
|
(output) rho_dot_flux_n5_sn
|
||||||
|
(output) rho_dot_flux_n6_ep
|
||||||
|
(output) rho_dot_flux_n6_en
|
||||||
|
(output) rho_dot_flux_n6_sp
|
||||||
|
(output) rho_dot_flux_n6_sn
|
||||||
|
|
||||||
|
|
||||||
lattice_structure fcc
|
lattice_structure fcc
|
||||||
|
@ -148,12 +183,12 @@ c12 60.41e9
|
||||||
c44 28.34e9
|
c44 28.34e9
|
||||||
|
|
||||||
burgers 2.86e-10 0 0 0 # Burgers vector in m
|
burgers 2.86e-10 0 0 0 # Burgers vector in m
|
||||||
rhoEdgePos0 1e10 0 0 0 # Initial positive edge dislocation density in m/m**3
|
rhoEdgePos0 1e11 0 0 0 # Initial positive edge dislocation density in m/m**3
|
||||||
rhoEdgeNeg0 1e10 0 0 0 # Initial negative edge dislocation density in m/m**3
|
rhoEdgeNeg0 1e11 0 0 0 # Initial negative edge dislocation density in m/m**3
|
||||||
rhoScrewPos0 1e10 0 0 0 # Initial positive screw dislocation density in m/m**3
|
rhoScrewPos0 1e11 0 0 0 # Initial positive screw dislocation density in m/m**3
|
||||||
rhoScrewNeg0 1e10 0 0 0 # Initial negative screw dislocation density in m/m**3
|
rhoScrewNeg0 1e11 0 0 0 # Initial negative screw dislocation density in m/m**3
|
||||||
rhoEdgeDip0 1 0 0 0 # Initial edge dipole dislocation density in m/m**3
|
rhoEdgeDip0 1e8 0 0 0 # Initial edge dipole dislocation density in m/m**3
|
||||||
rhoScrewDip0 1 0 0 0 # Initial screw dipole dislocation density in m/m**3
|
rhoScrewDip0 1e8 0 0 0 # Initial screw dipole dislocation density in m/m**3
|
||||||
v0 1e-4 0 0 0 # prefactor for dislocation velocity
|
v0 1e-4 0 0 0 # prefactor for dislocation velocity
|
||||||
Q0 3e-19 # activation energy for dislocation glide
|
Q0 3e-19 # activation energy for dislocation glide
|
||||||
dDipMinEdge 1e-9 0 0 0 # minimum distance for stable edge dipoles in m
|
dDipMinEdge 1e-9 0 0 0 # minimum distance for stable edge dipoles in m
|
||||||
|
@ -163,7 +198,7 @@ atomicVolume 1.7e-29
|
||||||
D0 1e-4 # prefactor for self-diffusion coefficient
|
D0 1e-4 # prefactor for self-diffusion coefficient
|
||||||
Qsd 2.3e-19 # activation enthalpy for seld-diffusion
|
Qsd 2.3e-19 # activation enthalpy for seld-diffusion
|
||||||
relevantRho 1e3 # dislocation density considered relevant
|
relevantRho 1e3 # dislocation density considered relevant
|
||||||
interaction_SlipSlip 1.0 2.2 3.0 1.6 3.8 4.5 # Dislocation interaction coefficient
|
interaction_SlipSlip 0.122 0.122 0.625 0.07 0.137 0.122 # Dislocation interaction coefficient
|
||||||
|
|
||||||
[BCC_Ferrite]
|
[BCC_Ferrite]
|
||||||
constitution phenopowerlaw
|
constitution phenopowerlaw
|
||||||
|
|
Loading…
Reference in New Issue