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

Suraj Gawali

Always here for you.

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • HEV
  • HEV-FUNDAMENTALS
  • BATTERY-TECHNOLOGY
  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB

Introduction

“Hi, I am Suraj Gawali. I completed my Bachelor of Engineering in 2021 (Automobile Branch). I work efficiently both as an individual contributor as well as along with a team.I am a quick learner and believe in learning from my mistakes for I strongly feel that this virtue will take me ahead in life and career.”

25 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

% forward kinematics of a robotic arm % using for loop % parameters % length of two robotic arm l1 = 1.5; l2 = 0.8; % angle theta1 = linspace(0,90,12); theta2 = linspace(0,90,12); ct = 1; for t = 1:length(theta1); THETA1 = theta1(t); for u = 1:length(theta2); THETA2 = theta2(u); x0 = 0; y0 = 0; x1 = l1*cosd(THETA1); y1…

calendar

29 Jan 2022 01:28 AM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

         Aim :- To solve second order ODE using matlab.    Objective :- Solving a second order ode using matlab to see motion of a simple pendulum and create a frames that can                                 …

    calendar

    02 Feb 2022 02:11 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

                       Aim :- To solve global optimization problem using and understanding genetic algorithm in matlab.Also find global maxima               of the given function.            Objective :- Mainly…

      calendar

      08 Feb 2022 02:47 AM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

                      Aim :-  Write a function that extracts 14 coefficients and calculates enthalpy,entropy and specific heat for all the species in            the data file(NASA thermodynamic data file).         Objective :- To…

        calendar

        27 Feb 2022 10:32 AM IST

        • MATLAB
        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        Aim :- To create a Rankine Cycle Simulator using matlab. Objective :- Calculate the state points of the rankine cycle and plot for the corresponding inputs. Theory :-   Basic Cycle :- The Rankine cycle is the fundamental operating cycle of all power plants where an operating fluid is continuously evaporated…

        calendar

        04 Mar 2022 05:30 AM IST

          Read more

          Week -2

          Objective:

            Aim :- 1. Create a simulink model of Doorbell using solenoid block.            2. Use Thermistor to sense the temperature of a heater and also turn on or off the fan as per given conditions. Objective :- 1. To create a doorbell model,where the switch is closed for 2 seconds…

          calendar

          18 Mar 2022 05:55 AM IST

            Read more

            Week - 4

            Objective:

            Aim :- To implement control logic behind the 'Washing Machine and Gear Shift Mechanism' using Stateflow.                                     *  StateFlow Control Logic Washing Machine * Objective :-  If the…

            calendar

            04 Apr 2022 12:56 PM IST

              Read more

              Project

              Objective:

              Aim :- Carry out system level simulation on an All Terrain Vehicle. Objective :- To prepare a technical report explaining the BAJA model properties. Theory :-  All Terrain Vehicle , All-Terrain Vehicles (ATVs) are a class of multi-wheeled vehicles; the most common types are 3- and 4-wheel machines. 4-wheel…

              calendar

              11 Apr 2022 04:00 PM IST

                Read more

                Week 7 State of charge estimation

                Objective:

                Aim :- Simulate the three test cases from harness dashboard and write a report on the results. Objective :- Explain coulomb counting and also explain how BMS implements coulomb counting for SOC estimation.                     Simulate the three test cases from…

                calendar

                07 May 2022 11:37 AM IST

                Read more

                Project 1 Mechanical design of battery pack

                Objective:

                Aim :- Mechanical Design of a battery pack. Objective :- Make a mechanical design of a battery pack with 18kWh capacity using Cell:ANR26650M1-B.                    To prepare a detailed battery pack drawing with its enclosure. Theory:- Li-ion Cell : As the name obviously indicates, the Lithium Ion batteries use the Lithium…

                calendar

                13 May 2022 01:53 PM IST

                  Read more

                  Project 2 Thermal modeling of battery pack

                  Objective:

                  Aim :- Thermal modeling of Battery Pack. Objective :- Create 10S lithium ion battery model.                   Simulate the thermal effects and compare life cycle performance. Theory :- Why Thermal Management System is essential ? Large variations in temperature of batteries…

                  calendar

                  18 May 2022 02:27 PM IST

                    Read more

                    Week 5 Challenge

                    Objective:

                    Aim :- To solve the questions which are based on the condition. Objective :- Provide proper justification for the true/false question.                   Create plot for the various battery type for Energy density vs voltage. Theory :- Que 1 :   Consider a scenario where an aggressive driver is accelerating very rapidly…

                    calendar

                    25 May 2022 03:41 PM IST

                      Read more

                      Project 1

                      Objective:

                      Aim :- Create the simulink model using the provided flowchart. Objective :- Create the simulink model using flowchart and input will be power demand.                   Output of the model  1. Fuel cell power.                …

                      calendar

                      31 May 2022 07:12 AM IST

                        Read more

                        Week 7 Challenge

                        Objective:

                        Aim :- Complete the vehicle model. Objective :- Load the vehicle parameters using Matlab Workspace.                     The model output should be the vehicle velocity. Theory :-  Here we are going to make two subsystems, 1. Driver Subsystem. 2. Vehicle Model Subsystem.…

                        calendar

                        02 Jun 2022 03:19 PM IST

                          Read more

                          Week 8 Challenge

                          Objective:

                          Aim :- Create a model of Ultracapacitor using Simulink. Objective :- Create UC model using simulink and load the parameters using matlab workspace.                     Simulation stop time will be 598sec.                  …

                          calendar

                          07 Jun 2022 09:29 AM IST

                            Read more

                            Week 9 Challenge

                            Objective:

                            Aim :- Complete the EMS model with Battery,UC and FC. Objective :- To complete the EMS model with battery,UC and FC for positive demand.Output of the model should be the power request from UC,FC and battery. Theory :-  Energy Management System model for Positive Power Demand,        …

                            calendar

                            15 Jun 2022 06:43 AM IST

                              Read more

                              Project 2

                              Objective:

                              Aim :-  To create a FC Vehicle Model using different powertrains. Objective :- Create a vehicle model using real life concepts and formulas and load the given .mat file values into the simulink model. Theory :-  There are several subsystem created to complete FC vehicle model.We'll look into that one by…

                              calendar

                              23 Jun 2022 06:35 AM IST

                                Read more

                                Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method

                                Objective:

                                Aim :- Derive the following 4th order approximations of the second-order derivative.  Objective :- write a program in Matlab to evaluate the second-order derivative of the analytical function `e^x.cos(x)` and compare it with the 3 numerical approximations,            …

                                calendar

                                12 Jul 2022 02:42 AM IST

                                Read more

                                Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem

                                Objective:

                                Aim :- Steady state analysis & Transient State Analysis. Objective :-  Solve the 2D heat conduction equation by using the point iterative techniques.                      The Boundary conditions,                …

                                calendar

                                15 Jul 2022 12:26 PM IST

                                Read more

                                Week 7 - Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method

                                Objective:

                                Aim :- Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method.  Objective :-  Simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. Derive both the conservation and non-conservation forms of the governing equations and sovle them using the MacCormack's…

                                calendar

                                21 Jul 2022 04:13 PM IST

                                Read more

                                Week 8 - Simulation of a backward facing step in OpenFOAM

                                Objective:

                                Aim :-  Simulation of a backward facing step in OpenFOAM. Objective :-  Simulate an incompressible-laminar-viscous flow through the backward facing step geometry. Also perform a transient simulation. Case 1 - Simulate the flow without using any grading factor (i.e., GF = 1) Case 2 - Simulate the…

                                calendar

                                18 Aug 2022 03:53 PM IST

                                Read more

                                Week 9 - FVM Literature Review

                                Objective:

                                Aim :-  Introduction to Finite Volume Method. Objective :-  Explain what is FVM. State major differences between FDM & FVM. Describe the need for interpolation schemes and flux limiters in FVM. Theory :-  Finite Volume Method, The finite volume method (FVM) is a method for representing…

                                calendar

                                19 Aug 2022 07:34 AM IST

                                Read more

                                Week 11 - Simulation of Flow through a pipe in OpenFoam

                                Objective:

                                Aim :- Simulation of Flow through a pipe in OpenFoam. Objective :- Simulate an axi-symmetric flow by applying the wedge boundary condition. Validate results with the Hagen- Poiseuille's equations for the fully developed flow. Also write code in Matlab to automate the generation of blockMeshDict file. …

                                calendar

                                24 Aug 2022 06:45 AM IST

                                Read more

                                Project 1

                                Objective:

                                Aim :- Design a battery pack for the car with 150Kw capacity. Objective :- Design the battery pack configuration.                    Draw the BMS topology for this battery pack. Theory :-  Battery Management System,  A Battery Management System AKA BMS…

                                calendar

                                19 Sep 2022 01:21 AM IST

                                  Read more

                                  Project 2

                                  Objective:

                                  Aim :- To find maximum heat generation in the battery pack mathematically and using MATLAB/Simulink. Objective :-  The max heat generation of the battery  The SOC of the battery at 2 *104second of the battery operation Theory :- SOC Calculation Technique In EV Battery Pack: The State of Charge (SoC) of a battery…

                                  calendar

                                  20 Sep 2022 01:46 PM IST

                                  Read more
                                  Showing 1 of 25 projects

                                  7 Course Certificates

                                  certificate

                                  MATLAB for Mechanical Engineers

                                  CertificateIcon
                                  Certificate UID: ctiupjlbm7kx3e4f
                                  View Certificate
                                  certificate

                                  Introduction to Physical Modeling using Simscape

                                  CertificateIcon
                                  Certificate UID: t1scf38iv9gdxrpk
                                  View Certificate
                                  certificate

                                  Introduction to Battery Technology for Electric Vehicle

                                  CertificateIcon
                                  Certificate UID: 6j1skzdbm7ypnu2x
                                  View Certificate
                                  certificate

                                  Fuel cell and Ultra capacitor for EV using MATLAB & Simulink

                                  CertificateIcon
                                  Certificate UID: 13pwbmay6ucvjd7t
                                  View Certificate
                                  certificate

                                  Introduction to CFD using MATLAB and OpenFOAM

                                  CertificateIcon
                                  Certificate UID: 0wa1c9zeo238p4bl
                                  View Certificate
                                  certificate

                                  Li-ion Battery System design in EV & ES

                                  CertificateIcon
                                  Certificate UID: su28036px7tiqheg
                                  View Certificate
                                  certificate

                                  HR Prep

                                  CertificateIcon
                                  Certificate UID: kfynmrlexdo0379j
                                  View Certificate
                                  Showing 1 of 7 certificates

                                  Academic Qualification

                                  B.E

                                  Government College Of Engineering And Research, Avasari Khurd

                                  08 Aug 2016 - 31 Jul 2021

                                  12th

                                  Shramik Junior College

                                  15 Apr 2015 - 02 Feb 2016

                                  10th

                                  Dnyanganga Vidyaniketan Manchi Hill

                                  15 Apr 2013 - 03 Mar 2014

                                  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