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

Akshay Pawar

Go with the Flow

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • MODEL-BASED-DEVELOPMENT
  • HEV-FUNDAMENTALS
  • HEV
  • BATTERY-TECHNOLOGY
  • STRUCTURAL-MESHING
  • ANSA

Introduction

I have completed my bachelor's degree in Mechanical Engineering. Currently I am pursuing my Masters in Hybrid Electric Vehicle Design and Analysis through Skill Lync. On my personal interest I have chosen to specialize in Finite Element Analysis(FEA).As part of my master’s program, I have worked on various industry relevant projects using MATLAB, Simulink ANSA and Ansys Workbench. Currently working in a Nashik Thermal Power station(NTPS) as a Graduate engineering Trainee. Also Completed my Academic project -"Design and Fabrication of Brushing Unit" in Bosch Pvt. Ltd

44 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

https://youtu.be/zSCIng-pS7Y clear all close all clc %Inputs l1=1; l2=0.5; theta1=linspace(0,90,10); %first link angle having 10 degree interval in between 0 to 90 theta2=linspace(0,90,10); %Second link Angle having 10 degree interval in between 0 to 90 ct=1; for i=1:length(theta1) %For first link (particular 10 angles)…

calendar

10 Apr 2022 01:12 PM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    % Stalagmite Mathematical Model for optimization clear all close all clc % Defining our search space x = linspace(0,0.6,150); y = linspace(0,0.6,150); % Evaluating the Stalagmite function for i=1:length(x) for j = 1:length(y) input_vector(1)= x(i); input_vector(2)= y(j); f(i,j) = stalagmite(input_vector); end end surf(x,y,f)…

    calendar

    13 Apr 2022 04:00 PM IST

      Read more

      Week 3 - Solving second order ODEs

      Objective:

      In Engineering , ODE is used to describe the transient behavior of a system . A simple example is a pendulum . The way the pendulum moves depends on the Newtons second law . When this law is written down , we get a second order Ordinary Differential Equation that describes the position of the " ball w.r.t time . This ODE…

      calendar

      18 Apr 2022 01:21 PM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        Aim : Create a Rankine Cycle Simulator using MATLAB . Objective : Calculate the state points of the Rankine Cycle based on user inputs . plot the corresponding T - s and h - s plots for the given set of inputs. Outputs : Net work output Back work ratio Given Inputs Value : Turbine Inlet temperature = 400 ° C Turbine…

        calendar

        23 Apr 2022 10:22 AM IST

        • MATLAB
        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        AIM :  Write a code in Matlab to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species .   OBJECTIVE : • Write a function that extracts the 14 co - efficient and calculates the enthalpy , entropy and specific heats for all the species in the data file .…

        calendar

        23 Apr 2022 11:30 AM IST

        Read more

        Week -2

        Objective:

        AIM : 1. To make a Simulink Model of Door Bell using solenoid block . 2. To make a Simulink Model Using a thermistor to sense the temperature of a heater & turn on or turn off the fan.   SOLENOID : A solenoid is a type of electromagnet , the purpose of which is to generate a controlled magnetic field through a…

        calendar

        03 May 2022 05:14 AM IST

          Read more

          Week - 4

          Objective:

          AIM: 1. To Implement control logic of a "washing machine" using State flow as per given sequence. 2. Make a Simulink chart for the "Gear shift" logic as per given conditions.   OBJECTIVE: 1. In Simulink, Implement the Control Logic of a Washing Machine using State Flow as per given input conditions. Create a model…

          calendar

          09 May 2022 08:36 AM IST

          Read more

          Project

          Objective:

          AIM: To carry out a system-level simulation of an all-terrain vehicle used in BAJA.   OBJECTIVE: To prepare a full detail technical report on the BAJA (ATV) model with the Continuous Variable Transmission (CVT). (1) Simulink model of ATV without a lookup table. (2) Simulink model of ATV with a lookup table. All-Terrain…

          calendar

          11 May 2022 02:58 PM IST

            Read more

            Project 1

            Objective:

            Project 1 deals with the development of a forward energy-based fuel consumption model of a conventional vehicle. The main goal of this project is to get familiar with the modeling process, writing scripts in Matlab, modeling in Simulink, analyzing data and generating plots. Deals with the development of a forward energy-based…

            calendar

            21 Jun 2022 11:23 AM IST

            Read more

            Project 2

            Objective:

            AIM : The development of a forward energy-based fuel consumption model of a P1 hybrid vehicle and understand the functionality of a P1 hybrid and be able to model it by using Matlab and Simulink.   WHAT IS P1 HYBRID ELECTRIC VEHICAL ? The P1 architecture, with the electric machine connected directly to the crankshaft,…

            calendar

            22 Jul 2022 04:06 PM IST

            Read more

            Week 1 Understanding Different Battery Chemistry

            Objective:

            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 Aim: To make a study and understand about the electrochemistry of different types of lithium ion cells. Prepare a table…

            calendar

            27 Jul 2022 08:01 AM IST

              Read more

              Week 7 State of charge estimation

              Objective:

              Aim: State of charge estimation   Objective: https://in.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms 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…

              calendar

              31 Jul 2022 11:41 AM IST

                Read more

                Project 1 Mechanical design of battery pack

                Objective:

                Battery pack capacity: 18 kWh Cell: ANR26650M1-B  Prepare a detailed battery pack drawing along with its enclosure. State your assumptions   Aim- Detailed battery pack drawing along with its enclosure                               …

                calendar

                04 Aug 2022 01:20 PM IST

                  Read more

                  Week 3 - 2D meshing for sheet metal

                  Objective:

                    AIM : For the given Hood model, Take the mid surface for all the components after checking the geometrical errors and mesh the mid surface with the given element Quality criteria.   STEPS TO FOLLOW / PROCEDURES: (Steps to follow in Short : Import Cad Geometry-->Geometry clean -up-->Skin/mid surface generation-->Shell…

                  calendar

                  16 Aug 2022 02:33 PM IST

                  Read more

                  Week - 4 - 2D meshing for Plastic components

                  Objective:

                    Aim- For the given Plastic Bottle Cap model, check for the geometrical errors and take the mid surface by suitable mid surfacing techniques. PID and Thickness assignment has to be done for all the mid surfaces. Mesh the same with given element Quality criteria.    Procedure- Download the given model and…

                  calendar

                  27 Aug 2022 12:51 PM IST

                  Read more

                  Tool Test 1

                  Objective:

                  Objectives: The objective of this project is to performing meshing for Tool test 1 for component1 & Component 2 using the ANSA tool. From the given Component, Checking geometrical errors and mesh with given element quality criteria Extracting the mid surface from the component. After meshing the component the thickness…

                  calendar

                  31 Aug 2022 11:41 AM IST

                  Read more

                  Week- 5 - Solid meshing

                  Objective:

                  Aim: For the given Rear view mirror component, check for the geometrical errors and mesh the Surfaces with the given 2D element Quality criterias given below.  Sr.No  Quality Criteria  Value  1 Target/Average length   1 2 Minimum Length  0.5 3 Maximum Length  2 Use tetra elements…

                  calendar

                  01 Sep 2022 06:33 PM IST

                    Read more

                    Tool Test-2

                    Objective:

                    AIM: For the given Intake Manifold component, check for the geometrical errors and mesh the Surfaces with the given 2D element Quality criteria's given below. Sr. No  Quality Criteria  Value  1 Target/Average length   3 2 Minimum Length  1 3 Maximum Length  5 Use tetra elements to mesh…

                    calendar

                    03 Sep 2022 06:34 PM IST

                      Read more

                      Week - 8 - Morphing

                      Objective:

                      AIM: To test and apply various morphing techniques to given project models and explain the procedure of same and its applications in industries.   MORPHING: Morphing is an advanced CAE modelling technique used to modify the shape of mechanical parts and assemblies without returning in the CAD system, which is time…

                      calendar

                      04 Sep 2022 09:58 AM IST

                      Read more

                      Week 6 - Creating connection for Rear door

                      Objective:

                      OBJECTIVE: To set PID and perform connections for the given rear door model with different connection techniques using ANSA.   PROCEDURE: 1. The given model is imported into the ANSA software. It is observed that a default PID is set for the model. The imported model is shown in the figure below.     2.…

                      calendar

                      11 Sep 2022 09:06 AM IST

                      Read more

                      Project 1 - 2D meshing on the instrumental Panel

                      Objective:

                      AIM:   Pre-processing of the car instrument Panel using ANSA.   OBJECTIVE: The main objective for the given component is to check for the geometrical errors and mesh with the given element Quality criteria. At the end, the thickness has to be assigned to FE each feature accordingly.   Sr .No …

                      calendar

                      16 Sep 2022 01:59 PM IST

                      Read more

                      Project - 2 - Meshing on the suspension Assembly

                      Objective:

                      AIM: Mesh the given rear suspension assembly accordingly with 2D & Volume meshing as per the given quality criteria. Connections to be deployed for the model. Replicate the model symmetrically after all the meshing and connections.   OBJECTIVE: Geometry Clean-up. Mid surface extraction & 2D meshing. Solid…

                      calendar

                      20 Sep 2022 02:04 PM IST

                      Read more

                      Week 4-1D Element Creation Challenge

                      Objective:

                      Mesh the Given component with the Size of 5 Units. Create 1D elements on the following component with given cross-section and DOF a. Rod element:- Translational DOF should be Constrained with RBE2 link Cross-Section: BOX- Dimension a= 12 mm                    …

                      calendar

                      21 Sep 2022 11:39 AM IST

                        Read more

                        Week 1 Stress Concentration on a Plate with hole

                        Objective:

                          OBJECTIVE: The objective of this challenge is to design a plate with single hole and multi hole, and to Simulate the two cases and compare its deformation and maximum stress results. As well as to STATE that among the two cases, which case will prefer for Analysis and which case will prefer the manufacturing process.…

                        calendar

                        29 Sep 2022 07:50 AM IST

                          Read more

                          Week 1 Spur Gear Challenge

                          Objective:

                          STATIC STRUCTURAL ANALYSIS ON SPUR GEAR USING ANSYS   OBJECTIVE: To carry out a static structural analysis on spur gear with following type of materials,   Case-1: Cast Iron   Case-2: Cast Bronze   Case-3: Cast Steel   To find and compare the results of Equivalent stress, Total deformation, Stress…

                          calendar

                          30 Sep 2022 10:37 AM IST

                            Read more

                            Week 2 Bevel Gear Challenge

                            Objective:

                            Aim : Grid dependency test on bevel gear.   Objective : 1) Carry out a static structural analysis to find out Equivalent stress, Total deformation and Stress intensity. 2) Using three different sizes of mesh 4, 5 and 6 to perform grid dependency test. 3) Comparing the three results on the basis of solution.…

                            calendar

                            02 Oct 2022 05:39 PM IST

                              Read more

                              Week 2 Railwheel and Track

                              Objective:

                                                                   WEEK 2: SIMULATION ON RAIL WHEEL AND TRACK AIM: To simulate the Rail wheel and track for their lifecycle and the stress, strain, and total deformation provided by the wheel running on the…

                              calendar

                              03 Oct 2022 01:41 PM IST

                                Read more

                                Week 3 Verification of Weld Joints

                                Objective:

                                                                                             Verification of Weld Joints   OBJECTIVE:  The objective of this challenge is to perform a static…

                                calendar

                                04 Oct 2022 08:53 AM IST

                                  Read more

                                  Week 3 Sheet metal Bending challenge

                                  Objective:

                                                                                           Sheet metal Bending challenge      OBJECTIVE:  The main objective of this challenge is to perform…

                                  calendar

                                  04 Oct 2022 08:38 PM IST

                                    Read more

                                    Week 4- Rolling operation

                                    Objective:

                                                                                                       Rolling operation        OBJECTIVE:   The objective of…

                                    calendar

                                    05 Oct 2022 09:41 AM IST

                                      Read more

                                      Week 4 -Wire Bending Challenge

                                      Objective:

                                                                                       Wire Bending Challenge          OBJECTIVE:  The objective of this challenge is to perform a static structural analysis…

                                      calendar

                                      06 Oct 2022 03:55 PM IST

                                        Read more

                                        Week 5 Sphere pressing on a plate

                                        Objective:

                                                                                                Sphere pressing on a plate          OBJECTIVE:  The objective of this challenge is to perform…

                                        calendar

                                        06 Oct 2022 04:38 PM IST

                                          Read more

                                          Week 9 Tension and Torsion test challenge

                                          Objective:

                                                         Tension and Torsion test challenge               OBJECTIVE: The main objective of this challenge is to perform the tension and torsion test on the specimen provided. Case-1 For the tension test, to displace one end of the specimen to 18mm while keeping the other fixed. Also to find out the total deformation,…

                                          calendar

                                          17 Oct 2022 08:39 AM IST

                                            Read more

                                            Week 10 Bullet penetrating a Bucket Challenge

                                            Objective:

                                                     Bullet penetrating a Bucket             OBJECTIVE:  The main objective of this challenge is to perform explicit dynamic analysis of a Bullet penetrating a Bucket and to simulate a bullet penetrating into a bucket by using 3 different…

                                            calendar

                                            17 Oct 2022 10:32 AM IST

                                              Read more

                                              Week 11 Car Crash simulation

                                              Objective:

                                                           Car Crash simulation                OBJECTIVE:  The main objective of this challenge is to perform explicit dynamic analysis of a car body and to perform a parametric study using 3 different values of thickness such as 0.3mm,…

                                              calendar

                                              17 Oct 2022 11:08 AM IST

                                              Read more

                                              Week 9 Machining with Planer Challenge

                                              Objective:

                                                       Machining with Planer          OBJECTIVE: The main objective of this challenge is to perform an explicit dynamics simulation of machining with planer, and to find out the Equivalent Stress, Total Deformation and also to insert a User defined result to calculate the temperature of the body. We need to perform this…

                                              calendar

                                              17 Oct 2022 12:08 PM IST

                                                Read more

                                                Week 7-Long Piston With Cam

                                                Objective:

                                                          Long Piston With Cam             OBJECTIVE:  The main objective of this challenge is to perform a Transient structural Analysis on a piston and cam mechanism and to run the analysis with Frictionless contact, Frictional with 0.1 and 0.2…

                                                calendar

                                                17 Oct 2022 03:10 PM IST

                                                  Read more

                                                  Week 8 - Universal Joint

                                                  Objective:

                                                           Universal Joint          OBJECTIVE: The main objective of this challenge is to perform a Transient structural Analysis on a double universal joint with a spring using three different materials such as Structural Steel, Stainless Steel and Titanium alloy. And…

                                                  calendar

                                                  18 Oct 2022 07:55 AM IST

                                                    Read more

                                                    Week 6-Meshing of Hood Challenge

                                                    Objective:

                                                    Meshing of Hood: Here we will see the Meshing of different parts of Hood. Hood consists four different components as below: Inner Extract Outer Extract Hinge Reinforcement Extract Latch Reinforcement Extract   Target Element Length = 5 Units S.N Quality Criteria  Value  1 Aspect Ratio  5 2 Skewness 45 3 Warping 15 4 Taper …

                                                    calendar

                                                    22 Oct 2022 04:54 PM IST

                                                      Read more

                                                      Week 9-Creation of 1D Connectors Challenge

                                                      Objective:

                                                      For this challenge, you will have to mesh the given geometry. Provided below are the quality parameters that you have to follow. Target Element size - 5 Units S.N Quality Criteria  Value  1 Aspect Ratio  5 2 Skewness 45 3 Warping 15 4 Taper      0.5 5 Min. Length 2 Units 6 Max. Length…

                                                      calendar

                                                      25 Oct 2022 12:49 PM IST

                                                        Read more

                                                        Week - 1 - Consistency of Units

                                                        Objective:

                                                        Objective:- Write a detailed report on unit conversion with calculations and there units. 1) Convert gm cm ms MASS 1kg = 1000gms. LENGTH 1m = 100cm. TIME 1s = 1000ms   FORCE = Force is an external agent capable of changing the state of rest or motion of a particular body. It has a magnitude and a direction. unit = kg·m/s2…

                                                        calendar

                                                        20 Nov 2022 04:37 PM IST

                                                          Read more

                                                          Week - 1 - Consistency of Units

                                                          Objective:

                                                           Objective:- Write a detailed report on unit conversion with calculations and there units.   1) Convert Kg cm ms MASS 1kg = 1000gms. LENGTH 1m = 100cm. TIME 1s = 1000ms     FORCE = Force is an external agent capable of changing the state of rest or motion of a particular body. It has a magnitude…

                                                          calendar

                                                          25 Nov 2022 03:20 PM IST

                                                            Read more

                                                            Week 8-3D Tetra Meshing Challenge

                                                            Objective:

                                                            AIM: To perform 3D tetra mesh on the given models PROCEDURE:   Model 1(Housing)      Step 1:- Import the given model and check for any geometry error In this model there are few missing surface like shown in the below image   Geometry       Fill the surface by Surface option…

                                                            calendar

                                                            25 Nov 2022 03:30 PM IST

                                                              Read more

                                                              Week 12:Project-1-Meshing of Door Inner Panel Challenge

                                                              Objective:

                                                              Car Side Door Panel The side door panel is the plastic part. materials used for the door panel are acrylonitrile-butadiene-styrene (ABS), ABS/polycarbonate alloys, Polypropylene (PP). Properties High weathering resistance  High strength and toughness up to 140°C Very good heat resistance good processing characteristics…

                                                              calendar

                                                              29 Dec 2022 02:40 PM IST

                                                              Read more
                                                              Showing 1 of 44 projects

                                                              7 Course Certificates

                                                              certificate

                                                              MATLAB for Mechanical Engineers

                                                              CertificateIcon
                                                              Certificate UID: ujq4xko0f61pdyb3
                                                              View Certificate
                                                              certificate

                                                              Introduction to Physical Modeling using Simscape

                                                              CertificateIcon
                                                              Certificate UID: f8zcdxy1u24gepb6
                                                              View Certificate
                                                              certificate

                                                              Development of Hybrid Drives using MATLAB & Simulink

                                                              CertificateIcon
                                                              Certificate UID: 37zceph5f2kabi6y
                                                              View Certificate
                                                              certificate

                                                              Introduction to Battery Technology for Electric Vehicle

                                                              CertificateIcon
                                                              Certificate UID: cb2jtz0on3m59fxa
                                                              View Certificate
                                                              certificate

                                                              Preprocessor for Structural Analysis using ANSA

                                                              CertificateIcon
                                                              Certificate UID: g4ojze0h216l5dwn
                                                              View Certificate
                                                              certificate

                                                              Introduction to Structural Analysis using ANSYS Workbench

                                                              CertificateIcon
                                                              Certificate UID: ax0hy69fks2lbtvq
                                                              View Certificate
                                                              certificate

                                                              HyperMesh for FEA Plastic and Sheet Metal Applications

                                                              CertificateIcon
                                                              Certificate UID: 42k3ltwnfcpoba8i
                                                              View Certificate
                                                              Showing 1 of 7 certificates

                                                              4 Workshop Certificates

                                                              certificate

                                                              Overview of 3D Printing – Methods and Materials

                                                              CertificateIcon
                                                              Certificate UID: sg28kbn1xm
                                                              View Certificate
                                                              certificate

                                                              Autonomous Driving Validation

                                                              CertificateIcon
                                                              Certificate UID: 3gr60c1hyb
                                                              View Certificate
                                                              certificate

                                                              Electronics, Electrical, and Battery Cooling Design

                                                              CertificateIcon
                                                              Certificate UID: 706suzw2xm
                                                              View Certificate
                                                              certificate

                                                              Introduction to transient vibrations

                                                              CertificateIcon
                                                              Certificate UID: 1rcesun64y
                                                              View Certificate
                                                              Showing 1 of 4 certificates

                                                              Academic Qualification

                                                              B.E

                                                              MET's Institute Of Engineering, Nashik, Maharashtra, India

                                                              01 Jul 2016 - 01 May 2019

                                                              Diploma

                                                              Mahavir Polytechnic, Nashik

                                                              01 Jun 2013 - 02 May 2016

                                                              10th

                                                              Purushottam English School

                                                              01 Jun 2007 - 01 Mar 2013

                                                              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

                                                              coursecard
                                                              Recently launched

                                                              12 Hours of Content

                                                              coursecard
                                                              4.7

                                                              4 Hours of Content

                                                              coursecard
                                                              4.8

                                                              4 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