1. Search and list out the total weight of various types of aircrafts. Air craft gross weight: 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…
Thanuja Thanuja
updated on 23 Sep 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 Thanuja Thanuja (27)
Project 1
(a) The data set consists of six variables namely-date, Open, High, Low, Close, Volume (b) The stock market opens at 9:15 am and closes at 3:30 pm. Each stock is defined by an opening price and closing price i.e. the price at which it open and the price at which it closes. During operating regime, the stock prices touches…
02 Jun 2022 11:48 AM IST
Week 9 Challenge
Complete the energy management strategy model with battery, UC and fuel cell for the positive power and distribute the power demand among these components. Set simulation stop time to 598 sec. The output of the model should be the power request from UC, fuel cell and battery. Aim:To design the energy management strategy…
08 Mar 2022 10:04 AM IST
Week 8 Challenge
Load the UC parameter file. Complete the Ultracapacitor model. Set simulation stop time to 598 sec.The model output should give, current, SOC and Voltage as output Aim:To model the energy storage device as ultracapacitor and analyse its operating characteristics according to the power demand by running the model for 598…
07 Mar 2022 09:18 AM IST
Week 7 Challenge
Load the vehicle parameters. Complete the vehicle model by modelling the remaining equations. Set simulation stop time to 598 sec.The output should be the vehicle velocity. Aim:To model the vehicle body using driver block,traction force,vehicle dynamics. Blocks used:Constants,Integrator,Saturation,terminator memory,add,product...…
05 Mar 2022 07:55 AM IST
Project 1
Create a stateflow or Simulink model for the following flowchart. Load the .mat file into the workspace. The input to the model would be the power demand. The output should be: Fuel cell power Battery power FC Operating state (running, standby) Create plot of these outputs against time. As shown in the above flowchart,there…
03 Mar 2022 01:46 PM IST
Week 5 Challenge
Question 1: Consider a scenario where an aggressive driver is accelerating very rapidly and braking harshly in a city driving. Is battery better a choice to supply power than UC in this scenario? True False Why? The above statement is false.The drivers driving pattern can be concluded here as short power transients.Driver…
02 Mar 2022 01:49 PM IST
Week 2 Challenge
Question 1:Compare four different types of fuel cells and state their applications. Diagram of Fuel cell Types of fuel cells Types of Fuel Cells Despite working similarly, there exist many varieties of fuel cells. Some of these types of fuel cells are discussed in this subsection. The Polymer Electrolyte Membrane (PEM)…
01 Mar 2022 10:35 AM IST
Project 1
Title: Deals with the development of a forward energy based fuel consumption model of a conventional vehicle. Aim: 1.Build Simulink model using blocks and complete the vehicle model. 2.Writing scripts in MATLAB to load all the variables required for running the simulink model. 3.Tabulate the fuel economy numbers (kmpl)for…
17 Feb 2022 01:25 PM IST
Final Project: Electric Rickshaw modelling
Aim:Design of an Electric using MATLAB Simulink Abstract: In this project ,we going to build the MATLAB model of the electric Rickshaw by using a PM brushed type DC motor and a suitable Lithium ion battery for the motor.Before that,we will know about what is ELECTRICAL Rickshaw,how it works and the benefits of EV .Then…
27 Jan 2022 11:00 AM IST
Project 1 Mechanical design of battery pack
Aim: Mechanical Design Of Battery Pack Procedure: Battery pack capacity: 18 kWh Cell: ANR26650M1-B Prepare a detailed battery pack drawing along with its enclosure. State your assumptions. Introduction: Details of Battery:Nanophosphate Technology 265650 Lithium Ion Power Cell- Litium ion 26650 cells are capable of…
01 Jan 2022 11:33 AM IST
Week 7 State of charge estimation
Aim: 1.Simulate the 3 test cases from harness dashboard and write a detailed report on the results 2.What is coulomb counting? Refer to the above model and explain how BMS implements coulomb counting for SOC estimation ? Theory: Matlab model to simulate the 3 test conditions from harness dashboard and to explain how BMS…
24 Dec 2021 05:41 AM IST
Week 1 Understanding Different Battery Chemistry
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 Li-ion Batteries: A lithium-ion battery is li-ion battery is a type of rechargable battery.Lithium -ion battery are commonly…
08 Dec 2021 04:31 PM IST
Project 2
#ifndef VEHICLE_H#define VEHICLE_H #include <iostream>#include <fstream>#include <iomanip>#include <functional>#include <algorithm>#include <string>#include <cstdlib>#include <sstream>using namespace std; //Vehicle Classclass Vehicle {protected: Vehicle myVehicle[int n];…
01 Dec 2021 10:25 AM IST
Project 1
First i need to display the commodities in an array: Say there are two vendors from whom the commodities/workstations are ordered, the individual prices and desired quantities of commodities are given in the following tables. Person/Number of Commodities to be brought Laptop Mouse Headset Laptop Bag Adapter Ramu…
21 Nov 2021 10:25 AM IST
Final Project: Design of an Electric Vehicle
Aim: Create a MATLAB model for electric vehicle which uses a battery and DC motor. Objective: To create a model in simulink we need The main components of a EV are: 1.Battery. 2.Power converters. 3.Motor/Generator controller. 4.Motor /Generator. 5.Transmission System. 6.Tyres/wheels. Vehicle Body: We need a vehicle…
07 Nov 2021 08:29 AM IST
Project 2-Highway Assistant-Lane Changing Assistant
Highway Assistant-Lane Changing Assistant Aim: Modelling a Highway Assistant-Lane Changing Assistant using matlab and simulink according to the MAAB requirement,creating a model advisor report and generating a code in the AUTOSAR code template. Objective: This model must be developed in MATLAB Simulink per MBD guidelines.…
05 Nov 2021 01:36 PM IST
Project 1- Traffic Jam Assistant Feature
Aim: To develop a Simulink model for Traffic Jam Assistant using IPC(Instrument Plane Cluster) algorithm. Objective: This model must be developed in MATLAB Simulink as per MBD guidelines. Code Generation Profile must be in Embedded Coder. Simulink Data Dictionary…
21 Oct 2021 05:47 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
Aim: To develop a MATLAB Simulink Model for Vehicle Direction Detection as per requirement and generate a code for it. Objective: ##To Develop the Simulink Model as per the requirements,tagging requirement 1 & requirement 2 to their corresponding subsystems is fine. ##To Create an a Simulink…
02 Oct 2021 06:21 PM IST
Project-1: Powertrain for aircraft in runways
1. Search and list out the total weight of various types of aircrafts. Air craft gross weight: 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…
23 Sep 2021 09:28 AM IST
Week-11 Challenge: Braking
1.For a defined driving cycle, calculate the energy required for braking. Braking is the process of controlling the velocity of an object by inhibiting its motion. An object in motion possesses kinetic energy and to bring the object to a stop this kinetic energy must be removed. Removing the kinetic energy can be…
20 Sep 2021 11:51 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’. B. Comment on the armature current shoot-up from the scope results. C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge…
06 Sep 2021 07:46 AM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in electric and hybrid electric vehicle? Power Converters: It is the process and control the flow of electric energy by supplying the voltage and currents in a form that is optimally suited for user…
01 Sep 2021 06:47 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? PowerTrain blockset:It is used for analysis,modelling and designing of electric vehicles and hybrid electric vehicles. Mapped model:Mapped model also called as a static model.It refers to the model…
26 Aug 2021 07:42 AM IST
Week-3 Challenge: ADVISOR Tool
Advanced Vehicle Simulator(ADVISOR): This is one of the simulation tool. It was developed firstly by the NREL(National Renewable Energy Laboratory) in the year 1994,November.It was desingned as analysis tool to assist the US Development Of Energy(DOE) in developing the technologies for Hybrid Electric Vehicles through…
22 Aug 2021 12:39 PM IST
Project
Carry out a system-level simulation of an all-terrain vehicle. Download the model from the given link: https://www.mathworks.com/matlabcentral/fileexchange/70576-baja-all-terrain-vehicle-atv-model Prepare a technical report explaining the model properties & comments on the results. Aim: …
06 Aug 2021 05:12 PM IST
Week - 4
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 time of 100s. Then rinsing…
04 Aug 2021 11:21 AM IST