Introduction
Objectives: Holistic understanding of the ANSYS workflow, boundary conditions, post processing, and optimization of setup for faster run times (incl meshing, simulating with symmetry, research others)
...
Using regulation specified loading conditions in Appendix F of the FSGP regs, set up and execute a front, rear, and side impact loading test
...
Contextualizing ANSYS
ANSYS is a FEA (Finite Element Analysis) software that simulates using FEM (Finite Element Method).
Essentially, we break up the larger simulation into small parts - “elements” - and solve mathematical and physical differential equations for each element in order to simulate the greater whole. Divide and Conquer.
With ANSYS we can do a ton of things. computational fluid dynamics (CFD, essentially aerodynamics in our context), heat conduction, crash tests, but most importantly for us: static structural analysis.
We use ANSYS so we can save money, time, and energy. Crash-testing something virtually is much less intensive than crash-testing IRL.
Optimizing FEA
Using this article, I’ve got some ideas.
Removing unnecessary features
In CAD a lot of people have fillets and other round things.
But when it comes to FEA, square edges are so much easier to mesh.
Also, these tiny fillets and rounds rarely have a huge impact when it comes to seeing displacement.
By doing this, you can significantly reduce simulation complexity, and thus time, saving resources.
Note: BE CAREFUL THOUGH. SOME features are INTEGRAL to accurate simulation of a system, and so must NOT be removed. This is an example of having strong intuition when simulating, rather than being in complete dependence to the software (ANSYS).
Including effective geometry/constraints
This builds off the second point. We want to remove the unnecessary, but when this isn’t possible, we want to simplify the necessary.
EX: When you need a screw in this place, rather than having the screw with it’s helix pattern and Phillips head… why not just include a cylinder with a hexagonal top?
Proper Mesh Generation - Shell vs Solid Element
If you got geometry where the thickness is insignificant compared to length (smt that’s hella thin).
Or when the deformation due to shear isn’t a big deal (insignificant)
Consider using shell elements.
They’re 2D approximations of 3D elements that store the physical properties of the 3D element.
Doing this can simplify your mesh greatly
Simming a Cantilever Beam - ANSYS
Usually you want to start by opening ANSYS Workbench to outline your simulation and get yourself organized. Think of this as the setup portal.
...
Notice how many different types of simulations you can do.
Most of frame stuff would be static structural though so mainly go with that.
This is where you identify everything so your sim can be as accurate possible. The identifiers in question are:
Engineering data (pick your material)
Geometry (the shape of the thing you are simming)
Modeling information (a mesh dividing the geometry into a finite number of elements) This is what makes FEA, FEA.
Setup information (ex: boundary conditions and loads)
What do those symbols next to the parameters mean?
...
Ensure your file with the new material(s) is in .XML format
Go to “Engineering Data” tab in ANSYS Workbench Project
Select “File” --> “Import Engineering Data”
Select your indicated XML file w/materials
Select open
Your materials should be there now
Lets start with Geometry.
Right click Geometry → New SpaceClaim Geometry.
...
SpaceClaim doesn’t really seem worth it to 3D model. SolidWorks, even OnShape, is way better.
Woahhhhh colors O.o
11/9/2024 Torsional Rigidity - Static Structural Deformation Analysis on Early 22-24 Frame Iteration
...
Process:
7mm Mesh on entire structure
This frame was a .SLDPRT and not .SLDASM so did not have to individually select each pipe member.
Completely fixed the back panel of the frame (rectangle with asterisk shaped cross brace pattern at the back
This section will NOT move at all
Applied +1500 N y-direction force on the front left hardpoints
Applied -1500 N y-direction force on the front right hardpoints
Solved first time
Solved for “Equivalent Stress” and “Total Deformation”
Screenshot above is total deformation (see top left)
...