Difference between revisions of "Torque Steer"

From fswiki.us
Jump to navigation Jump to search
(creating from section in drivetrain, need to fix formatting to make legible)
 
(add categories)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
'''Torque Steer''' is a yawing effect caused by unequal stiffness [[Drivetrain#Driveshafts|driveshafts]], most frequently due to unequal length. A stiffer shaft will turn the wheel further than a softer shaft for the same input torque. Despite it's relevance to the discussion of torque steer, the calculation shown here is only an example and should not be copied for use in the design event. There are many points not covered here, and the assumptions are not justified.
 +
 
=Example Calculation=
 
=Example Calculation=
  
Step 1: Calculate Polar Moment of Inertia
+
Using ballpark values, we can calculate an approximate torque steer value for a generalized FSAE car.
  
Shaft OD: 0.8"
+
'''Step 1: Polar Moment of Inertia'''
  
Shaft ID: 0.5"
+
The moment of inertia (J) for a hollow shaft is calculated as follows:
 +
:&pi;/32 * (D<sup>4</sup>-d<sup>4</sup>)
  
Shaft Area of Inertia: pi/32*(D^4-d^4) = 0.034076in2
+
Using values from an RCV axle below, we can find J.
  
Step 2: Calculate Torsional Stiffness
+
{| class="wikitable"
 +
| Shaft OD (D) || 0.8"
 +
|-
 +
| Shaft ID (d) || 0.5"
 +
|}
  
Shaft Material: 4130 Steel
+
Shaft Area of Inertia: 0.034076in<sup>2</sup>
  
4130 Shear Modulus: 80 Gpa or 1.16e+7 psi
+
'''Step 2: Calculate Torsional Stiffness'''
  
Left Shaft Length: 15 in
+
We will use 4130 chromoly [[Steel|steel]] as our half-shaft material. Most steels have a very similar shear modulus (G) so this choice is not a driving factor in the result. The torsional stiffness (k) of the shaft will be found using the following formula and values:
 +
:k = G*J / L
  
Right Shaft Length: 19 in
+
{| class="wikitable"
 
+
| Shaft Material || 4130 Steel
k = G*J / L
+
|-
 +
| 4130 Shear Modulus || 1.16e+7 psi
 +
|-
 +
| Left Shaft Length (L<sub>L</sub>) || 15 in
 +
|-
 +
| Right Shaft Length (L<sub>R</sub>) || 19 in
 +
|}
  
 
Left Torsional Stiffness (k<sub>L</sub>): 38.3379023 lb-ft / degree
 
Left Torsional Stiffness (k<sub>L</sub>): 38.3379023 lb-ft / degree
Line 25: Line 39:
 
Right Torsional Stiffness (k<sub>R</sub>): 30.26401 lb-ft / degree
 
Right Torsional Stiffness (k<sub>R</sub>): 30.26401 lb-ft / degree
  
Step3: Find Torque
+
'''Step 3: Find Torque'''
  
Max Torque from Engine (Launch): 40 lb-ft
+
Our last input value that we need to find is the torque experienced by the driveshafts. This is the torque output by the motor and transmitted through the final drive ratio. The maximum torque applied to the driveshafts by the engine will be during launch, when the wheels are still and we can assume a perfect launch by the driver, applying the maximal engine torque for the split second we are examining.
 +
 
 +
Max Torque from Engine: 40 lb-ft
  
 
Final Drive Ratio: 3.55
 
Final Drive Ratio: 3.55
Line 33: Line 49:
 
Torque Seen by Driveshaft: 142 lb-ft
 
Torque Seen by Driveshaft: 142 lb-ft
  
Step 4: Find Shaft Twist
+
'''Step 4: Find Shaft Twist'''
  
phi = T / k
+
This step is the meat of the calculation. We can find how far each shaft has twisted using our previous results according to the equation below:
 +
:&phi; = T / k
  
Left Shaft Twist (phi<sub>L</sub>): 3.704 degrees
+
Left Shaft Twist (&phi;<sub>L</sub>): 3.704 degrees
  
Right Shaft Twist (phi<sub>R</sub>): 4.692 degrees
+
Right Shaft Twist (&phi;<sub>R</sub>): 4.692 degrees
  
Step 5: Find Vehicle Yaw
+
It is important to note that shaft twist indicates how far each wheel has <em>not</em> rotated compared to the engine.
  
Tire travel (T) = Shaft twist/360 * Tire Circumference
+
'''Step 5: Find Vehicle Yaw'''
  
Yaw = arcsin(T<sub>max</sub>-T<sub>min</sub> / Track Width)
+
If both shafts were perfectly stiff, one rotation of the driven sprocket would equal one rotation of the wheels, driving the car forward the distance equal to 2 * &pi; * the tire's dynamic radius. Because the shafts twist, the wheels/tires will move less than one full rotation. Because the shafts have different stiffnesses, they will travel different distances under the same load. We will find the distance <em>not</em> rotated to compute vehicle yaw, as we are looking for magnitude, not direction.
 +
 
 +
: Tire travel (T) = &phi;<sub>shaft</sub>/360 * Tire Circumference
 +
 
 +
: Yaw = sin<sup>-1</sup>(T<sub>max</sub>-T<sub>min</sub> / Track Width)
  
 
Circumference of Tire: 56.52 in
 
Circumference of Tire: 56.52 in
Line 56: Line 77:
  
 
Yaw: 0.247 degrees
 
Yaw: 0.247 degrees
 +
 +
'''Result'''
 +
 +
According to our calculations, the vehicle will yaw less than one quarter of one degree, which if even perceptible by the driver will be unlikely to force corrective action. please see further below for discussion of assumptions used and real world relevance.
 +
 +
==Assumptions==
 +
The following assumptions were used in the example calculation:
 +
* The rear wheels are the driven wheels
 +
* The engine can output a constant torque
 +
* The tire will not break traction with the ground
 +
* The loading of the shaft is quasi-static
 +
* The rear suspension (particularly toe) is infinitely stiff
 +
* The tire contact patch is considered to be a point
 +
* The tire's rolling radius does not change under loading
 +
* Tire circumference is equivalent to 2 * dynamic radius * &pi;
 +
* Shaft hardening does not impact stiffness
 +
 +
[[Category:Vehicle_Dynamics]] [[Category:Drivetrain]]

Latest revision as of 17:54, 30 May 2024

Torque Steer is a yawing effect caused by unequal stiffness driveshafts, most frequently due to unequal length. A stiffer shaft will turn the wheel further than a softer shaft for the same input torque. Despite it's relevance to the discussion of torque steer, the calculation shown here is only an example and should not be copied for use in the design event. There are many points not covered here, and the assumptions are not justified.

Example Calculation

Using ballpark values, we can calculate an approximate torque steer value for a generalized FSAE car.

Step 1: Polar Moment of Inertia

The moment of inertia (J) for a hollow shaft is calculated as follows:

π/32 * (D4-d4)

Using values from an RCV axle below, we can find J.

Shaft OD (D) 0.8"
Shaft ID (d) 0.5"

Shaft Area of Inertia: 0.034076in2

Step 2: Calculate Torsional Stiffness

We will use 4130 chromoly steel as our half-shaft material. Most steels have a very similar shear modulus (G) so this choice is not a driving factor in the result. The torsional stiffness (k) of the shaft will be found using the following formula and values:

k = G*J / L
Shaft Material 4130 Steel
4130 Shear Modulus 1.16e+7 psi
Left Shaft Length (LL) 15 in
Right Shaft Length (LR) 19 in

Left Torsional Stiffness (kL): 38.3379023 lb-ft / degree

Right Torsional Stiffness (kR): 30.26401 lb-ft / degree

Step 3: Find Torque

Our last input value that we need to find is the torque experienced by the driveshafts. This is the torque output by the motor and transmitted through the final drive ratio. The maximum torque applied to the driveshafts by the engine will be during launch, when the wheels are still and we can assume a perfect launch by the driver, applying the maximal engine torque for the split second we are examining.

Max Torque from Engine: 40 lb-ft

Final Drive Ratio: 3.55

Torque Seen by Driveshaft: 142 lb-ft

Step 4: Find Shaft Twist

This step is the meat of the calculation. We can find how far each shaft has twisted using our previous results according to the equation below:

φ = T / k

Left Shaft Twist (φL): 3.704 degrees

Right Shaft Twist (φR): 4.692 degrees

It is important to note that shaft twist indicates how far each wheel has not rotated compared to the engine.

Step 5: Find Vehicle Yaw

If both shafts were perfectly stiff, one rotation of the driven sprocket would equal one rotation of the wheels, driving the car forward the distance equal to 2 * π * the tire's dynamic radius. Because the shafts twist, the wheels/tires will move less than one full rotation. Because the shafts have different stiffnesses, they will travel different distances under the same load. We will find the distance not rotated to compute vehicle yaw, as we are looking for magnitude, not direction.

Tire travel (T) = φshaft/360 * Tire Circumference
Yaw = sin-1(Tmax-Tmin / Track Width)

Circumference of Tire: 56.52 in

Left Tire Travel: 0.582 in

Right Tire Travel: 0.737 in

Rear Track: 36 in

Yaw: 0.247 degrees

Result

According to our calculations, the vehicle will yaw less than one quarter of one degree, which if even perceptible by the driver will be unlikely to force corrective action. please see further below for discussion of assumptions used and real world relevance.

Assumptions

The following assumptions were used in the example calculation:

  • The rear wheels are the driven wheels
  • The engine can output a constant torque
  • The tire will not break traction with the ground
  • The loading of the shaft is quasi-static
  • The rear suspension (particularly toe) is infinitely stiff
  • The tire contact patch is considered to be a point
  • The tire's rolling radius does not change under loading
  • Tire circumference is equivalent to 2 * dynamic radius * π
  • Shaft hardening does not impact stiffness