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

Removed debug output

parent a526be42
No related branches found
No related tags found
No related merge requests found
......@@ -264,18 +264,19 @@ select case (trim(plasticity_type))
fail = 2.d0*viscosity*e2d-yield
if (fail.gt.0.d0) then
viscosity=0.5d0*yield/e2d
if (viscosity.le.params%viscositymin) then
write(*,*) 'VISCOSITY BELOW MINIMUM'
write(*,*) 'viscosity: ',viscosity
write(*,*) 'yield: ',yield
write(*,*) 'fail: ',fail
write(*,*) '-pressure: ',-pressure
write(*,*) 'sin_phi: ',sin_phi
write(*,*) 'c: ',c
write(*,*) 'cos_phi: ',cos_phi
write(*,*) 'zeta: ',zeta
write(*,*) 'e2d: ',e2d
endif
!if (viscosity.le.params%viscositymin) then
! write(*,*) 'VISCOSITY BELOW MINIMUM'
! write(*,*) 'viscosity: ',viscosity
! write(*,*) 'yield: ',yield
! write(*,*) 'fail: ',fail
! write(*,*) '-pressure: ',-pressure
! write(*,*) 'phi: ',phi
! write(*,*) 'sin_phi: ',sin_phi
! write(*,*) 'c: ',c
! write(*,*) 'cos_phi: ',cos_phi
! write(*,*) 'zeta: ',zeta
! write(*,*) 'e2d: ',e2d
!endif
is_plastic=.true.
else
is_plastic=.false.
......
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