WLTP Random Cycle Generator

Size: px
Start display at page:

Download "WLTP Random Cycle Generator"

Transcription

1 WLTP Random Cycle Generator Dennis G. Kooijman, Andreea E. Balau, Steven Wilkins Powertrains TNO Helmond, the Netherlands Norbert Ligterink, Rob Cuelenaere STL TNO Delft, the Netherlands Abstract European light duty vehicle emission legislation is gradually shifting the focus from test procedures with merely static test cycles, towards procedures including Real Driving Emissions (RDE), as they are a mean to achieve the European (NOx) emission reduction target. Hence a RDE trip must represent European driving behavior, such that real world driving emissions can be assessed. However, the usage of portable emission measurement systems has technical limitations. An alternative is testing on the chassis dynamometer in the laboratory. In order to cover a wide range of driving behavior to evaluate the real world driving emissions, a Random Cycle Generation methodology based on two Markov chains and real world measured data is developed. This methodology is used in order to develop a WLTP Random Cycle Generator Tool. Keywords drive cycle, random, WLTP, emissions, tool, vehicle cycle, driving behaviour, stochastic generator I. INTRODUCTION To assess the functionality and performance of vehicle (powertrain) systems, and parts thereof like emission control and OBD monitors, it appears to be necessary to test vehicles under not-predefined randomized conditions [1]. In order to evaluate the functioning of these systems under real world driving conditions, the EU RDE-LDV working group is developing a method based on the use of portable emission measurement systems (PEMS). However the use of PEMS equipment is problematic due to the technical limitations of the measurement of some pollutants under real driving conditions, such as particle numbers (PN) required by European Regulation 459/212/EC [2]. An alternative to PEMS measurements on vehicles may therefore be to perform tests on a chassis dynamometer under randomized conditions, like randomized driving cycle which must: reflect and cover European driving dynamics with respect to speed and acceleration profiles on the road, be drivable by the driver and the vehicle under test, meet requirements that are set by the current RDE legislation test under development, like road-type ratio s, cycle distance, cycle time. To this end, a methodology and software tool needs to be developed, in order to generate random cycles that can be driven by a light duty vehicle on a chassis dynamometer, and can be used for assessing criteria pollutant emission control for the type approval of light-duty vehicles. Other test conditions, such as ambient temperature and humidity of the driving cycle may also be randomized, but are here out of scope. In literature multiple approaches for generating driving cycles can be found: manual short trip (i.e. driving events between two idling periods) concatenation of recorded data in a trip database, such that specific chosen cycle characteristics meet the desired characteristics that represent the average driving [3], or short trip concatenation [5] using evolutionary algorithms [4]. Other approaches use traffic models [6], where others follow more stochastic approaches, using Markov chains, bases on trip distance [7], [8], [9] or road types [1]. This work proposes a two-stage Markov chain approach for generating new drive cycles, where first a sub road-type (on measurement optimized velocity band within a road-type) is stochastically generated on top of the legislation prescribed road type profile. The second stage is the generation of second by second accelerations, based on the probabilities also derived from measurement data. This creates a more random and wider coverage of speed-acceleration states compared to the short-trip approaches, and adds flexibility to adjust the cycle for vehicle limitations during generation. Using road-types covers the assumption that the driver will not behave the same when transiting a rural road or when driving on a motorway; as such, the acceleration will have a statistically different behavior, and vehicle (engine) dynamics will be different for different speeds. A further advantage of using a sub-road type approach is that it increases the steady driving situations, while maintaining the variability within a speed-band, all with the same probability distribution as taken from measurement data. In other applications, this method can be used for load cycle prediction if augmented with routes from navigation equipment or route prediction [11]. For the development of this methodology the European set of the WLTP database was used as input data for both Markov route generation, as the acceleration Markov chain. This database was created with the help of a number of European countries that collaborated and provided real world driving measurements for development of the WLTC. Consequently

2 cycles that contain European typical accelerations per velocity and road types are generated, such that these cycles are representative to real driving behavior. The paper content is structured as follows: first, the Methodology for the development of the random cycle generation will be presented, remarking some of the design decisions and how the general problem was approached. Second, the WLTP Random Cycle Generator Tool will be presented including the options available to the user and the generated results. Next, the Results and Validation section will present and validate the tool generated driving cycles. Finally a Conclusions section is also included. II. METHODOLOGY The stochastic drive cycle generation methodology is developed in Matlab and is based on Markov processes. Markov theory for stochastic behavior has been extensively studied, and the main references regarding the theoretical background on the Markov chains used in this paper are [12] and [13]. Two separate stochastic generators are used: one for generating the road type and one for generating the vehicle acceleration. In the first stage of the approach, a stochastic generator is used to create a semi-random route profile for the three different road types that are considered in the WLTP database: urban, rural and motorway. Each road type is further divided into sub-road types corresponding to different velocity bins. The WLTP RCG methodology follows the principles from on-road RDE testing. Hence, the restriction in driving behavior to the WLTP database is to be combined with a representative distribution of urban, rural, and motorway driving. This requires a large shift in WLTP RCG methodology from timebased [1] to distance-based cycle generation. The original distance distribution was 34% - 33% - 33%, however, a ±5% randomly allowed tolerance is implemented. Moreover, as the definition of urban, rural and motorway is fuzzy, certainly across Europe, the split is based on velocity characteristics. Also this method for categorizing the road type is still partly open. For example excluding stopping times from the averaging, or using maximal velocity (between stops) instead of average velocity will result in minor adaptions of the roadtype designation, however, with possibly further changes in the WLTP RCG methodology. In the second stage, a stochastic generator is used to generate the vehicle acceleration corresponding to the already generated road type profile. A stop is imposed at the end of the cycle. The methodology used in order to generate random driving cycles representative for real driving behavior is more extensively described in the following steps: A. Road type distance percentage generation The total cycle distance and the order of the road types is fixed: urban-rural-motorway, with a base percentage of 34% - 33% - 33% respectively, and a ±5% randomly allowed tolerance. In order to generate the random distance percentages of each road-type, three steps need to be taken: 1. A random percentage deviation is generated for the urban road-type distance: a random number (R Urban ), between -5 and 5 is generated, representing the deviation for the 34% urban road-type distance. 2. Considering the generated percentage deviation of the urban road-type, a random percentage deviation is generated for the rural road-type distance: a random number (R Rural ), between max(- 5, (-5-R Urban )), and min(5, 5- R Urban )) is generated, representing the deviation for the 33% rural roadtype distance. 3. Third, the percentage of motorway road-type distance is calculated, as the remaining distance. B. Route generation The first stochastic generator is used to generate a semirandom route profile corresponding to the three different road types: urban, rural and motorway. In order to generate the semi-random road type profile, the following steps need to be taken: 1. Data processing: First, the data used in the stochastic generators has to be collected and processed. For the development of the World-wide harmonized Light duty Test Cycle (WLTC), driving data was collected from several countries. Velocity profiles for a number of vehicles and a number of days of driving are recorded in this database. In some cases velocities and accelerations were not physically feasible, e.g. velocities above 3 km/h or accelerations above 5 m/s2. The data was therefore smoothed with a Hamming filter and grouped into sub-cycles from stop to stop according to the maximal velocity. This data has been made available by the European Commission for generating the input probabilities for the random cycle generator. The data was not further manipulated, except for filling in gaps in between the different sub-cycles. As the central idea behind the WLTP Random Cycle Generator is the second-by-second changes in accelerations for a given velocity. If a person accelerates, there is a high probability to remain accelerating. This also depends on the magnitude of acceleration. These probabilities are determined from the WLTP database, and they form the basis of the second-by-second changes in the generated cycle. The average velocities over periods of about a minute are also determined. They are called "subroad-types" but are actually a characterization of the average velocities. They are grouped into average velocity bands, likewise those of the WLTP database (which is originally based on peak velocities between two stops), and these are

