SlideShare a Scribd company logo
Project Report
on
Modelling Planar Vehicle Dynamics using Bicycle model
Vehicle Dynamics - I
Winter – 2017
Detroit, MI
Under guidance of: Made by:
Dr. Valery Pylypchuk Akshay Mistri
Access ID: GF6919
Page 2 of 16
CONTENTS
Page No.
1 Introduction 3 - 6
1.1 Equations of Motion 3 - 5
1.1.1 Inputs/Outputs of Project 3
1.1.2 Equations for Linear case 4
1.1.3 Equations for Non-Linear case 5
1.2 Understeer Coefficient 5
1.3 Lateral Acceleration Gain 6
2 Result Validation of the Baseline Model 6 - 7
2.1 Inputs Given 6
2.2 Outputs Obtained 7
3 Results Obtained 8 - 12
3.1 Variation of Lateral Tire Forces with Side Slip Angles 8
3.2 Variation of Lateral Acceleration Gain with Time 8 – 10
3.2.1 Outputs 9
3.2.2 Inputs Taken 9 – 10
3.3 Understeer Coefficient 10
3.4 Dynamic States, Linear vs Non-Linear 11
3.4.1 Velocities in x-coordinate axis 11
3.4.2 Velocities in y-coordinate axis 11
3.4.3 Yaw rates in x-y Plane 12
3.4.4 Yaw Angle in x-y Plane 12
4 Simulink Model 13 – 16
4.1 Linear Vehicle Model – 1 13
4.2 Linear Vehicle Model – 2 & Non-Linear Vehicle Model 13
4.3 Dynamic States 14
4.4 Lateral Acceleration Gain Block 14 - 15
4.5 Understeer Coefficient Block 15 - 16
Page 3 of 16
1. INTRODUCTION
1.1 Equations of Motion
Bicycle model is the simplest model to interpret dynamics of a vehicle. Due to
symmetricity, the two wheels on the front and rear are combined, resulting into a
better model for understand the side slip angles and tire forces.
Linear Model consists of a linear relationship between the side slip angle and lateral
tire force. Whereas, the Non-linear model has a non-linear relationship for the two.
Fig.1 Bicycle Model
1.1.1 Inputs/Outputs of Project
Inputs:
1. Front wheel torque, 𝑄 𝑓 [N-m]
2. Rear wheel torque, 𝑄 𝑟 [N-m]
3. Front wheel steer angle, 𝛿𝑓 [rad]
4. Rear wheel steer angle, 𝛿 𝑟 [rad] (taken 0 in our case)
Outputs: (or the Dynamics States)
1. Velocity in x-coordinate axis, 𝑉𝑥 [m/sec]
2. Velocity in y-coordinate axis, 𝑉𝑦 [m/sec]
Page 4 of 16
3. Yaw rate in x-y plane, r [rad/sec]
4. Yaw angle, ψ [rad]
Symbols Used:
𝐹𝑥𝑓: Reaction force from ground to front tire in x-direction [N]
𝐹𝑥𝑟: Reaction force from ground to rear tire in x-direction [N]
𝑅𝑓𝑒: Effective radii of the front tire (𝑅𝑓𝑒=0.32 m)
𝑅 𝑟𝑒: Effective radii of the rear tire (𝑅 𝑟𝑒=0.32 m)
𝐹𝑦𝑓: Lateral force (y-direction) on front tire [N]
𝐹𝑦𝑟: Lateral force (y-direction) on rear tire [N]
𝐶 𝛼𝑓: Cornering stiffness of front tire [76666 N/rad]
𝐶 𝛼𝑟: Cornering stiffness of rear tire [186300 N/rad]
a: Is the distance between Centre of Gravity (CG) of vehicle and the centre of
front tire. (a = 1.65 m).
b: Is the distance between Centre of Gravity (CG) of vehicle and the centre of
rear tire. (b = 1.37 m).
L: Wheelbase [a + b = 3.02 m]
m: Mass of the vehicle [3090 𝐾𝑔]
𝐼 𝑍𝑍: Moment of inertia of vehicle about z-coordinate axis. [5980 𝐾𝑔. 𝑚2
]
1.1.2 Equations for linear case:
1. 𝐹𝑥𝑓 =
𝑄 𝑓
𝑅𝑓𝑒
⁄
2. 𝐹𝑥𝑟 =
𝑄 𝑟
𝑅 𝑟𝑒
⁄
3. 𝐹𝑦𝑓 = 𝐶 𝛼𝑓 ( 𝛿 𝑓 −
𝑉 𝑦 + 𝑟.𝑎
𝑉 𝑥
)
4. 𝐹𝑦𝑟 = − 𝐶 𝛼𝑟 (
𝑉 𝑦 − 𝑟.𝑏
𝑉 𝑥
)
5. 𝑚(𝑉𝑥
̇ − 𝑟𝑉𝑦 ) = 𝐹𝑥𝑓 cos 𝛿 𝑓 − 𝐹𝑦𝑓 sin 𝛿 𝑓 + 𝐹𝑥𝑟
6. 𝑚(𝑉𝑦
̇ + 𝑟𝑉𝑥 ) = 𝐹𝑥𝑓 sin 𝛿 𝑓 − 𝐹𝑦𝑓 cos 𝛿 𝑓 + 𝐹𝑦𝑟
Page 5 of 16
7. 𝐼 𝑍𝑍 𝑟̇ = 𝑎 (𝐹𝑥𝑓 sin 𝛿 𝑓 − 𝐹𝑦𝑓 cos 𝛿 𝑓) − 𝑏. 𝐹𝑦𝑟
1.1.3 Equations for Non-Linear case: Equations 3 and 4 are replaced by equations
3a and 4a given below.
• Equation 3a: 𝐹𝑦𝑓 = 𝐴. sin [ 𝐵. tan−1
(
𝐶 𝛼𝑓. 𝛼 𝑓
𝐴𝐵
⁄ )]
• Equation 3b: 𝐹𝑦𝑟 = 𝐴. sin [ 𝐵. tan−1
(
𝐶 𝛼𝑟. 𝛼 𝑟
𝐴𝐵
⁄ )]
Where,
▪ 𝐴 = 𝜇. 𝐹𝑧𝑓 or 𝜇. 𝐹𝑧𝑟 respectively for 𝐹𝑦𝑓 and 𝐹𝑦𝑟.
& 𝐹𝑧𝑓 =
𝑏𝑚𝑔
𝐿
⁄ 𝐹𝑧𝑟 =
𝑎𝑚𝑔
𝐿⁄ .
▪ B = 2
▪ 𝛼 𝑓 = (𝛿𝑓 −
𝑉𝑦 + 𝑟.𝑎
𝑉𝑥
)
▪ 𝛼 𝑟 = − (
𝑉 𝑦 − 𝑟.𝑏
𝑉 𝑥
)
1.2 Understeer Coefficient: [𝐾 𝑈𝑆]
The understeer coefficient was calculated using two vehicle models running at front
steering angles which differ by a small value while the wheel torques were kept same
for both.
𝛿𝑓_1 : 0.09 radians for first linear vehicle model
𝛿𝑓_2 : 0.1 radians for second linear vehicle model
𝑄 𝑓_1 & 𝑄 𝑓_2: 100 N-m torque on front wheels for both models
𝑄 𝑟_1 & 𝑄 𝑟_2: 0 N-m torque on rear wheels for both models
For finding the understeer coefficient the following equation was used,
𝐾 𝑈𝑆 = 𝑔.
∆ 𝛿 𝑓
∆ 𝑎 𝑦
⁄ −
𝑔. 𝐿
𝑉2⁄
Where 𝑎 𝑦 = 𝑉𝑦
̇ + 𝑟. 𝑉𝑥 &
𝑉 = (𝑉1 + 𝑉2)/2, 𝑉1 & 𝑉2 being the absolute velocities of the two vehicles
Page 6 of 16
1.3 Lateral Acceleration Gain [Gacc]: It is found from both sides of the equation and
plotted versus time.
𝐺 𝑎𝑐𝑐 =
𝑎 𝑦
𝑔⁄
𝛿𝑓
= (
𝑉𝑥
2
𝑔. 𝐿 + 𝑉𝑥
2
. 𝐾 𝑈𝑆
)
2. RESULTS FOR THE VALIDATION OF THE BASELINE MODEL
2.1 Inputs:
Front steer
Angle, 𝛿𝑓 [rad]
Rear Steer
Angle, 𝛿 𝑟 [rad]
Front wheel
Torque, 𝑄 𝑓 [N-m]
Rear wheel
Torque, 𝑄 𝑟 [N-m]
Time [seconds]
Page 7 of 16
2.2 Outputs Obtained:
Hence, the outputs obtained are desirable and the baseline model is validated.
Page 8 of 16
3. RESULTS OBTAINED
3.1 Variation of Lateral Tire Force with Side Slip Angle
The first thing to observe is the variation of lateral tire forces with side slip angles for
linear and non-linear case. It is quite evident that in the first two linear models the
variation is linear and for the non-linear it is linear at the first but as side slip angle
increases the variation is non-linear.
3. 2 Lateral Acceleration Gain [Gacc] vs Time: is found from both sides the equation
𝐺 𝑎𝑐𝑐 =
𝑎 𝑦
𝑔⁄
𝛿𝑓
= (
𝑉𝑥
2
𝑔. 𝐿 + 𝑉𝑥
2
. 𝐾 𝑈𝑆
)
Page 9 of 16
3.2.1 Output:
Thus, graph from the right-hand side of the equation, shown in blue, is approximately
a straight line due to its theoretical nature. While the graph from the left-hand side of
the equation shows the dynamics behaviour due to change of steering angle. Initially,
the gain is huge (negative) due to sudden change in steer angle. Gradually it coincides
with the other curve due to constant steering angle. This explanation can also be
verified through the inputs which were kept as follows:
3.2.2 Inputs taken: Input 1: 𝛿𝑓
(
𝑉𝑥
2
𝑔. 𝐿 + 𝑉𝑥
2
. 𝐾 𝑈𝑆
)
𝑎 𝑦
𝑔⁄
𝛿𝑓
Page 10 of 16
Input 2: 𝐹𝑥𝑓
Input 3: 𝐹𝑥𝑟 = 0 Input 4: 𝛿 𝑟 = 0
3.3 Understeer Coefficient: 𝑲 𝑼𝑺
To find the understeer coefficient two linear vehicle models were taken into
consideration with:
a. Same input torque 𝑄 𝑓 [32 N-m] for the front wheels &
b. Different front wheel steering angles 𝛿𝑓 [0.09 & 0.1 radians] for the two.
The understeer coefficient Kus was found to be varying in the small range of 0.03
which can show that it is almost constant.
𝑲 𝑼𝑺
Page 11 of 16
3.4 Dynamic States, Linear vs Non-Linear
3.4.1. Velocities in x-coordinate axis: 𝑉𝑥 Linear & Non-Linear.
3.4.2 Velocities in y-coordinate axis: 𝑉𝑦 Linear & Non-Linear
These velocities clearly show the differences due to non-linear side slips. Variation in
non-linear case is more realistic in the end as shown.
Page 12 of 16
3.4.3 Yaw rates: r Linear & Non-Linear
3.4.4 Yaw Angle: ψ Linear & Non-Linear
Note: These outputs were obtained keeping:
a) Front Steer Angle 𝛿 𝑟 = −0.2 𝑡𝑜 0.2 for both linear and non-linear model.
b) Front Wheel Torque 𝑄 𝑓 = 2200 𝑁 − 𝑚 for both models.
Page 13 of 16
4. SIMULINK MODEL
4.1 Linear Vehicle Model-1: ‘Linear Vehicle 1’ receives input from Block ‘Inputs 1’
and gives Lateral acceleration gain and Understeer Coefficient.
4.2 Linear Vehicle-2 & Non-Linear Vehicle: While ‘Vehicle 2’ & ‘Non-Linear
Vehicle’ gets inputs from block ‘Inputs 2’ as shown below.
Page 14 of 16
4.3 Dynamic States Comparison: For comparing variations in Linear vs Non-Linear
case outputs from ‘Linear Vehicle 2’ and ‘Non-Linear Vehicle’ are compared using
the block shown below.
Note: Dynamic State with suffix ‘_2’ are of linear vehicle – 2 model and the others
are from non-linear case.
4.4 Lateral Acceleration Gain Block:
It is calculated using the formula: 𝐺 𝑎𝑐𝑐 =
𝑎 𝑦
𝑔⁄
𝛿 𝑓
= (
𝑉𝑥
2
𝑔.𝐿+𝑉𝑥
2
. 𝐾 𝑈𝑆
)
Page 15 of 16
Note: The suffix ‘_1’ below shows that the outputs of Linear Vehicle – 1 are taken into
consideration.
LHS of the equation was formulated as follows:
While, RHS of the equation:
4.5 Understeer Coefficient:
Page 16 of 16
For calculating the Understeer coefficient two linear vehicle models were
considered. The following equation was used:
𝐾 𝑈𝑆 = 𝑔.
∆ 𝛿 𝑓
∆ 𝑎 𝑦
⁄ −
𝑔. 𝐿
𝑉2⁄
For calculating 𝑉 (as shown in formula), average of absolute velocities of the two
linear vehicles were taken & it was named as V_avg. (Also, shown below)
Note: suffix ‘_1’ & ‘_2’ represent outputs taken from linear models 1 & 2
respectively.
For 𝑲 𝑼𝑺 :

