All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Swapnil Kanvinde
Masters in Mechanical Engineer student with a working experience in CFD/Thermal and Design of EV Batteries and HVAC system.
Skills Acquired at Skill-Lync :
Introduction
Derivation and approximation of fourth order approximation schemes ( Central difference, Right-skewed, Left-skewed) for second order derivative and their error comparison for function e^(x)*cos(x)
1) FOURTH ORDER APPROXIMATION OF THE SECOND ORDER DERIVATIVE CENTRAL DIFFERENCE `trianglex^2*(del^2f)/(delx) approx a*f(i-2) + b*f(i-1) + c*f(i) + d(f(i+1) +e*f(i+2)` ...(equation 'I')` Expanding the above equation using Taylor table method, Taylor series terms `f(i)` `trianglex*f'(x)` `trianglex^2 * f''(x)` `trianglex^3*f'''(x)`…
30 Jun 2020 07:24 AM IST
Steady and Unsteady (Implicit, Explicit) 2D heat conduction equation using Jacobi, Gauss-Seidel, and SOR(Successive over-relaxation) method
Steady State Matlab code for steady-state %Solving 2-D steady and unsteady heat conduction clear all close all clc Lx = 1; % Length in x-axis Ly = 1; % Length in y-axis nx = 50; % number of nodes in x-axis ny = 50; % number of nodes in y-axis x = linspace(0,Lx,nx); y = linspace(0,Ly,ny); dx = Lx/(nx-1); dy = Ly/(ny-1);…
30 Jun 2020 07:24 AM IST
Simulation of a 1D Super-sonic nozzle flow simulation Macormack Method for Conservative and Non - conservative governing equations
Types of Governing Equations : Conservative equation Non - conservative equation Conservative Equation (Continuity equation, Momentum equation, Energy equation) Continuity Equation: `(del(rho'A'))/(delt') + (del(rho'A'V'))/(delx')` Momentum Equation: `(del(rho'A'V'))/(delt') + (del[rho'A'V'^2 + (1/gamma)p'A'))/(delx')…
02 Jul 2020 05:26 AM IST
Effect of mesh grading and variation of flow velocity in a backward facing step using OpenFoam
Objective The objective of this project is to compare the variation in solution by changing the grading pattern mesh size. OpenFOAM software is used in this project for simulating the CFD models. ParaView post-processing software is used to view and post-process the obtained results. Steps: 1) Creating a backward-facing step…
16 Aug 2020 10:35 PM IST
2 Course Certificates
Introduction to Battery Technology for Electric Vehicle
2 Workshop Certificates
Academic Qualification
Masters of Science in Engineering
MTU
01 Sep 2019 - 01 May 2023
10th
N/A
01 Jun 2003 - 01 Jun 2013
Here are the courses that I have enrolled
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.