3 the three road-types (urban, rural and motorway) visible in the generated cycle. Fig. 1. Road types and sub-road types 2. Probability matrix generation: The probability of a transition from one sub-road-type to the next is also determined from the WLTP database, and they are the probabilities of the minute-by-minute transitions in the generator. With these two sets of probabilities we span the short-time dynamics and the medium-time dynamics. For each road type (urban, rural, motorway) probability matrices for transitions from each subroad-type to sub-road-type are being generated (P SRT SRT Sub-Road Type to Sub-Road Type Probability matrix). 3. Route generation: The total cycle distance is known, and the percentage of each road-type was generated at the pervious point of the algorithm. Now, for each road type, random sub-road types will be generated, on a second-by-second base, using the P SRT SRT probability matrix. At this point, we have the generated route profile. C. Speed generation The second random generator function is used to generate the vehicle acceleration corresponding to the already generated road type profile. 1. Data processing: First, for each sub-road-type, speed data and acceleration data will be used to partition the data into classes and states. The states are related to acceleration and speed profiles, while the classes are related solely to the velocity profile. Fig. 2. Speed classes and acceleration states 2. Probability matrix generation: For each speed class, a probability matrix is then generated including transitions between acceleration states (P Acc Acc Acceleration to Acceleration Probability matrix). 3. Acceleration generation: On a second-by-second base, for the current sub-road-type, a corresponding acceleration is generated based on the P Acc Acc probability matrices. 4. Vehicle limitation check: The amount of high acceleration is limited, which seems to suggest that all countries and participating institutes have selected average, medium-powered vehicles. Likewise, the generated driving behavior may be on the same side for a high-powered vehicle. However, the driving behavior may require occasionally too much power to be achievable by a low power or high mass vehicle. This yields an important restriction on the generated cycle based on vehicle characteristics. In order to circumvent this obstacle, the drive cycle generator cross-check the speed profile against the vehicle characteristics: the vehicle total mass, an average rolling resistance force, velocity-dependent resistance force, air drag force, maximum allowed deceleration and the rated engine power. This will limit the maximum allowed acceleration of the vehicle, making it representative to a specific vehicle type. 5. Speed generation: From the generated acceleration, the corresponding speed profile is derived. At this point, we have the generated speed profile. D. Stop initiation At the end of the cycle, a forced stop is imposed, by setting the sub-road type road type to the one representative for the lowest speed bin. The corresponding acceleration will be randomly generated, allowing a natural stop behavior. E. Gear shift advice generation Based on the generated speed profile, a gear shift advice is calculate, using four different methods: HS, CADC, NEDC and DNEDC. An advice on when to change gears is generated, in order to follow the generated speed profile. Some vehicle parameters are required: the vehicle total mass, an average rolling resistance force, velocity-dependent resistance force, air drag force, maximum allowed deceleration, the rated engine power, the corresponding engine speed at rated power, the idle engine speed, the number of forward gears and the corresponding gear ratios. The gear shifts are determined with the commonly available information on a vehicle. The Heinz Steven tool, and the JRC (Joint Research Centre) version, based on the same legal text of the WLTP, uses the maximal torque curve of the individual vehicle. The torque curve is not part of the test procedure, and

4 therefore not properly established. In that case, however, the intermediate velocities, in particular, between 6 and 9 km/h are better covered than in the generated gear shift points in the generator. In the absence of torque information, a flat torque curve is assumed. The CADC gear shift points are based on the large European study from around 24 of normal on-road driving. This study led to many subsequent publications by M. Andre, R. Joumard and collaborators, however, the actual CADC gear shift tool seems never published. Some dependencies of gear shifts at a fixed velocities is observed with engine power and vehicle weight. The gear shift are at fixed velocities but fall in a number of vehicle classes. The NEDC gear-shift points are the basis of eco-driving, as a reverse action to adapt driving to the test optimization. For vehicles type-approved under the NEDC the vehicle is optimized for such gear shift points, and drivers are advised to use the gear shift at fixed velocities for the lowest fuel consumption. However, in some cases the vehicle has too little reserved engine power to meet real-world, or random cycle, acceleration demands. In real-world it is observed that drivers delay a gear shift when engaged in a prolonged acceleration. The Dynamic NEDC gear shifts mimic the behavior by pushing the velocity of the gear shift up with the magnitude of the acceleration prior to the intended NEDC gear shift. A graphical visualization of the generated speed profile and the gear shift advice corresponding to different gear shift strategies will be available in the plot area of the tool, by selecting the dedicated tab. F. Cycle characteristics calculation There are number of studies that focus on driving characteristics [14], [15]. These driving characteristics can be implicitly taken into consideration when generated a new driving cycle (limited number of characteristics considered to be the most representative for driving behavior) or they can be calculated after the cycle is generated, to give some more information about the cycle (extended number of characteristics). In this study, we consider a limited number of driving characteristics when generating the cycle (average speed in urban road type, minimum and maximum cycle length in seconds) and we calculate some additional cycle characteristics after the cycle was generated. For the generated speed profile a set of cycle characteristics are calculated: cycle distance, cycle time, average speed, maximum speed, road type percentage, cycle work, number of stops and other representative characteristics. These values are automatically calculated per road type as well as for the total cycle. To summarize, first a random road type profile is generated from the three different road types, in the specific order urban, rural and motorway, with random generated percentages of the total distance. Then a second random generator function is used to generate the vehicle acceleration corresponding to the already generated road type profile. Last, the speed profile is derived from the random generated acceleration profile. Also, a gear shift advice and the most important cycle characteristics are calculated. For detailed description of the road-type definition from velocities and for the velocity and acceleration cluster algorithm used in the data processing, please refer to [1]. III. WLTP RANDOM CYCLE GENERATOR TOOL Using the previously described methodology, the WLTP Random Cycle Generator Tool was developed, and it is presented in Fig. 3. This section gives a brief description of the WLTP Random Cycle Generator Tool functionality. There is a predefined distance for the generated cycles, and the order of the road types is also predefined: urban, rural and motorway, with a forced stop at the end. The percentage of the distance that will be driven in each of the above mentioned road-types is randomly generated inside the tool. There are two options available to the user: to impose vehicle limitations to the generated cycle and to generate a gear shift advice in order to follow the speed profile. When selecting this options, representative parameter values have to be filled in by the user. There is also the possibility to save vehicle configurations and to load them at a future run of the tool. After the cycle is generated, the speed profile will be plotted in the lower part of the tool, like showed in Fig. 3. Fig. 3. WLTP Random Cycle Generator Tool speed results A menu bar gives the user the option to navigate between the windows representing the speed profile, and the windows representing the four different gear advices. The calculated cycle characteristics are also available to the user, in the upper right part of the tool, like it can be seen in Fig. 4. IV. RESULTS AND VALIDATION In order to validate the stochastic approach, a number of random cycles were generated and the results were compared with the WLTP data base relative to road type, velocity and acceleration distribution.

