A UNIFIED INTERFACE FOR MOTORCYCLE SIMULATION IN LMS VIRTUAL.LAB

Size: px
Start display at page:

Download "A UNIFIED INTERFACE FOR MOTORCYCLE SIMULATION IN LMS VIRTUAL.LAB"

Transcription

1 The 3rd International Conference on Computational Mechanics and Virtual Engineering COMEC OCTOBER 009, Brasov, Romania A UNIFIED INTERFACE FOR MOTORCYCLE SIMULATION IN LMS VIRTUAL.LAB Nicola Cofelice 1, David Moreno Giner, Michal Manka 3 Jian Kang 4, Herman Van der Auweraer 5 1 Simulation Division, LMS international, Leuven, BELGIUM, nicola.cofelice@lmsintl.com Simulation Division, LMS international, Leuven, BELGIUM, david.morenoginer@lmsintl.com 3 AGH University of Science and Technology, Cracow, POLAND, mmanka@agh.edu.pl 4 Simulation Division, LMS international, Leuven, BELGIUM, jian.kang@lmsintl.com 5 Corporate Director RTD, LMS international, Leuven, BELGIUM, herman.vanderauweraer@lmsintl.com Abstract: Multibody dynamic methodology is an important tool for virtual prototyping of Powered Two Wheelers (PTW), where it can be very useful to analyze their dynamic behavior. However, the development of a detailed multibody model is often very time consuming, due to the complexity of the geometry of the motorcycle, to the set-up and to the unstable nature of the vehicle. With the aim of reducing the time in the simulation process, a new application has been developed in the multibody code LMS Virtual.Lab Motion. A graphic interface allows the user to easily create a motorcycle model by choosing among several front and rear suspensions and different tire models. The application provides the possibility to simulate the motorcycle behavior during normal riding maneuvers by coupling the model with a closed-loop controller. The interface and the main structure of the application are explained and first results of the dynamic simulations are presented. Keywords: Multibody dynamics analysis, motorcycle multibody modeling, virtual rider. 1. INTRODUCTION Driven by the development of the vehicle industry, in the last decades the urban area changed significantly its appearance (i.e. growing of the traffic area). This phenomenon led to an increasing development of motorcycle market, thanks to its intrinsic characteristics that made it an interesting alternative to cars (i.e. compact dimension, lightness, handling and low prices). One should bear in mind that PTW sector represents an added value of more than 1.5 bn EURO per year in the European market [1]. With the aim of studying the motorcycle dynamic behavior and reducing the time-to-market, multibody simulations can be really useful during the prototyping phase. However, due to its unstable nature, a closed loop controller is needed to make the motorcycle follow a certain path during maneuvers simulation. These aspects play an important role in the development of the motorcycle application presented in this article. This work has been developed within the Research Training Network MYMOSA (MotorcYcle and MOtorcyclist SAfety), project which has been launched by the European Community within the Marie Curie Actions []. The prime objectives of this RTN are to educate 10 Early Stage Researchers (ESR) in the partially unexplored field of Powered Two Wheelers' (PTW) rider's safety and to stimulate co-operation between researchers of 5 universities, 3 research centers and 6 industries through visits, secondments and training.. THE MOTORCYCLE INTERFACE The main objective of the motorcycle interface is to let the user create the desired motorcycle by choosing among several suspensions and two different tire models. It is also possible to modify the geometrical characteristics and the dynamic parameters of the suspensions, in order to make the application flexible and create most of the motorcycle models in the market. In fact the motorcycle classes available are manifold (i.e. sport bikes, touring bikes, cruise bikes, enduro bikes, etc); because of the wide range of design variations in the market, there are many factors that differentiate one motorcycle from the other, such as the geometry 157

2 (wheelbase, caster angle, trail, etc), the inertia properties, the materials and the different trim. By considering the motorcycle as a whole mechanism, every PTW can be divided into the same number of Sub-assemblies (or Sub-Mechanism, as term used in LMS Virtual.Lab) and afterwards assembled to create the full multibody motorcycle. The GUI (Graphical User Interface) developed allows the user choose among different models of front suspension (Telescopic Fork, Hossack/Duolever, Telelever, Bimota Tesi), rear suspension (Swinging Arm, Paralever) and of front-rear tires (as shown in Figure 1 and ). Figure 1: Front suspension and front tire models Figure : Rear suspension and frame models Those Sub-Mechanisms can be modified and then assembled using the interface; in fact, every geometrical component is defined by mean of some Hard Points that make the generation of the motorcycle totally parametric (Figure 3\left). In addition, the interface has predefined tabs where the user can customize the shockabsorber parameters, i.e. stiffness curve, damping curve and the free length. In order to perform a durability analysis, the interface is also extendable to create a motorcycle test rig by easily substituting the front and rear suspensions with different sub-assemblies (Figure 3\right). Four different actuators are implemented and their movements can be controlled by user-defined driving elements. Figure 3: GUI with the motorcycle model assembled and of the durability test-rig. Concerning the tire, two different models have been implemented: the first one is the LMS Complex Tire, which takes into account three components of force and three components of torque in the normal, longitudinal, and lateral directions. These reactions are not considered independent. The tangential reactions at the tire/ground interface depend on the normal force and the friction ellipse is used to limit the magnitude of the net tangential 158

3 force. The second model is the TNO model ; the parameters have been provided by the homonym Dutch enterprise and it contains the latest implementation by Delft-tire of Pacejka s renowned Magic Formula tire model [3]. 3. CONTROL MODEL The virtual rider controls the direction of the motorcycle by means of both a torque on the handlebar and the movement of his body, modeled as an inverted pendulum [4]. An additional input is used to control the speed of the motorcycle. Its main objective is to make the motorcycle follow a predefined path with a given speed profile. However, the motorcycle is an unstable system [5] and the controller must also stabilize it. In order to achieve this purpose, a co-simulation between MBS developed in Virtual.Lab and SIMULINK has been established, by defining a closed-loop controller (as represented in the Figure 4): RW Torque Actual Point V FW Torque Look Ahead Point F Engine Sprocket Torque Vehicle Longitudinal Dynamics Control true On/Off Sprocket Torque <Longitudinal_Speed_U> Uv Point V data FW Torque in out <Lateral_Speed_V> Vv RW Torque plantout <Yaw_Angle_D> Psi_dot Point F data Tracking Algorithm (actual and preview points ) Vehicle Steering Torque Tau Look Ahead Point F Actual Point V Lateral Dynamics Control [PID] Figure 4: Scheme of the co-simulation Simulink-Virtual.LAB used for control the motorcycle model As shown in the picture, the virtual-rider can be divided in 4 different blocks: Tracking Algorithm (implemented in Matlab\Simulink): in order to make the motorcycle follow a predefined path, it is necessary to know its relative position with respect to the path for each integration step. Basically, the position of the motorcycle is described by a set of curvilinear coordinates s, n and θ [6]; s is the travelled distance along the reference path, n is the lateral error and θ is the relative angle between the path and the motorcycle. In the Table 1, the set of equation and the scheme of the tracking algorithm is presented, where ψ& is the yaw velocity of the motorcycle, κ( s) is the curvature of the reference path defined as a function of the travelled distance s and u the longitudinal speed of the motorcycle. Table 1: Equations of the tracking algorithm s θ κ ( s) = ψ& t t (6) s [ 1 nκ( s) ] = u cos( θ) vsin( θ) t (7) n = v cos( θ) + u sin( θ) t (8) 159

