All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
1) What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type ANS: 1.Mapped and dynamic models in SIMULINK Mapped model: Mapped model of Motor. It makes use of lookup tables…
Bipin Lakshapati
updated on 09 Sep 2021
1) What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type
ANS:
1.Mapped and dynamic models in SIMULINK
Mapped model:
Mapped model of Motor.
Dynamic model:
Dynamic model of Motor.
Mapped Engine model |
Dynamic Engine model |
Mapped engines represent macro engine behaviour as a set of lookup tables (brake torque, fuel flow, air mass flow, exhaust temperature, efficiency, and emissions) as functions of commanded load and measured engine speed. |
Dynamic engines decompose engine behaviour into individual component models that account for engine dynamics, most notably intake airflow and turbocharger dynamics. |
Mapped engine models are suitable for analysis and design activities that do not require engine subsystem dynamic characteristics |
Dynamic engine models are suitable for designing control, estimator, and diagnostic algorithms that depend on dynamic subsystem states, for example, in closed-loop AFR control algorithm development. |
Mapped Motor model |
Dynamic Motor model |
The Mapped Motor block implements mapped motor and drive electronics operating in torque-control mode. The output torque tracks the torque reference demand and includes a motor-response and drive-response time constant. |
The model will be built using Simulink blocks and feedback from few models is also considered. |
Mapped Generator model |
Dynamic Generator model |
All the parameters will be pre-defined in the block for this model. |
This model will be built using the Simulink blocks and the all the input values will be dynamic. |
To changed model type from mapped to dynamic or dynamic to mapped
After entering into passenger block > electric plant> motor will get this window where MotGenMapped is by default selected as a model type for motor
To change from MotGenEvMapped to MotGenEVdynamic
first, we open our reference model into Matlab
here we are choosing EV as an example
then after clicking on the modeling section and after that in the design block, we will select the variant manager option
after the variant manager window gets opened.
then by clicking on the passenger car expand option there will electric plant option that will expand that too in that will get both battery and motor
We are taking motor as an example so after expanding the motor option we will get
1)MotGenEVdynamic
2)MotGenEVmapped
so the default one is MotGenmapped to change into MotGenEVdynamic
we need to right-click on our preference and after that, a pop up will be shown in which we need to select 'set as label mode active choice' and after that our motor variant will be MotGenEVdynamic
-same we can do for the battery to
- to verify whether its change or not will return to our model and open passenger block >electric plant>motor
and clicking on the motor block will get this window.
as we can see we changed our variant from MotGenMapped to MotGendynamic
a same procedure we can do for changing variant from MotGendynamic to MotGenMapped for both battery and motor.
that's how we can change our model type
2) How does the model calculate miles per gallon? Which factors are considered to model fuel flow?
ANS:
Theory:-
MPG, or miles per gallon, is the distance, measured in miles, that a car can travel per gallon of fuel. MPG is also the primary measurement of a car's fuel efficiency: The higher a car's MPG, the more fuel-efficient it is.
The U.S. Environmental Protection Agency, or the EPA, is the government agency responsible for certifying a vehicle's MPG figures, notes How stuffs works.
A car's MPG can be inconsistent because it is affected by a number of different factors, so it is difficult to get an accurate measurement. For example, factors like traffic and road conditions can affect MPG in any given context. That's why the EPA runs tests over a standard set of courses, then averages the results to calculate a vehicle's official MPG.
The EPA gives each vehicle three different MPG ratings, as All Car Leasing notes:
In recent years, the EPA has expanded its testing capabilities to include alternatively-fuelled vehicles including electric vehicles. These ratings calculate the equivalent amount of energy that a vehicle uses to one gallon of traditional fuel. This allows consumers to compare the fuel efficiency of electric vehicles with regular ones.
MPG is an important metric to know about any vehicle that you're considering purchasing. It tells you about the difference in cost between operating different vehicles by giving you a sense of how much money you're likely to spend on fuel. This becomes especially important when fuel prices are higher, since every bit of savings count for your budget.
While MPG can help you compare different vehicles, it doesn't tell you anything about real-world fuel prices. However, you can easily calculate approximately how much you'll spend on fuel at different price levels, depending on how much distance you drive on a regular basis.
How does the model calculate miles per gallon?
-To calculate the fuel flow, vehicle speed & battery power are taken into consideration.
HEV model has separate blocks to calculate the MPG Which are shown below.
The above snap shows the Simulink model built to shows the fuel economy in Miles per Gallon using the vehicle speed, fuel flow velocity and the battery power. The HEVs use both fuel and battery power.
The following are factors which are considered to model fuel fuel.
-Vehicle speed
-Fule flow
-Battery power
3) Run the HEV ReferenceApplication with WOT drive cycle. Change the grade and wind velocity in the environment block. Comment on the results.
ANS:
The Hybrid Electric Vehicle reference application represents a full multimode hybrid electric vehicle (HEV) model with an internal combustion engine, transmission, battery, motor, generator, and associated powertrain control algorithms.
By default, the HEV multimode reference application is configured with:
Powertrain Configuration of Hybrid Electric Vehicle
3a. Without changes in grade and wind velocity values.
Simulink model:
Drive cycle source:
The drive cycle source for this model is set to Wide Open Throttle (WOT) and other parameters are provided with the values as shown in below snap.
Environment sub system:
This is the subsystem where, the environmental conditions can be changed as per user requirement.
All the other parameters are kept in default condition with grade and wind velocity set to zero.
Output:
3b. With changed grade and wind velocity values.
All the parameters and the Simulink model are kept same without any changes except wind velocity and grade in environment subsystem.
Environment subsystem:
This is subsystem where the environmental conditions can be changed as per user requirement.
All the other parameters are kept same except grade and wind velocity values.
Grade is set to 110 and wind velocity to 22.22ms-1 as shown in below snap.
After making all the required changes the simulation is run for 80 seconds and the following output was obtained.
Output:
At last, by comparing both it can be concluded that the HEV with grade and wind velocity requires more speed, torque and battery current to overcome the given environment condition.
4) Keeping all other parameters same, compare the simulated results of hybrid and pure electric powertrains.
ANS:
a.EV
Simulink model:
Drive cycle source:
The drive cycle source for this model is set to FTP75 and simulation time for this drive cycle is 2474 seconds. The below snap shows the parameters that are defined for the drive cycle and also the type of drive cycle opted.
Environment sub system:
This is the subsystem where, the environmental conditions can be changed as per user requirement.
This allows us to get the results which will be similar to an actual vehicle.
Output:
b.HEV
All the parameters are kept same as in EV model.
Simulink model:
Output:
Results of HEV and Ev compared:
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...
Project 2 Adaptive Cruise Control
AIM: To develop the vehicle Adaptive Cruise Control feature using MATLAB Simulink. OBJECTIVE: Develop an Adaptive Cruise Control feature as per the Requirement Document available using MATLAB & Simulink. To Follow all the MBD related processes: Requirement Tagging & Traceability, SLDD creation, Configuration…
07 Dec 2021 02:34 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Requirement - 1: Steering wheel input as yaw rate (Signal name: SteeringWheel_YawDegreeInput) is the input for this system. This is compared against 3 angular values, one each for left turn, right turn & straight drive (Calibration Values: Right_Turn_AngularLimit, Left_Turn_AngularLimit, Straight_Drive_Steering_Angle)…
06 Dec 2021 02:23 PM IST
Project 2 Thermal modeling of battery pack
For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB. ANS: Introduction: Lithium-ion battery A Li-ion battery or Lithium-ion battery is one of the type of rechargeable batteries.…
25 Nov 2021 01:58 PM IST
Project 1 Mechanical design of battery pack
Battery pack capacity: 18 kWh Cell: ANR26650M1-B Prepare a detailed battery pack drawing along with its enclosure. State your assumptions. ANS: AIM: To develop mechanical design of a battery pack based on the 18kWh energy capacity. The below image is of Nanophosphate High Power Li-ion cell ANR26650M1-B…
24 Nov 2021 04:18 PM 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.