More Related Content

What's hot

Dynamics of Machines - Unit V-Governors
Dynamics of Machines -  Unit V-GovernorsDynamics of Machines -  Unit V-Governors
Dynamics of Machines - Unit V-GovernorsDr.S.SURESH
 
Chapter 1 introduction to mechanical vibration
Chapter 1 introduction to mechanical vibrationChapter 1 introduction to mechanical vibration
Chapter 1 introduction to mechanical vibrationBahr Alyafei
 
Design of Transmission System- GEAR BOX
Design of Transmission System- GEAR BOXDesign of Transmission System- GEAR BOX
Design of Transmission System- GEAR BOXMohan2405
 
Planetary gear set
Planetary gear setPlanetary gear set
Planetary gear setNizam Anuar
 
ME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTES
ME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTESME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTES
ME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTESASHOK KUMAR RAJENDRAN
 
5.2 gyroscopic effect on bearings
5.2 gyroscopic effect on bearings5.2 gyroscopic effect on bearings
5.2 gyroscopic effect on bearingsKiran Wakchaure
 
Torsional vibrations
Torsional  vibrationsTorsional  vibrations
Torsional vibrationsM.D.Raj Kamal
 
Types of Dynamometers
Types of DynamometersTypes of Dynamometers
Types of DynamometersHarsh Pathak
 
