Vehicle Dynamics and Torque Distribution

Introduction

In the realm of vehicle dynamics, understanding the impact of torque distribution on acceleration and deceleration is crucial, especially for heavy-duty vehicles like mining trucks and construction equipments. This blog delves into the analysis of torque distribution factors in 4-wheel drive vehicles, focusing on the Caterpillar 797F dump truck as a real-world example. We'll use MATLAB to simulate and analyze these dynamics, incorporating various constraints and cases to optimize performance.

Free Body Diagram and Equations

To start with, we model the vehicle dynamics using a free body diagram. The diagram includes forces acting on the vehicle and moments about the rear and front axles. The primary equations governing the system are derived from the equilibrium conditions:



Here are the equations we derived from the free body diagram:

  1. Sum of Forces in the x-direction:

    Fx=Ftr+Ftf=Mx¨

    This equation represents the sum of tractive forces (FtrF_{tr}and FtfF_{tf}) in the x-direction, which equals the mass (MM) of the vehicle multiplied by its acceleration (x¨\ddot{x}).

  2. Sum of Forces in the z-direction:

    Fz=Nr+Nf=mg

    Here, the normal forces (NrN_r and NfN_f) at the rear and front axles respectively, sum up to the weight of the vehicle (mgmg).

  3. Sum of Moments about the Rear Axle:

    My (about rear axle)=lrMglNf=hMx¨+Iω(θ¨r+θ¨f)

    This equation represents the sum of moments about the rear axle, where lrl_r and ll are distances, hh is the height, x¨\ddot{x} is the linear acceleration, II is the moment of inertia, and ω\omega is the angular velocity.

  4. Sum of Moments about the Front Axle:

    My (about front axle)=lfMg+lNr=hMx¨+Iω(θ¨r+θ¨f)

    This equation represents the sum of moments about the front axle, where lfl_f and ll are distances, hh is the height, x¨\ddot{x} is the linear acceleration, II is the moment of inertia, and ω\omega is the angular velocity.


Solving for Normal Forces

From the above equations, we can solve for the normal forces NfN_f and NrN_r:

  1. Front Normal Force (NfN_f):

    Nf=m(lrghx¨l)Iω(θ¨r+θ¨f)l
  2. Rear Normal Force (NrN_r):

    Nr=m(lfg+hx¨l)+Iω(θ¨r+θ¨f)l

Tractive Force at the Rear Wheels:

Tw(1kf)RwIωθ¨r=Ftr​

This equation represents the tractive force at the rear wheels (Ftr), where Tw is the wheel torque, kf is a distribution factor, Rw is the wheel radius, Iω is the moment of inertia, and θ¨r is the angular acceleration of the rear wheels.

Tractive Force at the Front Wheels:
TwkfRwIωθ¨f=Ftf​

This equation represents the tractive force at the front wheels (Ftf), using the same variables as above but for the front wheels.


Solving for Normal Forces again,

By solving the equations, we can determine the normal forces acting on the front and rear axles. These forces are crucial for understanding how the vehicle interacts with the ground and how torque is distributed:

  1. Rear Normal Force (NrN_r):

    Nr=ml(glf+x¨h)+Iωl(θ¨r+θ¨f)

    This equation calculates the normal force at the rear axle, considering the vehicle's mass (mm), gravitational acceleration (gg), distances (lfl_f and ll), height (hh), linear acceleration (x¨\ddot{x}), and angular accelerations (θ¨r\ddot{\theta}_r and θ¨f\ddot{\theta}_f).

  2. Front Normal Force (NfN_f):

    Nf=ml(glrx¨h)Iωl(θ¨r+θ¨f)

    This equation calculates the normal force at the front axle using the same variables as above but with the front axle distances.

Known Values

  • TwT_w: Wheel torque
  • kfk_f: Torque distribution factor (assumed)
  • MM: Mass of the vehicle
  • IωI\omega: Moment of inertia
  • ll: Distance between axles
  • lrl_r: Distance from the center of gravity to the rear axle
  • lfl_f: Distance from the center of gravity to the front axle
  • hh: Height of the center of gravity
  • RwR_w: Radius of the wheel (assuming it's known or can be measured)

Unknown Values

  • θ¨r\ddot{\theta}_r: Angular acceleration of the rear wheels
  • θ¨f\ddot{\theta}_f: Angular acceleration of the front wheels
  • FtrF_{tr}: Tractive force at the rear wheels
  • FtfF_{tf}: Tractive force at the front wheels
  • x¨\ddot{x}: Linear acceleration of the vehicle
  • NrN_r Normal force at the rear axle
  • NfN_f: Normal force at the front axle

Introducing constraints or specific cases will help reduce the number of unknowns, making the system solvable. Let's outline how to implement these constraints and solve for each case.

Case 1: No Slip at All Wheels

Here, the angular acceleration of the wheels is directly related to the linear acceleration, x¨\ddot{x}:

θ¨r=x¨Rw\ddot{\theta}_r = \frac{\ddot{x}}{R_w} θ¨f=x¨Rw\ddot{\theta}_f = \frac{\ddot{x}}{R_w}

Case 2: Rear Wheel Slips

For the rear wheel slip condition, we assume θ¨rx¨Rw\ddot{\theta}_r \geq \frac{\ddot{x}}{R_w}. If slipping occurs, the rear wheel traction force is equal to the friction force:

θ¨rx¨Rw\ddot{\theta}_r \geq \frac{\ddot{x}}{R_w} Ftr=μNrF_{tr} = \mu N_r

Case 3: Front Wheel Slips

For the front wheel slip condition, we assume θ¨fx¨Rw\ddot{\theta}_f \geq \frac{\ddot{x}}{R_w}. If slipping occurs, the front wheel traction force is equal to the friction force:

θ¨fx¨Rw\ddot{\theta}_f \geq \frac{\ddot{x}}{R_w} Ftf=μNfF_{tf} = \mu N_f

Case 4: All Wheels Slip

For all wheels slipping, both front and rear wheels meet the slip condition:

θ¨rx¨Rw\ddot{\theta}_r \geq \frac{\ddot{x}}{R_w} θ¨fx¨Rw\ddot{\theta}_f \geq \frac{\ddot{x}}{R_w} Ftr=μNrF_{tr} = \mu N_r Ftf=μNf


F_{tf} = \mu N_f

Comments

Popular posts from this blog

Chai, Code & Cruise Control: India’s Journey to Driverless Vehicles

Unveiling EV Power: The Ultimate Battery Teardown Guide