remove zeros for non existing slip/twin families
This commit is contained in:
parent
4aacca9f63
commit
c365e1995c
|
@ -31,17 +31,17 @@ grainsize 2.0e-5 # Average grain size [m]
|
||||||
SolidSolutionStrength 1.5e8 # Strength due to elements in solid solution
|
SolidSolutionStrength 1.5e8 # Strength due to elements in solid solution
|
||||||
|
|
||||||
### Dislocation glide parameters ###
|
### Dislocation glide parameters ###
|
||||||
Nslip 12 0
|
Nslip 12
|
||||||
slipburgers 2.56e-10 0 # Burgers vector of slip system [m]
|
slipburgers 2.56e-10 # Burgers vector of slip system [m]
|
||||||
rhoedgedip0 1.0 0 # Initial dislocation density [m/m**3]
|
rhoedgedip0 1.0 # Initial dislocation density [m/m**3]
|
||||||
rhoedge0 1.0e12 0 # Initial dislocation density [m/m**3]
|
rhoedge0 1.0e12 # Initial dislocation density [m/m**3]
|
||||||
v0 1.0e-4 0 # Initial glide velocity [m/s]
|
v0 1.0e-4 # Initial glide velocity [m/s]
|
||||||
Qedge 3.7e-19 0 # Activation energy for dislocation glide [J]
|
Qedge 3.7e-19 # Activation energy for dislocation glide [J]
|
||||||
p_slip 1.0 0.0 # p-exponent in glide velocity
|
p_slip 1.0 # p-exponent in glide velocity
|
||||||
q_slip 1.0 0.0 # q-exponent in glide velocity
|
q_slip 1.0 # q-exponent in glide velocity
|
||||||
|
|
||||||
# hardening of glide
|
# hardening of glide
|
||||||
CLambdaSlip 10.0 0 # Adj. parameter controlling dislocation mean free path
|
CLambdaSlip 10.0 # Adj. parameter controlling dislocation mean free path
|
||||||
D0 4.0e-5 # Vacancy diffusion prefactor [m**2/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]
|
||||||
Catomicvolume 1.0 # Adj. parameter controlling the atomic volume [in b]
|
Catomicvolume 1.0 # Adj. parameter controlling the atomic volume [in b]
|
||||||
|
|
|
@ -15,8 +15,8 @@ plasticity phenopowerlaw
|
||||||
(output) totalvolfrac
|
(output) totalvolfrac
|
||||||
|
|
||||||
lattice_structure fcc
|
lattice_structure fcc
|
||||||
Nslip 12 0 0 0 # per family
|
Nslip 12 # per family
|
||||||
Ntwin 0 0 0 0 # per family
|
Ntwin 0 # per family
|
||||||
|
|
||||||
c11 106.75e9
|
c11 106.75e9
|
||||||
c12 60.41e9
|
c12 60.41e9
|
||||||
|
@ -25,12 +25,12 @@ c44 28.34e9
|
||||||
gdot0_slip 0.001
|
gdot0_slip 0.001
|
||||||
n_slip 20
|
n_slip 20
|
||||||
tau0_slip 31e6 # per family
|
tau0_slip 31e6 # per family
|
||||||
tausat_slip 63e6 # per family
|
tausat_slip 63e6 # per family
|
||||||
a_slip 2.25
|
a_slip 2.25
|
||||||
gdot0_twin 0.001
|
gdot0_twin 0.001
|
||||||
n_twin 20
|
n_twin 20
|
||||||
tau0_twin 31e6 # per family
|
tau0_twin 31e6 # per family
|
||||||
s_pr 0 # push-up factor for slip saturation due to twinning
|
s_pr 0 # push-up factor for slip saturation due to twinning
|
||||||
twin_b 0
|
twin_b 0
|
||||||
twin_c 0
|
twin_c 0
|
||||||
twin_d 0
|
twin_d 0
|
||||||
|
|
Loading…
Reference in New Issue