Vibration and frequency measuring instruments
Vibration and frequency measuring instrumentsVibration and frequency measuring instruments
Vibration and frequency measuring instrumentsPrashant thakur
 
Unit 4 Forced Vibration
Unit 4 Forced VibrationUnit 4 Forced Vibration
Unit 4 Forced VibrationParrthipan B K
 
12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare
12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare
12 Speed Gear Box Theory Notes by Prof. Sagar DhotareSagar Dhotare
 
12. Design of Machine Elements -Belt drive.pptx
12. Design of Machine Elements -Belt drive.pptx12. Design of Machine Elements -Belt drive.pptx
12. Design of Machine Elements -Belt drive.pptxPraveen Kumar
 
Ansys Workbench-Chapter03
Ansys Workbench-Chapter03Ansys Workbench-Chapter03
Ansys Workbench-Chapter03Bui Vinh
 
Module 4 gear trains
Module 4 gear trainsModule 4 gear trains
Module 4 gear trainstaruian
 

What's hot (20)

Dynamics of Machines - Unit V-Governors
Dynamics of Machines -  Unit V-GovernorsDynamics of Machines -  Unit V-Governors
Dynamics of Machines - Unit V-Governors
 
Spur gears
Spur gearsSpur gears
Spur gears
 
Chapter 1 introduction to mechanical vibration
Chapter 1 introduction to mechanical vibrationChapter 1 introduction to mechanical vibration
Chapter 1 introduction to mechanical vibration
 
Balancing of reciprocating masses
Balancing of reciprocating massesBalancing of reciprocating masses
Balancing of reciprocating masses
 
Design of Transmission System- GEAR BOX
Design of Transmission System- GEAR BOXDesign of Transmission System- GEAR BOX
Design of Transmission System- GEAR BOX
 
Planetary gear set
Planetary gear setPlanetary gear set
Planetary gear set
 
ME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTES
ME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTESME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTES
ME6503 - DESIGN OF MACHINE ELEMENTS UNIT - V NOTES
 
5.2 gyroscopic effect on bearings
5.2 gyroscopic effect on bearings5.2 gyroscopic effect on bearings
5.2 gyroscopic effect on bearings
 
Torsional vibrations
Torsional  vibrationsTorsional  vibrations
Torsional vibrations
 
Types of Dynamometers
Types of DynamometersTypes of Dynamometers
Types of Dynamometers
 
Balancing of rotating masses
Balancing of rotating massesBalancing of rotating masses
Balancing of rotating masses
 
Flywheel
FlywheelFlywheel
Flywheel
 
Vibration and frequency measuring instruments
Vibration and frequency measuring instrumentsVibration and frequency measuring instruments
Vibration and frequency measuring instruments
 
Unit 4 Forced Vibration
Unit 4 Forced VibrationUnit 4 Forced Vibration
Unit 4 Forced Vibration
 
