Problem Statement - For the given reduced model of the front impact structure of a 4W automobile perform frontal crash analysis using hypermesh to setup the load case and RADIOSS as the solver. Theory - Any crash scenario involves huge changes in an object's inertia and leads to high dissipation of energy.…
Jay Damani
updated on 19 Sep 2020
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 Jay Damani (22)
Week 10 Thermal Management
Problem Statement - Prepare a report summarizing thermal management techniques for electric car battery pack. Solution - Lithium-ion cells performance depends on the temperature. Lithium-Ion cells work well when cells operate within limited voltage and temperature. Otherwise, damage will occur to the…
05 Nov 2024 12:40 AM IST
Week 6 - Data analysis
Problem Statement - Create a data visualizer for converge output files. It should allow the user to output plots for various gas properties and also allows them to plot properties against each other. Lastly, it should compute and output basic performance parameters such as work done, power, and specific fuel consumption…
28 Mar 2021 02:50 PM IST
Week 5 - Curve fitting
1. What do 'popt' and 'pcov' mean? The popt output argument is an array of the optimal values of coefficients for the polynomial we are using to fit the data. The pcov output argument is a 2D array that contains the estimated covariance of the popt values with the original data. 2. What does np.array(temperature)…
25 Mar 2021 03:03 PM IST
Project 2 Thermal modeling of battery pack
Problem Statement - 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 and Simulink. Model Overview - -> The model requires you to run a MATLAB script before the model is…
16 Mar 2021 01:44 PM IST
Week 6 Fuel cell powered vehicle model
Problem Statement - Explain the working of the power_fuel_cell.slx model. Theory - The model - The hydrogen activated to form the proton ion with the catalyst is injected in the Proton exchange membrane fuel cell (PEMFC). When the electron is forced to flow out, the proton passes through the membrane and…
12 Mar 2021 11:06 AM IST
Week 3 - Solving second order ODEs
Problem Statement: Write a program in Python to solve a second-order 'Ordinary differential equation' that represents the equation of motion of a simple pendulum with damping and create an animation of this motion. Theory : The figure shows an idealized pendulum, with a "massless" string or rod of length 'L'…
12 Mar 2021 03:56 AM IST
Week 8 Multi cell Battery Pack
Problem Statement - How weakest cell limits the usable capacity of the battery pack? What is the solution? Solution - Weak cells (ones with lower capacity / higher internal impedance) tend to exhibit higher voltage than the rest of the series cells at full charge termination. These cells are then weakened further…
11 Mar 2021 11:47 AM IST
Week 7 State of charge estimation
Problem Statement - What is coulomb counting? How BMS implements coulomb counting for SOC estimation? The Coulomb counting method measures the discharging current of a battery and integrates the discharging current over time in order to estimate SOC. Coulomb counting method is done to estimate the SOC(t), which…
11 Mar 2021 10:19 AM IST
Week 5 Battery characteristics using drive cycle
Problem Statement - Simulate generic battery model charge discharge using UDDS data. Model - The model shows a high volatge circuit that can be used for an electric vehicle. The load current is given by a current profile which is derived from a drive cycle. As per the current profile the total simulation time is 1371…
09 Mar 2021 11:23 AM IST
Week 2 Air standard Cycle
Problem Statement: Write a program in MATLAB to plot the PV diagram and find the thermal efficiency of an engine running on the otto/air standard cycle. Theory: Otto Cycle - In 1876, a German engineer, Nikolaus August Otto advanced the study of heat engines by building the first working four-stroke engine. The…
08 Mar 2021 06:07 PM IST
Week 1 Understanding Different Battery Chemistry
Link to spreadsheet - https://docs.google.com/spreadsheets/d/1KZzgaGdkjDpaEA_g4qpEPd8-LMa5oQByIWt76wLeK9I/edit?usp=sharing
05 Mar 2021 01:32 PM IST
Week 12:Project 2-Meshing of Rear Wheel Holder challenge
Problem Statement: For the given component, perform mid-surfacing and mesh with the given element Quality criteria. After meshing the component, assign the thickness. Theory: The part is an automobile's spare wheel cover. It houses the spare wheel usually in the trunk of a car. The thickness of the part is close…
24 Feb 2021 06:06 PM IST
Week 12:Project-1-Meshing of Door Inner Panel Challenge
Problem Statement: For the given component, perform mid-surfacing and mesh with the given element Quality criteria. After meshing the component, assign the thickness. Theory: The given part is an automobile's plastic door trim which latches onto the door's metal frame and lies on the interior. It is manufactured…
16 Feb 2021 07:00 PM IST
Side Impact Analysis using Hypermesh and RADIOSS
Problem Statement - For the given reduced model of the front impact structure of a 4W automobile perform frontal crash analysis using hypermesh to setup the load case and RADIOSS as the solver. Theory - Any crash scenario involves huge changes in an object's inertia and leads to high dissipation of energy.…
20 Sep 2020 07:42 AM IST
Front Impact Analysis using Hypermesh and RADIOSS
Problem Statement - For the given reduced model of the front impact structure of a 4W automobile perform frontal crash analysis using hypermesh to setup the load case and RADIOSS as the solver. Theory - Any crash scenario involves huge changes in an object's inertia and leads to high dissipation of energy.…
19 Sep 2020 12:43 PM IST
Modelling of an automotive instrument panel substrate using ANSA
Problem Statement: For the given component, check for the geometrical errors and mesh with the given element Quality criteria. After meshing the component the thickness has to be assigned. Write a detailed report on your meshing process and also mention which method you used to extract the mid-surface along with…
03 Aug 2020 07:51 AM IST
Modelling of an automotive suspension assembly using ANSA
Problem Statement - For the given suspension assembly, check for the geometrical errors and mesh with the given element Quality criteria. After meshing the component the thickness has to be assigned for mid surfaces. Use tetra elements to model non-uniform thickness components. Also, use connections to connect the…
02 Aug 2020 05:16 AM IST
Rankine Cycle Simulator
Problem Statement: Create a Rankine Cycle Simulator using MATLAB that is capable of calculating the state points of the ideal Rankine cycle and plotting the Temperature-Entropy and Enthalpy-Entropy graphs for the same. Theory: Rankine Cycle - …
23 Feb 2020 10:50 AM IST
Parsing NASA Thermodynamic Data
Problem Statement: Parsing NASA's Thermodynamic Data file to calculate the specific heat, enthalpy, and entropy of various gas species. Theory: File Parsing - Parsing a file means reading in a data stream. It means, to a computer, about what “reading text” means to a human being. MATLAB has built-in functions…
22 Feb 2020 09:09 AM IST
Optimization of Stalagmite function using Genetic Algorithm
Problem Statement: Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function using the built-in genetic algorithm function. Run variations by adding bounds and population size and run statistical studies on the algorithm for each variation to eventually achieve a constant…
16 Feb 2020 12:31 PM IST
Curve fitting for specific heat data of Oxygen
Problem Statement: Write a code to fit a linear and cubic equation to specific heat data for oxygen Estimate goodness of fit for each degree of polynomial improve the fit for cubic polynomial Theory: Curve fitting - Curve fitting is a method that uses numerical techniques to create a polynomial for the given…
14 Feb 2020 02:02 AM IST
Transient Motion Simulation of a Pendulum
Problem Statement: Write a program in MATLAB to solve a second order 'Ordinary differential equation' that represents the equation of motion of a simple pendulum with damping and create an animation of this motion. Theory : The figure shows an idealized pendulum, with a "massless" string or rod of length 'L'…
12 Feb 2020 08:24 AM IST