Skip to content
Snippets Groups Projects
Commit adb2afe9 authored by Dave Whipp's avatar Dave Whipp
Browse files

Version with debugging (commented out) of strain softening function

parent d7570429
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,16 @@ select case (trim(plasticity_type))
straintot,e2d,e2dprev,flag_vrm_pb)
endif
friction_angle = phi*180.d0/pi
!if (friction_angle.lt.2.d0) then
! write (*,*) 'plasticity_parameters: ',plasticity_parameters
! write (*,*) 'friction_angle: ',friction_angle
! write (*,*) 'phi: ',phi
! write (*,*) 'plasticity_ss_type_phi: ',plasticity_ss_type_phi
! write (*,*) 'e2d: ',e2d
! write (*,*) 'e2dprev: ',e2dprev
!endif
sin_phi = sin(phi)
cos_phi = cos(phi)
zeta = cos_theta-sin_phi*sin_theta/sqrt3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment