Workbench
|
ANSYS
|
![]()
A carbon steel (1045 HR) bearing bracket is shown in the figure above. Young's modulus is 30e6 psi, Poisson's ratio is 0.3
ANSYS: This is an opportunity to use/create an ANSYS macro to assist in processing volumes for mapped meshing. A useful macro might be:
VSEL,S,,,arg1 ! select a volume (user gives 'arg1')
ALLSEL,BELOW,VOLU ! select all entities with the vol.
/out,vdata.txt ! print to a scratch file
VLIST ! list areas around the volume
ALIST ! list lines around the areas
/out ! close the scratch file
*uilist,vdata.txt ! display the file in the UI
/sys,del vdata.txt ! delete the file
/eof
This small example is not perfect (does not check for the existence of the volume), but you may find this to be a handy utility during model development
Report the mesh statistics (element type, no. of nodes and elements, mesh error %), solution time, solver choice
Discuss the results on the "user-specified," 0 - 60 ksi contour range plots. How do you interpret the contour bands ? Why would you want to present results this way ?
What comment can you make regarding the F.E. mesh error for the analysis of this
bracket? What causes the mesh error to be so high ?
Comment on
variations in the graphical display of results (i.e., PowerGraphics ON or
OFF) for the stress results plot.
In Workbench, a useful Solution Command Object for this would 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
/VIEW,1,1,1,1 ! set the viewing direction
PLDISP,2 ! plot deformed shape w/undeformed edge
/GRAPH,FULL ! Deactivate PowerGraphics
PLNSOL,S,EQV ! plot vonMises stress
/GRAPH,POWER ! Reactivate PowerGraphics
PLNSOL,S,EQV ! plot vonMises stress
/SHOW,TERM ! direct plots back to screen
PRERR ! Print global error, SEPC