added parameters for shear band model
This commit is contained in:
parent
ee83904548
commit
9d091bdc3f
|
@ -329,6 +329,11 @@ constitution dislotwin
|
||||||
#(output) mfp_twin
|
#(output) mfp_twin
|
||||||
#(output) resolved_stress_twin
|
#(output) resolved_stress_twin
|
||||||
#(output) threshold_stress_twin
|
#(output) threshold_stress_twin
|
||||||
|
#(output) shear_rate_shearband
|
||||||
|
#(output) resolved_stress_shearband
|
||||||
|
#(output) schmid_factor_shearband
|
||||||
|
#(output) sb_eigenvalues
|
||||||
|
#(output) sb_eigenvectors
|
||||||
|
|
||||||
### Material parameters ###
|
### Material parameters ###
|
||||||
lattice_structure fcc
|
lattice_structure fcc
|
||||||
|
@ -355,6 +360,10 @@ Cedgedipmindistance 1.0 # Adj. parameter controlling the minimum dip
|
||||||
atol_rho 1.0e-200
|
atol_rho 1.0e-200
|
||||||
interactionSlipSlip 0.122 0.122 0.625 0.07 0.137 0.122 # Interaction coefficients (Kubin et al. 2008)
|
interactionSlipSlip 0.122 0.122 0.625 0.07 0.137 0.122 # Interaction coefficients (Kubin et al. 2008)
|
||||||
|
|
||||||
|
### Shearband parameters ###
|
||||||
|
shearbandresistance 180e6
|
||||||
|
shearbandvelocity 1e-4
|
||||||
|
|
||||||
### Twinning parameters ###
|
### Twinning parameters ###
|
||||||
Ntwin 12
|
Ntwin 12
|
||||||
twinburgers 1.47e-10 # Burgers vector of twin system [m]
|
twinburgers 1.47e-10 # Burgers vector of twin system [m]
|
||||||
|
|
Loading…
Reference in New Issue