AIM: To simulate the Rankine Cycle and plot the corresponding T-S and H-S plots using MATLAB. OBJECTIVE: Calculate the state points of the Rankine Cycle based on given inputs. Plot the corresponding T-S and H-S plots for the given set of inputs. GIVEN: Input Values: Turbine Inlet temperature = 400 deg Celsius Turbine Inlet…
Kishan Kumar Singh
updated on 05 Mar 2022
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 Kishan Kumar Singh (21)
Project 1- Traffic Jam Assistant Feature
Aim : To develop a Logic of Traffic Jam Assistant Feature in MATLAB Simulink General Overview: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially…
14 Jun 2022 06:47 AM IST
Project 2 Adaptive Cruise Control
Aim: To develop a Logic of Adaptive Cruise Control feature using MATLAB Simulink as per the requirement document. Objective: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD related processes: Requirement Tagging & Traceability, SLDD creation, Configuration…
28 May 2022 02:50 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Aim: To develop a MATLAB Simulink Logic for the Vehicle Direction Detection. Objective: Development of MATLAB Simulink model as per requirement. Tag the requirements to the simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems is fine. MBD compliant changes, Data Dictionary creation…
28 May 2022 06:35 AM 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. Here I took the power battery aging matlab example Some modification done in the above example to get the required model …
17 May 2022 04:05 AM IST
Project 1 Mechanical design of battery pack
AIM: To design a battery pack of capacity 18 kWh using ANR26650M1-B cell THEORY: Battery Pack: A battery pack is a set of any number of (preferably) identical batteries or individual battery cells. They may be configured in a series, parallel or a mixture of both to deliver the desired voltage,…
14 May 2022 04:53 PM IST
Week 7 State of charge estimation
Aim : To Simulate the 3 test cases from harness dashboard of Lithium ion battery management Algorithms (MATLAB Example project). This example project can be used as a reference design to get started with designing Lithium Ion Battery Management System (BMS) with MATLAB and Simulink. Project includes Simulink models…
11 May 2022 05:32 PM IST
Project-1: Powertrain for aircraft in runways
PART A: Question 1) Search and list out the total weight of various types of aircrafts. Aircraft Gross Weight: The aircraft gross weight ( also known as the all up weight and abbreviated AUW) is the total aircraft weight at any moimment during the flight or ground operation. An aircraft's gross weight…
10 May 2022 05:59 PM IST
Final Project: Design of an Electric Vehicle
Electric vehicle Electric vehicle uses chemical energy stored in rechargeable battery packs, with no secondary source of propulsion (e.g. hydrogen fuel cell, internal combustion engine, etc.). BEVs use electric motors and motor controllers instead of internal combustion engines (ICEs)…
10 May 2022 05:47 PM IST
Week 1 Understanding Different Battery Chemistry
Question 1) Prepare a table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells.Give your detailed explanation on it. Lithium-ion (Li-ion) batteries Lithium-ion (Li-ion) batteries are an important component of energy storage systems…
06 May 2022 03:44 AM IST
Week-11 Challenge: Braking
Question 1) For a defined driving cycle, calculate the energy required for braking. Drive Cycle: Drive cycle is a test cycle for a vehicle with various input conditions which will be done for all the newly produced and about to launch vehicles. This kind of drive cycle is done to test the emission, fuel efficiency,…
03 May 2022 06:14 PM IST
Week-7 Challenge: DC Motor Control
Question 1 A). Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. First let us understand the basic concept of speed control using H bridge configuration. An “H-Bridge” is simply an arrangement of switching the polarity of the voltage applied to a DC motor, thus…
29 Apr 2022 02:51 AM IST
Week-6 Challenge: EV Drivetrain
Question 1) Which types of power converter circuits are employed in electric and hybrid electric vehicle? Power Electronic Converters: In EV’s and HEV’s, the power electronic converters are considered as the key elements that interface their power sources to the drivetrain of EVs. In order to design highly…
28 Apr 2022 03:19 AM IST
Week-4 Challenge WOT Condition Part-2
Question 1) What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? The powertrain blockset provides two types of propulsion models: Mapped Model : It uses a set of steady state 2D lookup tables to characterise engine/motor performance. The tables provide…
25 Apr 2022 04:06 AM IST
Week-3 Challenge: ADVISOR Tool
Aim: To simulate the given data of EV in a ADVISOR tool of MATLAB. Objective: 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. In the above case, try changing the battery capacity and repeat…
24 Apr 2022 03:36 PM IST
Week - 4
AIM : To make Simulink Chart of control logic of ‘washing machine’ and ‘Gear shift’ as per given conditions Objective 1 : To implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated If…
12 Apr 2022 12:01 PM IST
Week -2
AIM: To make a Simulink model of doorbell using a solenoid block and observe the physical movement of the plunger. Given Condition: Switch is closed for 2 seconds and then released. Blocks used: Pulse Generator Switch Solenoid Ideal translational motion sensor Mechanical translational Reference Electrical Reference Scope…
20 Mar 2022 04:06 PM IST
Project 2 - Rankine cycle Simulator
AIM: To simulate the Rankine Cycle and plot the corresponding T-S and H-S plots using MATLAB. OBJECTIVE: Calculate the state points of the Rankine Cycle based on given inputs. Plot the corresponding T-S and H-S plots for the given set of inputs. GIVEN: Input Values: Turbine Inlet temperature = 400 deg Celsius Turbine Inlet…
05 Mar 2022 04:52 AM IST
Project 1 - Parsing NASA thermodynamic data
AIM: To write code in MATLAB to parse NASA thermodynamic data file and then calculate the thermodynamic properties of various species. OBJECTIVE: Write a function that extracts the 14 coefficients and calculates the enthalpy, entropy and specific heats for all the species in the ‘THERMO.dat’ file from the given…
03 Mar 2022 05:56 AM IST
Week 4.1 - Genetic Algorithm
AIM: To study Genetic Algorithm to optimise the Stalagmite function and find global maxima in MATLAB. OBJECTIVE: Write code in MATLAB to optimise the stalagmite function and find global maxima of function. Explain the concept of Genetic Algorithm and syntax for ga in MATLAB. Plot graphs for all studies and for F maximum…
28 Feb 2022 02:26 PM IST
Week 2- 2R Robotic Arm Challenge
AIM : To write a program to simulate the forward kinematics of a 2R Robotic Arm in MATLAB. OBJECTIVE: To solve and simulate the forward kinematics of a 2R Robotic Arm and understand the movement of manipulator. To create the animation of working of a 2R Robotic Arm. INTRODUCTION: A robotic arm is a robot manipulator, usually…
13 Feb 2022 10:00 AM IST