Spring 2006, METBD350 - FEA Applications I

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

Project 1: Connecting Rod


ANSYS ANSYS Workbench
  • 2D Modeling with different part thickness and materials
  • Advanced use of the Working Plane
  • Divide lines (or areas) as required for load application
  • Model Attributes (material, real constant, and element type I.D. numbers)
  • Glue, Merge, and/or Add Boolean Operations
  • Local Coordinate Systems and Rotated Nodal Coordinate Systems
  • Tapered pressure loading
  • Mesh error evaluation for several materials/thickness
  • ANSYS session log files
  • DesignModeler: 2D Modeling with different surface bodies; multiple sketches
  • Freeze/Unfreeze material options
  • Alternate Loading schemes:
    • bearing load
    • cylindrical support
    • compression-only support
  • Body Attributes (material and thickness)
  • Single part with multiple bodies; possible "bonded contact" regions
  • Factor of safety evaluation
  • Mesh error evaluation for several materials/thickness[1]
  • "scoping" results for each body


  A connecting rod is to be analyzed as an idealized, two-dimensional system shown above. This part has two materials: stainless steel (AISI 301 cold worked) for most of the section, and brass (C26000) for the bushing in the smaller hole at the left end.
  This structure also has two different thicknesses:  the main body is 0.060" thick, and at the small end, it is 0.120" thick.  (This means some of the steel section is 0.060" and the rest is at 0.120" thick.  The brass bushing is 0.120" thick.)
  Also, notice that there is a 0.075" fillet between the thinner and thicker stainless steel sections at the small end of the con-rod.

ANSYS:  The boundary conditions inside the holes are intended to simulate the presence of a pin or shaft in each hole.  The load is assumed to be distributed over a 90o arc and is more intense at the center of that span.  Similarly, the constraint on the right side acts over a 90o arc, opposing the load.  This approach is a common approximation for cases with a pin through a hole when the load bearing side is obvious.  Some analysts use a 60o arc rather than a 90o arc for this assumed behavior.
Workbench:  Investigate cylindrical supports, bearing load, and compression-only support

  The ultimate strength of the stainless steel is 185 ksi. and of the brass is 76 ksi.  Using a "design factor" of 8 (for repeated loading), evaluate this design.   If necessary, modify the design to reduce the maximum stress below the allowable level.  However, you may NOT change the inside diameter of the bushing or of the inside diameter of the hole in the right end of the con-rod, and you may not change the thickness of the part.  Use the same materials.  Don't be "excessive" in your corrections.
ANSYS: Consider using the model's command log file for any small redesign modifications.
Workbench: Use "Update: Use Geometry Parameter Values" to synchronize the DesignSimulation model to the DesignModeler model


Report:

Reminder: All project reports will be typed, and include:


[1] a possible Workbench command object could include:

/SHOW,PNG      ! send plots to PNG file
/GFILE,350     ! plot file resolution
/RGB,INDEX,100,100,100,0   ! switch the
/RGB,INDEX,0,0,0,15        ! B/W colors

prerr          ! print error for entire model

esel,s,mat,,1  ! select one body by material ID number
nsle,s         ! select the nodes attached to those elements
prerr          ! print error for that body of model
pldisp,2       ! plot the deformed shape of that body

esel,s,mat,,2  ! select one body by material ID number
nsle,s         ! select the nodes attached to those elements
prerr          ! print error for that body of model
pldisp,2       ! plot the deformed shape of that body

esel,s,mat,,3  ! select one body by material ID number
nsle,s         ! select the nodes attached to those elements
prerr          ! print error for that body of model
pldisp,2       ! plot the deformed shape of that body

ALLSEL         ! select everything

/SHOW,TERM     ! direct plots back to the screen