4 Longitudinal Dynamics Control (implemented in Matlab\Simulink): this algorithm is a PID controller with look-ahead, used to control the speed of the motorcycle. Here the term look-ahead means that the control action (i.e. the thrust or braking force) needed to follow a predefined speed profile is computed based on the difference between the actual speed of the motorcycle and the desired speed at a future point (i.e. the look-ahead point) which travels a distance L A ahead of the motorcycle. L a0+ a1u+ a u = f (u, κ) = A 1+ b + (4) b 1 κ κ This distance is used to anticipate the response of the system so it starts accelerating/braking before the motorcycle reaches the reference point, which is always moving ahead of the motorcycle. The output of the longitudinal controller is a single signal and, before introducing it to the multibody model, it must be split in three different components since the motorcycle has three inputs for the longitudinal control: thrust, front brake and rear brake. Lateral Dynamics Control (implemented in Matlab\Simulink): the main objective of the lateral dynamics controller is to stabilize the motorcycle so that it follows a certain path. In order to avoid the fall of the motorcycle, the controller should be able to balance the motorcycle s centrifugal and gravitational forces. For this purpose, the roll angle derived form the steady-state equilibrium condition [5] will be used as the main reference of the controller (as show in the eq. 5). mac u κ( s) φ reference = arctan = arctan + φrider mg g (5) The steering torque applied to the handlebar has been evaluated by using a specific PID controller (as described in the Table ). Table : steering torque terms Equation Physical meaning φ [ ( )] ( t) τ 1 = Pφ φ reference φ t + Dφ (6) Correct roll angle error t n ( ) ( ) ( t) τ = Pn n t + I n n t dt+ Dn (7) Correct path error t δ( t) τ 3 = Dδ (8) Stabilize wobble mode t The leaning angle of the rider s upper body (α), which has one DOF with respect to the main frame of the motorcycle, was computed by means of two different terms as shown in eq. 9. The first term of this equation makes the rider lean proportionally to the roll angle of the motorcycle and the second acts when the curvature changes, for instance, when entering or leaving a curve. = Pφ t + f & s (9) α α ( ) ( ( )) rider κ MBS model (implemented in Virtual.LAB): this block represents the multibody model of the motorcycle. The outputs are represented by the states of the motorcycle and the inputs are evaluated by the Matlab\Simulink controller. 4. DYNAMIC SIMULATION In this section the multibody model of the motorcycle and the result of one maneuver are analyzed. As it is shown in the Figure 5, the motorcycle is composed of seven rigid bodies: the front wheel, the lower part of the fork, the upper part of the fork (including the handlebars), the front frame (including the engine and the fuel tank), the swinging arm, the rear wheel and the rider s torso (not represented in the Figure 5). The selected suspensions are Telescopic Fork for the front axle and Swinging Arm - Monoshock for the rear axle, while the Complex model has been selected for both front and rear tire. With this configuration, the motorcycle model has a total of twelve degrees of freedom [7] that can be decomposed in the following way: six from the front frame (3 coordinates of the centre of mass together with the roll, pitch and yaw angles), one from the steering angle, two corresponding to the rotation of the wheels and 160

5 another two from the suspensions. As explained in the previous section, the virtual rider has one degree of freedom with respect to the front frame. This approach is valid for the most common maneuvers. Figure 5: Scheme of the tracking algorithm and equation implemented in Simulink With the closed-loop controller, several maneuvers have been simulated [8]. Figure 6 shows the closed-loop results for the reference path shown in Figure 6.a. The simulated maneuver is a eight-maneuver, that allows studying the steady state behavior of the system motorcycle-rider. As it is shown in Figure 6.a, the controller makes the motorcycle follow the trajectory with satisfactory results. The first graph on the right shows the response of the steering angle during the maneuver. Two important things can be observed: the presence of two regions in which the motorcycle angle reaches the steady-state (i.e. the roll angle becomes constant) and the peaks of the steering angle signal before those regions (counter-steering maneuvers). In the second graph, the roll angle of the motorcycle is shown. Figure 6: Closed loop result without considering the rider s movement Figure 7 shows a comparison between the results obtained without considering the movement of the upper part of the rider s body (red lines) and those obtained considering it (blue lines). As can be observed, the movement of the rider facilitates the maneuver; the required torque is smaller when the rider is active. 161

6 Figure 7: Closed loop result considering the rider s movement 5. CONCLUSION The research contents of this article include two parts. The first part describes the motorcycle toolbox developed in Virtual.Lab Motion, which allows a rapid generation of multibody motorcycle model. Every component is parameterized, in the same way as the suspension dynamic behavior. The second part of this research is to apply the control algorithm on the vehicle and the rider. The controller has been coupled with a multibody model of the motorcycle generated with the toolbox. First results of simulated maneuvers have been presented, paying close attention to the effect of the introduction of the rider s torso (simulated as an inverted pendulum). This application can be improved in the future by comparing the dynamic behavior of different motorcycle models and by introducing the human limit for the steering torque. Currently, the research is mainly focused on the development of the test-rig reverse load identification [9], an application that will led to the drive file of the dynamic actuators. 6. ACKNOLEDGEMENTS The work presented in this paper was performed within the 6th framework of the Marie Curie Host Fellowships: MYMOSA project (MRTN-CT ). The authors would like to thank the European Commission for the grant received and we also would like to thank TNO for the Magic Formula tire model. REFERENCES [1] ACEM - Association des Constructeurs Européens de Motocycle, Brussels, 009 [] Marie Curie Actions 6th framework project- Brussels, 008 [3] TNO MF-Tyre & MF-Swift 6.1 User manual 008, The Netherlands, 008 [4] Moreno Giner D.: MYMOSA Towards the simulation of realistic motorcycle maneuvers by coupling multibody and control techniques, ASME 008, Boston [5] Vittore Cossalter, Motorcycle Dynamics 00, Greendale, WI: Race Dynamics. [6] Vittore Cossalter, Mauro Da Lio, Roberto Lot and Luca Fabbri. A General Method for the Evaluation of Vehicle maneuverability with Special Emphasis on Motorcycles, Vehicle System Dynamics, 1999, Vol. 31, pp f. [7] Dick Kading, Multibody Dynamics theory and Modeling issues, LMS internal training course script, 00 [8] Claudio Brenna, David Moreno, Ioannis Symeonidis, Gueven Kavadarli, Steffen Peldschus. MYMOSA Towards a virtual motorcycle rider for realistic simulations of motorcycle maneuvers. International Motorcycle Conference, October 008, Cologne (Germany). [9] Joris De Cuyper, Linear Feedback Control for Durability Test Rigs in the Automotive Industry, PhD Thesis 006, Katholieke Universiteit of Leuven. 16

VIBRATIONAL ANALYSIS OF A MULTIBODY VIRTUAL DUMMY FOR CAR AND MOTORCYCLE USERS

