Fall 2007, MET 425 - FEA Applications II

Nonlinear Behavior: Plasticity

Prof. Dave Johnson, dhj1@psu.edu, Penn State Erie, The Behrend College

Homework Assignment 5-B



nl1b.gif (4622 bytes)


The part shown in figure is made of common steel and is 0.20" thick. 
This material yields at 48,000 psi.  E = 30x106 psi, Poisson's ratio is 0.3
After yielding, the tangent modulus is 340,000 psi. 
INCLUDE a 0.0625" fillet at the sharp corner.
Include large deformation effects in the solution.


For ANSYS Workbench Environment:

Turn in:

* - to plot time history data using the old time history postprocessor, insert a command object under solution with these lines:

/POST26         ! enter time history postprocessor
SOLU,2,FOCV     ! store force convergence value
SOLU,3,PSINC    ! store plastic strain increment
prvar,2,3       ! list data
/PLOTP,INFO,1   ! set up plot format
/SHOW,PNG       ! send plots to PNG file
/GFILE,400      ! plot file resolution
/RGB,INDEX,100,100,100,0     ! switch the
/RGB,INDEX,0,0,0,15          ! B/W colors
plvar,2         ! plot force convergence value
plvar,3         ! plot plastic strain increment
finish

/POST1           ! enter the general postprocessor