new output "dislocationvelocity"
This commit is contained in:
parent
c1717329ac
commit
538faecf45
|
@ -490,6 +490,7 @@ do i = 1,maxNinstance
|
|||
'rho_dot_dip2sgl', &
|
||||
'rho_dot_ann_ath', &
|
||||
'rho_dot_ann_the', &
|
||||
'dislocationvelocity', &
|
||||
'fluxdensity_edge_pos_x', &
|
||||
'fluxdensity_edge_pos_y', &
|
||||
'fluxdensity_edge_pos_z', &
|
||||
|
@ -2091,6 +2092,10 @@ do o = 1,phase_Noutput(material_phase(g,ip,el))
|
|||
! !!! cross-slip of screws missing !!!
|
||||
cs = cs + ns
|
||||
|
||||
case ('dislocationvelocity')
|
||||
constitutive_nonlocal_postResults(cs+1:cs+ns) = constitutive_nonlocal_v(:,1,g,ip,el)
|
||||
cs = cs + ns
|
||||
|
||||
case ('fluxdensity_edge_pos_x')
|
||||
constitutive_nonlocal_postResults(cs+1:cs+ns) = rhoSgl(:,1) * constitutive_nonlocal_v(:,1,g,ip,el) * m_currentconf(1,:,1)
|
||||
cs = cs + ns
|
||||
|
|
|
@ -162,6 +162,7 @@ constitution nonlocal
|
|||
(output) rho_dot_dip2sgl
|
||||
(output) rho_dot_ann_ath
|
||||
(output) rho_dot_ann_the
|
||||
(output) dislocationvelocity
|
||||
(output) fluxDensity_edge_pos_x
|
||||
(output) fluxDensity_edge_pos_y
|
||||
(output) fluxDensity_edge_pos_z
|
||||
|
|
Loading…
Reference in New Issue