Dynamometers
DynamometersDynamometers
Dynamometers
 
12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare
12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare
12 Speed Gear Box Theory Notes by Prof. Sagar Dhotare
 
Unit 3 Free vibration
Unit 3 Free vibrationUnit 3 Free vibration
Unit 3 Free vibration
 
12. Design of Machine Elements -Belt drive.pptx
12. Design of Machine Elements -Belt drive.pptx12. Design of Machine Elements -Belt drive.pptx
12. Design of Machine Elements -Belt drive.pptx
 
Ansys Workbench-Chapter03
Ansys Workbench-Chapter03Ansys Workbench-Chapter03
Ansys Workbench-Chapter03
 
Module 4 gear trains
Module 4 gear trainsModule 4 gear trains
Module 4 gear trains
 

Similar to Modelling Planar Vehicle Dynamics using Bicycle Model

01 Mecanum Project Report
01 Mecanum Project Report01 Mecanum Project Report
01 Mecanum Project ReportDan Fisher
 
Stability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle ModelStability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle Modelsaeid ghaffari
 
Integrated inerter design and application
Integrated inerter design and applicationIntegrated inerter design and application
Integrated inerter design and applicationijcax
 
THE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLE
THE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLETHE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLE
THE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLEIAEME Publication
 
Active car steering control
Active car steering controlActive car steering control
Active car steering controluzeyir varli
 
3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS
3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS
3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESISTakshil Gajjar
 
A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02IJERA Editor
 
Mathematical Modeling and Design of a Rack and Pinion Steering Mechanism
Mathematical Modeling and Design of a Rack and Pinion Steering MechanismMathematical Modeling and Design of a Rack and Pinion Steering Mechanism
Mathematical Modeling and Design of a Rack and Pinion Steering MechanismIRJET Journal
 
IRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVE
IRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVEIRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVE
IRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVEIRJET Journal
 
suspension system project report
suspension system project reportsuspension system project report
suspension system project reportUET Taxila
 
Design of recumbent elliptical trainer
Design of  recumbent elliptical trainerDesign of  recumbent elliptical trainer
Design of recumbent elliptical trainerdaveson700
 
Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...
Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...
Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...yarmohammadisadegh
 
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEMINTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEMijcax
 
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEMINTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEMijcax
 
Transient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fanTransient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fanLahiru Dilshan
 
Topology Optimization of Gears from Two Wheeler Gear Set Using Parametric Study
Topology Optimization of Gears from Two Wheeler Gear Set Using Parametric StudyTopology Optimization of Gears from Two Wheeler Gear Set Using Parametric Study
Topology Optimization of Gears from Two Wheeler Gear Set Using Parametric StudyIOSRJMCE
 

Similar to Modelling Planar Vehicle Dynamics using Bicycle Model (20)

01 Mecanum Project Report
01 Mecanum Project Report01 Mecanum Project Report
01 Mecanum Project Report
 
Stability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle ModelStability analysis of a Rigid Vehicle Model
Stability analysis of a Rigid Vehicle Model
 
Integrated inerter design and application
Integrated inerter design and applicationIntegrated inerter design and application
Integrated inerter design and application
 
THE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLE
THE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLETHE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLE
THE INFLUENCE OF DRIVING AXLE LOCATION ON THE LATERAL FORCE OF VEHICLE
 
Active car steering control
Active car steering controlActive car steering control
Active car steering control
 
Ijmet 06 10_013
Ijmet 06 10_013Ijmet 06 10_013
Ijmet 06 10_013
 
3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS
3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS
3131906 - GRAPHICAL AND ANALYTICAL LINKAGE SYNTHESIS
 
A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02A New Method For Solving Kinematics Model Of An RA-02
A New Method For Solving Kinematics Model Of An RA-02
 
D05532531
D05532531D05532531
D05532531
 
Mathematical Modeling and Design of a Rack and Pinion Steering Mechanism
Mathematical Modeling and Design of a Rack and Pinion Steering MechanismMathematical Modeling and Design of a Rack and Pinion Steering Mechanism
Mathematical Modeling and Design of a Rack and Pinion Steering Mechanism
 
IRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVE
IRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVEIRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVE
IRJET- Analyzing Vehicle Handling using BICYCLE MODEL in MATLAB/OCTAVE
 
suspension system project report
suspension system project reportsuspension system project report
suspension system project report
 
Design of recumbent elliptical trainer
Design of  recumbent elliptical trainerDesign of  recumbent elliptical trainer
Design of recumbent elliptical trainer
 
Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...
Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...
Optimum Design of 1st Gear Ratio for 4WD Vehicles Based on Vehicle Dynamic Be...
 
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEMINTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
 
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEMINTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
INTEGRATED INERTER DESIGN AND APPLICATION TO OPTIMAL VEHICLE SUSPENSION SYSTEM
 
Transient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fanTransient three dimensional cfd modelling of ceilng fan
Transient three dimensional cfd modelling of ceilng fan
 
Topology Optimization of Gears from Two Wheeler Gear Set Using Parametric Study
Topology Optimization of Gears from Two Wheeler Gear Set Using Parametric StudyTopology Optimization of Gears from Two Wheeler Gear Set Using Parametric Study
Topology Optimization of Gears from Two Wheeler Gear Set Using Parametric Study
 
[IJET-V1I6P7] Authors: Galal Ali Hassaan
[IJET-V1I6P7] Authors: Galal Ali Hassaan[IJET-V1I6P7] Authors: Galal Ali Hassaan
[IJET-V1I6P7] Authors: Galal Ali Hassaan
 
Microsoft word paper.op
Microsoft word   paper.opMicrosoft word   paper.op
Microsoft word paper.op
 

More from Akshay Mistri

Understanding optistruct & LS-Dyna files using text editor
Understanding optistruct & LS-Dyna files using text editorUnderstanding optistruct & LS-Dyna files using text editor
Understanding optistruct & LS-Dyna files using text editorAkshay Mistri
 
