Sei sulla pagina 1di 5

Study Scaled Vehicle Tire Cornering Stiffness

Kirubaharan a/l Merapan@Mariappan Mochamad Safarudin


Department of Mechanical, Automotive Department of Mechanical Engineering
Universiti Teknikal Malaysia Melaka Universitas Sangga Buana
Ayer Keroh, Melaka Bandung, Indonesia
kiru_87@yahoo.com.my sfrudin@yahoo.com

Abstract-This paper presents the study of interface able to provide the measured yaw rate of a moving
cornering stiffness of scaled vehicle tire.A vehicle.The data from experiment is stored in matlab
software.The cornering stiffness is then estimated using
scaled RC car with the scale of 1:8 will be used iteration method.From here, we can compare the experiment
in this project. In this study, Newtonian data and the simulations data. The experiment and
approach was used as a technique to solve the simulation results also compared with the CarsimEd as a
modeling problem.A mathematical model is verification of results.
derived and the model is developed to steady
II. Vehicle Model
state model in MATHLAB. Sensors will be
fixed on the Racing car to determine yaw rate γ By the use of Newton's law of motion (Gillepsie, 2001) and
and lateral acceleration 𝒂𝒇 .By using the yaw some basic geometric relationships, the longitudinal velocity
v_x(t), the lateral velocity v_y(t) and the yaw rate r(t)
rate γ and lateral acceleration 𝒂𝒇 as input the measured around the Center Of Gravity (COG) of the
cornering stiffness value is obtained vehicle can be described by the following three differential
equations:

I. Introduction
The bicycle vehicle model is a rather simple model structure
that is frequently being used in the vehicle dynamics
literature. In this study we will start-off with this model
structure and try to estimate the longitudinal and the lateral
stiffness of a tire. As a basis for our vehicle identification
experiments we first need to create an IDNLGREY model
file describing these vehicle equations. Here we rely on C-
MEX modeling and create a vehicle_c.c model file, in
which NY is set to 3. The IDNLGREY model file
describing these vehicle equations was modified according
to the scale model car. C-MEX modeling was used and the
number of output,Ny is set to 3 which is longitudinal
velocity,lateral acceleration and yaw acceleration.After
having a proper model structure file, the next step is to
create an IDNLGREY object reflecting the scaled car Figure 1: Schematic view of a vehicle dynamics system
modelling situation. The names and the units of the initial
states and the model parameters are specified via (Source:Matlab Vehicle Identification System)
SETINIT.This model contains 5 parameters and 3 outputs.
Sensors will be fixed on the cars to determine yaw rate γ
and lateral acceleration 𝑎𝑓 .Sensor identified to measure (Fxfl+Fxfr)cosδ–(Fyfl+Fyfr)sinδ + Fxrl+Fxrr = m𝑎𝑥 (1)
lateral acceleration is ADXL335.This sensor is a small,
thin, low power, complete 3-axis accel-erometer with signal (Fxfl+Fxfr)sinδ+(Fyfl+Fyfr)cosδ+Fyrl+Fyrr= m𝑎𝑦 (2)
conditioned voltage outputs.Sensor identified to measure
yaw rate is LISY300AL.This is a low-power single-axis ((Fxfl + Fxfr) Sinδ+ (Fyfl+Fyfr) cosδ) a – (Fyfl + Fyfr) cosδ
yaw rate sensor.It includes a sensing element and an IC – (Fyrl + Fyrr) b =Iyaw𝑟 ̈ (3)
The abbreviations FL, FR, RL and RR label the tires: Front test. The parameter needed for the model is shown in table
Left, Front Right, Rear Left and Rear Right, respectively. In below:
addition, delta(t) (an input) is the steering angle, J a moment
of inertia, and a and b the distances from the center of Vehicle Parameters Values
gravity to the front and rear axles, respectively. Distance of front axle to COG,(a) 0.2326m
Distance of rear axle to COG,(b) 0.2874m
the tire forces can be modeled through the following linear Vehicle mass, m (kg) 9.31kg
approximations: Longitudinal speed, Vx (m/s) 30km/h
F_x,i(t)=C_x*s_i(t) Table 1: Small Scale Parameters
F_y,i(t)=C_y*alpha_i(t)for i={FL,FR,RL,RR}