5 6 4 2 Acceleration [m/s 2 ] Speed [m/s] Fig. 6. RCG tool VA matrix Fig. 4. WLTP Random Cycle Generator Tool gear shift results Fig. 5 shows the Velocity-Acceleration (VA) matrix of the complete WLTP data base. This contains more than 1232 hours of measurement data. 6 4 The average time share of each road type is presented in Fig. 8. Here it can be seen that, even if the distance percentage of each road type is similar, there is a difference in average time spend in each road type. This difference is given by the average driving speed per road type: low average speed in urban driving will result in high time share in this road type, while high average speed in motorway driving will result in low time share of the motorway road type. Acceleration [m/s 2 ] Speed [m/s] Share of road type percentage [%] 4 2 Urban Road type percentage [%] 1 5 Rural Road type percentage [%] 1 Motorway Fig. 5. WLTP VA matrix Fig. 6 shows the VA matrix of the tool generated data. This is based on a number of 1 cycles each with a length of 27 seconds, totaling 75 hours of stochastic generated data. Based on the similarity between the two VA matrices, it can be stated that the distribution of the generated acceleration per speed bin is representative for the real word driven data. Using the validated WLTP Random Cycle Generator tool, a large number of representative speed profile were generated, with the specific urban-rural-motorway road type order and share percentage of approximatively 34%-33%-33%. Because there is an allowed flexibility of these percentages with a ±5% range for each road type, the resulting percentage distribution per road-type is presented in Fig. 7. These results were obtained by generating 1 cycles, 35 km long Road type percentage [%] Fig. 7. Distribution of road type percentages This paper presents the development of a methodology and a software tool for generating random cycles that can be driven by a light duty vehicle on a chassis dynamometer. These randomly generated cycles are generated for the purpose of assessing criteria pollutant emission control for the type approval of light-duty vehicles. The generated random cycles are based on the WLTP database, thus enhancing the diversity of the generated cycles and making them representative for the real world driving behavior.

6 speeds. Moreover, vehicle limitations can be imposed upon the generated acceleration profile, assuring the drivability for the vehicle under test. A Beta version of the WLTP Random Cycle Generator Tool is freely available for download [16] Fig. 8. Average time share per road type V. CONCLUSIONS The RDE requirements for the European legislation are designed to be an effective means to achieve the emission reduction targets, in particular for NOx emission, without generating a large development and test burden for the automotive industry. Hence the RDE trip must reflect the European situation, such that the average emissions are reduced. Some safety margins are built-in to ensure that local emissions, e.g. urban or motorway emission separately, responsible for local high NO2 concentrations, are within bounds. However, as stated, the focus is on average emissions across Europe. In this paper a Random Cycle Generation methodology based on two Markov chains and real world measured data is developed, with the purpose of testing light duty vehicles in a simulation environment or on a test-bench. The WLTP database was used as input data. This database was created with the help of a number of European countries that collaborated and provided real world driving measurements. Consequently cycles that contain typical accelerations per velocity and road types are generated, such that these cycles are representative to real driving behavior. The presented methodology using the two-stage approach was successfully implemented in a WLTP Random Cycle Generator Tool. The speed acceleration results produced by this tool show characteristics similar to the input data; based on the similarity between the two VA matrices it can be stated that the distribution of the generated acceleration per speed bin is representative for the real word driven data. Furthermore it can be seen that the tool produces relatively steady state driving within speed-bands and shows high dynamics at lower REFERENCES [1] T. Johnson, "Review of Vehicular Emissions Trends," SAE Int. J. Engines 8(3): , 215, doi:1.4271/ [2] COMMISSION REGULATION (EU) No 459/212 of 29 May 212, [3] H.Y. Tong, W.T. Hung, C.S. Cheung, Development of a driving cycle for Hong Kong, Atmospheric Environment 33, , [4] Mario G. Perhinschi, Christopher Marlowe, Sergio Tamayo, Jun Tu & W. Scott Wayne, Evolutionary Algorithm for Vehicle Driving Cycle Generation, Journal of the Air & Waste Management Association, 211, 61:9, , DOI: 1.18/ [5] D. Karlsson and F. Tillman, Drive Cycle Prediction Using Traffic Simulation Tool, Master's Thesis, Gothenburg, Sweden 213. [6] S. Shahidinejad, E. Bibeau and S. Filizadeh, Statistical development of a duty cycle for plug-in vehicles in a North American urban setting using fleet information, IEEE Transactions on Vehicular Technology: , 21, doi:1.119/tvt [7] T-K. Lee and Z.S. Filipi, Synthesis of real-world driving cycles using stochastic process and statistical methodology, Int. J. Vehicle Design, 57(1):17-36, 211. [8] Q. Gong, S. Midlam-Mohler, V. Marano, and G. Rizzoni, An iterative markov chain approach for generating vehicle driving cycles, SAE Int. J. Engines, 4(1): , 211. [9] G. Souffran, L. Miegeville, P. Guerin, Simulation of real-world vehicle missions using stochastic Markov model for optimal design purposes, IEEE Vehicle Power and Propulsion Conference, 211, doi:1.119/vppc [1] A.E. Balau, D.G. Kooijman, I.V. Rodarte, N. Ligterink, Stochastic Real-World Drive Cycle Generation based on a Two Stage Markov Chain Approach, SAE Int. J. Mater. Manf. 8(2):39-397, 215, doi:1.4271/ [11] J. Krumm, A Markov Model for Driver Turn Prediction, SAE 28 World Congress, April 14-17, 28, Detroit, MI USA. [12] R. Feldman, C. Valdez-Flores, Applied Probability and Stochastic Processes, Springer ISBN: [13] W. Ching, M. Ng, Markov Chains: Models, algorithms and applications, International Series in Operations Research and Management Science. 26. ISBN: [14] E. Tazelaar, J. Bruinsma, B. Veenhuizen, P. van den Bosch, Driving cycle characterization and generation, for design and control of fuel cell buses, World Electric Vehicle Journal(3):1-8, 29. [15] M. André, The ARTEMIS European driving cycles for measuring car pollutant emissions, Science of the Total Environment( ):73-84, 24, doi:1.116/j.scitotenv [16] Beta version of the WLTP Random Cycle Generator Tool,

Real Driving Emissions

Real Driving Emissions Real Driving Emissions John May, AECC UnICEG meeting 8 April 2015 Association for Emissions Control by Catalyst (AECC) AISBL AECC members: European Emissions Control companies Exhaust emissions control

More information

EMISSION FACTORS FROM EMISSION MEASUREMENTS. VERSIT+ methodology Norbert Ligterink

EMISSION FACTORS FROM EMISSION MEASUREMENTS. VERSIT+ methodology Norbert Ligterink EMISSION FACTORS FROM EMISSION MEASUREMENTS VERSIT+ methodology Norbert Ligterink Symposium Vehicle Emissions November 3, 2016 GETTING THE COMPLETE PICTURE fuels SCR DPF hybrid technology downsizing dynamometer

More information

Real Driving Emissions and Test Cycle Data from 4 Modern European Vehicles

Real Driving Emissions and Test Cycle Data from 4 Modern European Vehicles Real Driving Emissions and Test Cycle Data from 4 Modern European Vehicles Dirk Bosteels IQPC 2 nd International Conference Real Driving Emissions Düsseldorf, 18 September 2014 Association for Emissions

More information

EVOLUTION OF RDE REGULATION

EVOLUTION OF RDE REGULATION EVOLUTION OF RDE REGULATION Content RDE Background RDE Regulation Development Boundary Conditions RDE Implementation Summary 2 Diesel & Gasoline Systems and Automotive Aftermarket DS/EPD1-GS GS/ESP3 4/28/2016

More information

Support for the revision of the CO 2 Regulation for light duty vehicles