Everything About Seat-belts
Everything About Seat-beltsEverything About Seat-belts
Everything About Seat-beltsAkshay Mistri
 
Mechanical Joints in LS-Dyna for Explicit Analysis
Mechanical Joints in LS-Dyna for Explicit AnalysisMechanical Joints in LS-Dyna for Explicit Analysis
Mechanical Joints in LS-Dyna for Explicit AnalysisAkshay Mistri
 
Automation in Hypermesh
Automation in HypermeshAutomation in Hypermesh
Automation in HypermeshAkshay Mistri
 
HIII Headform Calibration Test
HIII Headform Calibration TestHIII Headform Calibration Test
HIII Headform Calibration TestAkshay Mistri
 
Effects of Occupant Protection Design Parameters in Sled Testing
Effects of Occupant Protection Design Parameters in Sled TestingEffects of Occupant Protection Design Parameters in Sled Testing
Effects of Occupant Protection Design Parameters in Sled TestingAkshay Mistri
 
Structural Analysis of Toyota RAV4 and its Convertible version
Structural Analysis of Toyota RAV4 and its Convertible versionStructural Analysis of Toyota RAV4 and its Convertible version
Structural Analysis of Toyota RAV4 and its Convertible versionAkshay Mistri
 
Global Human Body Model Consortium (GHBMC) Head Model Validation
Global Human Body Model Consortium (GHBMC) Head Model ValidationGlobal Human Body Model Consortium (GHBMC) Head Model Validation
Global Human Body Model Consortium (GHBMC) Head Model ValidationAkshay Mistri
 
Setting up a crash simulation in LS-Dyna
Setting up a crash simulation in LS-DynaSetting up a crash simulation in LS-Dyna
Setting up a crash simulation in LS-DynaAkshay Mistri
 
Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)
Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)
Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)Akshay Mistri
 
Buckling Frequencies for Beams in Hypermesh
Buckling Frequencies for Beams in HypermeshBuckling Frequencies for Beams in Hypermesh
Buckling Frequencies for Beams in HypermeshAkshay Mistri
 
Truss Analysis (Mechanics vs. Hypermesh)
Truss Analysis (Mechanics vs. Hypermesh)Truss Analysis (Mechanics vs. Hypermesh)
Truss Analysis (Mechanics vs. Hypermesh)Akshay Mistri
 
Solar Powered Field Utility Vehicle
Solar Powered Field Utility VehicleSolar Powered Field Utility Vehicle
Solar Powered Field Utility VehicleAkshay Mistri
 
Natural Frequencies and Mode shape vectors for 10 Mass-Spring system
Natural Frequencies and Mode shape vectors for 10 Mass-Spring systemNatural Frequencies and Mode shape vectors for 10 Mass-Spring system
Natural Frequencies and Mode shape vectors for 10 Mass-Spring systemAkshay Mistri
 
Analysing simple pendulum using matlab
Analysing simple pendulum using matlabAnalysing simple pendulum using matlab
Analysing simple pendulum using matlabAkshay Mistri
 
PPT.3 Starting with hypermesh – Static Load Application and Analysis
PPT.3 Starting with hypermesh – Static Load Application and AnalysisPPT.3 Starting with hypermesh – Static Load Application and Analysis
PPT.3 Starting with hypermesh – Static Load Application and AnalysisAkshay Mistri
 
PPT-2 Starting with hypermesh - Meshing
PPT-2 Starting with hypermesh - MeshingPPT-2 Starting with hypermesh - Meshing
PPT-2 Starting with hypermesh - MeshingAkshay Mistri
 
PPT-1 Starting with Hypermesh
PPT-1 Starting with HypermeshPPT-1 Starting with Hypermesh
PPT-1 Starting with HypermeshAkshay Mistri
 
Drive wheel motor torque calculations
Drive wheel motor torque calculationsDrive wheel motor torque calculations
Drive wheel motor torque calculationsAkshay Mistri
 

More from Akshay Mistri (20)

Understanding optistruct & LS-Dyna files using text editor
Understanding optistruct & LS-Dyna files using text editorUnderstanding optistruct & LS-Dyna files using text editor
Understanding optistruct & LS-Dyna files using text editor
 
Theories of failure
Theories of failureTheories of failure
Theories of failure
 
Everything About Seat-belts
Everything About Seat-beltsEverything About Seat-belts
Everything About Seat-belts
 
Mechanical Joints in LS-Dyna for Explicit Analysis
Mechanical Joints in LS-Dyna for Explicit AnalysisMechanical Joints in LS-Dyna for Explicit Analysis
Mechanical Joints in LS-Dyna for Explicit Analysis
 
Automation in Hypermesh
Automation in HypermeshAutomation in Hypermesh
Automation in Hypermesh
 
HIII Headform Calibration Test
HIII Headform Calibration TestHIII Headform Calibration Test
HIII Headform Calibration Test
 
Effects of Occupant Protection Design Parameters in Sled Testing
Effects of Occupant Protection Design Parameters in Sled TestingEffects of Occupant Protection Design Parameters in Sled Testing
Effects of Occupant Protection Design Parameters in Sled Testing
 
Structural Analysis of Toyota RAV4 and its Convertible version
Structural Analysis of Toyota RAV4 and its Convertible versionStructural Analysis of Toyota RAV4 and its Convertible version
Structural Analysis of Toyota RAV4 and its Convertible version
 
Global Human Body Model Consortium (GHBMC) Head Model Validation
Global Human Body Model Consortium (GHBMC) Head Model ValidationGlobal Human Body Model Consortium (GHBMC) Head Model Validation
Global Human Body Model Consortium (GHBMC) Head Model Validation
 
Setting up a crash simulation in LS-Dyna
Setting up a crash simulation in LS-DynaSetting up a crash simulation in LS-Dyna
Setting up a crash simulation in LS-Dyna
 
Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)
Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)
Thermal Analysis in Hypermesh (Conduction, Convention and Thermal Expansion)
 