where C_x and C_y are the longitudinal and lateral tire IV. Vehicle Operating System
stiffness, respectively. Here we have assumed that these
stiffness parameters are the same for all 4 tires. s_i(t) is the A racing car with the scale of 1:8 is used in this testing The
so-called (longitudinal) slip of tire i and alpha_i(t) a tire slip weight of the car is around 9kg. This car isequipped with
angle. For a front-wheel drive vehicle the slips s_FL(t) and remote controller therefore the vehicle can be controlled
s_FR(t) are derived from the individual wheel speeds from a certain range.The remote of the car is operated with a
(measured) by assuming that the rear wheels do not show 9V battery.This scale model is uses the two stroke engine
any slip (i.e., s_RL(t) = s_RR(t) = 0). Hence the slips are cycle.Hence the vehicle requires 2t oil apart from the normal
inputs to our model structure. For the front wheels, the tire petrol The car also consists of single piston,block,spark
slip angels alpha_Fj(t) can be approximated by (when v_x(t) plug,carburetor,exhaust pipe and oil tank.
> 0)

(𝑉𝑦 + 𝑎𝛾)
𝛼𝑓𝑙/𝑟 = 𝛿𝑓 − 𝑡𝑎𝑛−1 (4)
𝑉𝑥

For the rear wheels, the tire slip angels alpha_Rj (t) are
similarly derived and computed as

𝑉𝑦−𝑏𝛾
𝛼𝑟𝑙/𝑟 = (5)
𝑉𝑥
(14)
x1(t) = v_x(t) Longitudinal velocity [m/s].
x2(t) = v_y(t) Lateral velocity [m/s].
x3(t) = r(t) Yaw rate [rad/s].

the five measured or derived input signals


u1(t) = s_FL(t)(Slip of Front Left tire [ratio].)
u2(t) = s_FR(t) (Slip of Front Right tire [ratio])
u3(t) = s_RL(t) (Slip of Rear Left tire [ratio]) Figure 2: Remote control racing car
u4(t) = s_RR(t) (Slip of Rear Right tire [ratio])
u5(t) = delta(t) (Steering angle [rad])
V. Experiment
and the model parameters
m =Mass of the vehicle [kg]. The double lane-change test is designed to stimulate an
a =Distance from front axle to COG [m]. emergency maneuver to determine vehicle handling. The
b =Distance from rear axle to COG [m]. test is important because the more controllable and secure a
Cx =Longitudinal tire stiffness [N]. vehicle is when pushed to its handling limits the better
Cy =Lateral tire stiffness [N/rad]. chance the occupants will avoid an accident. In situations
CA = Air resistance coefficient [1/m]. where an obstacle is in the way, steering around it can cause
. the vehicle to go out of control and result in an
rollover.During double lane change test lane is divided into
5 sections.The car is driven at 100km/h when it enters lane
III. Parameters Of the Vehicle 1.The car is maneuvered to left after it reaches section 2 and
maintains in lane 2.The car is once again is maneuvered to
In this model, the parameters used are based on the scaled right after it reaches section 4 and maintained in lane 1 until
vehicle model. The parameters are for double lane change
it exits section 5.The diagram of double lane change test is
shown below

Lane 1

Lane 2

Figure 3:Double lane change test

Double lane change test is performed on the scale model car Figure 5: Graph for longitudinal velocity for double
lane change of the scaled vehicle model
to obtain the longitudinal velocity,lateral acceleration and
yaw rate of the car.Bricks are arranged as shown in the
image below.The distance between 2 consecutive bridge is
1.5m.The car is placed in such a distance that its
longitudinal velocity reach 50km/h after reaching the first
brick.This reading is observed in the sensor.Next the car is
tested and follows the track as shown in the image below.