Support for the revision of the CO 2 Regulation for light duty vehicles Support for the revision of the CO 2 Regulation for light duty vehicles and #3 for - No, Maarten Verbeek, Jordy Spreen ICCT-workshop, Brussels, April 27, 2012 Objectives of projects Assist European Commission

More information

Approach for determining WLTPbased targets for the EU CO 2 Regulation for Light Duty Vehicles

Approach for determining WLTPbased targets for the EU CO 2 Regulation for Light Duty Vehicles Approach for determining WLTPbased targets for the EU CO 2 Regulation for Light Duty Vehicles Brussels, 17 May 2013 richard.smokers@tno.nl norbert.ligterink@tno.nl alessandro.marotta@jrc.ec.europa.eu Summary

More information

COMPARISON OF CVS AND PEMS MEASURING DEVICES USED FOR STATING CO 2 EXHAUST EMISSIONS OF LIGHT-DUTY VEHICLES DURING WLTP TESTING PROCEDURE

COMPARISON OF CVS AND PEMS MEASURING DEVICES USED FOR STATING CO 2 EXHAUST EMISSIONS OF LIGHT-DUTY VEHICLES DURING WLTP TESTING PROCEDURE COMPARISON OF CVS AND PEMS MEASURING DEVICES USED FOR STATING CO 2 EXHAUST EMISSIONS OF LIGHT-DUTY VEHICLES DURING WLTP TESTING PROCEDURE Jan Verner, Marie Sejkorova University of Pardubice, Czech Republic

More information

REVIEW OF RDE EVALUATION METHODS

REVIEW OF RDE EVALUATION METHODS REVIEW OF RDE EVALUATION METHODS RDE-LDV meeting 19 July 2017 Ligterink, N.E. (Norbert), Bernd Rietberg, Willem Hekman, Pim van Mensch, Veerle Heijne, Rob Cuelenaere, Sam van Goethem REVIEW OF THE EVALUATION

More information

VEHICLE EMISSIONS. ITF-SEDEMA workshop in Mexico City Norbert Ligterink

VEHICLE EMISSIONS. ITF-SEDEMA workshop in Mexico City Norbert Ligterink VEHICLE EMISSIONS ITF-SEDEMA workshop in Mexico City Norbert Ligterink HOT AIR, HIGH HOPES, AND LITTLE EXPECTATIONS FOR NO X Diesel passenger cars have shown no substantial reduction of NO x emissions

More information

A CO2 based indicator for severe driving? (Preliminary investigations - For discussion only)

A CO2 based indicator for severe driving? (Preliminary investigations - For discussion only) A CO2 based indicator for severe driving? (Preliminary investigations - For discussion only) A case study Diesel vehicle tested with PEMS on the JRC test routes : Route 1: Rural-Motorway Route 2: City

More information

AECC Clean Diesel Euro 6 Real Driving Emissions Project. AECC Technical Seminar on Real-Driving Emissions Brussels, 29 April 2015

AECC Clean Diesel Euro 6 Real Driving Emissions Project. AECC Technical Seminar on Real-Driving Emissions Brussels, 29 April 2015 AECC Clean Diesel Euro 6 Real Driving Emissions Project AECC Technical Seminar on Real-Driving Emissions Brussels, 29 April 2015 Contents Background Test Programme Vehicle description & test regime. Baseline

More information

RDE LEGISLATION AND REAL- WORLD EMISSIONS ERMES (TNO/TUG/LAT)

RDE LEGISLATION AND REAL- WORLD EMISSIONS ERMES (TNO/TUG/LAT) RDE LEGISLATION AND REAL- WORLD EMISSIONS ERMES (TNO/TUG/LAT) EUROPEAN RDE LEGISLATION on-road type-approval emission testing of new vehicles phase 1: 1 Sept. 2017 (new models)/1 Sept. 2019 (all models)

More information

DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY

DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY COVACIU Dinu *, PREDA Ion *, FLOREA Daniela *, CÂMPIAN Vasile * * Transilvania University of Brasov Romania Abstract: A driving cycle is a standardised driving

More information

ACEA RDE Cold Start. 30 th August 2016

ACEA RDE Cold Start. 30 th August 2016 ACEA RDE Cold Start 30 th August 2016 CONTENT Introduction Cold start calculation method : approach 0 vs approach 2a Factor Cold Start (Fcs): proportional factor to integrate the severity of soaking temperature

More information

RDE PN emissions from a GDI vehicle without and with a GPF

RDE PN emissions from a GDI vehicle without and with a GPF RDE PN emissions from a GDI vehicle without and with a GPF Dr. Joachim Demuynck IQPC 4 th international conference on RDE Berlin, 25-27 October 2016 Association for Emissions Control by Catalyst (AECC)

More information

Selected remarks about RDE test

Selected remarks about RDE test Article citation info: Merkisz, J., Pielecha, J. Selected remarks about RDE test. Combustion Engines. 2016, 166(3), 54-61. doi:10.19206/ce-2016-340 Jerzy Merkisz Jacek Pielecha CE-2016-340 Selected remarks

More information

Vehicle Simulation for Engine Calibration to Enhance RDE Performance

Vehicle Simulation for Engine Calibration to Enhance RDE Performance Vehicle Simulation for Engine Calibration to Enhance RDE Performance IPG Apply & Innovate 2018 11st and 12nd of September, Karlsruhe, Germany Dr. Yutaka Murata Yui Nishio Dr. Yukihisa Yamaya Masato Kikuchi

More information

In-use testing in the European vehicle emissions legislation

In-use testing in the European vehicle emissions legislation In-use testing in the European vehicle emissions legislation PEMS 2014 International Conference & Workshop 3-4 April 2014 Center for Environmental Research & Technology UC Riverside, USA Martin Weiss,

More information

Technical Committee Motor Vehicles 15 September RDE 3 discussion

Technical Committee Motor Vehicles 15 September RDE 3 discussion Technical Committee Motor Vehicles 15 September 2016 RDE 3 discussion 1 RDE-LDV working group meetings on RDE-3 in 2016 23 January (launch) 20 April 17, 18 May 1 June (cold start web) 2 June (hybrid web)

More information

EN 1 EN. Second RDE LDV Package Skeleton for the text (V3) Informal EC working document

EN 1 EN. Second RDE LDV Package Skeleton for the text (V3) Informal EC working document Second RDE LDV Package Skeleton for the text (V3) Informal EC working document Introduction This document is a skeleton of the intended second RDE package. The document identifies which sections-appendices

More information

Validation of a simulation model for the assessment of CO 2 emissions of passenger cars under real-world conditions

Validation of a simulation model for the assessment of CO 2 emissions of passenger cars under real-world conditions Validation of a simulation model for the assessment of CO 2 emissions of passenger cars under real-world conditions The gap between real-world fuel consumption and manufacturers figures has been increasing

More information

EVS28 KINTEX, Korea, May 3-6, 2015

EVS28 KINTEX, Korea, May 3-6, 2015 EVS28 KINTEX, Korea, May 3-6, 25 Pattern Prediction Model for Hybrid Electric Buses Based on Real-World Data Jing Wang, Yong Huang, Haiming Xie, Guangyu Tian * State Key laboratory of Automotive Safety

More information

Status European RDE emission legislation

Status European RDE emission legislation Status European RDE emission legislation Dirk Bosteels International Conference ECT-2018 Pune, India 25-26 October 2018 Association for Emissions Control by Catalyst (AECC AISBL) AECC members : European

More information

Real Driving Emissions (RDE) Introduction of new legislation in Europe. Boundary Conditions