Buckling Frequencies for Beams in Hypermesh
Buckling Frequencies for Beams in HypermeshBuckling Frequencies for Beams in Hypermesh
Buckling Frequencies for Beams in Hypermesh
 
Truss Analysis (Mechanics vs. Hypermesh)
Truss Analysis (Mechanics vs. Hypermesh)Truss Analysis (Mechanics vs. Hypermesh)
Truss Analysis (Mechanics vs. Hypermesh)
 
Solar Powered Field Utility Vehicle
Solar Powered Field Utility VehicleSolar Powered Field Utility Vehicle
Solar Powered Field Utility Vehicle
 
Natural Frequencies and Mode shape vectors for 10 Mass-Spring system
Natural Frequencies and Mode shape vectors for 10 Mass-Spring systemNatural Frequencies and Mode shape vectors for 10 Mass-Spring system
Natural Frequencies and Mode shape vectors for 10 Mass-Spring system
 
Analysing simple pendulum using matlab
Analysing simple pendulum using matlabAnalysing simple pendulum using matlab
Analysing simple pendulum using matlab
 
PPT.3 Starting with hypermesh – Static Load Application and Analysis
PPT.3 Starting with hypermesh – Static Load Application and AnalysisPPT.3 Starting with hypermesh – Static Load Application and Analysis
PPT.3 Starting with hypermesh – Static Load Application and Analysis
 
PPT-2 Starting with hypermesh - Meshing
PPT-2 Starting with hypermesh - MeshingPPT-2 Starting with hypermesh - Meshing
PPT-2 Starting with hypermesh - Meshing
 
PPT-1 Starting with Hypermesh
PPT-1 Starting with HypermeshPPT-1 Starting with Hypermesh
PPT-1 Starting with Hypermesh
 
Drive wheel motor torque calculations
Drive wheel motor torque calculationsDrive wheel motor torque calculations
Drive wheel motor torque calculations
 

Recently uploaded

Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageRCC Institute of Information Technology
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationDr. Radhey Shyam
 
fluid mechanics gate notes . gate all pyqs answer
fluid mechanics gate notes . gate all pyqs answerfluid mechanics gate notes . gate all pyqs answer
fluid mechanics gate notes . gate all pyqs answerapareshmondalnita
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdfKamal Acharya
 
Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdfKamal Acharya
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...Amil baba
 
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringC Sai Kiran
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacksgerogepatton
 
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and ClusteringKIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and ClusteringDr. Radhey Shyam
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfPipe Restoration Solutions
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdfAhmedHussein950959
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234AafreenAbuthahir2
 
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisIT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisDr. Radhey Shyam
 
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGBRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGKOUSTAV SARKAR
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsAtif Razi
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.PrashantGoswami42
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxR&R Consult
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Krakówbim.edu.pl
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdfKamal Acharya
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf884710SadaqatAli
 

Recently uploaded (20)

Scaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltageScaling in conventional MOSFET for constant electric field and constant voltage
Scaling in conventional MOSFET for constant electric field and constant voltage
 
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and VisualizationKIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
KIT-601 Lecture Notes-UNIT-5.pdf Frame Works and Visualization
 
fluid mechanics gate notes . gate all pyqs answer
fluid mechanics gate notes . gate all pyqs answerfluid mechanics gate notes . gate all pyqs answer
fluid mechanics gate notes . gate all pyqs answer
 
Fruit shop management system project report.pdf
Fruit shop management system project report.pdfFruit shop management system project report.pdf
Fruit shop management system project report.pdf
 
Furniture showroom management system project.pdf
Furniture showroom management system project.pdfFurniture showroom management system project.pdf
Furniture showroom management system project.pdf
 
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
NO1 Pandit Amil Baba In Bahawalpur, Sargodha, Sialkot, Sheikhupura, Rahim Yar...
 
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and ClusteringKIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
KIT-601 Lecture Notes-UNIT-4.pdf Frequent Itemsets and Clustering
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisIT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
 
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWINGBRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
BRAKING SYSTEM IN INDIAN RAILWAY AutoCAD DRAWING
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Kraków
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
 