VIBRATIONAL ANALYSIS OF A MULTIBODY VIRTUAL DUMMY FOR CAR AND MOTORCYCLE USERS VIBRATIONAL ANALYSIS OF A MULTIBODY VIRTUAL DUMMY FOR CAR AND MOTORCYCLE USERS Nicola Cofelice*, Roberto Zanni, Davide Locatelli, Alessandro Toso, David Moreno Giner, Jian Kang, Stijn Donders Agenda 1

More information

Investigating two-wheeler balance using experimental bicycles and simulators

Investigating two-wheeler balance using experimental bicycles and simulators Investigating two-wheeler balance using experimental bicycles and simulators George Dialynas 1, Oliver Lee 1, Riender Happee 1, Arend Schwab 1 Francesco Celiberti 2, Marco Grottoli 2 TU Delft 1, Netherlands

More information

Bus Handling Validation and Analysis Using ADAMS/Car

Bus Handling Validation and Analysis Using ADAMS/Car Bus Handling Validation and Analysis Using ADAMS/Car Marcelo Prado, Rodivaldo H. Cunha, Álvaro C. Neto debis humaitá ITServices Ltda. Argemiro Costa Pirelli Pneus S.A. José E. D Elboux DaimlerChrysler

More information

MODELS FOR THE DYNAMIC ANALYSIS OF THE SUSPENSION SYSTEM OF THE VEHICLES REAR AXLE

MODELS FOR THE DYNAMIC ANALYSIS OF THE SUSPENSION SYSTEM OF THE VEHICLES REAR AXLE MODELS FOR THE DYNAMIC ANALYSIS OF THE SUSPENSION SYSTEM OF THE VEHICLES REAR AXLE Alexandru Cătălin Transilvania University of Braşov, Product Design and Robotics Department, calex@unitbv.ro Keywords:

More information

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units)

University Of California, Berkeley Department of Mechanical Engineering. ME 131 Vehicle Dynamics & Control (4 units) CATALOG DESCRIPTION University Of California, Berkeley Department of Mechanical Engineering ME 131 Vehicle Dynamics & Control (4 units) Undergraduate Elective Syllabus Physical understanding of automotive

More information

TRACTION CONTROL OF AN ELECTRIC FORMULA STUDENT RACING CAR

TRACTION CONTROL OF AN ELECTRIC FORMULA STUDENT RACING CAR F24-IVC-92 TRACTION CONTROL OF AN ELECTRIC FORMULA STUDENT RACING CAR Loof, Jan * ; Besselink, Igo; Nijmeijer, Henk Department of Mechanical Engineering, Eindhoven, University of Technology, KEYWORDS Traction-control,

More information

Vehicle functional design from PSA in-house software to AMESim standard library with increased modularity

Vehicle functional design from PSA in-house software to AMESim standard library with increased modularity Vehicle functional design from PSA in-house software to AMESim standard library with increased modularity Benoit PARMENTIER, Frederic MONNERIE (PSA) Marc ALIRAND, Julien LAGNIER (LMS) Vehicle Dynamics

More information

TNO Science and Industry P.O. Box 756, 5700 AT Helmond, The Netherlands Honda R&D Co., Ltd.

TNO Science and Industry P.O. Box 756, 5700 AT Helmond, The Netherlands   Honda R&D Co., Ltd. Proceedings, Bicycle and Motorcycle Dynamics 2010 Symposium on the Dynamics and Control of Single Track Vehicles, 20-22 October 2010, Delft, The Netherlands Application of the rigid ring model for simulating

More information

Special edition paper

Special edition paper Efforts for Greater Ride Comfort Koji Asano* Yasushi Kajitani* Aiming to improve of ride comfort, we have worked to overcome issues increasing Shinkansen speed including control of vertical and lateral

More information

Development of a Multibody Systems Model for Investigation of the Effects of Hybrid Electric Vehicle Powertrains on Vehicle Dynamics.

Development of a Multibody Systems Model for Investigation of the Effects of Hybrid Electric Vehicle Powertrains on Vehicle Dynamics. Development of a Multibody Systems Model for Investigation of the Effects of Hybrid Electric Vehicle Powertrains on Vehicle Dynamics. http://dx.doi.org/10.3991/ijoe.v11i6.5033 Matthew Bastin* and R Peter

More information

Full Vehicle Simulation Model

Full Vehicle Simulation Model Chapter 3 Full Vehicle Simulation Model Two different versions of the full vehicle simulation model of the test vehicle will now be described. The models are validated against experimental results. A unique

More information

SPMM OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000?

SPMM OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000? SPMM 5000 OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000? The Suspension Parameter Measuring Machine (SPMM) is designed to measure the quasi-static suspension characteristics that are important

More information

Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping Gui-bo YU, Jian-zhuang ZHI *, Li-jun CAO and Qiao MA

Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping Gui-bo YU, Jian-zhuang ZHI *, Li-jun CAO and Qiao MA 2018 International Conference on Computer, Electronic Information and Communications (CEIC 2018) ISBN: 978-1-60595-557-5 Dynamic Modeling of Large Complex Hydraulic System Based on Virtual Prototyping

More information

SPMM OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000?

SPMM OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000? SPMM 5000 OUTLINE SPECIFICATION - SP20016 issue 2 WHAT IS THE SPMM 5000? The Suspension Parameter Measuring Machine (SPMM) is designed to measure the quasi-static suspension characteristics that are important

More information

Simulation of Influence of Crosswind Gusts on a Four Wheeler using Matlab Simulink

Simulation of Influence of Crosswind Gusts on a Four Wheeler using Matlab Simulink Simulation of Influence of Crosswind Gusts on a Four Wheeler using Matlab Simulink Dr. V. Ganesh 1, K. Aswin Dhananjai 2, M. Raj Kumar 3 1, 2, 3 Department of Automobile Engineering 1, 2, 3 Sri Venkateswara

More information

EFFECTIVENESS OF THE ACTIVE PNEUMATIC SUSPENSION OF THE OPERATOR S SEAT OF THE MOBILE MACHINE IN DEPEND OF THE VIBRATION REDUCTION STRATEGIES

EFFECTIVENESS OF THE ACTIVE PNEUMATIC SUSPENSION OF THE OPERATOR S SEAT OF THE MOBILE MACHINE IN DEPEND OF THE VIBRATION REDUCTION STRATEGIES Journal of KONES Powertrain and Transport, Vol. 25, No. 3 2018 EFFECTIVENESS OF THE ACTIVE PNEUMATIC SUSPENSION OF THE OPERATOR S SEAT OF THE MOBILE MACHINE IN DEPEND OF THE VIBRATION REDUCTION STRATEGIES

More information

Multi-body Dynamical Modeling and Co-simulation of Active front Steering Vehicle

Multi-body Dynamical Modeling and Co-simulation of Active front Steering Vehicle The nd International Conference on Computer Application and System Modeling (01) Multi-body Dynamical Modeling and Co-simulation of Active front Steering Vehicle Feng Ying Zhang Qiao Dept. of Automotive

More information

MARINE FOUR-STROKE DIESEL ENGINE CRANKSHAFT MAIN BEARING OIL FILM LUBRICATION CHARACTERISTIC ANALYSIS

