| ANSYS | ANSYS Workbench |
|
|
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
[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 colorsprerr ! 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 bodyesel,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 bodyesel,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 bodyALLSEL ! select everything
/SHOW,TERM ! direct plots back to the screen