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

Sandeep Velmurugan

Integration Engineer | Seeking new opportunities in Vehicle Validation and Integration Departments in UK

Skills Acquired at Skill-Lync :

  • CFD-BASICS
  • SOLIDWORKS-FLOW-SIMULATION-BASICS
  • MATLAB-BASICS
  • PYTHON-BASICS
  • NUMERICAL-ANALYSIS
  • CFD
  • MATLAB
  • OPENFOAM

Introduction

With over 2 years of experience in Vehicle Validation and Integration engineering for e-mobility startup Vinfast, Vietnam's prestigious EV start-up and premium automotive OEMs such as McLaren & Renault Nissan. Skills include Team Leadership, Product delivery, SW/HW package and development, Vehicle Commissioning, Integrating HV/LV Test cases and End of Line Calibration.

22 Projects

Analysis of Flow Simulation over a NACA0017 airfoil using SolidWorks

Objective:

OBJECTIVE: To Model the flow over a NACA0017 airfoil and compare the lift and drag force for various angle of attacks using SolidWorks.   THEORY: The NACA airfoils are airfoil shapes for aircraft wings developed by the National Advisory Committee for Aeronautics(NACA). The shape of the NACA airfoils is described…

calendar

26 Mar 2020 07:41 PM IST

    Read more

    Parsing NASA Thermodynamic data to evaluate it's properties for Cp, H & S using MATLAB

    Objective:

    OBJECTIVE: To write a code in MATLAB to parse the NASA Thermodynamic data file and calculate thermodynamic properties such as Specific Heat(Cp), Enthalpy(H), Entropy(S) and Molecular Weight(MW) of various gas species. THEORY: Parsing is the method which is used to take input from a string and return some other data form…

    calendar

    29 Jan 2020 06:59 PM IST

    • MATLAB
    Read more

    Modelling and Simulating a Parametric study for the rotation of the Impeller of a Centrifugal Pump using SolidWorks

    Objective:

    OBJECTIVE: To Model and Analyze the Rotational flow simulation of the Impeller of a Centrifugal Pump using SolidWorks and also obtaining a relationship between Pressure ratio and mass flow rate.   THEORY: Centrifugal Pumps are the most popular and commonly used type of pump for the transfer of fluids. In simple words,…

    calendar

    13 Apr 2020 07:43 PM IST

    Read more

    Computing higher-order approximations using Skewed and Symmetric stencils by Taylor table method using MATLAB

    Objective:

    OBJECTIVE: To Compute higher-order approximations using skewed and symmetric stencils by Taylor Table Method using MATLAB.   THEORY: Taylor series: A Taylor Series is an expansion of some function into an infinite sum of terms, where each term has a larger exponent like x, x2, x3, etc. Below shows the expansion…

    calendar

    04 May 2020 05:29 PM IST

    Read more

    Modelling and simulating a Parametric study & Grid Dependency test for flow through a flowbench using SolidWorks

    Objective:

    OBJECTIVE: To model and simulate the flow through a Flowbench obtaining a plot of lift vs mass flow rate by analyzing the Grid Dependence Test and the effect of valve lift on mass flow rate by running a parametric sweep using SolidWorks   THEORY: Air flow bench: An air flow bench is a device used for testing the internal…

    calendar

    09 Apr 2020 08:02 PM IST

      Read more

      Computation of a 2nd order ODE for transient behavior of a Simple Pendulum using Python & MATLAB

      Objective:

      OBJECTIVE: To program the transient behavior of a simple pendulum by solving 2nd order ODE and to create an animation of it's motion using Python & MATLAB. THEORY: A pendulum is a weight suspended from a pivot so that it can swing freely. When a pendulum is displaced sideways from its resting, equillibrium position,…

      calendar

      20 Jul 2020 11:19 PM IST

      Read more

      File Parsing of a Thermodynamic Converge data file and creating a Data Visualizer tool using PYTHON

      Objective:

      OBJECTIVE: To Parse & Task Automate the given Converge file containing the thermodynamic properties thereby visualizing the data, checking the Compatability & calculating the Engine Performance by writing a code in PYTHON. THEORY: Parsing is the method which is used to take input from a string and return some other…

      calendar

      30 Jan 2020 05:54 AM IST

      Read more

      Transient flow simulation over a Cylinder with increasing Reynolds Number using SolidWorks

      Objective:

      OBJECTIVE: To stimulate a flow over a cylinder for various Reynolds number establishing a transient flow for Pressure and Velocity profiles using SolidWorks. THEORY: Reynold's Number: In this project Reynold's Number (Dimensionless quantity in fluid dynamics) is used to predict flow patterns in different types of simulations…

      calendar

      29 Mar 2020 04:54 PM IST

        Read more

        Simulating a Pipe Flow with various inlet Reynolds Number using SolidWorks

        Objective:

        OBJECTIVE: To perform a CFD flow simulation on a pipe with an inlet Reynolds number of 100, 1000 and 10,000 using SolidWorks. For each of these cases do the following 1. Place line probes at 95%, 90% and 85% of the pipe length. 2. Compare the normalized velocity profile at each of these locations 3. Normalize the velocity…

        calendar

        26 Mar 2020 07:43 PM IST

        Read more

        Optimize the Global maxima of a Stalagmite function by Genetic Algorithm using MATLAB

        Objective:

        OBJECTIVE: To perform a code in MATLAB to optimise the stalagmite function and calculate the global maxima using Genetic Algorithm for all the 3 studies.  THEORY: A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics…

        calendar

        30 Jan 2020 05:55 AM IST

        Read more

        Numerical Discretization comparing the 1st, 2nd and 4th order approximations and also finding the effect of error on dx using MATLAB

        Objective:

        OBJECTIVE: To write a program that compares the first, second and fourth order approximations of the first derivative against the analytical or exact derivative using MATLAB. THEORY: Numerical Discretization: Discretization is the process of transferring continuous functions, models, variables, and equations into discrete…

        calendar

        01 May 2020 01:16 PM IST

        Read more

        Stimulation of a 2R Robotic Arm by Forward Kinematics method using Python & MATLAB

        Objective:

        OBJECTIVE: To program and simulate Forward Kinematics of a 2R robotic arm using Python & MATLAB THEORY Kinematics  Kinematics is the science of motion. In a two-joint robotic arm, given the angles of the joints, the kinematics equations give the location of the tip of the arm. With the given desired coordinate,…

        calendar

        20 Jul 2020 11:19 PM IST

        Read more

        Breaking ice with air cushion vehicle by Newton-Raphson method using PYTHON

        Objective:

        OBJECTIVE: To determine the minimum cushion pressure needed to break a given thickness of iceusing an air cushion vehicle through Newton-Raphson method using Python. Inquest: Use relaxation factor of 1 and explain the results How will you choose the optimum relaxation factor for this case? and what is the…

        calendar

        18 Jan 2020 06:23 PM IST

          Read more

          Fitness Characteristics of Linear & Cubic polynomial Curve Fitting for Cp data using Python & MATLAB

          Objective:

          OBJECTIVE: To perform and plot the curve fitting for a linear & cubic polynomial for cp data and also explaining the parameters to measure the fitness for both the curves using Python & MATLAB. THEORY: Curve fitting is a technique of finding an algebraic relationship that "best" fits a given set of data. It can…

          calendar

          20 Jul 2020 11:20 PM IST

          Read more

          Visualization of P-V diagram of Air standard Otto cycle using Python & MATLAB

          Objective:

          OBJECTIVE: To obtain a p-v diagram of air standard otto cycle and find it's Thermal efficiency using Python & MATLAB program. THEORY: Otto cycle Otto cycle is a constant volume thermodynamic cycle which is used in Spark Ignition engines to produce power. It consists of 4 strokes. They are  Sucktion stroke (1-2:Isentropic…

          calendar

          20 Jul 2020 11:17 PM IST

          Read more

          Calculation of Drag force for flow over a Bicycle using Python & MATLAB

          Objective:

          OBJECTIVE: To write a Python & MATLAB program to calculate drag force against cyclist and to plot two graphs namely Velocity vs Drag force Drag Co-efficient vs Drag force THEORY: Drag is a mechanical force which is generated by a solid object moving through a fluid. This force is acts on the opposite direction of the…

          calendar

          20 Jul 2020 11:32 PM IST

          Read more

          Numerical solution to the 1D-Linear Convection equation for varying grid points using MATLAB

          Objective:

          OBJECTIVE: To solve the one-dimensional Linear Convection equation and compare the original and final velocity profiles for various grid points using MATLAB. Project Conditions: 1. Assume that the domain length is L = 1m 2. The initial velocity profile is a step function. It is equal to 2m/s between x= 0.1 and…

          calendar

          16 Jun 2020 09:47 PM IST

          Read more

          Numerical solution to the 1D-Linear Convection equation for varying Time steps using MATLAB

          Objective:

          OBJECTIVE: To solve the one-dimensional Linear Convection equation and write a function that accepts the time step as an argument comparing it's effects on numerical solution using MATLAB. Project Conditions: 1. Assume that the domain length, L = 1m 2. The initial velocity profile is a step function. It is equal…

          calendar

          16 Jun 2020 09:45 PM IST

          Read more

          Solving the Steady and Unsteady 2D Heat Conduction Equation by point Iterative techniques using MATLAB

          Objective:

          OBJECTIVE: To solve Steady and Unsteady state 2D Heat Conduction Equation by using the point iterative techniques such as Jacobi, Gauss Seidel & Successive over-relaxation for both implicit and explicit schemes using MATLAB. Problem statement: Computation area is to be a square. Assume nx = ny [No. of…

          calendar

          05 Jul 2020 08:58 PM IST

          Read more

          Simulation of a 1D super-sonic nozzle flow by MacCormack's technique using MATLAB

          Objective:

          OBJECTIVE: To simulate the isentropic flow through a Quasi 1D subsonic-supersonic nozzle by deriving both the Conservation & Non Conservation forms of the governing equations and solve them by implementing the MacCormack's technique using MATLAB. Problem statement Determine the steady-state temperature distribution…

          calendar

          26 Jul 2020 11:00 PM IST

          Read more

          Flow Analysis through Backward Facing Step (BDS) block using BlockMesh tool in OpenFoam

          Objective:

          OBJECTIVE: To create a geometry and simulate a 2D flow through a Backward Facing step using multiple meshes refining mesh grading factors inside BlockMeshDict file of BlockMesh using OpenFOAM. Problem Statement: Mesh specification Number of cells along the x direction (longer dimension) = 200 Number of cells along the…

          calendar

          26 Jul 2020 10:59 PM IST

          Read more

          Automated Simulation of a flow through a Pipe using Hagen-Poiseuille equation in MATLAB & OpenFoam

          Objective:

          OBJECTIVE: The objective here is to simulate Laminar Incompressible flow through a cylindrical pipe by a MATLAB program to generate the mesh automatically for any wedge & symmetry angle for different grading scheme and inputting it in OpenFOAM.   THEORY: Computational Fluid Dynamics Computational fluid dynamics (CFD) is…

          calendar

          02 Aug 2020 09:39 PM IST

          Read more
          Showing 1 of 22 projects

          4 Course Certificates

          certificate

          Flow Simulation using SolidWorks

          CertificateIcon
          Certificate UID: 7pUovssIa8pFhUUL
          View Certificate
          certificate

          Python for Mechanical Engineers

          CertificateIcon
          Certificate UID: aS3eqHHAVcoQf5Ig
          View Certificate
          certificate

          MATLAB for Mechanical Engineers

          CertificateIcon
          Certificate UID: cSHGjNCf9vtsQcvo
          View Certificate
          certificate

          Introduction to CFD using MATLAB and OpenFOAM

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

          2 Workshop Certificates

          certificate

          Welcome to the world of CRASH simulations

          CertificateIcon
          Certificate UID: 2l6onpkt3u
          View Certificate
          certificate

          Crash Analysis using ANSA & LS DYNA

          CertificateIcon
          Certificate UID: xcmrode5hs
          View Certificate
          Showing 1 of 2 certificates

          Academic Qualification

          Master of Science

          Cranfield University

          05 Oct 2020 - 23 Apr 2023

          B.Tech

          SRM Institute of Science and Technology

          15 Jul 2015 - 10 May 2019

          12th

          Holy Cross Matriculation Higher Secondary School

          02 Jun 2014 - 31 Mar 2015

          10th

          Holy Cross Matriculation Higher Secondary School

          04 Jun 2012 - 03 Apr 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

          2 Hours of Content

          coursecard
          4.7

          5 Hours of Content

          coursecard
          4.7

          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