MARINE FOUR-STROKE DIESEL ENGINE CRANKSHAFT MAIN BEARING OIL FILM LUBRICATION CHARACTERISTIC ANALYSIS POLISH MARITIME RESEARCH Special Issue 2018 S2 (98) 2018 Vol. 25; pp. 30-34 10.2478/pomr-2018-0070 MARINE FOUR-STROKE DIESEL ENGINE CRANKSHAFT MAIN BEARING OIL FILM LUBRICATION CHARACTERISTIC ANALYSIS

More information

Keywords: driver support and platooning, yaw stability, closed loop performance

Keywords: driver support and platooning, yaw stability, closed loop performance CLOSED LOOP PERFORMANCE OF HEAVY GOODS VEHICLES Dr. Joop P. Pauwelussen, Professor of Mobility Technology, HAN University of Applied Sciences, Automotive Research, Arnhem, the Netherlands Abstract It is

More information

Exploit of Shipping Auxiliary Swing Test Platform Jia WANG 1, a, Dao-hua LU 1 and Song-lian XIE 1

Exploit of Shipping Auxiliary Swing Test Platform Jia WANG 1, a, Dao-hua LU 1 and Song-lian XIE 1 Advanced Materials Research Online: 2013-10-07 ISSN: 1662-8985, Vol. 815, pp 821-826 doi:10.4028/www.scientific.net/amr.815.821 2013 Trans Tech Publications, Switzerland Exploit of Shipping Auxiliary Swing

More information

FLUID DYNAMICS TRANSIENT RESPONSE SIMULATION OF A VEHICLE EQUIPPED WITH A TURBOCHARGED DIESEL ENGINE USING GT-POWER

FLUID DYNAMICS TRANSIENT RESPONSE SIMULATION OF A VEHICLE EQUIPPED WITH A TURBOCHARGED DIESEL ENGINE USING GT-POWER GT-SUITE USERS CONFERENCE FRANKFURT, OCTOBER 20 TH 2003 FLUID DYNAMICS TRANSIENT RESPONSE SIMULATION OF A VEHICLE EQUIPPED WITH A TURBOCHARGED DIESEL ENGINE USING GT-POWER TEAM OF WORK: A. GALLONE, C.

More information

FUZZY CONTROL OF INVERTED PENDULUM USING REAL-TIME TOOLBOX

FUZZY CONTROL OF INVERTED PENDULUM USING REAL-TIME TOOLBOX FUZZY CONTROL OF INVERTED PENDULUM USING REAL-TIME TOOLBOX P. Chalupa, B. Řezníček Tomas Bata University in Zlin Faculty of Applied Informatics Centre of Applied Cybernetics Abstract The paper describes

More information

Traction control of an electric formula student racing car

Traction control of an electric formula student racing car Traction control of an electric formula student racing car Loof, J.; Besselink, I.J.M.; Nijmeijer, H. Published in: Proceedings of the FISITA 214 World Automotive Congress, 2-6 June 214, Maastricht, The

More information

MECA0492 : Vehicle dynamics

MECA0492 : Vehicle dynamics MECA0492 : Vehicle dynamics Pierre Duysinx Research Center in Sustainable Automotive Technologies of University of Liege Academic Year 2017-2018 1 Bibliography T. Gillespie. «Fundamentals of vehicle Dynamics»,

More information

Identification of tyre lateral force characteristic from handling data and functional suspension model

Identification of tyre lateral force characteristic from handling data and functional suspension model Identification of tyre lateral force characteristic from handling data and functional suspension model Marco Pesce, Isabella Camuffo Centro Ricerche Fiat Vehicle Dynamics & Fuel Economy Christian Girardin

More information

The Application of Simulink for Vibration Simulation of Suspension Dual-mass System

The Application of Simulink for Vibration Simulation of Suspension Dual-mass System Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com The Application of Simulink for Vibration Simulation of Suspension Dual-mass System Gao Fei, 2 Qu Xiao Fei, 2 Zheng Pei

More information

Collaborative vehicle steering and braking control system research Jiuchao Li, Yu Cui, Guohua Zang

Collaborative vehicle steering and braking control system research Jiuchao Li, Yu Cui, Guohua Zang 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Collaborative vehicle steering and braking control system research Jiuchao Li, Yu Cui, Guohua

More information

KINEMATICAL SUSPENSION OPTIMIZATION USING DESIGN OF EXPERIMENT METHOD

KINEMATICAL SUSPENSION OPTIMIZATION USING DESIGN OF EXPERIMENT METHOD Jurnal Mekanikal June 2014, No 37, 16-25 KINEMATICAL SUSPENSION OPTIMIZATION USING DESIGN OF EXPERIMENT METHOD Mohd Awaluddin A Rahman and Afandi Dzakaria Faculty of Mechanical Engineering, Universiti

More information

Overview of Current Vehicle Dynamics

Overview of Current Vehicle Dynamics Overview of Current Vehicle Dynamics Thomas D. Gillespie, Ph.D. Mechanical Simulation Corp. 1 Evolution of the Automobile REMOTE SENSING, COMMUNICATION, DRIVING INTERVENTION Collision avoidance systems,

More information

Dynamic simulation of the motor vehicles using commercial software

Dynamic simulation of the motor vehicles using commercial software Dynamic simulation of the motor vehicles using commercial software Cătălin ALEXANDRU University Transilvania of Braşov, Braşov, 500036, Romania Abstract The increasingly growing demand for more comfortable

More information

MOTOR VEHICLE HANDLING AND STABILITY PREDICTION

MOTOR VEHICLE HANDLING AND STABILITY PREDICTION MOTOR VEHICLE HANDLING AND STABILITY PREDICTION Stan A. Lukowski ACKNOWLEDGEMENT This report was prepared in fulfillment of the Scholarly Activity Improvement Fund for the 2007-2008 academic year funded

More information

Simulation of a Narrow Gauge Vehicle using SIMPACK, Model Validation using Scaled Prototypes on Roller-Rig

Simulation of a Narrow Gauge Vehicle using SIMPACK, Model Validation using Scaled Prototypes on Roller-Rig Simulation of a Narrow Gauge Vehicle using SIMPACK, Model Validation using Scaled Prototypes on Roller-Rig Politecnico di Torino Dipartimento di Meccanica N. Bosso, A.Gugliotta, A. Somà Blue Engineering

More information

Procedia Engineering 00 (2009) Mountain bike wheel endurance testing and modeling. Robin C. Redfield a,*, Cory Sutela b

Procedia Engineering 00 (2009) Mountain bike wheel endurance testing and modeling. Robin C. Redfield a,*, Cory Sutela b Procedia Engineering (29) Procedia Engineering www.elsevier.com/locate/procedia 9 th Conference of the International Sports Engineering Association (ISEA) Mountain bike wheel endurance testing and modeling

More information

Active Suspensions For Tracked Vehicles

Active Suspensions For Tracked Vehicles Active Suspensions For Tracked Vehicles Y.G.Srinivasa, P. V. Manivannan 1, Rajesh K 2 and Sanjay goyal 2 Precision Engineering and Instrumentation Lab Indian Institute of Technology Madras Chennai 1 PEIL

More information

