A steel triangular plate represents an idealization[1] of a leaf spring (above).
[1] R. C. Juvinall & K. M. Marshek, Fundamental of Machine Component Design, 2nd ed. Wiley & Sons, 1991, pp. 454-6. Equations which estimate the maximum normal stress on outer fibers at center and tip deflection:
where L is the length from knife-edge to tip
Use ANSYS-Workbench DesignModelerŽ to construct the complete 3D model. [Or, make the complete part in Pro/E and Import it to DesignModeler]
- under Tools > Symmetry: create two symmetry objects to create a 1/4 symmetry model
In ANSYS-Workbench DesignSimulation:
- Under Mesh:
- Set "Relevance" and "Element Size" for the entire model. Make sure there are at least 3 elements through the plate thickness. Use a Mesh Control on face, if needed.
- Insert a "Method," scope: all bodies, Type: Hex Dominant (to create mostly brick-shaped elements)
- define knife-edge support (displacement with one direction, 0.0, and the others, free)
- apply load as force at a vertex (either components or vector direction)
- for the solution
- turn off weak springs,
- request results of vonMises stress and total deformation, and to show the bending behavior, normal stress and directional deformation, in appropriate directions
- insert a Command Object which will determine mesh error (SEPC) for your model
[You will notice SEPC is very high. You know this model has singularities. How can you evaluate results and mesh error away from the point load ?]- Step 1 (create a "Multi-body" part):
- Return to DesignModeler:
- create a New Sketch - draw a single line to cut the tip off the triangle, ~75% of distance from knife-edge to tip.
- Extrude that line; Cut Material; Through All; Thin: Yes, with 0 thicknesses
- Select both bodies and "Form New Part" (so they are "glued" together)
- Return to DesignSimulation:
- Update the simulation model - "Refresh Geometry" at the top of the Outline
- make sure all mesh settings, loads, & constraints are still properly defined on the updated model
- add results plots for normal stress and vonMises stress which are SCOPED to the body which does NOT include the tip singularity
Some selecting is needed to check SEPC with the model's tip removed - a deformed shape plot, showing SEPC, before and after selection is required
- Step 2 (Command Object - advanced selecting):
- In DesignSimulation, create a "Named Selection" of the part which is NOT the tip
- Use a command object to:
- select the elements of the single-body which excludes the tip [CMSEL,S,"name"]
- select nodes attached to those elements [NSLE,S]
- plot the needed deflection results (can ONLY be done by commands)
- MODEL-2: "Copy" the first model: in the WB Schematic, right mouse on "Model" then pick "Duplicate"
- Change the Mesh - Method to "Tetrahedrons"
- adjust mesh size to make sure the mesh error that matters is < 5%
- solve and examine/compare results
- MODEL-3: "Copy" the first model again
- Change the "Element Midside Nodes" ADVANCED Mesh setting to: "Dropped" to force a lower-order element choice
- Change the Mesh - Method to "Sweep"
- adjust mesh size to make sure the mesh error that matters is < 5%
- solve and examine/compare results
- Finally, from the WB Schematic, for MODEL-3: right mouse on "Setup" and then, "Transfer Data to New >" "Mechanical APDL." This creates a new linked object on the schematic page.
Next, right mouse on "Analysis" and then, "Edit in Mechanical APDL" to open the model in ANSYS and examine the constraints to see if symmetry is enforced.