...
For the occupant cell load cases (front, side, and rear), solid element analysis for the entire frame is utilized as final verification to ensure our frame design meets regulations for the occupant cell (max and min principle stress, Von-Mises/equivalent stress, total deformation, and factor of safety).
This setup follows the exact same as the beam element analysis, in terms of force and support setup, it just utilizes solid elements to achieve more accurate values. This will greatly increase runtime but because this is used only for final results, it is used mearly to validate the results of the beam element simulation.
Roll Cage Solid Element Analysis (for iteration and final results)
...
The output will mimic that of the stiffness coefficient matrix shown in Ansys Workbench on the individual general joints. This stiffness matrix essentially gives the joints of the tube a set stiffness instead of an infinite one, to allow for more accurate stress propagation. I chose to have the MATLAB code directly output the same matrix, so that the only work for you to do is directly transfer the values from MATLAB into the matrix on Ansys.
How the MATLAB code for the RC sims works read this
After inputting the values, you then must ensure that each joint has a proper reference axis and face selected, to ensure that the stiffness values are then utilized in the proper orientation and situation.
...
Do this for every joint, ensure that weak springs is on, and the support settings for the simulation is finished.
In terms of force placement and calculation, the load cases vary from 5g, 4g, and 1.5g. These are all reliant on the force of gravity affecting the entire weight of the car, which is associated with the total mass of the car. Additionally, these are placed at the top of the roll hoop, for the front and the back, depending on the desired sim. Additionally, you may need to take the cos/sin value of a force value depending on specific load cases that ask for a force at a vectored angle.
Finally, you should now be able to run the sim and get accurate results with in minutes, due to the reduced size of the model while also still utilizing solid elements.