Comparison Of Multibody Dynamic Analysis Of Double Wishbone Suspension Using Simmechanics And FEA Approach

Comparison Of Multibody Dynamic Analysis Of Double Wishbone Suspension Using Simmechanics And FEA Approach International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 232-9364, ISSN (Print): 232-9356 Volume 2 Issue 4 ǁ April. 214 ǁ PP.31-37 Comparison Of Multibody Dynamic Analysis Of

More information

Fuzzy based Adaptive Control of Antilock Braking System

Fuzzy based Adaptive Control of Antilock Braking System Fuzzy based Adaptive Control of Antilock Braking System Ujwal. P Krishna. S M.Tech Mechatronics, Asst. Professor, Mechatronics VIT University, Vellore, India VIT university, Vellore, India Abstract-ABS

More information

Simulation of Collective Load Data for Integrated Design and Testing of Vehicle Transmissions. Andreas Schmidt, Audi AG, May 22, 2014

Simulation of Collective Load Data for Integrated Design and Testing of Vehicle Transmissions. Andreas Schmidt, Audi AG, May 22, 2014 Simulation of Collective Load Data for Integrated Design and Testing of Vehicle Transmissions Andreas Schmidt, Audi AG, May 22, 2014 Content Introduction Usage of collective load data in the development

More information

Semi-Active Suspension for an Automobile

Semi-Active Suspension for an Automobile Semi-Active Suspension for an Automobile Pavan Kumar.G 1 Mechanical Engineering PESIT Bangalore, India M. Sambasiva Rao 2 Mechanical Engineering PESIT Bangalore, India Abstract Handling characteristics

More information

The Levitation Control Simulation of Maglev Bogie Based on Virtual Prototyping Platform and Matlab

The Levitation Control Simulation of Maglev Bogie Based on Virtual Prototyping Platform and Matlab The Levitation Control Simulation of Maglev Bogie Based on Virtual Prototyping Platform and Matlab Hong Huajie Li Jie Chang Wensen National University of Defense Technology, Hunan, Changsha, 4173, China

More information

Environmental Envelope Control

Environmental Envelope Control Environmental Envelope Control May 26 th, 2014 Stanford University Mechanical Engineering Dept. Dynamic Design Lab Stephen Erlien Avinash Balachandran J. Christian Gerdes Motivation New technologies are

More information

Vehicle Dynamic Simulation Using A Non-Linear Finite Element Simulation Program (LS-DYNA)

Vehicle Dynamic Simulation Using A Non-Linear Finite Element Simulation Program (LS-DYNA) Vehicle Dynamic Simulation Using A Non-Linear Finite Element Simulation Program (LS-DYNA) G. S. Choi and H. K. Min Kia Motors Technical Center 3-61 INTRODUCTION The reason manufacturers invest their time

More information

Steering performance of an inverted pendulum vehicle with pedals as a personal mobility vehicle

Steering performance of an inverted pendulum vehicle with pedals as a personal mobility vehicle THEORETICAL & APPLIED MECHANICS LETTERS 3, 139 (213) Steering performance of an inverted pendulum vehicle with pedals as a personal mobility vehicle Chihiro Nakagawa, 1, a) Kimihiko Nakano, 2, b) Yoshihiro

More information

Modeling and Simulation of Linear Two - DOF Vehicle Handling Stability

Modeling and Simulation of Linear Two - DOF Vehicle Handling Stability Modeling and Simulation of Linear Two - DOF Vehicle Handling Stability Pei-Cheng SHI a, Qi ZHAO and Shan-Shan PENG Anhui Polytechnic University, Anhui Engineering Technology Research Center of Automotive

More information

A new approach to steady state state and quasi steady steady state vehicle handling analysis

A new approach to steady state state and quasi steady steady state vehicle handling analysis Vehicle Dynamics Expo June 16 nd -18 th 2009 A new approach to steady state state and quasi steady steady state vehicle handling analysis Presentation By Claude Rouelle OptimumG Overview Vehicle Dynamics

More information

Full Vehicle Durability Prediction Using Co-simulation Between Implicit & Explicit Finite Element Solvers

Full Vehicle Durability Prediction Using Co-simulation Between Implicit & Explicit Finite Element Solvers Full Vehicle Durability Prediction Using Co-simulation Between Implicit & Explicit Finite Element Solvers SIMULIA Great Lakes Regional User Meeting Oct 12, 2011 Victor Oancea Member of SIMULIA CTO Office

More information

Variable Valve Drive From the Concept to Series Approval

Variable Valve Drive From the Concept to Series Approval Variable Valve Drive From the Concept to Series Approval New vehicles are subject to ever more stringent limits in consumption cycles and emissions. At the same time, requirements in terms of engine performance,

More information

AEB System for a Curved Road Considering V2Vbased Road Surface Conditions

AEB System for a Curved Road Considering V2Vbased Road Surface Conditions , pp.8-13 http://dx.doi.org/10.14257/astl.2015.86.03 AEB System for a Curved Road Considering V2Vbased Road Surface Conditions Hyeonggeun Mun 1, Gyoungeun Kim 1, Byeongwoo Kim 2 * 1 Graduate School of

More information

ENERGY RECOVERY SYSTEM FROM THE VEHICLE DAMPERS AND THE INFLUENCE OF THE TANK PRESSURE

ENERGY RECOVERY SYSTEM FROM THE VEHICLE DAMPERS AND THE INFLUENCE OF THE TANK PRESSURE The 3rd International Conference on Computational Mechanics and Virtual Engineering COMEC 2009 29 30 OCTOBER 2009, Brasov, Romania ENERGY RECOVERY SYSTEM FROM THE VEHICLE DAMPERS AND THE INFLUENCE OF THE

More information

Study on Tractor Semi-Trailer Roll Stability Control

Study on Tractor Semi-Trailer Roll Stability Control Send Orders for Reprints to reprints@benthamscience.net 238 The Open Mechanical Engineering Journal, 214, 8, 238-242 Study on Tractor Semi-Trailer Roll Stability Control Shuwen Zhou *,1 and Siqi Zhang

More information

