FSAE Suspension Force Calculator
For the 2024-25 FSAE season, I developed a MATLAB suspension analysis tool to calculate suspension member loads from simulated contact patch forces. The script reconstructs the suspension geometry from OptimumK kinematics data, solves the suspension kinematics through trilateration, and computes the axial force in each suspension member by enforcing 3D static equilibrium. The tool imports Excel files in the same output format from Optimum Kinematics, a suspension analysis program used by the team’s Vehicle Dynamics group to design suspension geometry. This Excel file is a formatted list of each inboard and outboard suspension point, which is used to calculate the length of each member for trilateration. The user can input a range and step size for steering and shock movement, and each load case from the contact patch force spreadsheet will be evaluated at each suspension position. T he tool also imports multi-case contact patch loads from Excel, in the ...