Fall 2007, MET 425 - FEA Applications II

Nonlinear Behavior: Changing Contact and Plasticity

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

Homework Assignment 5A



* a useful command object is:

/POST26         ! enter time history postprocessor
SOLU,2,FOCV     ! store force convergence value
SOLU,3,DTIME    ! store time step size
SOLU,4,EQIT     ! store no. of equilibrium iter.
prvar,2,3,4     ! 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 time step size
plvar,4         ! plot no. of equilibrium iter.
finish