66RHMLPD ([DPSOHVRIXVDJHDQGVSUHDGRI'\PROD ZLWKLQ7R\RWD 0RGHOLFD:RUNVKRS3URFHHGLQJVSS

66RHMLPD ([DPSOHVRIXVDJHDQGVSUHDGRI'\PROD ZLWKLQ7R\RWD 0RGHOLFD:RUNVKRS3URFHHGLQJVSS 66RHMLPD ([DPSOHVRIXVDJHDQGVSUHDGRI'\PROD ZLWKLQ7R\RWD 0RGHOLFD:RUNVKRS3URFHHGLQJVSS 3DSHUSUHVHQWHGDWWKH0RGHOLFD:RUNVKRS2FW/XQG6ZHGHQ $OOSDSHUVRIWKLVZRUNVKRSFDQEHGRZQORDGHGIURP KWWSZZZ0RGHOLFDRUJPRGHOLFDSURFHHGLQJVKWPO

More information

TRANSMISSION COMPUTATIONAL MODEL IN SIMULINK

TRANSMISSION COMPUTATIONAL MODEL IN SIMULINK TRANSMISSION COMPUTATIONAL MODEL IN SIMULINK Pavel Kučera 1, Václav Píštěk 2 Summary: The article describes the creation of a transmission and a clutch computational model. These parts of the powertrain

More information

Co-Simulation of GT-Suite and CarMaker for Real Traffic and Race Track Simulations

Co-Simulation of GT-Suite and CarMaker for Real Traffic and Race Track Simulations Co-Simulation of GT-Suite and CarMaker for Real Traffic and Race Track Simulations GT-Suite Conference Frankfurt, 26 th October 215 Andreas Balazs, BGA-T Agenda Introduction Methodology FEV GT-Drive model

More information

Research on Skid Control of Small Electric Vehicle (Effect of Velocity Prediction by Observer System)

Research on Skid Control of Small Electric Vehicle (Effect of Velocity Prediction by Observer System) Proc. Schl. Eng. Tokai Univ., Ser. E (17) 15-1 Proc. Schl. Eng. Tokai Univ., Ser. E (17) - Research on Skid Control of Small Electric Vehicle (Effect of Prediction by Observer System) by Sean RITHY *1

More information

EECS 461 Final Project: Adaptive Cruise Control

EECS 461 Final Project: Adaptive Cruise Control EECS 461 Final Project: Adaptive Cruise Control 1 Overview Many automobiles manufactured today include a cruise control feature that commands the car to travel at a desired speed set by the driver. In

More information

COMPUTATIONAL MODELING OF HEAVY DUTY TRUCK DRIVESHAFT

COMPUTATIONAL MODELING OF HEAVY DUTY TRUCK DRIVESHAFT COMPUTATIONAL MODELING OF HEAVY DUTY TRUCK DRIVESHAFT Michal Janoušek 1 Summary: The driveline of heavy duty vehicle is an important source of NVH. Prediction of NVH parameters of driveline in construction

More information

Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System

Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System Bicycle Hardware in the Loop Simulator for Braking Dynamics Assistance System IPG Apply & Innovate 2016 Conference Session: Off Highway Cornelius Bott, Martin Pfeiffer, Oliver Maier, Jürgen Wrede 21.09.2016

More information

MODELING SUSPENSION DAMPER MODULES USING LS-DYNA

MODELING SUSPENSION DAMPER MODULES USING LS-DYNA MODELING SUSPENSION DAMPER MODULES USING LS-DYNA Jason J. Tao Delphi Automotive Systems Energy & Chassis Systems Division 435 Cincinnati Street Dayton, OH 4548 Telephone: (937) 455-6298 E-mail: Jason.J.Tao@Delphiauto.com

More information

Chapter 2 Dynamic Analysis of a Heavy Vehicle Using Lumped Parameter Model

Chapter 2 Dynamic Analysis of a Heavy Vehicle Using Lumped Parameter Model Chapter 2 Dynamic Analysis of a Heavy Vehicle Using Lumped Parameter Model The interaction between a vehicle and the road is a very complicated dynamic process, which involves many fields such as vehicle

More information

Steering Dynamics of Tilting Narrow Track Vehicle with Passive Front Wheel Design

Steering Dynamics of Tilting Narrow Track Vehicle with Passive Front Wheel Design Journal of Physics: Conference Series PAPER OPEN ACCESS Steering Dynamics of Tilting Narrow Track Vehicle with Passive Front Wheel Design To cite this article: Jeffrey Too Chuan TAN et al 6 J. Phys.: Conf.

More information

SLIP CONTROL AT SMALL SLIP VALUES FOR ROAD VEHICLE BRAKE SYSTEMS

SLIP CONTROL AT SMALL SLIP VALUES FOR ROAD VEHICLE BRAKE SYSTEMS PERIODICA POLYTECHNICA SER MECH ENG VOL 44, NO 1, PP 23 30 (2000) SLIP CONTROL AT SMALL SLIP VALUES FOR ROAD VEHICLE BRAKE SYSTEMS Péter FRANK Knorr-Bremse Research & Development Institute, Budapest Department

More information

Mathematical Modelling and Simulation Of Semi- Active Suspension System For An 8 8 Armoured Wheeled Vehicle With 11 DOF

Mathematical Modelling and Simulation Of Semi- Active Suspension System For An 8 8 Armoured Wheeled Vehicle With 11 DOF Mathematical Modelling and Simulation Of Semi- Active Suspension System For An 8 8 Armoured Wheeled Vehicle With 11 DOF Sujithkumar M Sc C, V V Jagirdar Sc D and MW Trikande Sc G VRDE, Ahmednagar Maharashtra-414006,

More information

VEHICLE DYNAMICS BASED ABS ECU TESTING ON A REAL-TIME HIL SIMULATOR

VEHICLE DYNAMICS BASED ABS ECU TESTING ON A REAL-TIME HIL SIMULATOR HUNGARIAN JOURNAL OF INDUSTRIAL CHEMISTRY VESZPRÉM Vol. 39(1) pp. 57-62 (2011) VEHICLE DYNAMICS BASED ABS ECU TESTING ON A REAL-TIME HIL SIMULATOR K. ENISZ, P. TÓTH, D. FODOR, T. KULCSÁR University of

More information

Finite Element Modeling and Analysis of Vehicle Space Frame with Experimental Validation

Finite Element Modeling and Analysis of Vehicle Space Frame with Experimental Validation Finite Element Modeling and Analysis of Vehicle Space Frame with Experimental Validation Assoc. Prof Dr. Mohammed A.Elhaddad Mechanical Engineering Department Higher Technological Institute, Town of 6

More information

DEVELOPMENT OF A LAP-TIME SIMULATOR FOR A FSAE RACE CAR USING MULTI-BODY DYNAMIC SIMULATION APPROACH

DEVELOPMENT OF A LAP-TIME SIMULATOR FOR A FSAE RACE CAR USING MULTI-BODY DYNAMIC SIMULATION APPROACH International Journal of Mechanical Engineering and Technology (IJMET) Volume 9, Issue 7, July 2018, pp. 409 421, Article ID: IJMET_09_07_045 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=9&itype=7

More information

DEVELOPMENT OF A CONTROL MODEL FOR A FOUR WHEEL MECANUM VEHICLE. M. de Villiers 1, Prof. G. Bright 2

DEVELOPMENT OF A CONTROL MODEL FOR A FOUR WHEEL MECANUM VEHICLE. M. de Villiers 1, Prof. G. Bright 2 de Villiers Page 1 of 10 DEVELOPMENT OF A CONTROL MODEL FOR A FOUR WHEEL MECANUM VEHICLE M. de Villiers 1, Prof. G. Bright 2 1 Council for Scientific and Industrial Research Pretoria, South Africa e-mail1:

More information

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE Copyright SFA - InterNoise 2000 1 inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering 27-30 August 2000, Nice, FRANCE I-INCE Classification: 0.0 EFFECTS OF TRANSVERSE

More information

Numerical Investigation of Diesel Engine Characteristics During Control System Development

Numerical Investigation of Diesel Engine Characteristics During Control System Development Numerical Investigation of Diesel Engine Characteristics During Control System Development Aleksandr Aleksandrovich Kudryavtsev, Aleksandr Gavriilovich Kuznetsov Sergey Viktorovich Kharitonov and Dmitriy

More information

MB simulations for vehicle dynamics: reduction through parameters estimation

MB simulations for vehicle dynamics: reduction through parameters estimation MB simulations for vehicle dynamics: reduction through parameters estimation Gubitosa Marco The aim of this activity is to propose a methodology applicable for parameters estimation in vehicle dynamics,

More information

Use of Simpack at the DaimlerChrysler Commercial Vehicles Division

Use of Simpack at the DaimlerChrysler Commercial Vehicles Division Use of Simpack at the DaimlerChrysler Commercial Vehicles Division Dr. Darko Meljnikov 22.03.2006 Truck Product Creation (4P) Content Introduction Driving dynamics and handling Braking systems Vehicle

More information

Driving Performance Improvement of Independently Operated Electric Vehicle

Driving Performance Improvement of Independently Operated Electric Vehicle EVS27 Barcelona, Spain, November 17-20, 2013 Driving Performance Improvement of Independently Operated Electric Vehicle Jinhyun Park 1, Hyeonwoo Song 1, Yongkwan Lee 1, Sung-Ho Hwang 1 1 School of Mechanical

More information

DYNA4 Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library

DYNA4 Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library Open Simulation Framework with Flexible Support for Your Work Processes and Modular Simulation Model Library DYNA4 Concept DYNA4 is an open and modular simulation framework for efficient working with simulation

More information

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold

Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Use of Flow Network Modeling for the Design of an Intricate Cooling Manifold Neeta Verma Teradyne, Inc. 880 Fox Lane San Jose, CA 94086 neeta.verma@teradyne.com ABSTRACT The automatic test equipment designed

More information

LMS Imagine.Lab AMESim Ground Loads and Flight Controls

LMS Imagine.Lab AMESim Ground Loads and Flight Controls LMS Imagine.Lab AMESim Ground Loads and Flight Controls LMS Imagine.Lab Ground Loads and Flight Controls LMS Imagine.Lab Ground Loads and Flight Controls helps designers from the aerospace industry to

More information

Passenger Vehicle Steady-State Directional Stability Analysis Utilizing EDVSM and SIMON

Passenger Vehicle Steady-State Directional Stability Analysis Utilizing EDVSM and SIMON WP# 4-3 Passenger Vehicle Steady-State Directional Stability Analysis Utilizing and Daniel A. Fittanto, M.S.M.E., P.E. and Adam Senalik, M.S.G.E., P.E. Ruhl Forensic, Inc. Copyright 4 by Engineering Dynamics

More information

THE INFLUENCE OF PHYSICAL CONDITIONS OF SUSPENSION RUBBER SILENT BLOCKS, IN VEHICLE HANDLING AND ROAD- HOLDING

THE INFLUENCE OF PHYSICAL CONDITIONS OF SUSPENSION RUBBER SILENT BLOCKS, IN VEHICLE HANDLING AND ROAD- HOLDING REGIONAL WORKSHOP TRANSPORT RESEARCH AND BUSINESS COOPERATION IN SEE 6-7 December 2010, Sofia THE INFLUENCE OF PHYSICAL CONDITIONS OF SUSPENSION RUBBER SILENT BLOCKS, IN VEHICLE HANDLING AND ROAD- HOLDING

More information

Linear analysis of lateral vehicle dynamics

Linear analysis of lateral vehicle dynamics 7 st International Conference on Process Control (PC) June 6 9, 7, Štrbské Pleso, Slovakia Linear analysis of lateral vehicle dynamics Martin Mondek and Martin Hromčík Faculty of Electrical Engineering

More information

Evaluation of the Fatigue Life of Aluminum Bogie Structures for the Urban Maglev

Evaluation of the Fatigue Life of Aluminum Bogie Structures for the Urban Maglev Evaluation of the Fatigue Life of Aluminum Bogie Structures for the Urban Maglev 1 Nam-Jin Lee, 2 Hyung-Suk Han, 3 Sung-Wook Han, 3 Peter J. Gaede, Hyundai Rotem company, Uiwang-City, Korea 1 ; KIMM, Daejeon-City

More information

VALIDATION OF A HUMAN-AND-HARDWARE-IN-THE- LOOP CONTROL ALGORITHM

VALIDATION OF A HUMAN-AND-HARDWARE-IN-THE- LOOP CONTROL ALGORITHM U.P.B. Sci. Bull., Series D, Vol. 76, Iss. 4, 04 ISSN 454-58 VALIDATION OF A HUMAN-AND-HARDWARE-IN-THE- LOOP CONTROL ALGORITHM Ionuţ STOICA, Marius BĂŢĂUŞ, Mihai NEGRUŞ This study proposes the development

More information

INTEGRATED HYDRO-MECHANICAL SIMULATION OF A CAM-ROCKER ARM-UNIT INJECTOR SYSTEM TO ADDRESS NOISE AND VIBRATION ISSUES

INTEGRATED HYDRO-MECHANICAL SIMULATION OF A CAM-ROCKER ARM-UNIT INJECTOR SYSTEM TO ADDRESS NOISE AND VIBRATION ISSUES GT-Suite Users Conference Frankfurt, Germany, October 10 th 2005 INTEGRATED HYDRO-MECHANICAL SIMULATION OF A CAM-ROCKER ARM-UNIT INJECTOR SYSTEM TO ADDRESS NOISE AND VIBRATION ISSUES R. HAM, H. FESSLER

More information

Novel Chassis Concept for Omnidirectional Driving Maneuvers

Novel Chassis Concept for Omnidirectional Driving Maneuvers Novel Chassis Concept for Omnidirectional Driving Maneuvers Challenges in modelling suspensions with wheel individual steering system KIT The Research University in the Helmholtz Association www.kit.edu

More information

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE

inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering August 2000, Nice, FRANCE Copyright SFA - InterNoise 2000 1 inter.noise 2000 The 29th International Congress and Exhibition on Noise Control Engineering 27-30 August 2000, Nice, FRANCE I-INCE Classification: 1.3 CURVE SQUEAL OF

More information

Modeling tire vibrations in ABS-braking

Modeling tire vibrations in ABS-braking Modeling tire vibrations in ABS-braking Ari Tuononen Aalto University Lassi Hartikainen, Frank Petry, Stephan Westermann Goodyear S.A. Tag des Fahrwerks 8. Oktober 2012 Contents 1. Introduction 2. Review

More information

Multi-Body Simulation and Multi-Objective Optimization Applied to Vehicle Dynamics

Multi-Body Simulation and Multi-Objective Optimization Applied to Vehicle Dynamics Int. J. Simul. Multidisci. Des. Optim. 3, 411-416 (2009) ASMDO 2009 DOI: 10.1051/ijsmdo/2009017 Available online at: http://www.ijsmdo.org Multi-Body Simulation and Multi-Objective Optimization Applied

More information

SUSPENSION OF A MOUNTAIN BIKE SVOČ FST Bc. Vít Prošek University of West Bohemia Univerzitni 8, Pilsen Czech Republic

SUSPENSION OF A MOUNTAIN BIKE SVOČ FST Bc. Vít Prošek University of West Bohemia Univerzitni 8, Pilsen Czech Republic SUSPENSION OF A MOUNTAIN BIKE SVOČ FST 211 Bc. Vít Prošek University of West Bohemia Univerzitni 8, 36 14 Pilsen Czech Republic ABSTRACT This work is concerned about suspended mountain bikes, especially

More information

LMS Imagine.Lab. Driving Dynamics: Steering Systems Solutions. Marc Alirand BizDev Driving Dynamics 1D division

LMS Imagine.Lab. Driving Dynamics: Steering Systems Solutions. Marc Alirand BizDev Driving Dynamics 1D division LMS Imagine.Lab Driving Dynamics: Steering Systems Solutions Marc Alirand BizDev Driving Dynamics 1D division Building a real time model of a hydraulic steering system Using AMESim Know-How The rendering

More information

Analysis of control strategies for autonomous motorcycles stabilization and trajectories tracking

Analysis of control strategies for autonomous motorcycles stabilization and trajectories tracking DINAME 217 - Proceedings of the XVII International Symposium on Dynamic Problems of Mechanics A. T. Fleury, D. A. Rade, P. R. G. Kurka (Editors), ABCM, São Sebastião, SP, Brazil, March 5-1, 217 Analysis

More information

THE INFLUENCE OF THE WHEEL CONICITY ON THE HUNTING MOTION CRITICAL SPEED OF THE HIGH SPEED RAILWAY WHEELSET WITH ELASTIC JOINTS

THE INFLUENCE OF THE WHEEL CONICITY ON THE HUNTING MOTION CRITICAL SPEED OF THE HIGH SPEED RAILWAY WHEELSET WITH ELASTIC JOINTS THE INFLUENCE OF THE WHEEL CONICITY ON THE HUNTING MOTION CRITICAL SPEED OF THE HIGH SPEED RAILWAY WHEELSET WITH ELASTIC JOINTS DANIEL BALDOVIN 1, SIMONA BALDOVIN 2 Abstract. The axle hunting is a coupled

More information

Model Based System Testing ecvt-in-the-loop testing. October 18 th, 2017 Roland Pastorino

Model Based System Testing ecvt-in-the-loop testing. October 18 th, 2017 Roland Pastorino Model Based System Testing ecvt-in-the-loop testing October 18 th, 2017 Roland Pastorino Unestricted Siemens AG 2017 Realize innovation. Model Based System Testing Testing frontloading using simulation

More information

Active Systems Design: Hardware-In-the-Loop Simulation

Active Systems Design: Hardware-In-the-Loop Simulation Active Systems Design: Hardware-In-the-Loop Simulation Eng. Aldo Sorniotti Eng. Gianfrancesco Maria Repici Departments of Mechanics and Aerospace Politecnico di Torino C.so Duca degli Abruzzi - 10129 Torino

More information

DRIVING STABILITY OF A VEHICLE WITH HIGH CENTRE OF GRAVITY DURING ROAD TESTS ON A CIRCULAR PATH AND SINGLE LANE-CHANGE

DRIVING STABILITY OF A VEHICLE WITH HIGH CENTRE OF GRAVITY DURING ROAD TESTS ON A CIRCULAR PATH AND SINGLE LANE-CHANGE Journal of KONES Powertrain and Transport, Vol. 1, No. 1 9 DRIVING STABILITY OF A VEHICLE WITH HIGH CENTRE OF GRAVITY DURING ROAD TESTS ON A CIRCULAR PATH AND SINGLE LANE-CHANGE Kazimierz M. Romaniszyn

More information

Review on Handling Characteristics of Road Vehicles

Review on Handling Characteristics of Road Vehicles RESEARCH ARTICLE OPEN ACCESS Review on Handling Characteristics of Road Vehicles D. A. Panke 1*, N. H. Ambhore 2, R. N. Marathe 3 1 Post Graduate Student, Department of Mechanical Engineering, Vishwakarma

More information

Dynamic response of a vehicle model with six degrees-of-freedom under seismic motion

Dynamic response of a vehicle model with six degrees-of-freedom under seismic motion Structural Safety and Reliability, Corotis et al. (eds), 001 Swets & Zeitlinger, ISBN 90 5809 197 X Dynamic response of a vehicle model with six degrees-of-freedom under seismic motion Yoshihisa Maruyama

More information

Constructive Influences of the Energy Recovery System in the Vehicle Dampers

Constructive Influences of the Energy Recovery System in the Vehicle Dampers Constructive Influences of the Energy Recovery System in the Vehicle Dampers Vlad Serbanescu, Horia Abaitancei, Gheorghe-Alexandru Radu, Sebastian Radu Transilvania University Brasov B-dul Eroilor nr.

More information

International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016)

International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) Comparison on Hysteresis Movement in Accordance with the Frictional Coefficient and Initial Angle of Clutch Diaphragm

More information

A TRAILER STEERING STRATEGY FOR THE B-DOUBLE COMBINATION

A TRAILER STEERING STRATEGY FOR THE B-DOUBLE COMBINATION A TRAILER STEERING STRATEGY FOR THE B-DOUBLE COMBINATION A.Prati, MSc, PhD student at Eindhoven University of Technology I.J.M.Besselink, MSc, PhD, assistant professor at Eindhoven University of Technology

More information

Modeling, Design and Simulation of Active Suspension System Frequency Response Controller using Automated Tuning Technique

Modeling, Design and Simulation of Active Suspension System Frequency Response Controller using Automated Tuning Technique Modeling, Design and Simulation of Active Suspension System Frequency Response Controller using Automated Tuning Technique Omorodion Ikponwosa Ignatius Obinabo C.E Evbogbai M.J.E. Abstract Car suspension

More information

Accident Reconstruction & Vehicle Data Recovery Systems and Uses

Accident Reconstruction & Vehicle Data Recovery Systems and Uses Research Engineers, Inc. (919) 781-7730 7730 Collision Analysis Engineering Animation Accident Reconstruction & Vehicle Data Recovery Systems and Uses Bill Kluge Thursday, May 21, 2009 Accident Reconstruction

More information

KINEMATICS OF REAR SUSPENSION SYSTEM FOR A BAJA ALL-TERRAIN VEHICLE.

KINEMATICS OF REAR SUSPENSION SYSTEM FOR A BAJA ALL-TERRAIN VEHICLE. International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 8, August 2017, pp. 164 171, Article ID: IJMET_08_08_019 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=8

More information

Lateral Stability Analysis of Telehandlers Based on Multibody Dynamics

Lateral Stability Analysis of Telehandlers Based on Multibody Dynamics Lateral Stability Analysis of Telehandlers Based on Multibody Dynamics HAOLIANG GUO, 1, * XIHUI MU, 2 FENGPO DU, 2 KAI LV 1 1 Department of Ammunition Engineering Ordnance Engineering College Shijiazhuang

More information

Development of Compact Chassis Dynamometer System for Two Wheeler Vehicle

Development of Compact Chassis Dynamometer System for Two Wheeler Vehicle ISSN 2395-1621 Development of Compact Chassis Dynamometer System for Two Wheeler Vehicle #1 K.A. Tapre, #2 K.M.Narkar 1 krunal.tapre@gmail.com 2 knarkar@gmail.com #12 Department of Mechanical Engineering,

More information