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

Sachin Kandpal

Mechanical Engineer | CFD & FEM | Automotive & Aviation Enthusiast | ANSYS WB | ANSYS Fluent | SolidWorks | CATIA | MATLAB

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • ANSYS-FLUENT
  • COMBUSTION
  • IC-ENGINE-CFD

Introduction

I am a Mechanical Engineer, mainly focused in the field of CFD. Seeking a career in R&D or Designing department working as to create, innovate, learn, and research new interesting technologies. A career that is challenging and interesting and lets me work on the leading areas of technology. Interested new advancements in the automotive world like the coming electric automotive generation, increasing the efficiency of the IC Engines, upcoming technologies in high-performance cars and fascinated in areas of aviation technology.

41 Projects

MATLAB Program to Calculate and Plot Drag Force Against a Cyclist. (Matlab/Challenge-Week1)

Objective:

  Objectives - To calculate Drag force and Coefficient of Drag for different velocities of the cyclist. - To plot Velocity vs Drag Force Graph. - To plot Drag Coefficient vs Drag Force Graph.   Theory -     Drag Force -    Drag Force is the resistance force experienced by a…

calendar

25 Jan 2021 09:17 PM IST

    Read more

    Program to Solve an OTTO Cycle, Plot P-V Diagram and calculates Engine Thermal Efficiency using MATLAB. (Matlab/Challenge-Week 2-Air standard Cycle)

    Objective:

    Theory :  An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle most commonly found in automobile engines. It tells what happens to a mass of gas as it is subjected to changes of pressure, temperature, volume,…

    calendar

    25 Jan 2021 09:20 PM IST

      Read more

      MATLAB Program to simulate the motion Simple Pendulum as per the given data. (Matlab/Challenge-Week3-Solving second order ODEs)

      Objective:

       Objective: Write a program in Matlab that simulate the motion Simple Pendulum with Damping. Use L = 1 metre, m = 1 kg, b = 0.05, g = 9.81 m/s2. Simulate the motion between time span of 0-20 sec, for angular displacement = 0, angular velocity=3 rad/sec at time t = 0.   Given data:    …

      calendar

      25 Jan 2021 09:20 PM IST

        Read more

        MATLAB Program to fit a polynomial for the given Cp vs Temperature Experimental Data & Measure the Accuracy of the Curve Fit. (Matlab/Challenge-Week 4-Curve Fitting)

        Objective:

          AIM: Write a code to fit a linear and cubic polynomial for the given Cp vs Temperature Data.   OBJECTIVE:  A MATLAB Code to fit a polynomial for the given data. Plot the comparison curves for the fitted polynomials with respect to the curve of original data. Measure the accuracy of the fitted curve…

        calendar

        25 Jan 2021 09:18 PM IST

        • MATLAB
        Read more

        Finding Global Maxima of the Stalagmite function by optimizing it using Genetic Algorithm in MATLAB. (Matlab/Challenge-Week4.1-Genetic Algorithm)

        Objective:

        AIM : To find Global Maxima of the Stalagmite function by optimizing it using Genetic Algorithm in MATLAB.   OBJECTIVES : Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Clearly explain the concept of genetic algorithm in your own words and also…

        calendar

        22 Feb 2021 05:52 AM IST

        Read more

        Parsing NASA Thermodynamic Data in MATLAB and Finding Enthalpy, Entropy and Specific heats of the elements. (Matlab/Project 1)

        Objective:

          OBJECTIVE : 1. Write a MATLAB Program that extracts the 14 coefficients and calculates the enthalpy, entropy and specific heats for all the species in the data file. 2. Calculate the molecular weight of each species and display it in the command window. 3. Plot the Cp, Enthalpy and Entropy for the local temperature…

        calendar

        21 Mar 2021 06:19 AM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

         AIM : To Create a Rankine Cycle Simulator using MATLAB.   OBJECTIVE :  Code should calculate the state points of the Rankine Cycle (any type of your choice) based on user inputs.  Plot the corresponding T-s and h-s plots for the given set of inputs. Should Calculate Net-work output, Back work…

        calendar

        27 Mar 2021 02:04 PM IST

        Read more

        FINAL INDEPENDENT PROJECT ( MATLAB )

        Objective:

         AIM  -  Calculating the deformation of the stepped Bar by FEA Approach in Matlab    OBJECTIVES : To write a MATLAB Program, calculating the deformation of the Stepped Bar deformation due to applied axial force by the FEM method. Take, Stepped bar of 2 elements of square cross-sections…

        calendar

        25 May 2021 07:45 AM IST

        Read more

        Partial Differential Equations : Its Types, Boundary and Initial Conditions

        Objective:

            In ordinary differentiation, all the variables are differentiated with respect to the considered variable. For example- Consider function,            `f= ax^2 + by +z` It's differentiation with respect to x is ,  `(df)/(dx) = 2ax + b(dy)/(dx) +(dz)/(dx)`  …

        calendar

        30 Jul 2021 09:48 PM IST

          Read more

          Stoichiometric Coefficient for combustion Estimation, with respect to No. of Moles of Carbon & Alkanes, Alkenes,& Alkynes (ITCFDUML&OF/Challenge/Week3.1)

          Objective:

            AIM - 1. Write a function to calculate the stoichiometric co-efficient (ar) for each fuel 2. Show a plot that compares the effect of number of atoms of carbon on the stoichiometric co-efficient "ar". Compare how this trend changes with the fuel type (alkane, alkene and alkyne)   THEORY -   Stoichiometric…

          calendar

          04 Aug 2021 08:07 PM IST

            Read more

            Deriving 4th order approximation of a 2nd order derivative using Taylor Table method (ITCFDUML&OF/Challenge/Week3.5)

            Objective:

              OBJECTIVE : To write a program to calculate 4rth order approximation for the 2nd order derivative of a function, from - Forward skewed, backward skewed and Central differencing. To derive the equations for the 4rth order appx. for forward skewed, backward skewed and central differencing using taylor table method. …

            calendar

            04 Nov 2021 06:49 AM IST

            Read more

            Mid-Term Project - Solving the steady and unsteady 2D heat conduction problem (ITCFDUML&OF/Challenge/Week5.1)

            Objective:

              AIM - To write a Program in MATLAB for 2D Heat Conduction to study Steady state analysis & Transient State Analysis.   OBJECTIVE -  Solving the steady and unsteady 2D heat conduction problem The Steady-state analysis, should be done by the following Iterative solvers - Jacobi, Gauss-siedel and…

            calendar

            25 Sep 2021 07:14 AM IST

            Read more

            Mid-Term Project : Quasi 1-D Super-Sonic Nozzle Flow Analysis using McCormack Method , using MATLAB (ITCFDUML&OF/Challenge/Week7)

            Objective:

              AIM - To simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. You will derive both the conservation and non-conservation forms of the governing equations and sovle them using the MacCormack's technique. You need to determine the steady-state temperature distribution for the flow-field variables…

            calendar

            04 Nov 2021 07:29 AM IST

            Read more

            Simulation of a backward facing step in OpenFOAM (ITCFDUML&OF/Challenge/Week8)

            Objective:

            AIM :  To simulate a 2-D, Incompressible, Viscous, Laminar Flow over a Backward Facing Step in OpenFOAM.   OBJECTIVE :  Simulate an incompressible-laminar-viscous flow through the backward facing step geometry Should perform a transient simulation. The solver can be chosen based on the described physics…

            calendar

            01 Dec 2021 06:03 PM IST

            Read more

            Finite Volume Method (FVM) - Literature Review (ITCFDUML&OF/Challenge/Week-9)

            Objective:

            Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problem that involves fluid flows. The fluid flow characteristics are very random and complex and usually defined by Navier-Stokes equations and Euler equations. These equations are in…

            calendar

            12 Jul 2024 06:24 PM IST

            Read more

            Simulation of Hagen-Poiseuille Flow through a pipe in OpenFOAM (ITCFDUML&OF/Challenge/Week-11)

            Objective:

            AIM :  Simulation of Flow through a Pipe (Hagen–Poiseuille Flow) in OpenFoam   OBJECTIVE :  Write a program in Matlab that can generate the computational mesh automatically for any wedge angle. Select appropriate dimensions and condition for the problem  Post process velocity profile, Pressure…

            calendar

            13 Dec 2021 12:37 PM IST

            Read more

            Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation (ITCFDUML&OF/Challenge/Week-12)

            Objective:

            AIM : Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation   This is a study contiunuation of the Problem, - Simulation of Flow through a pipe, is linked below -       https://skill-lync.com/student-projects/week-11-simulation-of-flow-through-a-pipe-in-openfoam-232  …

            calendar

            06 Jan 2022 08:01 AM IST

            Read more

            Study of Flow around a Circular Cylinder in Different Flow Regime and Von Kármán vortex street Flow Behaviour. ( Final Project / ITCFDML&OF )

            Objective:

            AIM : Study of Flow around a Circular Cylinder in Different Flow Regime and Von Kármán vortex street Flow Behaviour.   OBJECTIVE : Performing simulation of Flow over a cylinder in OpenFoam Generating 2D Snappy Hex Mesh for the simulation Capturing vortex street Flow Behaviour at different Flow Regimes/…

            calendar

            26 Sep 2022 06:17 AM IST

            Read more

            Week 3 - Geometry simplification of an Electronic enclosure assembly

            Objective:

            AIM : The objective of the project is convert CAD geometry into simplified geometry for the Icepak inorder for the simulation, by using tools in Spaceclaim & modify the components in Icepak.   INTRODUCTION : Geometry Simplification is one of the main process in a CFD simulation project. It is important for…

            calendar

            23 Nov 2022 06:29 PM IST

            Read more

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

            Objective:

            AIM : To create a Non-Conformal mesh for the Cold Plate Model and Solving the Case in Ansys Icepak model.   OBJECTIVES : Create the Cold Plate Model Geometry and setup in Icepak Making the Non-Conformal meshing for the given Case. Setup the model for the Analysis. Run the simulation and Post Process the results.  …

            calendar

            01 Mar 2023 05:59 PM IST

              Read more

              Week 5.2 - Multi Level Meshing

              Objective:

              AIM :  To create the Multi-level Meshing to resolve the given CAD objects in Ansys Icepak.   OBJECTIVES : Create non-conformal mesh assembly for the required components to optimize no. of cells. Use set uniform parameters and use average on 1 assembly, in multi-level meshing tab allow multi-level meshing up to…

              calendar

              18 Dec 2022 06:10 PM IST

                Read more

                Week 5.3 - Forced convection Analysis

                Objective:

                AIM :  To do forced convection simulation of the given case geometry in Ansys Icepak.   OBJECTIVES : Simply and Geometry clean-up in Space claim Load geometry in Ansys Icepak and generate suitable mesh for the analysis Assign Boundary conditions, component properties, Physics and solver settings. Post-process…

                calendar

                01 Jan 2023 12:34 PM IST

                  Read more

                  Week 6.2 - Setting up a model (Hanging Node)

                  Objective:

                  AIM :  To perform Forced convection cooling simulation of the computer enclosure case i.e. created the mesh model for assignment-week 5.2 in Ansys Icepak.   OBJECTIVES : Create non-conformal mesh assembly for the components to optimize no. of cells. Use multi-level meshing for the required objects. Generate mesh…

                  calendar

                  22 Jan 2023 05:49 PM IST

                    Read more

                    Week 6.1 - Setting up a model (Electronic enclosure)

                    Objective:

                    AIM : The objective of the project is convert CAD geometry into simplified geometry for the Icepak and then run the simulation, by using tools in Spaceclaim & the components in Icepak.   INTRODUCTION : Geometry Simplification is one of the main process in a CFD simulation project. It is important for the…

                    calendar

                    28 Jan 2023 05:34 PM IST

                    Read more

                    Week 7 - Mid-term Project - Natural Convection

                    Objective:

                    AIM : To Simulate cooling of Low Voltage Panel using natural convection heat transfer in Ansys ICEPAK.   OBJECTIVES :  Build the model as per the provided information. Create optimal meshing for the model. Setup the model for the Analysis. Run the simulation and Post Process the results.   INTRODUCTION :…

                    calendar

                    14 Apr 2023 06:32 PM IST

                      Read more

                      Week 8 - Natural Convection-II

                      Objective:

                      AIM : To Simulate cooling of Low Voltage Panel using natural convection heat transfer in Ansys ICEPAK.   OBJECTIVES :  Build the model as per the provided information. Create optimal meshing for the model. Setup the model for the Analysis. Run the simulation and Post Process the results.   INTRODUCTION :…

                      calendar

                      08 Jun 2023 05:48 PM IST

                        Read more

                        Week 9 - PCB Thermal Simulation

                        Objective:

                        AIM : To Simulate a Thermal analysis of PCB model by importing the given PCB layout, library files and traces in Ansys ICEPAK.   OBJECTIVES :  Import the given PCB model, with library and Traces. Performing the Thermal conductivity analysis of Just the PCB board Simulating Forced Convection Cooling of the Whole PCB model…

                        calendar

                        10 Jun 2023 06:14 PM IST

                          Read more

                          Week 10 - MRF Electronic Cooling Simulation

                          Objective:

                          AIM : To Simulate a electronic cooling of the given cabinet via Forced Convection by implenting the MRF Model technique in Ansys ICEPAK.   OBJECTIVES :  Unpacking the given .tzr file of the Electronic device setup. Setting up the MRF model across the Fan Geometry. Create optimal meshing for the model. Setup the…

                          calendar

                          05 Jul 2023 07:17 PM IST

                          Read more

                          Week 11 - Louver/Grille characterization

                          Objective:

                          AIM : To simulate the Hex Grille/louver geometry inorder get grille's loss coefficient via Parametrization method in Ansys Icepak.   OBJECTIVES :  Setting up the model Geometry via given polygon coordinate details. Create optimal meshing for the model using the bject mesh parameter. Setup the model for the Analysis.…

                          calendar

                          09 Jul 2023 09:41 PM IST

                            Read more

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

                            Objective:

                            AIM : To Model and Simulate the cooling of the datacenter in Ansys Icepak.   OBJECTIVES :  Setting up the model Geometry of the datacenter with the given data. Create optimal meshing for the model using the object mesh parameter. Setup the model for the Analysis. Run the simulation and Post Process the results.…

                            calendar

                            09 Aug 2023 09:31 PM IST

                              Read more

                              Week 1- Mixing Tee

                              Objective:

                                AIM : To perform analysis of the Mixing Tee for different verisons, to study mixing of fluid and the heat exchange between the fluid.   OBJECTIVES :  Setting up the model Geometry of the Mixing Tee with the given Cad file for mixing tee. Create optimal meshing for the model. Setup the model for the analysis,…

                              calendar

                              10 Aug 2023 08:30 PM IST

                              Read more

                              Week 2 - Flow over a Cylinder.

                              Objective:

                                AIM : To perform Simulation of Flow over a Circular Cylinder Different Reynold No. Flow for analyzing the Von Kármán vortex street Flow Behaviour and Strouhal number.   OBJECTIVES :  Setting up the Geometry in Spaceclaim. Create optimal meshing for the model in Ansys Mesher. Setup the model for the analysis from the…

                              calendar

                              08 Sep 2023 07:02 PM IST

                                Read more

                                Week 3 - External flow simulation over an Ahmed body.

                                Objective:

                                AIM : To perform Simulation of Flow over a Ahmed Body.   OBJECTIVES :  Setting up the Geometry in Spaceclaim. Create optimal meshing for the model in Ansys Mesher. Setup the model for the analysis from the given data. Run the simulation and Post Process the results. Get Results for velocity of 25m/sec, the drag coefficient…

                                calendar

                                09 Oct 2023 06:23 PM IST

                                  Read more

                                  Week 4 - CHT Analysis on Exhaust port

                                  Objective:

                                    AIM : To perform Conjugate Heat Transfer Analysis of Exhaust port.   OBJECTIVES :  Setting up the Geometry in Spaceclaim. Create optimal meshing for the model in Ansys Mesher. Get Results for  inlet velocity of 5m/sec and temperature 700K. Setup the model for the analysis from the given…

                                  calendar

                                  26 Oct 2023 06:28 PM IST

                                  Read more

                                  Week 5 - Rayleigh Taylor Instability

                                  Objective:

                                    AIM : To perform the Rayleigh Taylor instability simulation for two dimensional multiphase flow of two immiscible fluids.   OBJECTIVES :  Setting up the Geometry in Spaceclaim. Create optimal meshing for the model in Ansys Mesher. Setup the model for the analysis from the given data. Run the…

                                  calendar

                                  08 Nov 2023 05:02 PM IST

                                  Read more

                                  Week 7 - CHT Analysis on a Graphics card

                                  Objective:

                                    AIM : To perform the steady-state conjugate heat transfer analysis on the given model of a graphics card.   OBJECTIVES :  Setting up the Graphic card Geometry in Spaceclaim. Create optimal meshing for the model in Ansys Mesher. Setup the model for the analysis from the given data. Run the simulation…

                                  calendar

                                  22 Nov 2023 09:40 PM IST

                                    Read more

                                    Week 2 Challenge : Surface meshing on a Pressure valve

                                    Objective:

                                    AIM : To perform Surface meshing on a Pressure valve in ANSA   OBJECTIVES :  Loading up the Geometry in ANSA. To do the Geometry Preparation using TOPO Tools in ANSA To mesh the Valve Geometry. To do the meshing for three different cases with target lengths of 1mm, 3 mm and 5 mm, with Element type =…

                                    calendar

                                    18 Dec 2023 04:42 PM IST

                                    Read more

                                    Week 3 Challenge : CFD meshing on Turbocharger

                                    Objective:

                                       AIM : To perform CFD meshing on Turbocharger in ANSA.   OBJECTIVES :  Loading up the Geometry in ANSA. To mesh the turbo charger Geometry for the CFD. To do the mesh for different stages with different given mesh target lengths - Blade stage-1 = 1 mm, Blade stage-2 = 1 mm, Impeller…

                                    calendar

                                    08 Feb 2024 06:59 PM IST

                                    Read more

                                    Week 4 Challenge : CFD Meshing for BMW car

                                    Objective:

                                    AIM : To perform CFD Meshing for BMW car in ANSA. OBJECTIVES : Loading up the Geometry in ANSA.To do the Geometry Preparation using TOPO Tools in ANSATo perform surface meshing Geometry for the CFD.With different given mesh target lengths for the PIDs Target lengths for the different parts…

                                    calendar

                                    15 Aug 2024 06:10 PM IST

                                    Read more

                                    Week 5 Challenge : Surface wrap on Automotive Assembly

                                    Objective:

                                    AIM : To perform surface wrap on automotive assembly in ANSA. OBJECTIVES : Loading up the Geometry in ANSA.To do the Geometry Preparation using TOPO Tools in ANSATo perform surface wrapping of the Geometry for the CFD.given mesh target lengths for the wrapping is 3mm. INTRODUCTION :Surface…

                                    calendar

                                    27 Oct 2024 05:31 PM IST

                                    Read more

                                    Project 1 : CFD Meshing for Tesla Cyber Truck

                                    Objective:

                                    AIM : To perform CFD Meshing for TESLA Cybertruck in ANSA. OBJECTIVES : Loading up the Geometry in ANSA.To do the Geometry Preparation using TOPO Tools in ANSATo perform surface meshing Geometry for the CFD with different mesh target lengths for the PIDs.Assign optimal Mesh target lengths to the…

                                    calendar

                                    29 Nov 2024 10:14 PM IST

                                    Read more
                                    Showing 1 of 41 projects

                                    11 Course Certificates

                                    certificate

                                    MATLAB for Mechanical Engineers

                                    CertificateIcon
                                    Certificate UID: qil8nzs5ho1jvcux
                                    View Certificate
                                    certificate

                                    MATLAB for Mechanical Engineers

                                    CertificateIcon
                                    Certificate UID: 5kz4fvrasy2ewt9i
                                    View Certificate
                                    certificate

                                    Introduction to CFD using MATLAB and OpenFOAM

                                    CertificateIcon
                                    Certificate UID: jyzp7g1a56hmxdfw
                                    View Certificate
                                    certificate

                                    Introduction to CFD using MATLAB and OpenFOAM

                                    CertificateIcon
                                    Certificate UID: nolw7jq5g01p6smx
                                    View Certificate
                                    certificate

                                    Electronic Cooling Simulations using ANSYS ICEPAK

                                    CertificateIcon
                                    Certificate UID: nmb3hcg0w96xtqpe
                                    View Certificate
                                    certificate

                                    Electronic Cooling Simulations using ANSYS ICEPAK

                                    CertificateIcon
                                    Certificate UID: zqgs8dm9tl6p1wea
                                    View Certificate
                                    certificate

                                    Introduction to GUI based CFD using ANSYS Fluent

                                    CertificateIcon
                                    Certificate UID: eam0ht86kyu2lgfq
                                    View Certificate
                                    certificate

                                    Introduction to GUI based CFD using ANSYS Fluent

                                    CertificateIcon
                                    Certificate UID: q5mxo6dgflkr8cni
                                    View Certificate
                                    certificate

                                    Advanced CFD Meshing using ANSA

                                    CertificateIcon
                                    Certificate UID: zb7pmawn68rvkuh3
                                    View Certificate
                                    certificate

                                    Aptitude

                                    CertificateIcon
                                    Certificate UID: nag0mhv9zjo6kbsf
                                    View Certificate
                                    certificate

                                    Post Graduate Program in Computational Fluid Dynamics

                                    CertificateIcon
                                    Certificate UID: d8u6rv7egf2pq0jh
                                    View Certificate
                                    Showing 1 of 11 certificates

                                    4 Workshop Certificates

                                    certificate

                                    Solving Vibration and Acoustic Problems with CAE

                                    CertificateIcon
                                    Certificate UID: 6ojdfze2hc
                                    View Certificate
                                    certificate

                                    Introduction to CFD with MSC cradle

                                    CertificateIcon
                                    Certificate UID: vo935xasrd
                                    View Certificate
                                    certificate

                                    Analysis of composite shells

                                    CertificateIcon
                                    Certificate UID: me85wndjip
                                    View Certificate
                                    certificate

                                    Introduction to applied strength of materials

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

                                    Academic Qualification

                                    B.E

                                    Shree L R Tiwari College of Engineering

                                    01 Aug 2016 - 24 Nov 2020

                                    12th

                                    Kendriya Vidyalaya No. 1

                                    01 Apr 2015 - 21 May 2016

                                    10th

                                    Kendriya Vidyalaya, INS Shivaji, Lonavla

                                    01 Apr 2013 - 19 May 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

                                    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