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

Sagar Vekariya

Mechanical Engineer

Skills Acquired at Skill-Lync :

  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • MATLAB-BASICS
  • CANTERA
  • PYTHON
  • COMBUSTION

Introduction

I have 6+ years of experience in product design and development and a demonstrated history of working in the education, industrial management, and product engineering industries. Skilled in SolidWorks, ANSYS workbench (CAE, CFD), AutoCAD, CNC Programming, 3D Printing Microsoft PowerPoint The profession in FMEA Kanban, 5S, SOP, OWS, Safety PPE's, MTM, FMEA, Precision weight CALC., cost CALC., machining time CALC., Analytical problem-solving & ISO 9001: 2015.

55 Projects

Week 3 - Taylor table method and Matlab code

Objective:

1. Fourth-order approximation of second-order derivative by using ''Central Differencing scheme'' Number of Grid Points = Order of Error + Order of Derivative-1 Therefore,= 4+2-1 = 5 The second-order accurate approximation is : ∂u/∂x = a*f(i-2)+b*f(i-1)+c*f(i)+d*f(i+1)+e*f(i+2) Taylor's table shown below: …

calendar

15 Dec 2020 02:17 PM IST

    Read more

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

    Objective:

    Let's solve the 2-D heat conduction equation for the steady and unsteady state using iterativetechniques such as Jacobi, gauss seidel, and successive over-relaxation method. Concept:  This heat equation is needed to be solved by both explicit(where RHS terms are the terms of previous time steps) andexplicit(where…

    calendar

    14 Feb 2021 02:13 PM IST

      Read more

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

      Objective:

      Objective To write the code for both conservative and non-conservative forms of governing equations which is solving the 1D supersonic nozzle flow equation using the Maccormack Method. Determining the minimum number of cycles in which the solution gets converged under both the scenarios and comparing the mass flow rates…

      calendar

      14 Mar 2021 05:55 AM IST

      • CFD
      • MBD
      Read more

      Week 9 - FVM Literature Review

      Objective:

      TO EXPLAIN THE NEED FOR THE INTERPOLATION SCHEMES AND FLUX LIMITER IN THE FVM(FINITE VOLUME METHOD) Aim: To describe the need for the interpolation schemes in the FVM and flux limiter. Methods Of The CFD: To solve the real-world problem, thdiscovereddiscovery three simples schemes for the numerical solution are Finite…

      calendar

      04 Jul 2021 05:43 AM IST

      Read more

      Week 11 - Simulation of Flow through a pipe in OpenFoam

      Objective:

      Objective: 1. To simulate a 2D incompressible laminar flow through a cylinder pipe in OpenFOAM.2. Compare the velocity profile and maximum shear stress for the fully developed flow along with pressure drop with the HagenPoiseuille's Equation.3. To make arrangements to save computational resources and time by reducing the…

      calendar

      04 Jul 2021 06:47 AM IST

      Read more

      Week 12 - Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation

      Objective:

      AIM: TO SIMULATE THE WEDGE FLOW USING THE OPEN FOAM FOR DIFFERENT ANGLES OF THE WEDGE AND TO CAPTURE THE RESULTS. THE GIVEN ANGLES FOR THE FLOW ARE 102545 simulation flow through a pipe from open foam objective: the main objective of the project is to simulate the flow through the pipe in OPEN FOAM software.1. we…

      calendar

      12 Jul 2021 03:18 PM IST

      Read more

      Week 8 - Simulation of a backward facing step in OpenFOAM

      Objective:

      Aim: incompressible-laminar-viscous flow through the backward-facing step geometry. Objectives: Analyze and simulate flow through the backward-facing steps. Creating multiple meshes - mesh grading factors: 0.2, 0.5, 0.8 and determining how the velocity magnitude profilechanges. Measuring the velocity profile at 8.5 m from…

      calendar

      16 Jul 2021 01:46 AM IST

      Read more

      Week 3 - Adiabatic Flame Temperature calculation

      Objective:

      Adiabatic Flame Temperature Calculation using Python and Cantera. Aim : To study the effect of equivalence ratio on Adiabatic Flame Temperature using the Newton Raphson method and Cantera. To calculate the Adiabatic Flame Temperature for the constant pressure with heat loss. To calculate the Adiabatic Flame Temperature…

      calendar

      22 Sep 2022 09:14 AM IST

      Read more

      Week 4.1- Handling Mixtures with Cantera

      Objective:

       HANDLING MIXTURES WITH CANTERA AIM: To work with the Quantity class of Cantera to create various mixtures and explain how the mixture calculations are performed. OBJECTIVE:  Explain how the mixture calculations are performed. Using the above image answer and solve the following questions Use the "moles"…

      calendar

      22 Sep 2022 09:24 AM IST

      Read more

      Week 4.2 - Combustion Efficiency Calculation after Preheating

      Objective:

      AIM: To find the effect of preheating on the adiabatic flame temperature. To plot the effect of preheat temperature on combustion efficiency. THEORY: A recuperator is a special purpose counter flow energy recovery heat exchanger positioned within the supply and exhaust air streams of an air handling system, or…

      calendar

      22 Sep 2022 09:31 AM IST

        Read more

        Week 5.1 - Compact Notation Derivation for a simple Mechanism

        Objective:

            Compact Notation Derivation for a simple Mechanism OBJECTIVE: The main objective is to derive the ODE's for the given reaction mechanism by using compact notation.   THEORY: In general, we know that the combustion forms products from reactants after some time. But when it comes to reality,…

        calendar

        22 Sep 2022 10:16 AM IST

        Read more

        Week 5.2 - Literature review: ODE Stability

        Objective:

        AIM: To carry out a literature review on ordinary differential equations stability.     Introduction A stable problem is the one for which small changes in the initial conditions elicit only small changes in the solution. In other words, stability in mathematics, is the state in which a little change in…

        calendar

        22 Sep 2022 10:21 AM IST

        Read more

        Week 6 - Multivariate Newton Rhapson Solver

        Objective:

        Aim :To solve the set of equations with multiple variables using the Newton Raphson Solver. Apparatus or given data: 1)dy1dt=−0.04y1+104y2y3 2)dy2dt=0.04y1−104y2y3−3.107y22 3)dy3dt=3.107y22 Initial Conditions:   y1=1;y2=0;y3=0;   Methods for Numerical analysis: 1)Implicit Euler method 2)Jacobian…

        calendar

        22 Sep 2022 10:35 AM IST

        Read more

        Week 7 - Auto ignition using Cantera

        Objective:

        AIM: To perform Auto Ignition using Cantera Part 1: Performing Simulation on Auto-Ignition and Ignition delay on Methane on variation temperature and pressure with a simulation time of 10secs in below two cases  Case:1 Plotting the variation of Auto Ignition time of Methane with a constant temperature of 1250K…

        calendar

        22 Sep 2022 10:44 AM IST

          Read more

          Week 9 - Senstivity Analysis Assignment

          Objective:

          AIM:                Sensitivity analysis of grimech 3.0. OBJECTIVE: To write a code that takes all the reactions from the GRI mechanism and calculates 10 most sensitive reactions To plot a graph of sensitivities vs the reactions. THEORY: SENSITIVITY:…

          calendar

          22 Sep 2022 10:51 AM IST

          Read more

          Week 1: Channel flow simulation using CONVERGE CFD

          Objective:

                                                      SIMULATING  CHANNEL FLOW USING CONVERGE CFD l. INTRODUCTION Channel flow is an internal flow in which the confining walls change the hydrodynamic structure…

          calendar

          25 Oct 2022 11:01 AM IST

          Read more

          Week 3: Flow over a backward facing step

          Objective:

          Aim:  Flow over a backward-facing step Objective: The simulation is run for the three different mesh size Contents to be shown in the report: 1. Show the mesh (i.e surface with edges) for all the 3 base mesh sizes 2. Show pressure and velocity contours 3. Show the plots of velocity, pressure, mass flow rate,…

          calendar

          25 Oct 2022 11:06 AM IST

          Read more

          Week 4.1: Project - Steady state simulation of flow over a throttle body

          Objective:

                                                     PROJECT STEADY-STATE SIMULATION OF FLOW OVER A THROTTLE BODY   AIM: To run the simulation of a steady-state simulation of flow over a throttle body. OBJECTIVE:…

          calendar

          25 Oct 2022 11:08 AM IST

            Read more

            Week 4.2: Project - Transient simulation of flow over a throttle body

            Objective:

            Aim: The aim of the project is to simulate the flow through a throttle body using transient simulation. The objective is to understand the development of the flow with the aid of different plots. Theory: The throttle valve arrangement which is the subject of this analysis is frequently used in automobiles to regulate…

            calendar

            25 Oct 2022 11:19 AM IST

              Read more

              Week 5: Prandtl Meyer Shock problem

              Objective:

              Aim: To study the flow over the Convex corner or expansion waves To study the influence of SUB-GRID-CRITERION on the results. Literature review on Boundary Conditions and Shock flow To simulate the Prandtl_Meyer expansion Wave Prandtl-Meyer Expansion Fan: A supersonic expansion fan, technically known as Prandtl–Meyer…

              calendar

              25 Oct 2022 11:33 AM IST

              Read more

              Week 6: Conjugate Heat Transfer Simulation

              Objective:

              Objective: To simulate the flow through the solid pipe "Conjugate Heat transfer" and understand super cycling. We have to perform the following tasks: Baseline configuration Setup a flow simulation through a pipe Inlet Reynolds number should be 7,000 HINT: Use the below formula to calculate velocity for the corresponding…

              calendar

              25 Oct 2022 11:44 AM IST

              Read more

              Week 7: Shock tube simulation project

              Objective:

              Aim:-  The aim of the project is to simulate the flow across a shock tube. We intend to study the pressure and temperature distribution over time. Also, we intend to study the variation of cell count over time. Theory:-  The shock tube is an instrument used to replicate and direct blast waves at…

              calendar

              25 Oct 2022 11:50 AM IST

                Read more

                Week 8: Literature review - RANS derivation and analysis

                Objective:

                Aim: Apply Reynold’s decomposition to the NS equations and come up with the expression for Reynold’s stress. Explain your understanding of the terms Reynold’s stress What is turbulent viscosity? How is it different from molecular viscosity? Turbulence: Turbulence is an irregular motion of the air resulting…

                calendar

                25 Oct 2022 11:56 AM IST

                  Read more

                  Week 9: Project 1 - Surface preparation and Boundary Flagging (PFI)

                  Objective:

                  Aim - Surface preparation and Boundary Flagging (PFI) Introduction- The purpose of the task is to do boundary flagging and surface preparation for the given geometry. After that, we will run the simulation for no hydrodynamic case setup and see the motion of the piston and valves in the cylinder for better understanding.…

                  calendar

                  25 Oct 2022 12:06 PM IST

                    Read more

                    Week 10: Project 1 - FULL HYDRO case set up (PFI)

                    Objective:

                    Aim : To set up a combustion simulation with the details given in the challenge and to study different properties of combustion by post-processing the results obtained by the calculation of the full hydrodynamic setup of the given geometry. Objective : 1. What is the compression ratio of this engine? 2. Why do we need…

                    calendar

                    25 Oct 2022 12:23 PM IST

                    Read more

                    Week 11: Project 2 - Emission characterization on a CAT3410 engine

                    Objective:

                    1. Title – Emission characterization on a CAT3410 engine. 2. Objective – To import the CAD model of the engine in converge Software and check for errors. To make sector for both omega piston and w piston, with make engine sector surface. To solve the case using a suitable solver and convert the result…

                    calendar

                    25 Oct 2022 12:35 PM IST

                      Read more

                      FINAL TEST

                      Objective:

                      FINAL TEST PFI QUESTIONS Q1. What is the Compression ratio for the engine? The compression ratio (CR) is defined as the ratio of the volume of the cylinder and its headspace (including the pre-combustion chamber, if present) when the piston is at the bottom of its stroke to the volume of the headspace when the…

                      calendar

                      25 Oct 2022 12:45 PM IST

                      Read more

                      Week 1- Mixing Tee

                      Objective:

                                                                                       Mixing Tee   Aim:- Set up steady-state simulations to compare the mixing effectiveness…

                      calendar

                      26 Oct 2022 01:01 PM IST

                      Read more

                      Week 2 - Flow over a Cylinder.

                      Objective:

                       AIM: Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street. Understanding the vortex shedding for different Reynolds numbers by changing the inlet velocities accordingly. Create a monitor point behind the cylinder at a distance 4 times the diameter which can be used to calculate and…

                      calendar

                      26 Oct 2022 01:07 PM IST

                      Read more

                      Week 3 - External flow simulation over an Ahmed body.

                      Objective:

                      1. INTRODUCTION The Ahmed body is a simplified car body used in the automotive field to study the impact of the flow pattern on drag. The external aerodynamics of the car defines many major traits of an automobile like stability, comfort, and fuel consumption at high speeds. The flow around the vehicle is characterized…

                      calendar

                      26 Oct 2022 01:32 PM IST

                      Read more

                      Week 4 - CHT Analysis on Exhaust port

                      Objective:

                      Objective :   In this challenge,  We will ,give a brief description of why and where a CHT analysis is used.  We wil simulate both fluid flow and also the heat transfer to the solid i.e., CHT Analysis on an Exhaust port Then we will calculate the wall heat transfer coefficient on the internal solid…

                      calendar

                      26 Oct 2022 01:48 PM IST

                        Read more

                        Week 5 - Rayleigh Taylor Instability

                        Objective:

                        Objective: What are some practical CFD models that have been based on the mathematical analysis of Rayleigh Taylor waves? In your own words, explain how these mathematical models have been adapted for CFD calculations. Perform the Rayleigh Taylor instability simulation for 2 different mesh sizes with the base mesh being…

                        calendar

                        26 Oct 2022 01:51 PM IST

                        Read more

                        Week 6 - CHT Analysis on a Graphics card

                        Objective:

                        CHT ANALYSIS ON A GRAPHICS CARD   AIM: Perform a steady-state conjugate heat transfer analysis on a model of a graphics card.  OBJECTIVE: Simulate by varying the velocity from 1m/sec to 5m/sec for at least 3 velocities and discuss the results. Find out the maximum temperature and heat transfer coefficient…

                        calendar

                        26 Oct 2022 02:13 PM IST

                        Read more

                        Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

                        Objective:

                          Abstract: A CFD analysis of a cyclone separator is performed. The separation efficiency is found. Firstly the diameter of the particles is varied. Then the velocity at the inlet is varied with particles of constant diameter. The Physics of the problem is set up in Ansys Fluent. The Post-processing of the results…

                        calendar

                        26 Oct 2022 02:24 PM IST

                        Read more

                        Week 9 - Parametric study on Gate valve.

                        Objective:

                        Aim:  To perform a parametric study on the Gate valve. Objective: 1. Simulate the flow of fluid through a gate valve. 2. Perform the parametric study on the gate valve by setting design points corresponding to the positions of the lift of the spindle. 3. Calculate the mass flow rate corresponding to all the design…

                        calendar

                        26 Oct 2022 02:29 PM IST

                        Read more

                        Week 10 - Simulating Combustion of Natural Gas.

                        Objective:

                        1. Title – Simulating combustion of natural gas. 2. Objective – To import the combustor 3D model in Spaceclaim, convert it into 2D ad save it as a new model. To mesh the combustor model with a suitable mesh setting. To set up the solver setting with the proper solver model and its parameter. To generate…

                        calendar

                        26 Oct 2022 02:34 PM IST

                        Read more

                        Independent Research Project

                        Objective:

                        2D Cavitation simulation Objective : To simulate the case for Winkl Hoffer Nozzle to study Cavitation. And compare the result for different pressure differences Case 1: Set up the case for a Pressure difference of 30 bars Case 2: Set up the case for a Pressure difference of 70 bars Case 3: Set up the case for a Pressure…

                        calendar

                        27 Oct 2022 04:16 AM IST

                          Read more

                          Week 3 - Geometry simplification of an Electronic enclosure assembly

                          Objective:

                          Aim:  The objective of the project is to convert CAD shapes into Icepak primitive shapes in Spaceclaim & modify the components in Icepak & define the correct physics. Steps: The given CAD model of an electronic enclosure assembly is imported in SpaceClaim where the following steps are carried out: The bodies…

                          calendar

                          27 Oct 2022 08:27 AM IST

                            Read more

                            Week 5.1 - Non-Conformal Meshing and Solving a Cold plate model

                            Objective:

                            Aim: To perform the Non-Conformal Meshing on a Cold plate model Objective: To perform the analysis for a two-heated plates model, cooled by water circulating inside the cold-plate cavity, as well as by air driven by natural convection externally. And separately meshed assemblies will be employed to reduce the overall mesh…

                            calendar

                            27 Oct 2022 08:35 AM IST

                            Read more

                            Week 5.2 - Multi Level Meshing

                            Objective:

                            AIM The objective of the project is to create the multi level meshing to resolve CAD objects in the Icepak model and reduce the original mesh elements. TASK Create a non-conformal mesh assembly and use the mesh separately option with slack values. Use set uniform parameters and use average on 1 assembly, in the multi-level…

                            calendar

                            27 Oct 2022 08:40 AM IST

                              Read more

                              Week 5.3 - Forced convection Analysis

                              Objective:

                              Theory: Forced convection is a mechanism or type of transport, in which fluid motion is generated by an external source (like a pump, fan, suction device, etc.). Alongside natural convection, thermal radiation , and thermal conduction it is one of the methods of heat transfer and allows significant amounts of…

                              calendar

                              27 Oct 2022 08:45 AM IST

                                Read more

                                Week 6.1 - Setting up a model (Electronic enclosure)

                                Objective:

                                Aim: To simplify the given CAD model of an electronic enclosure assembly and perform thermal analysis of the same. Objective: The given CAD model is simplified into an Icepak model using the commands available in ANSYS SpaceClaim. The model is imported into ANSYS Icepak using a suitable workflow created in ANSYS Workbench.…

                                calendar

                                27 Oct 2022 08:50 AM IST

                                  Read more

                                  Week 6.2 - Setting up a model (Hanging Node)

                                  Objective:

                                  Aim: To perform thermal simulation of the given model i.e Hanging node. Objectives: 1. Unpack the model into icepak 2. Generate mesh with Multi-level settings to reduce No of nodes and elements (Done in assignment 2 week 5) 3. Perform thermal simulation of model in natural convection mode 4. Plot the contours of residuals…

                                  calendar

                                  27 Oct 2022 08:53 AM IST

                                    Read more

                                    Week 7 - Mid-term Project - Natural Convection

                                    Objective:

                                    Circuit Breaker: Effect of Natural convection Objective: The objective of this challenge is to Verify the temperature rise for the low-voltage control panel for the given configuration. Perform the simulation as per the regulations that have been provided in the challenge. Problem Description:  Here we need…

                                    calendar

                                    27 Oct 2022 09:05 AM IST

                                      Read more

                                      Week 8 - Natural Convection-II

                                      Objective:

                                      CHALLENGE: Build the model as per the following information. Mesh the model with nonconformal meshing Solve the problem of natural convection.   MODEL: 1. The model has been created based on the given drawing. and simplified to ICE PAK objects using SpaceClaim. 2. Two grilles have been created in the bottom with direction…

                                      calendar

                                      27 Oct 2022 09:10 AM IST

                                        Read more

                                        Week 9 - PCB Thermal Simulation

                                        Objective:

                                        Aim To create a model for PCB - by importing the PCB layout, library files, and traces to ANSYS Icepak - and perform thermal analysis of the same for the following three cases: 1. The model is solved only for conduction, without the components. 2. The model is solved for forced convection with the actual components. 3.…

                                        calendar

                                        27 Oct 2022 09:14 AM IST

                                        Read more

                                        Week 10 - MRF project

                                        Objective:

                                        Aim:  Unpack the Icepak model of fan blades and create the rotating MRF fluid blocks to create flow in the model. Perform problem setup and solution settings for an MRF model, Use good meshing technique for good results Description: An Icepak 3D fan object may sometimes behave differently from real fan behavior. Typically…

                                        calendar

                                        27 Oct 2022 09:19 AM IST

                                        Read more

                                        Week 11 - Louver/Grille characterization

                                        Objective:

                                        Loss Coefficient for a Hexa-Grille: Objective: To design and analyze a flow domain that includes a part of Hexa-Grille inside it. Here we are set to study the parametric study, trials of the parameter, and primary and compound functions that we need to report. Introduction: Simulations of electrical equipment, enclosed…

                                        calendar

                                        27 Oct 2022 09:28 AM IST

                                        Read more

                                        Week 12 - Final Project - Modelling and Analysis of a Datacenter

                                        Objective:

                                        Objective: To create a model of the data center which includes computer room air conditioning units (CRACs), server cabinets, power distribution units (PDUs), and perforated floor tiles in the data center. and study the flow distribution and behavior of server stacks in the data center Problem description: This tutorial…

                                        calendar

                                        27 Oct 2022 09:43 AM IST

                                          Read more

                                          Week 1 : Exploring the GUI of GT-POWER

                                          Objective:

                                          Q Explore the GUI of GT SUITE and list down modules available with a brief description Ans:- GT Suite is the CAE simulation tool with capabilities and libraries aimed at a wide range of applications and industries. It offers engineering functionalities ranging from fast concept design to detailed system or sub-system/component…

                                          calendar

                                          20 Dec 2022 04:19 AM IST

                                          Read more

                                          Week 2 : Basic Calibration of Single cylinder SI-Engine

                                          Objective:

                                          AIM : To run the single-cylinder SI engine setup at 1800 rpm and list down parameters such as air flow rate, BSFC, BMEP, and In-cylinder pressure. To run the same setup at 3600 rpm and to increase the output by 10% INTRODUCTION: A spark-ignition engine (SI engine) is an internal combustion engine, generally…

                                          calendar

                                          20 Dec 2022 04:23 AM IST

                                            Read more

                                            Week-4 : Basic Calibration of Single cylinder CI-Engine

                                            Objective:

                                            Basic Calibration of Single Cylinder CI Engine   Aim: To compare the differences in developing a single-cylinder SI and CI engine model in GT-Suite and determine the influence of the MFB parameter on the CI engine performance. Introduction: The Spark Ignition (SI) and Compression Ignition (CI) engines were developed…

                                            calendar

                                            20 Dec 2022 04:30 AM IST

                                              Read more

                                              Week-6 : Turbocharger Modelling

                                              Objective:

                                              What is meant by Turbocharger?? A turbocharger, (or turbo), is a turbine-driven forced induction device that increases an internal combustion engine’s efficiency and power output by forcing extra air into the combustion chamber. This improvement over a naturally aspirated engine’s power output is due to…

                                              calendar

                                              20 Dec 2022 05:46 AM IST

                                              Read more

                                              Week-7 : Converting a detailed engine model to a FRM model

                                              Objective:

                                              AIM * To explore tutorial 9 which in detail explains how to convert an existing model into a fast-running model (FRM). * To build an FRM using the FRM builder approach with     bore = 102 mm     Stroke = 115 mm     Compression ratio (CR) = 17     CI engine, Twin Scroll Turbine, GT…

                                              calendar

                                              20 Dec 2022 06:10 AM IST

                                                Read more

                                                Week-11 : Discretization of 3D intake manifold using GEM-3D

                                                Objective:

                                                Tutorial Single Cylinder DI add Case 2 with discretization length 0.1 mm for intake runner and compare with the default case 1: The study is done on the Single Cylinder Diesel Engine. It's a CI, single-cylinder engine, with two pipes for the intake system and the other two pipes for the exhaust system., SOHC, and direct-injection,…

                                                calendar

                                                20 Dec 2022 06:41 AM IST

                                                Read more
                                                Showing 1 of 55 projects

                                                5 Course Certificates

                                                certificate

                                                Introduction to CFD using MATLAB and OpenFOAM

                                                CertificateIcon
                                                Certificate UID: wn1d2lm3z4s0r7xb
                                                View Certificate
                                                certificate

                                                Computational Combustion Using Python and Cantera

                                                CertificateIcon
                                                Certificate UID: ag0tpyh26wkxrqfv
                                                View Certificate
                                                certificate

                                                Advanced CFD for IC Engine Applications using CONVERGE

                                                CertificateIcon
                                                Certificate UID: 3o4ukp1wxdj80eg7
                                                View Certificate
                                                certificate

                                                Introduction to GUI based CFD using ANSYS Fluent

                                                CertificateIcon
                                                Certificate UID: rnc8axd5b3kismvq
                                                View Certificate
                                                certificate

                                                Electronic Cooling Simulations using ANSYS ICEPAK

                                                CertificateIcon
                                                Certificate UID: hks4jpaln7d9qixz
                                                View Certificate
                                                Showing 1 of 5 certificates

                                                3 Workshop Certificates

                                                certificate

                                                Introduction to Vehicle Dynamics

                                                CertificateIcon
                                                Certificate UID: s9k4ml3872
                                                View Certificate
                                                certificate

                                                Automotive Paint Technology

                                                CertificateIcon
                                                Certificate UID: j6gbo8m0fv
                                                View Certificate
                                                certificate

                                                Exploring Data with Qlik Sense

                                                CertificateIcon
                                                Certificate UID: qlrd8904yi
                                                View Certificate
                                                Showing 1 of 3 certificates

                                                Academic Qualification

                                                MBA

                                                Narsee Monjee College Of Commerce And Economics

                                                08 Jan 2020 - 01 Jan 2022

                                                B.Tech

                                                ITM VOCATIONAL UNIVERSITY VADODARA

                                                11 Aug 2014 - 06 Jun 2018

                                                12th

                                                Jay Ambe Vidhyabhavan

                                                01 May 2012 - 31 Mar 2014

                                                10th

                                                Sadhna Vidhyabhavan

                                                05 Mar 2011 - 01 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.8

                                                13 Hours of Content

                                                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
                                                4.9

                                                12 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