Aim prepare a battery pack with capacity 18KWh Theory Battery pack A battery pack is a set of any number of identical batteries or invidual cells. They may be configured in a series, parallel or a mixture of both to deliver the desired voltage, capacity or power density. A battery pack consist of battery module…
Nithin P
updated on 11 Dec 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 Nithin P (12)
Week 3 - Solving second order ODEs
simple pendulum - ODE Procedure the requierd modules are imported funtion is defined and the equation to solve is provided inputs given and initial condition provided time input provided result ploted Program import numpy as np from scipy.integrate import odeint import math import matplotlib.pyplot as…
12 Jan 2023 05:10 PM IST
Week 2 Air standard Cycle
Otto cycle Procedure funtion is defined and volume for a range of angle is taken. input parameters and geometric parameters are provided. volume and pressure during compression and expansion is calculated .also pressure ,volume and temp at end points are computed the obtained points are ploted . To find the thermal efficiency…
04 Jan 2023 07:34 AM IST
Project 2 Thermal modeling of battery pack
Model Here we have designed a 10 cells series battery conection and charging and discharging is carried out and the effect of the temp on SOC is checked. The design has a blocks namely battery, temp source , convective heat transfer, conductive heat transfer, current sensor, voltage sensor and a courent source. The 10…
16 Dec 2022 05:01 AM IST
Project 1 Mechanical design of battery pack
Aim prepare a battery pack with capacity 18KWh Theory Battery pack A battery pack is a set of any number of identical batteries or invidual cells. They may be configured in a series, parallel or a mixture of both to deliver the desired voltage, capacity or power density. A battery pack consist of battery module…
11 Dec 2022 07:08 AM IST
Week 7 State of charge estimation
Mathlab model is to design the BMS model and to stimulate the plot for different battery characteristics Model BMS closedloop It is a closedloop system which connectes the BMS software and the plant. BMS software In the BMS software there is a state machine which determines different state based on the other parameters…
27 Nov 2022 09:39 AM IST
Project 2
Theory In the model a P1 hybrid vehicle is made. The P1 architecture, with the electric machine connected directly to the crankshaft, is the solution adopted by Honda on their first generation Integrated Motor Assist (IMA) technology. The electric motor functions as a generator, during vehicle deceleration, as an engine…
19 Oct 2022 06:24 PM IST
Week 1 Understanding Different Battery Chemistry
A lithium-ion battery is a type of rechargeable battery. Lithium-ion batteries are commonly used for portable electronics and electric vehicles and are growing in popularity for military and aerospace applications. Similar to the lead and nickel-based architecture, lithium-ion uses a cathode (positive electrode), and anode…
11 Oct 2022 03:15 AM IST
Project 1
Therory You can model the mechanical part of the system in Simscape Multibody. For example, to model the cylinder and piston, you can use the Revolved Solid (Simscape Multibody) and Cylindrical Solid (Simscape Multibody) blocks. To provide the translational degree of freedom for…
08 Oct 2022 02:36 PM IST
Project 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Skill-Lync -> Hybrid Drives Development % Project 1 - Conventional Vehicle Model % By - Nithin P % Description: %% Initialization File % Initialization file for loading the variables for the Conventional vehicle simulation model %% Vehicle Parameters…
06 Sep 2022 04:56 PM IST
Project - Speed Control of a Direct Current (DC) motor
conditons considerd for DC motor J = 0.01; % moment of inertia of motor(kg-m^2) B = 0.1; % motor viscous friction constant (N-m-s) Km = 0.01; % back EMF constant (v/rad/s) Kt = 0.01; % motor torque constant in (N-m/amp) Ra = 1.0; % resistance of armature circuit(ohm) La = 0.5; % inductance of armature circuit(henrry)…
16 Aug 2022 05:32 AM IST
Project - Data Handling and Interpolation
clc; clear; A = xlsread('VI.xlsx'); v = A(:,1); i = A(:,2); v1 = -17.3:0.1:0.9; ib1 = interp1(v,i,v1); figure(1) plot(v,i,'m:.',v1,ib1,'g--'); title('linear interpolation');xlabel('voltage');ylabel('current'); legend('original','interpolated'); vv = [-17.2 -17.1 -13.8 -13.5 -13.0 -12.5 -11 -9 -5.76 -6 -1 0.11 0.25 0.5…
02 Aug 2022 07:48 AM IST
Project - Analysis of a practical automotive wiring circuit
1) generator distributor breaker ignition coil starter battery ammeter fuse foot selector switch current and voltage regulator 2) breaker It is a electrical safety device. it protects the electrical ciurcuit from over cuurent, short circuit or any other faults in the circuit. Different type of breakers are…
18 Jul 2022 11:41 AM IST