Real Driving Emissions (RDE) Introduction of new legislation in Europe. Boundary Conditions Real Driving Emissions (RDE) Introduction of new legislation in Europe Environmental boundary conditions Currents Status of parameter list Topic Parameter Consideration by Ambient Conditions (4.2) Trip

More information

LDV Real Driving Emissions: - Evaluation of PEMS data based on the Moving Averaging Window and a composite severity indicator

LDV Real Driving Emissions: - Evaluation of PEMS data based on the Moving Averaging Window and a composite severity indicator LDV Real Driving Emissions: - Evaluation of PEMS data based on the Moving Averaging Window and a composite severity indicator - Principles and tools - 19th of February 2013, Audio/Web meeting Pierre Bonnel,

More information

WLTP DHC subgroup. Draft methodology to develop WLTP drive cycle

WLTP DHC subgroup. Draft methodology to develop WLTP drive cycle WLTP DHC subgroup Date 30/10/09 Title Working paper number Draft methodology to develop WLTP drive cycle WLTP-DHC-02-05 1.0. Introduction This paper sets out the methodology that will be used to generate

More information

Generation of Equivalent Driving Cycles Using Markov Chains and Mean Tractive Force Components

Generation of Equivalent Driving Cycles Using Markov Chains and Mean Tractive Force Components Generation of Equivalent Driving Cycles Using Markov Chains and Mean Tractive Force Components Peter Nyberg Erik Frisk Lars Nielsen Department of Electrical Engineering Linköping University, SE-581 83

More information

Correction of test cycle tolerances: assessing the impact on CO 2 results. J. Pavlovic, A. Marotta, B. Ciuffo

Correction of test cycle tolerances: assessing the impact on CO 2 results. J. Pavlovic, A. Marotta, B. Ciuffo Correction of test cycle tolerances: assessing the impact on CO 2 results J. Pavlovic, A. Marotta, B. Ciuffo WLTP 2 nd Act November 10, 2016 Agenda Flexibilities of test cycle and laboratory procedures

More information

Details RDE Legislation Europe. Speaker: Nikolas Kühn June 27th ECMA

Details RDE Legislation Europe. Speaker: Nikolas Kühn June 27th ECMA Details RDE Legislation Europe Speaker: Nikolas Kühn June 27th 2017 - ECMA 1 Starter A not to serious but quite interesting statement (quote from a German radiobroadcast show around 2010): If, from the

More information

Q&A ON EMISSIONS TESTING

Q&A ON EMISSIONS TESTING Q&A ON EMISSIONS TESTING 1. How does ACEA react to the VW situation?... 1 2. How does the current lab test work?... 1 3. Why are there differences between the lab tests and real-world emissions?... 3 4.

More information

EU emissions regulations: An Update

EU emissions regulations: An Update EU emissions regulations: An Update March 2018 P. Dilara DG-GROW The effects of dieselgate: VW group vehicles were found with defeat devices both in the US and in Europe Investigations from MS showed that

More information

Consideration on the Implications of the WLTC - (Worldwide Harmonized Light-Duty Test Cycle) for a Middle Class Car

Consideration on the Implications of the WLTC - (Worldwide Harmonized Light-Duty Test Cycle) for a Middle Class Car Consideration on the Implications of the WLTC - (Worldwide Harmonized Light-Duty Test Cycle) for a Middle Class Car Adrian Răzvan Sibiceanu 1,2, Adrian Iorga 1, Viorel Nicolae 1, Florian Ivan 1 1 University

More information

An Assessment of Emissions from Light-Duty Vehicles using PEMS and Chassis Dynamometer Testing

An Assessment of Emissions from Light-Duty Vehicles using PEMS and Chassis Dynamometer Testing 2014-01-1581 Published 04/01/2014 Copyright 2014 SAE International doi:10.4271/2014-01-1581 saeeng.saejournals.org An Assessment of Emissions from Light-Duty Vehicles using PEMS and Chassis Dynamometer

More information

Analysis of WLTP typical driving conditions that affect nonexhaust particle emissions

Analysis of WLTP typical driving conditions that affect nonexhaust particle emissions Analysis of WLTP typical driving conditions that affect nonexhaust particle emissions Grigoratos Theodoros, Martini Giorgio and Steven Heinz 2016 EUR 28273 EN This publication is a Technical report by

More information

Development of Automobile Bangkok Driving Cycle for Emissions and Fuel Consumption Assessment

Development of Automobile Bangkok Driving Cycle for Emissions and Fuel Consumption Assessment The 2 nd Joint International Conference on Sustainable Energy and Environment (SEE 6) F-27 (O) 21-23 November 6, Bangkok, Thailand Development of Automobile Bangkok Driving Cycle for Emissions and Fuel

More information

Development of the Japan s RDE (Real Driving Emission) procedure

Development of the Japan s RDE (Real Driving Emission) procedure Informal document GRPE-76-18 76 th GRPE, 9-12 January 2018 Agenda item 13 Development of the Japan s RDE (Real Driving Emission) procedure Environmental Policy Division, Road Transport Bureau, Ministry

More information

Testing of particulate emissions from positive ignition vehicles with direct fuel injection system. Technical Report

Testing of particulate emissions from positive ignition vehicles with direct fuel injection system. Technical Report Testing of particulate emissions from positive ignition vehicles with direct fuel injection system -09-26 by Felix Köhler Institut für Fahrzeugtechnik und Mobilität Antrieb/Emissionen PKW/Kraftrad On behalf

More information

ON-ROAD REAL DRIVING AND ROAD GRADIENT DATA PROCESSING METHODOLOGIES TO FORM DRIVING CYCLE COMPLETE DYNAMOMETER TESTS

ON-ROAD REAL DRIVING AND ROAD GRADIENT DATA PROCESSING METHODOLOGIES TO FORM DRIVING CYCLE COMPLETE DYNAMOMETER TESTS Proceedings of the 13 th International Conference on Environmental Science and Technology Athens, Greece, 5-7 September 2013 ON-ROAD REAL DRIVING AND ROAD GRADIENT DATA PROCESSING METHODOLOGIES TO FORM

More information

CITY DRIVING ELEMENT COMBINATION INFLUENCE ON CAR TRACTION ENERGY REQUIREMENTS

CITY DRIVING ELEMENT COMBINATION INFLUENCE ON CAR TRACTION ENERGY REQUIREMENTS CITY DRIVING ELEMENT COMBINATION INFLUENCE ON CAR TRACTION ENERGY REQUIREMENTS Juris Kreicbergs, Denis Makarchuk, Gundars Zalcmanis, Aivis Grislis Riga Technical University juris.kreicbergs@rtu.lv, denis.mkk@gmail.com,

More information

European Parliament's Committee on the Environment, Public Health and Food Safety. Public Hearing Real-Driving Emissions Test

European Parliament's Committee on the Environment, Public Health and Food Safety. Public Hearing Real-Driving Emissions Test European Parliament's Committee on the Environment, Public Health and Food Safety Public Hearing Real-Driving Emissions Test Alois Krasenbrink Joint Research Centre Institute for Energy and Transport Sustainable

More information

ICT-Emissions driving cycles Laura Borgarello CRF

ICT-Emissions driving cycles Laura Borgarello CRF ICT-Emissions driving cycles Laura Borgarello CRF ICT-Emissions Exploitation group workshop, Brussels, 2013-11-13 Objectives of activities Collection of driving profile data, covering different conditions

More information

On-road emission measurements with PEMS on a MERCEDES-BENZ ATEGO Euro VI N2 heavy-duty truck

