For a defined driving cycle Answer: The special feature of electric vehicles and hybrid vehicles is their ability to absorb, store and reuse the braking energy. A successfully designed braking system for a vehicle must always meet two distinct demands. While applying the sudden brake, the vehicle must come to rest…
Somaraju Vijay Kumar
updated on 06 Feb 2023
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 Somaraju Vijay Kumar (14)
Project - Position control of mass spring damper system
Obtain the transfer function of a mass spring damper system and use it in the model. Add a PID controller to adjust the force on mass so that its position follows a reference signal. Answer: How to implement the equations of mass-spring-damper in Matlab Simulink? Answer: The equation shown below is implemented in…
12 Jul 2023 02:18 PM IST
Project 2
Using MATLAB/simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery Answer : Given data Maxmium Heat = I^2 X Rt Current (I)=-0.896 Resistance = 2 mill ohm =0.002 ohm Time(t)= 2 mints= 120 sec Maxmium Heat = I^2 X Rt Maxmium Heat = -0.896^2…
05 Mar 2023 05:10 AM IST
Project 2
Using MATLAB/simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery Answer : Given data Maxmium Heat = I^2 X Rt Current (I)=-0.896 Resistance = 0.5 mill ohm =0.002 ohm Time(t)= 2 mints= 120 sec Maxmium Heat = I^2 X Rt Maxmium Heat = (-0.896)…
04 Mar 2023 04:58 PM 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. Answer : Given data : Power(P)=150 Kw Voltage(V)=120 V Nominal Current(I)=3.5A Nominal Voltage(V)=3.6 V To find the Number of cell in series …
28 Feb 2023 05:05 PM 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. Answer : Given data : Power(P)=150 Kw Voltage(V)=120 V Nominal Current(I)=3.5A Nominal Voltage(V)=3.6 V To find the Number of cell in series …
28 Feb 2023 05:03 AM IST
Final Project: Design of an Electric Vehicle
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 2. Model parameters 3. Results 4. Conclusion Answer: Introduction: …
14 Feb 2023 05:20 PM IST
Final Project: Design of an Electric Vehicle
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 2. Model parameters …
13 Feb 2023 04:32 PM IST
Project-1: Powertrain for aircraft in runways
Part A: 1. Search and list out the total weight of various types of aircrafts. ANSWER: AIRCRAFTS : An aircraft is a vehicle that is able to fly by gaining support from the air. It counters the force of gravity by using either static lift or by using the dynamic lift of…
09 Feb 2023 04:19 PM IST
Week-11 Challenge: Braking
For a defined driving cycle Answer: The special feature of electric vehicles and hybrid vehicles is their ability to absorb, store and reuse the braking energy. A successfully designed braking system for a vehicle must always meet two distinct demands. While applying the sudden brake, the vehicle must come to rest…
06 Feb 2023 03:52 PM 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’. Description The Bipolar Junction Transistor (BJT) when used for power switching applications, operates as an IGBT. When it is conducting (BJT operating in the saturated region), a forward voltage Vf is developed between…
25 Jan 2023 04:30 PM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? Power Converter:Power converters are components needed for converting the AC power from the grid into something that can be used for the storage process, and vice versa. This can be, for instance, mechanical power…
20 Jan 2023 04:47 PM IST
Week-4 Challenge WOT Condition Part-2
Q.1: WHAT IS THE DIFFERENCE BETWEEN MAPPED AND DYNAMIC MODELS OF ENGINE, MOTOR, AND GENERATOR. HOW CAN YOU CHANGE THE MODEL TYPE. Difference between mapped and dynamic models Engine, Motor, and Generator. features MAPPED In the mapped model is the data used for the operation and simulation are to be entered…
13 Jan 2023 06:03 AM IST
Week-3 Challenge: ADVISOR Tool
Use the ADVISOR tool and simulation the following: Q.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. Answer:1 Now open the ADVISOR Tool, set the load file to 'EV_defaults_in' components to motor_controller.…
08 Jan 2023 04:20 PM IST
Project - Data Handling and Interpolation
#PROGRAM CODE %% performing the interpolationVI = xlsread('VI.xlsx');V = VI(:,1);I = VI(:,2);VI = [-17.3:0.1:0.9]; % The range in which interpolation carried outV1 = interp1(V,I,VI); % Performing linear interpolationV2 = interp1(V,I,VI,'spline'); …
11 Oct 2022 04:09 PM IST