Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Akshat Rajkumar Mathur

CAD/CAE Automotive designer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • STRUCTURAL-MESHING
  • ANSA
  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN
  • FEA
  • HYPER-MESH

Introduction

Seeking CAE assignments at an entry level with a growing & reputed organization where I can put my CFD (ANSYS Fluent), CAD (CATIA V5, UG NX) & CAE (HyperMesh) software skills and be a member of a team that dynamically works towards the success and growth of the team.

67 Projects

Combustion analysis of methane-air mixture

Objective:

All the possible types of combustion simulations that can take place in ANSYS Fluent are briefly explained below: 1. Non-premixed combustion: Consider a diesel engine where the fuel is being injected just before the combustion starts, in this scenario the air and fuel might not get mixed properly as required. This is the…

calendar

19 Mar 2020 08:51 AM IST

    Read more

    Measuring the diameter of the ball from an image using MATLAB

    Objective:

    Objective: To write a MATLAB script file to import an image, segment the image in order to isolate the desired object from its background and then use the MATLAB functions that come with the Image Processing Toolbox to determine the objects diameter. Introduction: Image Processing Toolbox is an application available for…

    calendar

    01 May 2020 07:15 AM IST

    • MATLAB
    Read more

    CHT analysis on a graphics card

    Objective:

    A graphics card used in a computer can be mainly divided into three parts. 1. Base or circuit board 2. Processor 3. Fins The only part of a graphics card that generates heat during its working is the processor which lies on top of the circuit board but below the fins. The fins are placed to provide efficient cooling for…

    calendar

    25 Mar 2020 11:11 PM IST

    Read more

    Wheel arc analysis according to european standards

    Objective:

    When the vehicle is in motion, rotating tyre tends to pick up stones and harmful particles and hurl them in all directions. A fender basically prevents any injuries to the pedestrians and contain the motion of such particles. While designing a fender, the designer emphasizes on the aesthetic appeal of the part. Whereas…

    calendar

    13 Jan 2020 05:03 AM IST

      Read more

      Butterfly valve with GD&T drawings

      Objective:

      A Butterfly valve is a quarter-turn rotational motion valve, that is used to stop, regulate, and start flow. A butterfly valve has a disc which is mounted on a rotating shaft. When the butterfly valve is fully closed, the disk completely blocks the line. When the butterfly valve is fully opened, the disc is at a right…

      calendar

      13 Jan 2020 04:55 AM IST

        Read more

        Hood design with technical specifications

        Objective:

          Hood of a car is also know as a bonnet. Different engineers have different purposes of hood. For some, it may serve as an aerodynamic component and for others it may be a place to strengthen the body of a car.  Inner panel of the hood is designed using the master sketch which was provided along with the outer…

        calendar

        07 Jan 2020 12:55 AM IST

          Read more

          Casing design with beads and a dimple

          Objective:

          Steps taken to create a casing: In sketch, draw a rectangle of 60mm length and 50mm breadth. Using TAB command, athickness of 1mm is provided. A rectangular part of 40mmx5mm is cut out from the sheet. A bend is created using BEND tool. Flange of 5mm is created using FLANGE tool. Use BREAK CORNER to blend the sharp edges.…

          calendar

          07 Jan 2020 12:55 AM IST

            Read more

            Boolean Operations

            Objective:

            All the part models have been attached in a zip file.

            calendar

            10 Jan 2020 04:29 AM IST

              Read more

              Kinematics of an Otto cycle using MATLAB

              Objective:

              The Otto cycle is a description of what happens to a mass of gas as it is subjected to changes of pressure, temperature, volume, addition of heat, and removal of heat. The mass of gas that is subjected to those changes is called the system. The system, in this case, is defined to be the air within the cylinder. The processes…

              calendar

              02 Apr 2020 07:29 AM IST

              Read more

              Parsing the NASA thermodynamic data file and calculating gas properties of various species

              Objective:

              The global temperatures according to the data file are 300, 1000 and 5000. These values are extracted by using the \'strsplit\' function and then converting the string in to a number using \'str2num\' function. f1 = fopen(\'THERMO.dat\',\'r\'); for i=1:2 z = fgetl(f1) end global_temp = strsplit(z,\' \') global_min_temp…

              calendar

              24 Apr 2020 05:27 AM IST

              Read more

              Analyzing mixing efficiency by steady state simulations on mixing tee geometry using ANSYS FLUENT.

              Objective:

              In this project, two different sizes of mixing tee are being simulated under steady state conditions. During all the simulations, air is being used as a fluid. Hot air inlet is set at 298.15 K and cold air inlet is set at 283.15 K. By controlling the velocity of air at the inlet, mixing efficiency is being studied by determing…

              calendar

              20 Jan 2020 01:47 AM IST

                Read more

                Calculation and optimization of section modulus of hood

                Objective:

                Section modulus can be calculated using the formula S = I/y where, S = Section Modulus I = Moment of Inertia Y = distance between the nuteral axis and the extreme end of the object  Model 1: This image shows a section modulus analysis of a section of a hood.   Model 2: Improved Section Modulus This image shows…

                calendar

                07 Jan 2020 12:55 AM IST

                  Read more

                  Curve fitting of linear and cubic polynomial using the Cp data in MATLAB

                  Objective:

                  MATLAB code to fit linear and cubic polynomial for the given Cp data is as follows: % Input data cp_data = load('data'); temperature = cp_data(:,1); cp = cp_data(:,2); % Curve fit for linear polynomial co_effs = polyfit(temperature,cp,1); predicted_cp = polyval(co_effs,temperature); % Plotting the curve fit w.r.t reference…

                  calendar

                  04 Apr 2020 10:41 AM IST

                  Read more

                  Comparison of present available cars in the market

                  Objective:

                  Hyundai’s Elite i20 is the best option for Mr. D.S. Pughazhyendhii. It offers a 4-cylinder, 1.4L turbocharged CRDi diesel engine at an astounding price of Rs.9.25 lakh (on-road, Bengaluru). This car is equipped with ABS, driver & passenger airbags and EBD systems which makes it a really safe car for a family.…

                  calendar

                  07 Jan 2020 12:55 AM IST

                    Read more

                    Transient behaviour of a simple pendulum using MATLAB

                    Objective:

                    The figure below exhibits the motion of a pendulum bob suspended by a massless string from a fixed point. Let us consider, m = mass of the bob L = length of the string Equation for the damped motion of a pendulum is shown below. Where, b = damping coefficient g = gravitational force A program to simulate the above equation…

                    calendar

                    04 Apr 2020 02:04 AM IST

                    Read more

                    Global maxima of stalagmite function using genetic alogoritm

                    Objective:

                    The genetic algorithm is a method for solving both constrained and unconstrained optimization problems that is based on natural selection, the process that drives biological evolution. The genetic algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm selects individuals…

                    calendar

                    21 Apr 2020 02:08 AM IST

                    Read more

                    Steady vs unsteady flow over a cylinder using ANSYS FLUENT

                    Objective:

                    Analysis of flow over a cylinder in ANSYS FLUENT is the main emphasis of this project. This project is divided under two cases. Complete simulation is divided into 5 steps. Geometry Meshing Setup Solution Result Step 1: Geometry 2D design created is converted to 3D by using the pull command. A hole created by simply deleting…

                    calendar

                    23 Jan 2020 07:42 AM IST

                      Read more

                      Roof Challenge

                      Objective:

                      Roof sits on top of the passenger compartment of the car. It protects the passengers from sun, rain, wind and other external elements. It also protects the passengers from rollover crashes by increasing the stiffness and strength of the material used in roof. This is done by reinforcing the roof with various parts. Roof…

                      calendar

                      07 Jan 2020 12:55 AM IST

                        Read more

                        Analysis of the cyclone separator for different number of injected particles

                        Objective:

                        Four empirical models used for cyclone separator efficiency are: 1. Iozia and Leith logistic model is a modified version of Barth (1956) model which is developed based on force balance. The addition made by Iozia and Leith on the original Barth (1956) model are the core length zc and slope parameter β expression which…

                        calendar

                        14 Mar 2020 06:11 AM IST

                          Read more

                          Simulation of Rankine cycle using MATLAB

                          Objective:

                          The Rankine cycle is the fundamental operating cycle of all power plants where an operating fluid is continuously evaporated and condensed. The selection of operating fluid depends mainly on the available temperature range. The Rankine cycle operates in the following steps: 1-2-3 Isobaric Heat Transfer. High pressure…

                          calendar

                          29 Apr 2020 06:05 AM IST

                            Read more

                            CHT analysis on exhaust manifold

                            Objective:

                            CHT analysis allows the simulation of heat transfer between solid and fluid materials by exchanging thermal energy at the interface. For computational analysis, a mesh is required around the body to accurately identify the interfaces. CHT analysis can be used for the simulation of cooling and heating systems. In this project,…

                            calendar

                            16 Feb 2020 05:42 AM IST

                            Read more

                            Parametric study of a gate vale with mass flow rate at each design point

                            Objective:

                            Gate valves are primarily designed to start or stop flow, and when a straight-line flow of fluid and minimum flow restriction are needed. In service, these valves generally are either fully open or fully closed. The disk of a gate valve is completely removed when the valve is fully open; the disk is fully drawn up into…

                            calendar

                            28 Feb 2020 05:05 AM IST

                              Read more

                              Fender design according to European standards using CATIA.

                              Objective:

                              When the vehicle is in motion, rotating tyre tends to pick up stones and harmful particles and hurl them in all directions. A fender basically prevents any injuries to the pedestrians and contain the motion of such particles. While designing a fender, the designer emphasizes on the aesthetic appeal of the part. Whereas…

                              calendar

                              23 Jan 2020 02:09 AM IST

                                Read more

                                Box-Assembly in NX 11 0

                                Objective:

                                The image below shows the final assembly of a box with a lid. Sheet metal design in NX 11.0 is used to create this box assembly. Various functions from sheet metal design were used to create this box.  These various functions include TAB, FLANGE, MIRROR BODY, MIRROR FEATURE, DIMPLE, BEAD, HEM, CLOSED CORNER, BREAK…

                                calendar

                                07 Jan 2020 12:55 AM IST

                                Read more

                                CFD analysis of the ahmed body using ANSYS FLUENT

                                Objective:

                                The Ahmed Body is a simplified car, used in automotive field to investigate the flowanalysis and find the wake flow around the body. Its shape is simple enough to allow for accurate flow simulation but retains some important practical features relevant to automobile bodies. This model describes how to calculate the turbulent…

                                calendar

                                20 Feb 2020 05:16 AM IST

                                  Read more

                                  Mesh cleanup on 2D shell elements

                                  Objective:

                                  Objective: Geometry cleanup operation for 3 given models with given element criteria and assigning proper thickness. Geometry cleanup: Step 1: Import the CAD model in the HyperMesh software. Step 2: Clean up the edges depicting errors, overlapping surfaces and open edges. Edges with errors are red in colour and can be…

                                  calendar

                                  08 May 2020 02:18 AM IST

                                    Read more

                                    Brief information on under body coating

                                    Objective:

                                    An underbody of a car is exposed to some extreme road conditions present especially in India. This causes the underbody of the car to suffer with corrosion much faster than any other part of the vehicle. Moreover, since it is hidden in plain sight, it is absolutely necessary to provide the underbody with some sort of anti-rust…

                                    calendar

                                    07 Jan 2020 12:55 AM IST

                                      Read more

                                      CFD analysis of Rayleigh Taylor instability

                                      Objective:

                                      Practical CFD models based on the mathematical analysis of Rayleigh Taylor waves are Richtmyer–Meshkov instability (RMI), Kelvin–Helmholtz instability and Plateau–Rayleigh instability. The Richtmyer–Meshkov instability (RMI) occurs when two fluids of different density are impulsively accelerated.…

                                      calendar

                                      20 Feb 2020 06:59 AM IST

                                      Read more

                                      Forward kinematics of a 2R robotic arm.

                                      Objective:

                                      The above diagram illustrates a 2R Robotic arm. A 2R robotic arm consists of two links. Both the links are connected to each other as shown in the figure. One end is connected to a base and the other is connected to a manipulator. The following program is used to simulate the forward kinematics of a 2R robotic arm. As…

                                      calendar

                                      01 Apr 2020 07:49 AM IST

                                        Read more

                                        Backdoor design

                                        Objective:

                                        A backdoor has been designed with the necessary reinforcements. CAD model has been attached under.

                                        calendar

                                        07 Jan 2020 12:55 AM IST

                                          Read more

                                          Counter-directional vortex cover for underwater propellers

                                          Objective:

                                          The contra-rotating propeller also known as counter rotating propeller cancels out the rotational air flow, pushing a maximum amount of air uniformly through the propeller disk, resulting in high performance and low induced energy loss. The concept for the project involves contra-rotating propeller but with different functionality.…

                                          calendar

                                          16 Apr 2020 02:26 AM IST

                                            Read more

                                            Comparison of improved shell properties with a base simulation on a crash beam using HyperMesh.

                                            Objective:

                                            Objective: 1. The analysis runtime (Tstop) is changed to 55 ms.   2. The number of animation steps is decided as 45 given the minimum is 25 and maximum as 60. And the Tfreq is updated as 1.22 ms (Tfreq = Runtime / No.of Animation Steps)    The simulation is executed without any further changes,…

                                            calendar

                                            26 May 2020 02:26 PM IST

                                              Read more

                                              Simulations of different material law properties on a rupture plate using Radioss solver in Hypermesh.

                                              Objective:

                                              Objective: Analyzing different material law properties in Altair Radioss solver by conducting 7 different cases of rupture plate simulation and deciding the best suitable material law based on the given simulation scenario.   Case 1: /MAT/PLAS_JOHNS/ is used as the material model This law represents an isotropic…

                                              calendar

                                              04 Jun 2020 05:08 AM IST

                                                Read more

                                                Crash analysis of tube under different contact interfaces using Altair HyperWorks.

                                                Objective:

                                                Objective:  Comparision of the results of analysis of different contact interfaces of crash tube Using HyperMesh and HyperCrash.   Case 1: Running the crash tube model as it is.   No. of cycles: 83600 Energy error: -3.8% Mass error: 0.00 Von mises: Max value 7.4281E-01 , Min value 0.000E+00. Contact forces:…

                                                calendar

                                                10 Jun 2020 01:04 PM IST

                                                  Read more

                                                  Crash analysis on the frontal section of a BIW using Altair HyperCrash.

                                                  Objective:

                                                  Objective: Perform crash analysis on the frontal section of a BIW and obtain necessary results required. 1. Sectional force in the rails. 2. Axial force received on the rails from bumper. 3. Shotgun cross sectional forces. 4. Force on A-pillar cross section. 5. Acceleration curve from the base of B-pillar. 6. Intrusions…

                                                  calendar

                                                  24 Jun 2020 12:31 PM IST

                                                    Read more

                                                    Side-crash analysis of a car model using Altair HyperWorks and Radioss solver.

                                                    Objective:

                                                    Objective: Study the side-crash analysis on a model of a car and compute the following. Forces acting on the cross members at the floor of the vehicle. Deformation of hinge pillar, B-pillar and fuel tank in terms of displacement. Peak velocity achieved by the inner door. Setup: Step 1: Checking the unit system being implemented…

                                                    calendar

                                                    27 Jun 2020 09:37 AM IST

                                                      Read more

                                                      Roof crush analysis under FMVSS 216 standards.

                                                      Objective:

                                                      Objective: Study the roof crush analysis on a model of a car and check that the FMVSS 216 target load has been met. Setup: Step 1: Checking the unit system being implemented to the model. Open the starter file (_0000.rad) in to the notepad. As observed in the starter file, the unit system being implemented in this…

                                                      calendar

                                                      02 Jul 2020 08:21 PM IST

                                                        Read more

                                                        Meshing the CAD model of the hood of a car for structural analysis using ANSA.

                                                        Objective:

                                                        Objective: Perform CAD model check and implement meshing according to the required quality criteria. S.No  Quality Criteria  Value  1 Target/Average length   5 2 Minimum Length  2 3 Maximum Length  7 4 Aspect  3 5 Warpage 15 6 Skewness 45 7 Jacobian  0.7 8 Minimum Quad Angle …

                                                        calendar

                                                        10 Jul 2020 10:19 AM IST

                                                        Read more

                                                        Meshing the CAD model of a bottle cap (plastic component) using ANSA.

                                                        Objective:

                                                        Objective: Perform CAD model check and implement meshing according to the required quality criteria. S.No  Quality Criteria  Value  1 Target/Average length   1 2 Minimum Length  0.5 3 Maximum Length  3 4 Aspect  3 5 Warpage 15 6 Skewness 45 7 Jacobian  0.7 8 Minimum Quad Angle …

                                                        calendar

                                                        16 Jul 2020 06:13 AM IST

                                                        Read more

                                                        Tool Test 1

                                                        Objective:

                                                        Objective: Perform CAD model check and implement meshing according to the required quality criteria. S.No  Quality Criteria  Value  1 Target/Average length   4 2 Minimum Length  2 3 Maximum Length  6 4 Aspect  3 5 Warpage 15 6 Skewness 45 7 Jacobian  0.7 8 Minimum Quad Angle …

                                                        calendar

                                                        20 Jul 2020 08:29 AM IST

                                                          Read more

                                                          Solid meshing (Tetra FEM) on the rear view mirror.

                                                          Objective:

                                                          Objective: Perform CAD model check and implement solid meshing according to the required quality criteria. S.No  Quality Criteria  Value  1 Target/Average length   1 2 Minimum Length  0.5 3 Maximum Length  2 4 Tetcollapse 0.2 Procedure: 1. Import the CAD model of a rear view mirror into…

                                                          calendar

                                                          28 Jul 2020 10:36 AM IST

                                                          Read more

                                                          Solid meshing (Tetra FEM) of the intake manifold of an IC Engine using ANSA.

                                                          Objective:

                                                          Objective: Perform CAD model check and implement solid meshing according to the required quality criteria. S.No  Quality Criteria  Value  1 Target/Average length   3 2 Minimum Length  1 3 Maximum Length  5 4 Tetcollapse 0.2 Procedure: 1. Import the CAD model of a intake manifold into…

                                                          calendar

                                                          29 Jul 2020 11:35 AM IST

                                                          Read more

                                                          Implementing connections to various sheet metal components of a rear door using ANSA.

                                                          Objective:

                                                          Objective: Implement connections using different techniques on the rear door model. Procedure: 1. Import the FEA model of a rear door into ANSA interface. 2. Perform an initial geometry check and fix the errors if any. 3. We will begin adding connections by assigning bolts to the necessary holes. A 3D point is created…

                                                          calendar

                                                          05 Aug 2020 10:13 AM IST

                                                          Read more

                                                          Complete meshing of a Cross Car Beam (CCB) Assembly using ANSA interface.

                                                          Objective:

                                                          Objective: Perform CAD model check, implement meshing according to the required quality criteria and provide required connections to the model. S.No  Quality Criteria  Value  1 Target/Average length   5 2 Minimum Length  3 3 Maximum Length  7 4 Aspect  3 5 Warpage 15 6 Skewness 45…

                                                          calendar

                                                          10 Aug 2020 10:21 AM IST

                                                          Read more

                                                          Comparison of between manual meshing and automatic meshing and analyzing the obtained results.

                                                          Objective:

                                                          Objective: Perform CAD model check and implement batch meshing, obtain mid surface using skin and casting according to the required quality criteria and compare the obtained results. S.No  Quality Criteria  Value  1 Target/Average length   3 2 Minimum Length  1 3 Maximum Length  5 4 Aspect …

                                                          calendar

                                                          11 Aug 2020 08:18 AM IST

                                                          Read more

                                                          Introduction to morphing deck in ANSA.

                                                          Objective:

                                                          Objective: Perform CAD model check and implement morphing deck. Procedure: 1. Import the CAD model of the component into ANSA interface. 2. Perform an intial geometry check and fix the errors if any. 3. Visually check the orientation and rectify if any descrepancies arise. 4. A feature present in the model is morphed or…

                                                          calendar

                                                          13 Aug 2020 09:36 AM IST

                                                          Read more

                                                          Meshing the CAD model of the dashboard of a car according to industry standards using ANSA.

                                                          Objective:

                                                          Objective: Perform CAD model check and implement meshing according to the required quality criteria. S.No  Quality Criteria  Value  1 Target/Average length   4 2 Minimum Length  2 3 Maximum Length  6 4 Aspect  3 5 Warpage 15 6 Skewness 45 7 Jacobian  0.7 8 Minimum Quad Angle …

                                                          calendar

                                                          24 Aug 2020 11:41 AM IST

                                                          Read more

                                                          Meshing and providing connections to the CAD model of a rear suspension under industry standards using ANSA.

                                                          Objective:

                                                          Objective: Perform CAD model check, implement meshing according to the required quality criteria and provide required connections to the model. Quality Criteria for Tria Elements (Tyre and Rim):  S.No  Quality Criteria  Value  1 Target/Average length   6.5 2 Minimum Length  5 3 Maximum…

                                                          calendar

                                                          24 Aug 2020 11:43 AM IST

                                                          Read more

                                                          Assignment 1

                                                          Objective:

                                                          1. GT Suite is multiphysics CAE system simulation software. Modules available in GT-suite are: Flow: There are several components based on which the flow propagates. This medium helps in delivering the required matter to the mechanical components. The necessary parameters are tuned based on the medium we emphasise. Mechanical:…

                                                          calendar

                                                          26 Aug 2020 11:29 AM IST

                                                            Read more

                                                            Assignment 2

                                                            Objective:

                                                            Introduction: A spark-ignition engine (SI engine) is an internal combustion engine, generally a petrol engine, where the combustion process of the air-fuel mixture is ignited by a spark from a spark plug. A four-stroke spark-ignition engine is an Otto cycle engine. It consists of following four strokes:…

                                                            calendar

                                                            31 Aug 2020 07:57 AM IST

                                                              Read more

                                                              Assignment 4

                                                              Objective:

                                                              Objective: Explore the model of a DI engine and compare it with SI engine. Also, list down differences and change mass fuel burn to 50% and observe its impact on the performance. Case 1: Comparision of SI vs DI at 1800 RPM. SI engine model: DI engine model: Engine speed is adjusted to 1800 RPM for both the SI as well as…

                                                              calendar

                                                              07 Sep 2020 11:16 AM IST

                                                                Read more

                                                                Assignment 6

                                                                Objective:

                                                                Objective: To understand the basics of a turbocharger and simulate a 6-cylinder turbocharged DI engine and a 4-cylinder VGT engine and list down their working paramters. Basics of a turbocharger: A turbocharger uses engine exhaust energy to breathe more air into the combustion chamber for a more efficient engine operation.…

                                                                calendar

                                                                10 Sep 2020 12:36 PM IST

                                                                  Read more

                                                                  Assignment 7

                                                                  Objective:

                                                                  Objective: To build a FRM Model using following configuration:  Bore=102 mm; stroke=115 mm; CR=17 No of cylinder=6 CI engine Twin scroll turbine GT controller Run all cases Introduction: Fast Running Engine Models are dynamic, fully-physical engine models that are designed specifically to run fast. While high-fidelity…

                                                                  calendar

                                                                  15 Sep 2020 08:24 AM IST

                                                                    Read more

                                                                    Week 1 Understanding Different Battery Chemistry

                                                                    Objective:

                                                                    Objective: To create an overview of 6 different types of lithium ion batteries and comparing them. Table of overiew:   Type Materials Chemical reactions Anode Cathode Electrolyte Anode Cathode Overall Lithium Cobalt Oxide(LiCoO2) — LCO Graphite Lithium Cobalt Oxide(LiCoO2) LiPF6 or similar lithium salt…

                                                                    calendar

                                                                    12 Oct 2020 12:04 PM IST

                                                                      Read more

                                                                      Comparison of different cooling strategies implemented on a Li-ion battery pack and its effect using thermal analysis.

                                                                      Objective:

                                                                      Problem statement: To perform CFD and thermal analysis on a battery pack. Suggest different cooling strategies (natural air cooling, forced air cooling and liquid cooling) based on simulation results and compare those strategies in other aspects such as cost, feasibility, complexity etc. Assumptions: - Consider cell placement…

                                                                      calendar

                                                                      15 Oct 2020 10:52 AM IST

                                                                      Read more

                                                                      Boolean Operations Week 5 Challenge 4

                                                                      Objective:

                                                                      calendar

                                                                      20 Oct 2020 07:05 PM IST

                                                                        Read more

                                                                        Drafting Workbench Week 6 - Challenge 2

                                                                        Objective:

                                                                        calendar

                                                                        20 Oct 2020 07:43 PM IST

                                                                          Read more

                                                                          Week 5 Battery characteristics using drive cycle

                                                                          Objective:

                                                                          Objective:  To simulate a model of generic battery under UDDS load cycle. Introduction: A generic battery model is used from the Simulink library database and configured using Samsung Datasheet for Li-ion type cell ( Samsung INR18650-25R). The battery cell used for the following simulation is as follows: Battery type:…

                                                                          calendar

                                                                          25 Oct 2020 06:00 AM IST

                                                                            Read more

                                                                            Week 6 Fuel cell powered vehicle model

                                                                            Objective:

                                                                            Objective: To create a simulink model of a FCEV and comment on results. Model: Block diagram given below represents the working of the Fuel Cell Powered Electric Vehicle:   The nominal Fuel Cell Stack voltage is 45Vdc and the nominal power is 6kW. The converter is loaded by an RL element of 6kW with a time constant…

                                                                            calendar

                                                                            28 Oct 2020 07:54 AM IST

                                                                              Read more

                                                                              Balancing of the weakest cell in a 20-cell battery pack using Simulink model.

                                                                              Objective:

                                                                              Objective: Demonstrate the balancing of the weakest cell in the battery pack using Simulink model. Theory: Cell balancing is the process of equalizing the voltages and state of charge among the cells when they are at a full charge. No two cells are identical. There are always slight differences in the state of charge,…

                                                                              calendar

                                                                              30 Oct 2020 11:47 AM IST

                                                                                Read more

                                                                                Week 10 Thermal Management

                                                                                Objective:

                                                                                Objective: Summarize thermal management techniques for electric car battery pack. Theory: A battery pack is one of the most important and expensive components that is used in a HEV, EV and PHEV. The batteries used fall in to the category of secondary type meaning that they are rechargeable and are all based on lithium…

                                                                                calendar

                                                                                05 Nov 2020 10:53 AM IST

                                                                                  Read more

                                                                                  Project 1 Mechanical design of battery pack

                                                                                  Objective:

                                                                                  Objective: Mechanical design of a 18kWh powered battery pack using ANR26650M1-B cells. Cell data: A123’s high-performance Nanophosphate lithium iron phosphate (LiFePO4) battery technology delivers high power and energy density combined with excellent safety performance and extensive life cycling in a lighter weight,…

                                                                                  calendar

                                                                                  09 Nov 2020 10:19 AM IST

                                                                                    Read more

                                                                                    Project 2 Thermal modeling of battery pack

                                                                                    Objective:

                                                                                    Objective: To model and simulate a 10 cells in series lithium ion battery pack, analyze the thermal effects and compare its life cycle performance at various temperatures, charge & discharge rates using MATLAB. Theory: The lithium-ion batteries are widely used as energy sources in different hybrid and electric vehicle.…

                                                                                    calendar

                                                                                    12 Nov 2020 12:25 PM IST

                                                                                      Read more

                                                                                      Photo Realistic Rendering

                                                                                      Objective:

                                                                                      Objective:  To design an American Chopper and rendering its each and every component.  Introduction: Project report is about designing of American Chopper - Components, Assembly using Solid works & Final Rendering of Assembly using Solid works Visualize and Photoview 360. Plan of action for designing an American…

                                                                                      calendar

                                                                                      07 Dec 2020 09:03 AM IST

                                                                                        Read more

                                                                                        Assembly of Yacht

                                                                                        Objective:

                                                                                        OBJECTIVE: To design each and every component of Sunseeker Yacht by using solidworks and giving realistic look by Solidworks visualize. INTRODUCTION: A yacht is a sail or power vessel used for pleasure, cruising, or racing. There is no standard definition, so the term applies to such vessels that have a…

                                                                                        calendar

                                                                                        07 Jan 2021 08:22 AM IST

                                                                                          Read more

                                                                                          Final Project: Electric Rickshaw modelling

                                                                                          Objective:

                                                                                          AIM:  Create a detailed MATLAB model of an electric rickshaw (three-wheeler passenger vehicle) as per details below:  Rear wheels driven by PM brushed type motor Assume efficiency points of motor controller and motor Make an excel sheet of all input and assumed data  ABSTRACT: In this project, we are going to build the…

                                                                                          calendar

                                                                                          15 Mar 2021 05:56 AM IST

                                                                                          Read more

                                                                                          Project-1: Modelling an electric Car with Li-ion battery

                                                                                          Objective:

                                                                                          Aim – To model an electric car vehicle using an Induction Motor & Lithium Ion battery from Powertrain Blockset. To check the performance of the system configuration, model parameters on areas like – Motor speed, Motor Torque, State of Charge, Battery voltage & current. To check whether the vehicle speed track at the given…

                                                                                          calendar

                                                                                          09 Apr 2021 10:22 AM IST

                                                                                          Read more
                                                                                          Showing 1 of 67 projects

                                                                                          12 Course Certificates

                                                                                          certificate

                                                                                          Geometric Dimensioning and Tolerancing

                                                                                          CertificateIcon
                                                                                          Certificate UID: Fyc54TsABqMUg3tC
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Advanced Sheet Metal Design using NXCAD

                                                                                          CertificateIcon
                                                                                          Certificate UID: klxjNEf9xoFyQozP
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Introduction to GUI based CFD using ANSYS Fluent

                                                                                          CertificateIcon
                                                                                          Certificate UID: mDgyLD4VQbAZrA8f
                                                                                          View Certificate
                                                                                          certificate

                                                                                          MATLAB for Mechanical Engineers

                                                                                          CertificateIcon
                                                                                          Certificate UID: SlmgrzX8piBJTU3C
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                                                                          CertificateIcon
                                                                                          Certificate UID: ZTVL1fKrrQpefACt
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Crashworthiness Analysis using HyperMesh and Radioss

                                                                                          CertificateIcon
                                                                                          Certificate UID: nrtiep7gyxb6csw1
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Preprocessor for Structural Analysis using ANSA

                                                                                          CertificateIcon
                                                                                          Certificate UID: mzunigjy6wk7p90b
                                                                                          View Certificate
                                                                                          certificate

                                                                                          IC Engine Calibration using GT-POWER and GT-SUITE

                                                                                          CertificateIcon
                                                                                          Certificate UID: t6dwayrp8b0huilv
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Introduction to Battery Technology for Electric Vehicle

                                                                                          CertificateIcon
                                                                                          Certificate UID: 61c2oy8sdlxfj4pn
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Plastic Design using CATIA V5

                                                                                          CertificateIcon
                                                                                          Certificate UID: wo1ntrdmhyzlvj53
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Ultimate SOLIDWORKS Course

                                                                                          CertificateIcon
                                                                                          Certificate UID: kfq8ijy4ctls6ap5
                                                                                          View Certificate
                                                                                          certificate

                                                                                          Introduction to Control of Electric Vehicle

                                                                                          CertificateIcon
                                                                                          Certificate UID: 5ozumwfb0yv7l6x8
                                                                                          View Certificate
                                                                                          Showing 1 of 12 certificates

                                                                                          1 Workshop Certificates

                                                                                          certificate

                                                                                          Autonomous Vehicles & Computer Vision

                                                                                          CertificateIcon
                                                                                          Certificate UID: gra09jsn5y
                                                                                          View Certificate
                                                                                          Showing 1 of 1 certificates

                                                                                          Academic Qualification

                                                                                          B.Tech

                                                                                          Manipal Institute of Technology

                                                                                          01 Aug 2014 - 10 May 2018

                                                                                          12th

                                                                                          Don Bosco High School

                                                                                          01 Jun 2013 - 30 Apr 2014

                                                                                          10th

                                                                                          Don Bosco High School

                                                                                          01 Jun 2011 - 30 Apr 2012

                                                                                          Schedule a counselling session

                                                                                          Please enter your name
                                                                                          Please enter a valid email
                                                                                          Please enter a valid number

                                                                                          Here are the courses that I have enrolled

                                                                                          coursecard
                                                                                          4.7

                                                                                          5 Hours of Content

                                                                                          coursecard
                                                                                          Recently launched

                                                                                          18 Hours of Content

                                                                                          coursecard
                                                                                          Recently launched

                                                                                          21 Hours of Content

                                                                                          coursecard
                                                                                          Recently launched

                                                                                          10 Hours of Content

                                                                                          Similar Profiles

                                                                                          Apoorv Ranjan
                                                                                          Apoorv Ranjan

                                                                                          Ladder of success cannot be climbed with hands in pocket.

                                                                                          Pruthvi Jagadeesh GK
                                                                                          Pruthvi Jagadeesh GK

                                                                                          The Future in Motion

                                                                                          Krantiveer .
                                                                                          Krantiveer .

                                                                                          Give more than what you get you will get more than what you gave