Statics Project
Hello! By now you should have gone through the statics tutorial series, and be ready to tackle a 3D statics problem on your own. Always feel free to reach out for help if you get stuck. This is a trial run of the curriculum, so any feedback you have on any aspect of it is also much appreciated!
The image below shows the front suspension of MSXIV with transparent parts. The lines you see inside these parts make up the 3D sketch that defines the geometry of the suspension. You’ll notice things don’t fit very well. This is because our CAD is a mess. So we’ll be providing you with a simplified geometry sketch for the project.
Part of the early design process of the suspension is defining the maximum loading conditions on the contact patch between the tyre and the road. These will be given to you, and are out of the scope of this introductory curriculum. We can use the geometry of the 3D sketch, along with knowledge of how the components fit together, to calculate the forces exerted on various components in the suspension.
These are the loading conditions you should use (applied simultaneously at the contact patch):
Direction | Force (N) |
---|---|
X | 3500 |
Y | 5000 |
Z | -1800 |
The image below is of the simplified suspension geometry. The following table describes the sequence of joints. You should be able to infer what the lines in the sketch represent based on which joints they attach to. There a lot of parts between the tyre contact patch and the upright, but we don’t need to concern ourselves with them just now.
Code | Type of Joint | Description |
---|---|---|
SB1 | Spherical Bearing | Connects the Upright to the Lower Control Arm (LCA) |
SB2 | Spherical Bearing | Connects the Upright to the Upper Control Arm (UCA) |
SB3 | Spherical Bearing | Connects the LCA to the Pushrod |
SB4 | Spherical Bearing | Connects the Pushrod to the rocker (don’t worry about this is) |
SB5 | Spherical Bearing | Connects the UCA to the Chassis |
SB6 | Spherical Bearing | Connects the UCA to the Chassis |
Cl1 | Clevis | Connects the LCA to the Chassis |
CL2 | Clevis | Connects the LCA to the Chassis |
Your task is to find the forces (X,Y,Z) at CL1 and CL2. You can break this into two parts:
1. Find the load at SB1
This is the start of the LCA, and you want to translate the forces from the contact patch to here. You’ll need to consider the reaction forces at SB1 and SB2. Some notes:
The UCA is connected to spherical bearings on the chassis. What does this say about its ability to exert force onto the upright in the Y direction?
Do not consider moments about Y. These are taken care of by steering, which is not included in this project
2. Find the load at CL1 and CL2
You’ll need to consider the forces you calculated at SB1, as well as reaction forces from SB3, CL1, and CL2. Some notes:
This is a statically indeterminate problem. What assumptions can be made for a “worst-case” loading condition on CL1 and CL2?
The pushrod has a spherical bearing on both ends. What does this imply about the force it exerts on the LCA at SB3?
You can use the CAD to find the dimensions you need, or refer to the images below.
View 1: Side view in Y-Z planes, Z+ to the right X+ into the page
View 2: Front View in Y-X plane, X+ to the right, Z+ out of the page
View 3: Top view in X-Z plane, X+ to the right, Z+ up, and Y+ out of the page