On-road emission measurements with PEMS on a MERCEDES-BENZ ATEGO Euro VI N2 heavy-duty truck TNO report TNO 2018 R10053 On-road emission measurements with PEMS on a MERCEDES-BENZ ATEGO Euro VI N2 heavy-duty truck Anna van Buerenplein 1 2595 DA Den Haag P.O. Box 96800 2509 JE The Hague The Netherlands

More information

Emission factor modeling in Istituto Motori - KEM. Maria Vittoria Prati, Livia Della Ragione, Giovanni Meccariello, Maria Antonietta Costagliola

Emission factor modeling in Istituto Motori - KEM. Maria Vittoria Prati, Livia Della Ragione, Giovanni Meccariello, Maria Antonietta Costagliola Emission factor modeling in Istituto Motori - KEM Maria Vittoria Prati, Livia Della Ragione, Giovanni Meccariello, Maria Antonietta Costagliola This presentation is dedicated to the memory of Mario Rapone

More information

Comparison of different gearshift prescriptions

Comparison of different gearshift prescriptions WLTP-DHC Comparison of different gearshift prescriptions Heinz Steven 21.03.2012, updated 27.03.2012 1 Introduction Concerning the gearshift prescriptions for vehicles with manual transmissions the following

More information

Evaluation of exhaust emissions from three dieselhybrid. cars and simulation of after-treatment

Evaluation of exhaust emissions from three dieselhybrid. cars and simulation of after-treatment SUPPORTING INFORMATION Evaluation of exhaust emissions from three dieselhybrid cars and simulation of after-treatment systems for ultra-low real-world NO X emissions Vicente Franco a, Theodora Zacharopoulou

More information

SELECTED PROBLEMS OF REAL DRIVING EMISSIONS MEASUREMENT

SELECTED PROBLEMS OF REAL DRIVING EMISSIONS MEASUREMENT Journal of KONES Powertrain and Transport, Vol. 24, No. 3 217 SELECTED PROBLEMS OF REAL DRIVING EMISSIONS MEASUREMENT Jerzy Merkisz, Jacek Pielecha Poznan University of Technology Faculty of Machines and

More information

Expected Light Duty Vehicle Emissions from Final Stages of Euro 6

Expected Light Duty Vehicle Emissions from Final Stages of Euro 6 Ricardo plc 2017 Expected Light Duty Vehicle Emissions from Final Stages of Euro 6 EU Refining Forum - Dr Nick Powell Ricardo plc 2017 2 Contents What is Euro 6 and what are the stages of its introduction?

More information

RDE DEVELOPMENT PROCESS & TOOLS

RDE DEVELOPMENT PROCESS & TOOLS Daniel Baumann, IT RDE DEVELOPMENT PROCESS & TOOLS Kieran McAleer SIMULATION LAB ROAD AVL Solutions (A comprehensive approach to RDE) Kieran McAleer 9th AVL Calibration Symposium 4 11 월 215 2 Road Testing

More information

COPERT - SIBYL workshop October 2015 Brussels, Belgium Diesel NOx emissions

COPERT - SIBYL workshop October 2015 Brussels, Belgium Diesel NOx emissions COPERT - SIBYL workshop 21-22 October 2015 Brussels, Belgium Diesel NOx emissions and COPERT emission factors in light of the dieselgate Contents Recent developments and associated questions Some explanations

More information

Real Driving Emissions from a Gasoline Plug-in Hybrid Vehicle with and without a Gasoline Particulate Filter

Real Driving Emissions from a Gasoline Plug-in Hybrid Vehicle with and without a Gasoline Particulate Filter 1 Real Driving Emissions from a Gasoline Plug-in Hybrid Vehicle with and without a Gasoline Particulate Filter Joachim Demuynck, Cécile Favre, Dirk Bosteels Association for Emissions Control by Catalyst

More information

EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL

EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL Consumer Goods and EU Satellite navigation programmes Automotive industry Brussels, 08 April 2010 ENTR.F1/KS D(2010) European feed back to

More information

RDE LDV ACEA Input for EU Com working group Brussels, 31 March 2014

RDE LDV ACEA Input for EU Com working group Brussels, 31 March 2014 RDE LDV ACEA Input for EU Com working group Brussels, 31 March 2014 ACEA RDE Expert working group Klaus Land & Jens Franz Agenda: ACEA views on RDE Family concept Albrecht Jungk Boundary Conditions Ingo

More information

New results from a 2015 PEMS testing campaign on a Diesel Euro 6b vehicle

New results from a 2015 PEMS testing campaign on a Diesel Euro 6b vehicle New results from a 215 PEMS testing campaign on a Diesel Euro 6b vehicle Cécile Favre, Dirk Bosteels, John May AECC Jon Andersson, Simon de Vries Ricardo 11 th Integer Emissions Summit & AdBlue Forum Europe

More information

Naturalistic Drive Cycles Analysis and Synthesis for Pick-up Trucks. Zifan Liu Dr. Andrej Ivanco Dr. Zoran Filipi

Naturalistic Drive Cycles Analysis and Synthesis for Pick-up Trucks. Zifan Liu Dr. Andrej Ivanco Dr. Zoran Filipi Naturalistic Drive s Analysis and Synthesis for Pick-up Trucks Zifan Liu Dr. Andrej Ivanco Dr. Zoran Filipi Introduction to CU-ICAR Greenville, South Carolina 95% of students gainfully employed in the

More information

WLTP. Proposal for a downscaling procedure for the extra high speed phases of the WLTC for low powered vehicles within a vehicle class

WLTP. Proposal for a downscaling procedure for the extra high speed phases of the WLTC for low powered vehicles within a vehicle class WLTP Proposal for a downscaling procedure for the extra high speed phases of the WLTC for low powered vehicles within a vehicle class Technical justification Heinz Steven 06.04.2013 1 Introduction The

More information

WLTC* methodology. Proposed by Japan (Reviewed by UK, JRC and Mr. Steven) DHC group under GRPE/WLTP informal group

WLTC* methodology. Proposed by Japan (Reviewed by UK, JRC and Mr. Steven) DHC group under GRPE/WLTP informal group WLTP-DHC--3e WLTC* methodology Proposed by Japan (Reviewed by UK, JRC and Mr. Steven) DHC group under GRPE/WLTP informal group 11~ January 11 Palais des Nations, Geneva (*) WLTC : Worldwide harmonized

More information

An update of vehicle emissions control policies and regulations in Europe

An update of vehicle emissions control policies and regulations in Europe An update of vehicle emissions control policies and regulations in Europe MoVE 2016 14-16 December 2016, Hong Kong P. Dilara, DG/GROW, European Commission 1 EU approach to limit emissions Type approval

More information

Mobile Air Conditioning (MAC)

Mobile Air Conditioning (MAC) Mobile Air Conditioning (MAC) Working paper No. MACTP-1-3 (Geneva, 8 June 21) Test procedure development Progress update 8-6-21 Contents Project overview Progress made so far Identification of major influential

More information

LDV Real Driving Emissions: - Evaluation of PEMS results based on the Moving Averaging Window and a CO2 Severity Indicator

LDV Real Driving Emissions: - Evaluation of PEMS results based on the Moving Averaging Window and a CO2 Severity Indicator LDV Real Driving Emissions: - Evaluation of PEMS results based on the Moving Averaging Window and a CO2 Severity Indicator - Update on the concept - Next Steps - Data evaluation Tool (EMROAD) - Brussels

More information

Real Driving Emissions of a GPF-equipped production car

Real Driving Emissions of a GPF-equipped production car Real Driving Emissions of a GPF-equipped production car Dirk Bosteels IQPC 3 rd International Conference Real Driving Emissions Berlin, 27-29 October 2015 Association for Emissions Control by Catalyst

More information

Insights into WLTP and RDE

Insights into WLTP and RDE Insights into and RDE Current test procedures and their implications for fleet customers Editorial Dear Readers, You have already been informed about the first phase of the new Worldwide Harmonised Light

More information

The analysis of the PEMS measurements of the exhaust emissions from city buses using different research procedures

The analysis of the PEMS measurements of the exhaust emissions from city buses using different research procedures The analysis of the PEMS measurements of the exhaust emissions from city buses using different research procedures Jerzy Merkisz, Jacek Pielecha, Pawel Fuc, Piotr Lijewski Poznan University of Technology,

More information

Effect of driving patterns on fuel-economy for diesel and hybrid electric city buses

Effect of driving patterns on fuel-economy for diesel and hybrid electric city buses EVS28 KINTEX, Korea, May 3-6, 2015 Effect of driving patterns on fuel-economy for diesel and hybrid electric city buses Ming CHI, Hewu WANG 1, Minggao OUYANG State Key Laboratory of Automotive Safety and

More information

Differential Evolution Algorithm for Gear Ratio Optimization of Vehicles

Differential Evolution Algorithm for Gear Ratio Optimization of Vehicles RESEARCH ARTICLE Differential Evolution Algorithm for Gear Ratio Optimization of Vehicles İlker Küçükoğlu* *(Department of Industrial Engineering, Uludag University, Turkey) OPEN ACCESS ABSTRACT In this

More information

Using Trip Information for PHEV Fuel Consumption Minimization

Using Trip Information for PHEV Fuel Consumption Minimization Using Trip Information for PHEV Fuel Consumption Minimization 27 th International Battery, Hybrid and Fuel Cell Electric Vehicle Symposium (EVS27) Barcelona, Nov. 17-20, 2013 Dominik Karbowski, Vivien

More information

Research in hydraulic brake components and operational factors influencing the hysteresis losses

Research in hydraulic brake components and operational factors influencing the hysteresis losses Research in hydraulic brake components and operational factors influencing the hysteresis losses Shreyash Balapure, Shashank James, Prof.Abhijit Getem ¹Student, B.E. Mechanical, GHRCE Nagpur, India, ¹Student,

More information

Vehicular modal emission and fuel consumption factors in Hong Kong

Vehicular modal emission and fuel consumption factors in Hong Kong Vehicular modal emission and fuel consumption factors in Hong Kong H.Y. Tong

More information

The European Commission s science and knowledge service. Joint Research Centre. VECTO - Overview VECTO Workshop Ispra, November, 2018

The European Commission s science and knowledge service. Joint Research Centre. VECTO - Overview VECTO Workshop Ispra, November, 2018 The European Commission s science and knowledge service Joint Research Centre VECTO - Overview 2018 VECTO Workshop Ispra, November, 2018 Content Background Overview VECTO method Simulation tool Component

More information

EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL

EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL EUROPEAN COMMISSION ENTERPRISE AND INDUSTRY DIRECTORATE-GENERAL Industrial Innovation and Mobility Industries Automotive industry Brussels, ENTR D5/PÅ D(2010) SUMMARY OF WORKSHOP ON APPROACH ON EMISSIONS

More information

NUMERICAL ANALYSIS OF IMPACT BETWEEN SHUNTING LOCOMOTIVE AND SELECTED ROAD VEHICLE

NUMERICAL ANALYSIS OF IMPACT BETWEEN SHUNTING LOCOMOTIVE AND SELECTED ROAD VEHICLE Journal of KONES Powertrain and Transport, Vol. 21, No. 4 2014 ISSN: 1231-4005 e-issn: 2354-0133 ICID: 1130437 DOI: 10.5604/12314005.1130437 NUMERICAL ANALYSIS OF IMPACT BETWEEN SHUNTING LOCOMOTIVE AND

More information

EURO 6d Diesel Performance & Impact on Urban Air Quality

EURO 6d Diesel Performance & Impact on Urban Air Quality John Cooper Director General EURO 6d Diesel Performance & Impact on Urban Air Quality Conclusions from Ricardo & AERIS studies EURO 6d vehicles tested by Ricardo under «RDE conditions» are compliant with

More information

Revision of ASEP Considerations for Future Steps Enhancement of the presentation from Germany

Revision of ASEP Considerations for Future Steps Enhancement of the presentation from Germany 13 February 2017 P R E S E N T A T I O N O F INTERNATIONAL ORGANIZATION OF MOTOR VEHICLE MANUFACTURERS Revision of ASEP Considerations for Future Steps Enhancement of the presentation from Germany Link

More information

A SHORT HISTORY SINCE DIESELGATE. Richard Smokers

A SHORT HISTORY SINCE DIESELGATE. Richard Smokers A SHORT HISTORY SINCE DIESELGATE Richard Smokers Symposium Vehicle Emissions November 3, 2016 TEST PROGRAMMES AT TNO Since 1986 in a sequence of projects for the Dutch Ministry of Infrastructure and the

More information

INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT

INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT INTEGRATED SCHEDULING OF DRAYAGE AND LONG-HAUL TRANSPORT Arturo E. Pérez Rivera & Martijn R.K. Mes Department of Industrial Engineering and Business Information Systems University of Twente, The Netherlands

More information

WNTE. WNTE control area evaluation with respect to the real-world engine operation envelope. TNO Knowledge for Business

WNTE. WNTE control area evaluation with respect to the real-world engine operation envelope. TNO Knowledge for Business OCE Informal Document No. 42 Thirteenth Plenary Meeting of the Working Group On Off-Cycle Emissions 5 & The Hague, Netherlands WNTE WNTE control area evaluation with respect to the real-world engine operation

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

REAL WORLD DRIVING. Fuel Efficiency & Emissions Testing. Prepared for the Australian Automobile Association

REAL WORLD DRIVING. Fuel Efficiency & Emissions Testing. Prepared for the Australian Automobile Association REAL WORLD DRIVING Fuel Efficiency & Emissions Testing Prepared for the Australian Automobile Association - 2016 2016 ABMARC Disclaimer By accepting this report from ABMARC you acknowledge and agree to

More information

The Automotive Industry

The Automotive Industry WLTP AUTOMOTIVE INDUSTRY GUIDE WLTP GUIDANCE FOR The Automotive Industry NEDC WLTP Executive Summary The purpose of this guide is to provide an overview of WLTP and its transition into UK policy and consumer

More information

Experience with emissions from a PHEV and RDE data evaluation methods

Experience with emissions from a PHEV and RDE data evaluation methods Experience with emissions from a PHEV and RDE data evaluation methods Joachim Demuynck AECC event on RDE package 4 Brussels 23 November 2017 Content PHEV programme Programme set-up Real-Driving Emissions

More information

Light Duty Vehicle Test Cycle Generation. Based on Real-World Data

Light Duty Vehicle Test Cycle Generation. Based on Real-World Data Light Duty Vehicle Test Cycle Generation Based on Real-World Data Alexandr Rosca Department of Mechanical Engineering, at Instituto Superior Técnico, of University of Lisbon, Lisbon, Portugal e-mail: alexandr.rosca@ist.utl.pt

More information

Cost-Benefit Analysis of Options for Certification, Validation and Monitoring and Reporting of HDVs

Cost-Benefit Analysis of Options for Certification, Validation and Monitoring and Reporting of HDVs CO 2 HDV Stakeholder Meeting Cost-Benefit Analysis of Options for Certification, Validation and Monitoring and Reporting of HDVs Leif-Erik Schulte Vicente Franco Brussels, January, 30 th 2015 1 Overview

