removed special characters from twip steel section in material.config
changed crirtical twin stress in constitutive_dislotwin.f90
This commit is contained in:
parent
2c6c8fa04e
commit
3aa2dd5fef
|
@ -824,7 +824,7 @@ forall (t = 1:nt) &
|
||||||
state(g,ip,el)%p(6*ns+3*nt+t) = &
|
state(g,ip,el)%p(6*ns+3*nt+t) = &
|
||||||
constitutive_dislotwin_Cthresholdtwin(myInstance)*&
|
constitutive_dislotwin_Cthresholdtwin(myInstance)*&
|
||||||
(sfe/(3.0_pReal*constitutive_dislotwin_burgersPerTwinSystem(t,myInstance))+&
|
(sfe/(3.0_pReal*constitutive_dislotwin_burgersPerTwinSystem(t,myInstance))+&
|
||||||
(constitutive_dislotwin_burgersPerTwinSystem(t,myInstance)*constitutive_dislotwin_Gmod(myInstance))/&
|
3.0_pReal*constitutive_dislotwin_burgersPerTwinSystem(t,myInstance)*constitutive_dislotwin_Gmod(myInstance)/&
|
||||||
state(g,ip,el)%p(5*ns+2*nt+t))
|
state(g,ip,el)%p(5*ns+2*nt+t))
|
||||||
|
|
||||||
!* final twin volume after growth
|
!* final twin volume after growth
|
||||||
|
|
|
@ -312,15 +312,15 @@ grainsize 2.0e-5 # Average grain size [m]
|
||||||
### Dislocation glide adjusting parameters ###
|
### Dislocation glide adjusting parameters ###
|
||||||
Nslip 12 0 0 0
|
Nslip 12 0 0 0
|
||||||
slipburgers 2.56e-10 0 0 0 # Burgers vector of slip system [m]
|
slipburgers 2.56e-10 0 0 0 # Burgers vector of slip system [m]
|
||||||
rhoedge0 1.0e12 0 0 0 # Initial dislocation density [m/m³]
|
rhoedge0 1.0e12 0 0 0 # Initial dislocation density [m/m**3]
|
||||||
rhoedgedip0 1.0 0 0 0 # Initial dislocation density [m/m³]
|
rhoedgedip0 1.0 0 0 0 # Initial dislocation density [m/m**3]
|
||||||
Qedge 3.7e-19 0 0 0 # Activation energy for dislocation glide [J]
|
Qedge 3.7e-19 0 0 0 # Activation energy for dislocation glide [J]
|
||||||
v0 1.0e-4 0 0 0 # Initial glide velocity [m/s]
|
v0 1.0e-4 0 0 0 # Initial glide velocity [m/s]
|
||||||
CLambdaSlip 10.0 0 0 0 # Adj. parameter controlling dislocation mean free path
|
CLambdaSlip 10.0 0 0 0 # Adj. parameter controlling dislocation mean free path
|
||||||
D0 4.0e-5 # Vacancy diffusion prefactor [m²/s]
|
D0 4.0e-5 # Vacancy diffusion prefactor [m**2/s]
|
||||||
Qsd 4.5e-19 # Activation energy for climb [J]
|
Qsd 4.5e-19 # Activation energy for climb [J]
|
||||||
pexponent 1.0 # p-exponent in glide velocity
|
pexponent 1.0 # p-exponent in glide velocity
|
||||||
qexponent 1.0 # p-exponent in glide velocity
|
qexponent 1.0 # q-exponent in glide velocity
|
||||||
Catomicvolume 1.0 # Adj. parameter controlling the atomic volume [in b]
|
Catomicvolume 1.0 # Adj. parameter controlling the atomic volume [in b]
|
||||||
Cedgedipmindistance 1.0 # Adj. parameter controlling the minimum dipole distance [in b]
|
Cedgedipmindistance 1.0 # Adj. parameter controlling the minimum dipole distance [in b]
|
||||||
relevantRho 1.0e-200
|
relevantRho 1.0e-200
|
||||||
|
@ -331,10 +331,10 @@ Ntwin 12
|
||||||
twinburgers 1.47e-10 # Burgers vector of twin system [m]
|
twinburgers 1.47e-10 # Burgers vector of twin system [m]
|
||||||
twinsize 5.0e-8 # Twin stack mean thickness [m]
|
twinsize 5.0e-8 # Twin stack mean thickness [m]
|
||||||
maxtwinfraction 1.0 # Maximum admissible twin volume fraction
|
maxtwinfraction 1.0 # Maximum admissible twin volume fraction
|
||||||
Ndot0 0.0 # Number of potential source per volume per time [1/m³.s]
|
Ndot0 0.0 # Number of potential sources per volume per time [1/m**3.s]
|
||||||
rexponent 10.0 # r-exponent in glide velocity
|
rexponent 10.0 # r-exponent in glide velocity
|
||||||
Cmfptwin 1.0 # Adj. parameter controlling twin mean free path
|
Cmfptwin 1.0 # Adj. parameter controlling twin mean free path
|
||||||
Cthresholdtwin 1.0 # Adj. parameter controlling slip threshold stress
|
Cthresholdtwin 1.0 # Adj. parameter controlling twin threshold stress
|
||||||
interactionSlipTwin 0.0 1.0 # Dislocation interaction coefficients
|
interactionSlipTwin 0.0 1.0 # Dislocation interaction coefficients
|
||||||
interactionTwinTwin 0.0 1.0 # Dislocation interaction coefficients
|
interactionTwinTwin 0.0 1.0 # Dislocation interaction coefficients
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue