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.INTRODUCTION: -Created by National Laboratory for Renewable energy (NREL) and Department…
Mathiyazhagan R
updated on 14 Oct 2024
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 Mathiyazhagan R (11)
Project-1: Powertrain for aircraft in runways
1. Search and list out the total weight of various types of aircrafts. The aircraft gross weight (also known as the all-up weight and abbreviated AUW) is the total aircraft weight at any moment during the flight or ground operation. An aircraft's gross weight will decrease during…
10 Dec 2024 06:00 AM IST
Week-11 Challenge: Braking
1. For a defined driving cycle, calculate the energy required for braking. Kinetic energy is the energy an object possesses due to its motion. It's the energy that an object has because it's moving. This energy is directly related to the object's mass and its velocity speed and direction. …
23 Nov 2024 09:30 AM IST
Week-7 Challenge: DC Motor Control
1. A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge.H-BRIDGE: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.Introduction…
26 Oct 2024 08:19 AM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? Electric and hybrid electric vehicles use various types of power converter circuits to manage the flow of electrical energy between the battery motor and other components. These power converters are essential…
25 Oct 2024 06:32 AM IST
Week-4 Challenge WOT Condition Part-2
1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? MAPPED MODELS: Mapped models are used when the behavior of a particular model is not of our interest and can be modelled with predefined values in the form of lookup tables.Implements mapped motor…
19 Oct 2024 09:59 AM IST
Week-3 Challenge: ADVISOR Tool
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.INTRODUCTION: -Created by National Laboratory for Renewable energy (NREL) and Department…
14 Oct 2024 10:36 AM IST
Project 2
1. Using MATLAB/Simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery The SOC of the battery at 2 *104second of the battery operation 1. Find the Heat Generation of the Battery:Given Data:Max.Current I = -1.034Total Time T = 0.7 secEntropic Factor is 2Battery…
28 Sep 2024 06:25 AM IST
Project 1
1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell. a. Design the battery pack configuration. b. Draw the BMS topology for this battery pack.Given Data:Required Power = 150 KwRequired Voltage = 120 VBattery…
23 Sep 2024 02:49 PM IST
Week 4 Session 5
1. Explain the various applications of Power converters in an Electric vehicle. For Example. what type of converter will you use for Horn which requires DC and less than 10V. Likewise come up with different applications. Power converters are essential components of electric vehicles.…
12 Dec 2023 06:33 AM IST
Project - Position control of mass spring damper system
SIMULINK EXPLANATION : Open MATLAB type simulink in command window and create the new model. Click the library browser icon in new model.The library browser is used to it allows you to add block in model by browse the items in new model. Using library browser drag the clock block.the block is used to Simulink outputs the…
13 Oct 2023 10:20 AM IST
Project - Data Handling and Interpolation
data = xlsread('VI.xlsx'); voltage = data(:, 1); % Assuming voltage is in the first column current = data(:, 2); % Assuming current is in the second column % Perform interpolation on the data using the interp1 function x = -17.3:0.1:0.9; interpolated_current = interp1(voltage, current, x); % Generate an interactive plot…
13 Jun 2023 06:04 AM IST