More information

Initial processing of Ricardo vehicle simulation modeling CO 2. data. 1. Introduction. Working paper

Initial processing of Ricardo vehicle simulation modeling CO 2. data. 1. Introduction. Working paper Working paper 2012-4 SERIES: CO 2 reduction technologies for the European car and van fleet, a 2020-2025 assessment Initial processing of Ricardo vehicle simulation modeling CO 2 Authors: Dan Meszler,

More information

Effect of driving pattern parameters on fuel-economy for conventional and hybrid electric city buses

Effect of driving pattern parameters on fuel-economy for conventional and hybrid electric city buses EVS28 KINTEX, Korea, May 3-6, 2015 Effect of driving pattern parameters on fuel-economy for conventional and hybrid electric city buses Ming CHI 1, Hewu WANG 1, Minggao OUYANG 1 1 Author 1 State Key Laboratory

More information

Parallel Hybrid (Boosted) Range Extender Powertrain

Parallel Hybrid (Boosted) Range Extender Powertrain World Electric Vehicle Journal Vol. 4 - ISSN 232-6653 - 21 WEVA Page622 EVS25 Shenzhen, China, Nov 5-9, 21 Parallel Hybrid (Boosted) Range Extender Powertrain Patrick Debal 1, Saphir Faid 1, and Steven

More information

Design & Development of Regenerative Braking System at Rear Axle

Design & Development of Regenerative Braking System at Rear Axle International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 8, Number 2 (2018), pp. 165-172 Research India Publications http://www.ripublication.com Design & Development of Regenerative

More information

World Light Duty Test Procedure

World Light Duty Test Procedure World Light Duty Test Procedure Validation-2 i 2S Summary &W Way Forward Presentation from India 03 rd - 04 th Dec, 15 th DHC Meeting Brussels, Belgium. Validation 2 Results on Class I / II Vehicles 2

More information

RELEASE NOTES - EMROAD 5.96 Build 3

RELEASE NOTES - EMROAD 5.96 Build 3 RELEASE NOTES - EMROAD 5.96 Build 3 [DISCLAIMER] EMROAD is a Microsoft Excel add-in for analyzing vehicle emissions data recorded with Portable Emissions Measurement Systems (PEMS). In the frame of the

More information

Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition

Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition Open Access Library Journal 2018, Volume 5, e4295 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition

More information

AVL EMISSION TEST SYSTEMS International sight of future emission programs K. Engeljehringer AVL List GmbH, Graz, Austria

AVL EMISSION TEST SYSTEMS International sight of future emission programs K. Engeljehringer AVL List GmbH, Graz, Austria AVL EMISSION TEST SYSTEMS International sight of future emission programs K. Engeljehringer AVL List GmbH, Graz, Austria SEMINÁRIO DE EMISSÕES AEA, 25.04.2013 "Our air may be better - A critical approach

More information

MoBEO: Model based Engine Development and Calibration

MoBEO: Model based Engine Development and Calibration MoBEO: Model based Engine Development and Calibration Innovative ways to increase calibration quality within the limits of acceptable development effort! Dr. Prakash Gnanam, AVL Powertrain UK Ltd 1 25

More information

Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads

Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads Perodua Myvi engine fuel consumption map and fuel economy vehicle simulation on the drive cycles based on Malaysian roads Muhammad Iftishah Ramdan 1,* 1 School of Mechanical Engineering, Universiti Sains

More information

LDV Real Driving Emissions: - Data Evaluation Method(s): Contribution to (Possible) additional elements -

LDV Real Driving Emissions: - Data Evaluation Method(s): Contribution to (Possible) additional elements - LDV Real Driving Emissions: - Data Evaluation Method(s): Contribution to (Possible) additional elements - RDE DE Task Force Meeting, March 20, 2014 Theodoros Vlachos, Martin Weiss, Pierre Bonnel - European

More information

ecomove EfficientDynamics Approach to Sustainable CO2 Reduction

ecomove EfficientDynamics Approach to Sustainable CO2 Reduction ecomove EfficientDynamics Approach to Sustainable CO2 Reduction Jan Loewenau 1, Pei-Shih Dennis Huang 1, Geert Schmitz 2, Henrik Wigermo 2 1 BMW Group Forschung und Technik, Hanauer Str. 46, 80992 Munich,

More information

LAMINATED WINDSHIELD BREAKAGE MODELLING IN THE CONTEXT OF HEADFORM IMPACT HOMOLOGATION TESTS

LAMINATED WINDSHIELD BREAKAGE MODELLING IN THE CONTEXT OF HEADFORM IMPACT HOMOLOGATION TESTS Int. J. of Applied Mechanics and Engineering, 2015, vol.20, No.1, pp.87-96 DOI: 10.1515/ijame-2015-0006 LAMINATED WINDSHIELD BREAKAGE MODELLING IN THE CONTEXT OF HEADFORM IMPACT HOMOLOGATION TESTS P. KOSIŃSKI

More information

Contribution to the RDE working group

Contribution to the RDE working group RDE testing of hybrid vehicles Contribution to the RDE working group 20 April 2016 European Commission - Joint Research Centre (JRC) IET - Institute for Energy and Transport Sustainable Transport Unit

More information

18th ICTCT Workshop, Helsinki, October Technical feasibility of safety related driving assistance systems

18th ICTCT Workshop, Helsinki, October Technical feasibility of safety related driving assistance systems 18th ICTCT Workshop, Helsinki, 27-28 October 2005 Technical feasibility of safety related driving assistance systems Meng Lu Radboud University Nijmegen, The Netherlands, m.lu@fm.ru.nl Kees Wevers NAVTEQ,

More information

Interim Report by GRB IWG ASEP About UN R51.03 ASEP by Paragraph Last Sentence Informal Document to GRB 68 (Sep-2018)

Interim Report by GRB IWG ASEP About UN R51.03 ASEP by Paragraph Last Sentence Informal Document to GRB 68 (Sep-2018) Transmitted by IWG ASEP Informal document GRB-68-03 (68th GRB, 12-14 September 2018, agenda item 4 (b)) Interim Report by GRB IWG ASEP About UN R51.03 ASEP by Paragraph 6.2.3 Last Sentence Informal Document

More information

India s comments/suggestions on Low Powered Vehicle Cycle designed by Heinz Steven. Z A Mujawar WLTP/DHC meeting on 29 th March 2012 at Ispra, Italy.

India s comments/suggestions on Low Powered Vehicle Cycle designed by Heinz Steven. Z A Mujawar WLTP/DHC meeting on 29 th March 2012 at Ispra, Italy. India s comments/suggestions on Low Powered Vehicle Cycle designed by Heinz Steven Z A Mujawar WLTP/DHC meeting on 29 th March 2012 at Ispra, Italy. 1 Proposal for Vehicle Classes by Heinz Steven Class

More information

Chip Simulation for Virtual ECUs

Chip Simulation for Virtual ECUs Chip Simulation for Virtual ECUs QTronic User Conference 2018 Virtual ECUs and Applications 18th of October, Berlin, Germany Dr. Yutaka Murata Honda R&D Co., Ltd. Automotive R&D Center 1 Contents Background

More information

Test Procedure for Measuring Fuel Economy and Emissions of Trucks Equipped with Aftermarket Devices

Test Procedure for Measuring Fuel Economy and Emissions of Trucks Equipped with Aftermarket Devices Test Procedure for Measuring Fuel Economy and Emissions of Trucks Equipped with Aftermarket Devices 1 SCOPE This document sets out an accurate, reproducible and representative procedure for simulating

More information