Modelling Planar Vehicle Dynamics using Bicycle Model

  • 1. Project Report on Modelling Planar Vehicle Dynamics using Bicycle model Vehicle Dynamics - I Winter – 2017 Detroit, MI Under guidance of: Made by: Dr. Valery Pylypchuk Akshay Mistri Access ID: GF6919
  • 2. Page 2 of 16 CONTENTS Page No. 1 Introduction 3 - 6 1.1 Equations of Motion 3 - 5 1.1.1 Inputs/Outputs of Project 3 1.1.2 Equations for Linear case 4 1.1.3 Equations for Non-Linear case 5 1.2 Understeer Coefficient 5 1.3 Lateral Acceleration Gain 6 2 Result Validation of the Baseline Model 6 - 7 2.1 Inputs Given 6 2.2 Outputs Obtained 7 3 Results Obtained 8 - 12 3.1 Variation of Lateral Tire Forces with Side Slip Angles 8 3.2 Variation of Lateral Acceleration Gain with Time 8 – 10 3.2.1 Outputs 9 3.2.2 Inputs Taken 9 – 10 3.3 Understeer Coefficient 10 3.4 Dynamic States, Linear vs Non-Linear 11 3.4.1 Velocities in x-coordinate axis 11 3.4.2 Velocities in y-coordinate axis 11 3.4.3 Yaw rates in x-y Plane 12 3.4.4 Yaw Angle in x-y Plane 12 4 Simulink Model 13 – 16 4.1 Linear Vehicle Model – 1 13 4.2 Linear Vehicle Model – 2 & Non-Linear Vehicle Model 13 4.3 Dynamic States 14 4.4 Lateral Acceleration Gain Block 14 - 15 4.5 Understeer Coefficient Block 15 - 16
  • 3. Page 3 of 16 1. INTRODUCTION 1.1 Equations of Motion Bicycle model is the simplest model to interpret dynamics of a vehicle. Due to symmetricity, the two wheels on the front and rear are combined, resulting into a better model for understand the side slip angles and tire forces. Linear Model consists of a linear relationship between the side slip angle and lateral tire force. Whereas, the Non-linear model has a non-linear relationship for the two. Fig.1 Bicycle Model 1.1.1 Inputs/Outputs of Project Inputs: 1. Front wheel torque, 𝑄 𝑓 [N-m] 2. Rear wheel torque, 𝑄 𝑟 [N-m] 3. Front wheel steer angle, 𝛿𝑓 [rad] 4. Rear wheel steer angle, 𝛿 𝑟 [rad] (taken 0 in our case) Outputs: (or the Dynamics States) 1. Velocity in x-coordinate axis, 𝑉𝑥 [m/sec] 2. Velocity in y-coordinate axis, 𝑉𝑦 [m/sec]
  • 4. Page 4 of 16 3. Yaw rate in x-y plane, r [rad/sec] 4. Yaw angle, ψ [rad] Symbols Used: 𝐹𝑥𝑓: Reaction force from ground to front tire in x-direction [N] 𝐹𝑥𝑟: Reaction force from ground to rear tire in x-direction [N] 𝑅𝑓𝑒: Effective radii of the front tire (𝑅𝑓𝑒=0.32 m) 𝑅 𝑟𝑒: Effective radii of the rear tire (𝑅 𝑟𝑒=0.32 m) 𝐹𝑦𝑓: Lateral force (y-direction) on front tire [N] 𝐹𝑦𝑟: Lateral force (y-direction) on rear tire [N] 𝐶 𝛼𝑓: Cornering stiffness of front tire [76666 N/rad] 𝐶 𝛼𝑟: Cornering stiffness of rear tire [186300 N/rad] a: Is the distance between Centre of Gravity (CG) of vehicle and the centre of front tire. (a = 1.65 m). b: Is the distance between Centre of Gravity (CG) of vehicle and the centre of rear tire. (b = 1.37 m). L: Wheelbase [a + b = 3.02 m] m: Mass of the vehicle [3090 𝐾𝑔] 𝐼 𝑍𝑍: Moment of inertia of vehicle about z-coordinate axis. [5980 𝐾𝑔. 𝑚2 ] 1.1.2 Equations for linear case: 1. 𝐹𝑥𝑓 = 𝑄 𝑓 𝑅𝑓𝑒 ⁄ 2. 𝐹𝑥𝑟 = 𝑄 𝑟 𝑅 𝑟𝑒 ⁄ 3. 𝐹𝑦𝑓 = 𝐶 𝛼𝑓 ( 𝛿 𝑓 − 𝑉 𝑦 + 𝑟.𝑎 𝑉 𝑥 ) 4. 𝐹𝑦𝑟 = − 𝐶 𝛼𝑟 ( 𝑉 𝑦 − 𝑟.𝑏 𝑉 𝑥 ) 5. 𝑚(𝑉𝑥 ̇ − 𝑟𝑉𝑦 ) = 𝐹𝑥𝑓 cos 𝛿 𝑓 − 𝐹𝑦𝑓 sin 𝛿 𝑓 + 𝐹𝑥𝑟 6. 𝑚(𝑉𝑦 ̇ + 𝑟𝑉𝑥 ) = 𝐹𝑥𝑓 sin 𝛿 𝑓 − 𝐹𝑦𝑓 cos 𝛿 𝑓 + 𝐹𝑦𝑟
  • 5. Page 5 of 16 7. 𝐼 𝑍𝑍 𝑟̇ = 𝑎 (𝐹𝑥𝑓 sin 𝛿 𝑓 − 𝐹𝑦𝑓 cos 𝛿 𝑓) − 𝑏. 𝐹𝑦𝑟 1.1.3 Equations for Non-Linear case: Equations 3 and 4 are replaced by equations 3a and 4a given below. • Equation 3a: 𝐹𝑦𝑓 = 𝐴. sin [ 𝐵. tan−1 ( 𝐶 𝛼𝑓. 𝛼 𝑓 𝐴𝐵 ⁄ )] • Equation 3b: 𝐹𝑦𝑟 = 𝐴. sin [ 𝐵. tan−1 ( 𝐶 𝛼𝑟. 𝛼 𝑟 𝐴𝐵 ⁄ )] Where, ▪ 𝐴 = 𝜇. 𝐹𝑧𝑓 or 𝜇. 𝐹𝑧𝑟 respectively for 𝐹𝑦𝑓 and 𝐹𝑦𝑟. & 𝐹𝑧𝑓 = 𝑏𝑚𝑔 𝐿 ⁄ 𝐹𝑧𝑟 = 𝑎𝑚𝑔 𝐿⁄ . ▪ B = 2 ▪ 𝛼 𝑓 = (𝛿𝑓 − 𝑉𝑦 + 𝑟.𝑎 𝑉𝑥 ) ▪ 𝛼 𝑟 = − ( 𝑉 𝑦 − 𝑟.𝑏 𝑉 𝑥 ) 1.2 Understeer Coefficient: [𝐾 𝑈𝑆] The understeer coefficient was calculated using two vehicle models running at front steering angles which differ by a small value while the wheel torques were kept same for both. 𝛿𝑓_1 : 0.09 radians for first linear vehicle model 𝛿𝑓_2 : 0.1 radians for second linear vehicle model 𝑄 𝑓_1 & 𝑄 𝑓_2: 100 N-m torque on front wheels for both models 𝑄 𝑟_1 & 𝑄 𝑟_2: 0 N-m torque on rear wheels for both models For finding the understeer coefficient the following equation was used, 𝐾 𝑈𝑆 = 𝑔. ∆ 𝛿 𝑓 ∆ 𝑎 𝑦 ⁄ − 𝑔. 𝐿 𝑉2⁄ Where 𝑎 𝑦 = 𝑉𝑦 ̇ + 𝑟. 𝑉𝑥 & 𝑉 = (𝑉1 + 𝑉2)/2, 𝑉1 & 𝑉2 being the absolute velocities of the two vehicles
  • 6. Page 6 of 16 1.3 Lateral Acceleration Gain [Gacc]: It is found from both sides of the equation and plotted versus time. 𝐺 𝑎𝑐𝑐 = 𝑎 𝑦 𝑔⁄ 𝛿𝑓 = ( 𝑉𝑥 2 𝑔. 𝐿 + 𝑉𝑥 2 . 𝐾 𝑈𝑆 ) 2. RESULTS FOR THE VALIDATION OF THE BASELINE MODEL 2.1 Inputs: Front steer Angle, 𝛿𝑓 [rad] Rear Steer Angle, 𝛿 𝑟 [rad] Front wheel Torque, 𝑄 𝑓 [N-m] Rear wheel Torque, 𝑄 𝑟 [N-m] Time [seconds]
  • 7. Page 7 of 16 2.2 Outputs Obtained: Hence, the outputs obtained are desirable and the baseline model is validated.
  • 8. Page 8 of 16 3. RESULTS OBTAINED 3.1 Variation of Lateral Tire Force with Side Slip Angle The first thing to observe is the variation of lateral tire forces with side slip angles for linear and non-linear case. It is quite evident that in the first two linear models the variation is linear and for the non-linear it is linear at the first but as side slip angle increases the variation is non-linear. 3. 2 Lateral Acceleration Gain [Gacc] vs Time: is found from both sides the equation 𝐺 𝑎𝑐𝑐 = 𝑎 𝑦 𝑔⁄ 𝛿𝑓 = ( 𝑉𝑥 2 𝑔. 𝐿 + 𝑉𝑥 2 . 𝐾 𝑈𝑆 )
  • 9. Page 9 of 16 3.2.1 Output: Thus, graph from the right-hand side of the equation, shown in blue, is approximately a straight line due to its theoretical nature. While the graph from the left-hand side of the equation shows the dynamics behaviour due to change of steering angle. Initially, the gain is huge (negative) due to sudden change in steer angle. Gradually it coincides with the other curve due to constant steering angle. This explanation can also be verified through the inputs which were kept as follows: 3.2.2 Inputs taken: Input 1: 𝛿𝑓 ( 𝑉𝑥 2 𝑔. 𝐿 + 𝑉𝑥 2 . 𝐾 𝑈𝑆 ) 𝑎 𝑦 𝑔⁄ 𝛿𝑓
  • 10. Page 10 of 16 Input 2: 𝐹𝑥𝑓 Input 3: 𝐹𝑥𝑟 = 0 Input 4: 𝛿 𝑟 = 0 3.3 Understeer Coefficient: 𝑲 𝑼𝑺 To find the understeer coefficient two linear vehicle models were taken into consideration with: a. Same input torque 𝑄 𝑓 [32 N-m] for the front wheels & b. Different front wheel steering angles 𝛿𝑓 [0.09 & 0.1 radians] for the two. The understeer coefficient Kus was found to be varying in the small range of 0.03 which can show that it is almost constant. 𝑲 𝑼𝑺
  • 11. Page 11 of 16 3.4 Dynamic States, Linear vs Non-Linear 3.4.1. Velocities in x-coordinate axis: 𝑉𝑥 Linear & Non-Linear. 3.4.2 Velocities in y-coordinate axis: 𝑉𝑦 Linear & Non-Linear These velocities clearly show the differences due to non-linear side slips. Variation in non-linear case is more realistic in the end as shown.
  • 12. Page 12 of 16 3.4.3 Yaw rates: r Linear & Non-Linear 3.4.4 Yaw Angle: ψ Linear & Non-Linear Note: These outputs were obtained keeping: a) Front Steer Angle 𝛿 𝑟 = −0.2 𝑡𝑜 0.2 for both linear and non-linear model. b) Front Wheel Torque 𝑄 𝑓 = 2200 𝑁 − 𝑚 for both models.
  • 13. Page 13 of 16 4. SIMULINK MODEL 4.1 Linear Vehicle Model-1: ‘Linear Vehicle 1’ receives input from Block ‘Inputs 1’ and gives Lateral acceleration gain and Understeer Coefficient. 4.2 Linear Vehicle-2 & Non-Linear Vehicle: While ‘Vehicle 2’ & ‘Non-Linear Vehicle’ gets inputs from block ‘Inputs 2’ as shown below.
  • 14. Page 14 of 16 4.3 Dynamic States Comparison: For comparing variations in Linear vs Non-Linear case outputs from ‘Linear Vehicle 2’ and ‘Non-Linear Vehicle’ are compared using the block shown below. Note: Dynamic State with suffix ‘_2’ are of linear vehicle – 2 model and the others are from non-linear case. 4.4 Lateral Acceleration Gain Block: It is calculated using the formula: 𝐺 𝑎𝑐𝑐 = 𝑎 𝑦 𝑔⁄ 𝛿 𝑓 = ( 𝑉𝑥 2 𝑔.𝐿+𝑉𝑥 2 . 𝐾 𝑈𝑆 )
  • 15. Page 15 of 16 Note: The suffix ‘_1’ below shows that the outputs of Linear Vehicle – 1 are taken into consideration. LHS of the equation was formulated as follows: While, RHS of the equation: 4.5 Understeer Coefficient:
  • 16. Page 16 of 16 For calculating the Understeer coefficient two linear vehicle models were considered. The following equation was used: 𝐾 𝑈𝑆 = 𝑔. ∆ 𝛿 𝑓 ∆ 𝑎 𝑦 ⁄ − 𝑔. 𝐿 𝑉2⁄ For calculating 𝑉 (as shown in formula), average of absolute velocities of the two linear vehicles were taken & it was named as V_avg. (Also, shown below) Note: suffix ‘_1’ & ‘_2’ represent outputs taken from linear models 1 & 2 respectively. For 𝑲 𝑼𝑺 :