All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM To understand and use the ADVISOR tool in MATLAB. INTRODUCTION 1. VEHICLE MODEL: [1] Electric motorcycles and scooters are plug-in electric vehicles with two or three wheels. The electricity is stored on board in a rechargeable battery, which drives one or more electric motors. Electric scooters (as distinct from motorcycles)…
Laasya Priya Nidamarty
updated on 27 Mar 2021
To understand and use the ADVISOR tool in MATLAB.
[1] Electric motorcycles and scooters are plug-in electric vehicles with two or three wheels. The electricity is stored on board in a rechargeable battery, which drives one or more electric motors. Electric scooters (as distinct from motorcycles) have a step-through frame. Most electric motorcycles and scooters as of May 2019 are powered by rechargeable lithium-ion batteries, though some early models used nickel-metal hydride batteries. Alternative types of batteries are available. Z Electric Vehicle has pioneered use of a lead/sodium silicate battery (a variation on the classic lead acid battery invented in 1859, still prevalent in automobiles) that compares favorably with lithium batteries in size, weight, and energy capacity, at considerably less cost.
[2] ADVISOR stands for ADvanced VehIcle SimulatOR. It is a set of model, data, and script text files for use with MATLAB and Simulink. It is designed for rapid analysis of the performance and fuel economy of conventional, electric, and hybrid vehicles. ADVISOR also provides a backbone for the detailed simulation and analysis of user defined drivetrain components, a starting point of verified vehicle data and algorithms from which to take full advantage of the modeling flexibility of Simulink and analytic power of MATLAB.
ADVISOR was preliminarily written and used in November 1994. Since then, it has been modified as necessary to help manage the US DOE Hybrid Vehicle Propulsion System subcontracts. Only in January 1998 was a concerted development effort undertaken to clean up and document ADVISOR.
You may benefit from using ADVISOR if you want to:
The models in ADVISOR are:
ADVISOR will allow the user to answer questions like:
By iteratively changing the vehicle definition and/or driving cycle, the user can go on to answer questions such as:
ADVISOR’s GUI and other script files answer many of these questions automatically, while others require some custom programming on the user’s part. Because ADVISOR is modular, its component models can be relatively easily extended and improved. For example, an electrochemical model of a battery, complete with diffusion, polarization, and thermal effects, can easily be put into a vehicle to cooperate with a motor model that uses a measured efficiency map. Of course, developing new, detailed models of drivetrain components (or anything else, for that matter) requires an intimate familiarity with the environment, MATLAB/Simulink. ADVISOR was developed as an analysis tool, and not originally intended as a detailed design tool. Its component models are quasi-static and cannot be used to predict phenomena with a time scale of less than a tenth of a second or so. Physical vibrations, electric field oscillations and other dynamics cannot be captured using ADVISOR, however recent linkages with other tools such as Saber, Simplorer, and Sinda/Fluint allow a detailed study of these transients in those tools with the vehicle level impacts linked back into ADVISOR.
As an analysis tool, ADVISOR takes the required/desired speed as an input, and determines what drivetrain torques, speeds, and powers would be required to meet that vehicle speed. Because of this flow of information back through the drivetrain, from tire to axle to gearbox and so on, ADVISOR is what is called a backward-facing vehicle simulation. Forward-facing vehicle simulations include a model of a driver, who senses the required speed and responds with an accelerator or brake position, to which the drivetrain responds with a torque. This type of simulation is well suited to the design of control systems, for example, down to the integrated circuit and PC card level—the implementation level.
ADVISOR is well suited to evaluate and, by iterative evaluation, design control logic and energy management strategies. By this, we mean something like “When the engine torque output is low and the battery state of charge is high, turn off the engine.” The control logic, with which ADVISOR can work, is about what you want the vehicle to do. The detailed control system, getting into details of how you would implement this control logic in hardware, is about how to make the vehicle do what you want and is not the original intention of ADVISOR’s application. In electrical components’ communication with each other, ADVISOR deals in power, and not in voltage and current. Linkages to other tools, such as Saber and Simplorer let the user work with a voltage bus. The vehicle dynamics calculations required for traction control and the wheel slip model assume that the front axle is the only drive axle. Simple steps can be taken to correct the weight transfer calculation if you wish to model a rear-drive vehicle, and an example wheel file that accomplishes this is included. Modeling a four-wheel drive vehicle requires involved Simulink reprogramming.
[3] The EPA Federal Test Procedure, commonly known as FTP-75 for the city driving cycle, are a series of tests defined by the US Environmental Protection Agency (EPA) to measure tailpipe emissions and fuel economy of passenger cars (excluding light trucks and heavy-duty vehicles). The testing was mandated by the Energy Tax Act of 1978 in order to determine the rate of the guzzler tax that applies for the sales of new cars. The current procedure has been updated in 2008 and includes four tests: city driving (the FTP-75 proper), highway driving (HWFET), aggressive driving (SFTP US06), and optional air conditioning test (SFTP SC03).
The "city" driving program of the EPA Federal Test Procedure is identical to the UDDS plus the first 505 seconds of an additional UDDS cycle. Then the characteristics of the cycle are:
The procedure is updated by adding the "hot start" cycle that repeats the "cold start" cycle of the beginning of the UDDS cycle. The average speed is thus different, but the maximum speed remains the same as in the UDDS. The weighting factors are 0.43 for the cold start and transient phases together and 0.57 for the hot start phase. Though it was originally created as a reference point for fossil fueled vehicles, the UDDS and thus the FTP-75, are also used to estimate the range in distance travelled by an electric vehicle in a single charge.
Figure 1. EPA FTP-75 driving cycle.
[3] The ‘grade’ (also known as slope, incline, gradient, main fall, pitch or rise) of a physical feature or landform refers to the tangent of the angle of that surface to the horizontal. Gradeability is a special case of the slope, where zero indicates horizontality. It is measured either in degrees(°) or percentage(%). A larger number indicates a higher or steeper degree of "tilt". Often slope is calculated as a ratio of "rise" to "run", or as a fraction ("rise over run") in which ‘run’ is the horizontal distance (not the distance along the slope) and ‘rise’ is the vertical distance. Grades are typically specified for new linear constructions (such as roads, landscape grading, roof pitches, railroads, aqueducts, and pedestrian or bicycle circulation routes). While aligning a highway too, the gradient is decided for designing the vertical curve.
Gradeability by definition is the ability of a commercial vehicle to negotiate a grade(slope/acclivity) in Gross Vehicle Weight (GVW) condition and it can vary from 0% to 45% (maximum). A 45° gradient is equivalent to 100%. In other words, gradeability is the highest grade a vehicle can ascend maintaining a particular speed.
Example: A truck with a gradeability of 7% at 60 mph can maintain 60 mph on a grade with a rise of 7%.
Figure 2. Gradeability Measurement
Gradeability is dependent on engine power, drivetrain type, gear ratio, weight distribution, vehicle's center of gravity, and traction. For off-road vehicles, gradeability equates to the steepest hill (grade) a truck can climb when running at peak engine torque in its lowest transmission gear (and lowest rear-axle ratio if the axle has a double reduction type gearbox). A double reduction gearbox system is one in which the engine output speed is reduced by two times.
For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your observations.
EXPLANATION AND OBSERVATION:
https://sourceforge.net/projects/adv-vehicle-sim/
Figure 3. Layout of ADVISOR tool
Figure 4. Changing file name to ‘EV_defaults_in’
Figure 5. Changing Drivetrain Configuration to ‘ev’.
Figure 6. Layout of the basic default configuration.
Figure 7. Layout of the required configuration.
Figure 7. Layout of the required configuration in block diagram format.
Figure 8. Selection of CYC_FTP drive cycle.
Figure 9. Layout of CYC_FTP drive cycle.
Figure 10. Layout of CYC_FTP drive cycle and other information.
Figure 11. Layout of results for 1 FTP drive cycle.
Figure 12. Layout of results for 2 FTP drive cycles.
Missed Trace by > 2 mph (3.2 km/h)
Trace Miss Analysis:
Figure 13. Layout of results for 3 FTP drive cycles.
Missed Trace by > 2 mph (3.2 km/h)
Required distance exceeded EV range.
Trace Miss Analysis:
In the above case as mentioned in Problem Statement I, try changing the battery capacity and repeat the simulation.
EXPLANATION AND OBSERVATION:
Figure 14. Varying the number of modules to 26.
Figure 15. Layout of results for 2 FTP drive cycles – 26 modules.
Missed Trace by > 2 mph (3.2 km/h)
Trace Miss Analysis:
Figure 16. Layout of results for 3 FTP drive cycles – 26 modules
Missed Trace by > 2 mph (3.2 km/h)
Required distance exceeded EV range.
Trace Miss Analysis:
Figure 17. Varying the number of modules to 27.
Figure 18. Layout of results for 2 FTP drive cycles – 27 modules.
Missed Trace by > 2 mph (3.2 km/h)
Trace Miss Analysis:
Missed Trace by > 2 mph (3.2 km/h)
Required distance exceeded EV range.
Trace Miss Analysis:
Figure 19. Layout of results for 3 FTP drive cycles – 27 modules.
Figure 20. Varying the number of modules to 28.
Missed Trace by > 2 mph (3.2 km/h)
Trace Miss Analysis:
Figure 21. Layout of results for 2 FTP drive cycles – 28 modules.
Figure 22. Layout of results for 3 FTP drive cycles – 28 modules.
Missed Trace by > 2 mph (3.2 km/h)
Required distance exceeded EV range.
Trace Miss Analysis:
Figure 23. Varying the number of modules to 29.
Figure 24. Layout of results for 2 FTP drive cycles – 29 modules.
None.
Missed Trace by > 2 mph (3.2 km/h)
Required distance exceeded EV range.
Trace Miss Analysis:
Figure 25. Layout of results for 3 FTP drive cycles – 29 modules.
Perform gradeability test with PRIUS_Jpn_defaults_in file. Compare your results in table and conclude.
EXPLANATION AND OBSERVATION:
Figure 26. Changing file name to ‘PRIUS_JPN_defaults_in’.
Figure 27. Layout of the required configuration.
Figure 27. Layout of the required configuration in block diagram format.
Figure 28. Grade test advanced options.
Figure 29. Result of gradeability test for vehicle speed of 15mph.
Figure 30. Result of gradeability test for vehicle speed of 20mph.
Figure 31. Result of gradeability test for vehicle speed of 25mph.
For 15 mph, the gradeability is 24.4%
For 20 mph, the gradeability is 19.8%
For 25 mph, the gradeability is 16.5%
Figure 32. Result of gradeability test for vehicle speed of 30 mph.
Figure 33. Result of gradeability test for vehicle speed of 35 mph.
For 30 mph, the gradeability is 14.7%
For 35 mph, the gradeability is 13%
Figure 34. Result of gradeability test for vehicle speed of 40 mph.
Figure 35. Result of gradeability test for vehicle speed of 45 mph.
For 40 mph, the gradeability is 11.7%
For 45 mph, the gradeability is 10.7%
Figure 36. Result of gradeability test for vehicle speed of 50 mph.
Figure 37. Result of gradeability test for vehicle speed of 55 mph.
For 50 mph, the gradeability is 9.7%
For 55 mph, the gradeability is 8.9%
Therefore, from the above statistics, the vehicle driving with FTP drive cycle cannot travel 45 km even if we increase the number of drive cycles and the SOC gets exhausted in the third drive cycle.
The maximum distance that the vehicle is expected to drive at the end of third drive cycle is 41.36 km.
From the above statistics, it can be understood that irrespective of the battery voltage, the distance travelled for 2 FTP drive cycles is in the order of 35.5 km, a constant value. For two FTP drive cycles, the SOC decreases as the voltage of the battery increases. The third FTP drive cycle uses 100% of SOC. To reach 45km, it is mandatory to use 3 FTP drive cycles with 28 battery modules, having the voltage of 345 V. This is the good bargain considering the weight and the battery usage. Although, the same can be achieved by 29 battery modules but that adds additional 9kg of weight to the vehicle which is undesired. Therefore, the optimum value of voltage required to travel 45 km is 345V achieved by 28 modules of battery.
The distance travelled by the vehicle irrespective of the velocity is 33.1 miles which is equal to 53.26 km. The SOC level used under all the cases is approximated to nearly being 50%.
From the above tabulated results according to the problem statement III, it can be understood that as the velocity increases, the gradeability decreases i.e., they hold an inverse relationship. The least velocity under consideration has the highest gradeability of 24.4% whilst the largest velocity under consideration i.e., 55 mph has the least gradeability of 8.9%.
This evaluation is not accurate but an idea of gradeability test can be achieved. Not all the velocities fall under same gear application. The gear application changes for different values of velocity that the vehicle attains.
The required problems have been solved and justified with appropriate results. The cargo mass change resulted in the change in the overall weight of the system and initial battery voltage is not sufficient to travel 45 km and therefore, the voltage of the battery was increased to 345 V to reach the desired distance, but this is a compromise with the overall weight. Since, to achieve the distance the weight of the system has to be increased. Gradeability test on Prius is conducted by varying the velocities from 15mph to 55 mph and is observed that the velocity and gradeability are inversely proportional to each other.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Week 1 Understanding Different Battery Chemistry
AIM To understand different battery chemistry. INTRODUCTION 1. ELECTRIC SCOOTER/VEHICLE: [1] Electric motorcycles and scooters are plug-in electric vehicles with two or three wheels. The electricity is stored on board in a rechargeable battery, which drives one or more electric motors.…
02 Jun 2021 02:33 PM IST
Final Project: Design of an Electric Vehicle
AIM To create a Simulink model of an EV. INTRODUCTION OF ELECTRIC VEHICLES: INTRODUCTION OF ELECTRIC VEHICLES: Electric vehicles (EVs) use an electric motor for traction, and chemical batteries, fuel cells, ultracapacitors, and/or flywheels for their corresponding energy sources. The electric vehicle has many advantages…
26 May 2021 04:11 PM IST
Project-1: Powertrain for aircraft in runways
AIM To understand powertrain for aircraft in runways. PROBLEM SPECIFICATION AND SOLVING: PROBLEM STATEMENT I: Search and list out the total weight of various types of aircrafts. EXPLANATION AND OBSERVATION: [1] There are many factors that lead to efficient and safe operation of aircraft. Among these vital factors are proper…
17 May 2021 11:24 AM IST
Week-11 Challenge: Braking
AIM To understand Braking in automobiles. INTRODUCTION 1. BRAKE: [1] Brake is a mechanical device that inhibits motion by absorbing energy from a moving system. It is used for slowing or stopping a moving vehicle, wheel, axle, or to prevent its motion, most often accomplished by means…
06 May 2021 11:48 AM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.