Objective: Use ADVISOR tool and simulate the following 1. 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. 2. In the above case, try changing the battery capacity…
Tangalapally Naveen Kumar
updated on 20 Nov 2021
Project Details
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...
Read more Projects by Tangalapally Naveen Kumar (18)
Project 1 (Mini Project on Vehicle Direction Detection
Project 1 (Mini Project on Vehicle Direction Detection) Aim : To Develop a model for vehicle direction determination from the requirements given, the requirements are given below: Requirement - 1: Steering wheel input as yaw rate (Signal name: SteeringWheel_YawDegreeInput) is the input for this system. This is compared…
28 Aug 2022 04:06 PM IST
Week 7 State of charge estimation
Week 7 State of charge estimation Aim: 1. Simulate the 3 test cases from the harness dashboard and write a detailed report on the results on BMS from Mathworks 2. What is coulomb counting? Refer to the above model and explain how BMS implements coulomb counting for SOC estimation? Study Case 1: Simulate the 3 test…
19 May 2022 06:41 PM IST
Final Project: Electric Rickshaw modelling
Final Project: Electric Rickshaw modeling Study Case : AIM: Create a detailed MATLAB model of an electric rickshaw (three-wheel passenger vehicle) as per the details below: Rear wheels driven by PM brushed type motor Assume efficiency points of motor controller and motor, Make an excel sheet…
18 Apr 2022 10:07 AM IST
Week 1 Understanding Different Battery Chemistry
Challenge: Understanding Different Battery Chemistry Study Cases: 1. Prepare a table that includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP, and LTO types of lithium-ion cells. Give your detailed explanation of it 2. Compare the differences between each…
13 Apr 2022 10:49 AM IST
Final Project: Design of an Electric Vehicle
Final Project: Design of an Electric Vehicle Aim: Create a MATLAB model of electric car which uses a battery and a DC motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Objectives: 1. System level configurations …
19 Jan 2022 07:38 AM IST
Week-7 Challenge: DC Motor Control
Week 7: Speed control of Dc motor Introduction An H-bridge is an electronic circuit that switches the polarity of a voltage applied to a load. These circuits are often used in robotics and other applications to allow DC motors to run forwards or backwards. A four quadrant chopper is a chopper which…
13 Jan 2022 01:28 PM IST
Project-1: Powertrain for aircraft in runways
Project-1: Powertrain for aircraft in runways Study Case: Part A: 1. Search and list out the total weight of various types of aircrafts. 2. Is there any difference between ground speed and air speed? 3. Why is it not recommended to use aircraft engine power to move it on the ground at Airport? 4. How an aircraft…
08 Jan 2022 12:48 AM IST
Week-11 Challenge: Braking
Week-11 Challenge: Braking For a defined driving cycle, calculate the energy required for braking. Why electric motor can’t develop braking torque at high speed similar to starting? How electric and mechanical brakes are coordinated? Make a MATLAB program which plots contour of given motor speed, torque and…
30 Dec 2021 11:00 AM IST
Week-6 Challenge: EV Drivetrain
AIM: To have a detailed study on power converters and their application in EV and HEV. objective: Study 1: Which types of power converter circuits are employed in electric and hybrid electric vehicle? Ans: A power converter is an electrical circuit that changes the electric energy from one form into…
27 Nov 2021 02:43 PM IST
Week-4 Challenge WOT Condition Part-2
Aim: What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? How does the model calculate miles per gallon? Which factors are considered to model fuel flow? Run the HEV Reference Application with WOT drive cycle. Change the grade and wind velocity…
23 Nov 2021 11:52 PM IST
Week-3 Challenge: ADVISOR Tool
Objective: Use ADVISOR tool and simulate the following 1. 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. 2. In the above case, try changing the battery capacity…
20 Nov 2021 06:07 AM IST
Project
Aim: To prepare a technical report on bajaj All terrian vehicle. Objective: To perform System level simulation and make a technical report explaining the results. ATV: An all-terrain vehicle (ATV), also known as a light utility vehicle (LUV), a quad bike, or simply a quad;…
10 Nov 2021 07:35 AM IST
Week - 4
Question 1: 1.Implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing…
05 Nov 2021 11:03 AM IST
Week -2
Aim: 1.Make a Simulink model of Doorbell using solenoid block as per conditions. 2. Use a thermistor to sense the temperature of a heater & turn on or turn off the fan as per conditions. 1.Make a Simulink model of Doorbell using solenoid block as per…
27 Oct 2021 05:52 AM IST
Week 4.1 - Genetic Algorithm
Aim : To optimise the given stalagmite function and Find the global maxima. Code: close all clear all clc % search space x = linspace(0,1,200); y = linspace(0,1,200); num_cases = 50; % Creating 2d mesh [xx yy] = meshgrid(x, y); % Evaluating the stalagmite function for i = 1 : length(xx) for j = 1 : length(yy)…
20 Oct 2021 01:18 AM IST
Week 4-1D Element Creation Challenge
Objective: To mesh the given cad model with quad elements and deploy cross sections of box,i section and x section at positions 'a','b','c', respectively and also add masses at points 'd','e', and add spring elements at points 'f'. Given CAD model : Procedure: Steps Involved: 1.Mid surfacing 2.Adding…
25 Sep 2021 03:17 PM IST
Project 1 - Parsing NASA thermodynamic data
Aim : To extract the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. To calculate enthalapy, entropy and specific heat i have made different functions and calling them from the main function. Specific heat code : %%creating Specific heat function…
05 Sep 2021 05:37 AM IST
Week 3 - Solving second order ODEs
Aim: Main aim of the program here is to represent tje motion of pendulum using the ode. Simple pendulum: A simple pendulum consists of a mass m hanging from a string of length L and fixed at a pivot point P. When displaced to an initial angle and released, the pendulum will swing back and forth…
25 Aug 2021 12:47 AM IST