Figure 6: Graph for lateral acceleration for double


Bricks lane change of the scaled vehicle model

1.5m 1.5m 1.5m 1.5m

Figure 4:Illustration of double lane change test

VI. Results

Based on the experiment described, the output results obtain


for the both final experiments is the yaw rate and the lateral
acceleration. The results data obtain in the deg/s for both
experiments. The results converted in the m/s² for lateral Figure 7: Graph for yaw rate for double lane change
acceleration and yaw rate in rad/s.The results obtain for of the scaled vehicle model
double lane change test is shown below.
The trend of longitudinal velocity,lateral acecleration and
yaw rate graphs obtain during experiment is compared with
the actual graph and the results is shown below.
Cornering stiffness Value(N/rad)
Lateral stiffness,Cx 50
Longitudinal stiffness,Cy 40

Table 2:Cornering stiffness value

V1 Conclusion
Figure 8:Comparison between actual and experimentation
longitudinal velocity The cornering stiffness can be measured by various
methods.The parameter estimation theorem will be used in
his project. The relationship between the cornering force
and the slip angle is of fundamental importance to the
directional control and stability of road vehicles..Sensors
play an important role in this project because it will be fixed
on the Racing car to determine yaw rate γ and lateral
acceleration 𝑎𝑓 .Mounting of the sensor is important because
it will vibration will affect the sensor reading.The
approximations introduced in the model structure above are
valid for a rather narrow operation region, and data during
high accelerations or braking cannot be used.Hence the
speed of the car must be maintained throughout the
experiment
Figure 9:Comparison between actual and experimentation
lateral acceleration
References

1. Baffet,G and Charara,A. (n.d.). Estimation of


vehicle sideslip,cornering stiffness and tire force.
1-25.
2. Bakker, E., Pacejka, H. B., and Lidner, L. (1989).
A new tire model with an application in vehicle
dynamics studies. SAE paper .
3. Blundell,M and Harty,D. (2004). Multibody
Systems approach to Vehicle Dynamics. New
Figure 10:Comparison between actual and experimentation York: Elsenise Science and Technology.
yaw rate
4. Brennan S, N. (1999). Modelling and Control issue
The data from experiment is stored in matlab software.The associated with scaled vehicles. Thesis
cornering stiffness is then estimated using iteration
Msc.University of Illinois .
method.The complete coding and iteration value is attached
in appendices.The lateral and longitudinal stiffness for the 5. Brien, O. P. (2004). Scale-Model Vehicle Analysis
scaled car is shown in the table below.
Using an Off-the-Shelf Scale-Model Testing
Apparatus. American control conference , 100-120.
6. Clarke, S. K. (2000). Mechanics of pneumatic
tyres. United States: Department of Commerce,
National Bureau of Standards.
7. Denton T, B. Automobile Electrical and Electronic
Systems. The Engineering Society For Advancing
Mobility Land Sea Air and Space International.
8. E.S, A. (2004). Total Automotive Technology. In
4th Edition. Thomson.
9. Fujioka,T and Kanehara H. (2000). A study on
measuring raiVwhee1 contact points of running
railway vehicles.
10. Gillepsie, T. D. (2001). Fundamentals of vehicle
Dynamic. USA: Society of Automotive Engineers.
11. Hoblet, P. a. (2003). Scale-Model Vehicle Analysis
for the Design of a Steering Controller. American
control Conference , 50-62.
12. Jason, M. (2004). www.optimumg.com. Retrieved
September2010,from
http://www.optimumg.com/OptimumGWebSite/Do
cuments/TechTips/TireComparison.pdf
13. Jazar, N. (2008). Vehicle Dynamics:Theory and
Application. USA: Springer Publication.
14. Kawamura, K. (2000). Development of a High
Voltage Sensor Using a Piezoelectric Transducer
and a Strain Gage.
15. Kiencke, U and Nielsen,L. (2005). Automotive
Control System. Germany: Springer Publication.

Potrebbero piacerti anche