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

Epuri Yoga Narasimha

Skills Acquired at Skill-Lync :

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

41 Projects

Forward Kinematics of 2R Robotic Arm

Objective:

Aim : Study of Kinematics of 2R Robotic Arm Using Matlab.   Objective : Got to know algorithm for solving Basic kinematics using matlab.   Description of Robotic Arm :          Robotic arm contains huge number of links , Joints etc.., They work without the help  of a human…

calendar

05 Nov 2020 01:14 PM IST

    Read more

    Plotting of ideal otto cycle p-v diagram four stroke engine

    Objective:

    Aim : Plotting of ideal otto cycle p-v diagram four stroke engine. Objective : Got to know about four stroke otto cycle basics, and algorithm to plot p-v diagram using matlab. Theory of Ideal otto cycle :                      otto cycle is an air standard…

    calendar

    07 Nov 2020 03:02 PM IST

      Read more

      Solving Differential equation using ode45 inbuilt function

      Objective:

      Aim : Solving ordinary Differential equation using ode45 inbuilt function. Objective : Algorithm to solve ordinary differential equation using ode45.                 Basic knowledge of Damping. Theory :              Genrally we neglect the…

      calendar

      15 Nov 2020 04:20 PM IST

        Read more

        Curve fitting

        Objective:

        Aim : Curve fitting using regression. Objective : Basic information about parameters in regression.                 Curve fitting using regression by least square method. Theory : Regression means is to findout the correlation between two parameters.          …

        calendar

        20 Nov 2020 06:31 AM IST

          Read more

          Optimization of a function using inbuilt function 'ga' (genetic algorithm)

          Objective:

          Aim : To find the maxime value of a function using matlab. Objective :         1. Knowing how to use ga inbuilt function , and syntax of ga.        2. Information about genetic algorithm. Theory : Genetic algorithm is to find the optimum value .        1.…

          calendar

          27 Nov 2020 06:19 AM IST

            Read more

            Week 4 - Genetic Algorithm

            Objective:

            https://skill-lync.com/projects/optimization-of-a-function-using-inbuilt-function-ga-genetic-algorithm

            calendar

            27 Nov 2020 06:20 AM IST

              Read more

              File parsing using matlab

              Objective:

              Aim : Retriving the data from the file and analysing the required things. Objective :          1. Data retreving from the text file using matlab.         2. Required inbuilt functions in matlab. Theory :          Data retreving process is very important…

              calendar

              13 Dec 2020 11:49 AM IST

                Read more

                Project 1 - Parsing NASA thermodynamic data

                Objective:

                https://skill-lync.com/projects/file-parsing-using-matlab-6

                calendar

                13 Dec 2020 11:50 AM IST

                  Read more

                  Rankine Cycle Simulator using matlab

                  Objective:

                   Aim : plot the h-s and T-s plots rankine cycle using matlab.    Theory :   1. Rankine cycle is used to compare the working of steam power plant. 2. In this context , plotting ideal Rankine cycle.                            3.…

                  calendar

                  15 Dec 2020 11:34 AM IST

                    Read more

                    Project 2 - Rankine cycle Simulator

                    Objective:

                    https://skill-lync.com/projects/rankine-cycle-simulator-using-matlab-17

                    calendar

                    15 Dec 2020 11:36 AM IST

                      Read more

                      Calculating stoichiometric co-efficient for different fuels

                      Objective:

                      Aim : To to calculate the stoichiometric co-efficient (ar) for each fuel. Equations: 1. generic alkane fuel the combustion process equation:     `C_(2n+2) + a_r(O_2 + 3.76N_2) = aCO_2 + bH_2O + cN_2` 2. generic alkane fuel the combustion process equation:     `C_nH_(2n) + a_r(O_2…

                      calendar

                      22 Jan 2021 05:27 PM IST

                        Read more

                        Solving differential equation of pendulum with damping

                        Objective:

                        Aim : Solving ordinary Differential equation using ode45 inbuilt function. Objective : Algorithm to solve ordinary differential equation using ode45.                   Basic knowledge of Damping. Theory :              Genrally we neglect…

                        calendar

                        23 Jan 2021 10:08 AM IST

                        • MATLAB
                        Read more

                        Comparing the first order derivative using analytical and different numerical methods

                        Objective:

                        Objective : To compare the accuracy of different Numerical Difference methods with Analytical Solution. Numerical Methods : Numerical Methods are really helpful in analysing the physical behaviours using computations. They provide flexibility , and complexity in solving for results. As in numerical methods , we convert…

                        calendar

                        23 Jan 2021 07:38 PM IST

                          Read more

                          Numerical Discretization analysis for various Numerical schemes over a range of grid (or) mesh size

                          Objective:

                           Objective : 1.To understand the effect of occurance of errors , while selecting the numerical schemes. 2.Numerical Discretization analysis for various Numerical schemes over a range of grid (or) mesh size. NOTE : Understanding the errors for numerical analysis is very important , this leads to optimize the output…

                          calendar

                          30 Jan 2021 05:39 AM IST

                            Read more

                            Taylor Table Method For Numerical Approximation Methods

                            Objective:

                            Objective : To find the fourth order approximations of second order derivative , using central and skewed scheme. Compare all schemes.   Central Symmetric Scheme : Fourth Order Approximation of second order derivative Since , Fourth order Approximation we need four discrete neighbour points . Central , so same number…

                            calendar

                            25 Jan 2021 06:50 AM IST

                              Read more

                              Week 3 - Taylor table method and Matlab code

                              Objective:

                              https://skill-lync.com/projects/taylor-table-method-for-numerical-approximation-methods-2

                              calendar

                              25 Jan 2021 06:52 AM IST

                                Read more

                                Solving linear convection equation and its stability in numerical perspective

                                Objective:

                                Objective   : To understand the Numerical stability and convergence over time step and grid spacing , and CFL criteria. Description : Numerical simulation understanding is very important as it is the approach to get accurate approximate results for complex                …

                                calendar

                                05 Feb 2021 07:31 PM IST

                                Read more

                                Effect of time step on numerical solution

                                Objective:

                                Objective : To understand the imporatance of time step in numerical solution for 1D linear Convection Equation. Terms to be understand : Convection : The flow that combines diffusion and the advection is called convection. Advection  : Bulk transfer of mass,momentum,heat of the molecules due to flow of field.…

                                calendar

                                05 Feb 2021 06:46 PM IST

                                  Read more

                                  Solving the steady and unsteady 2D heat conduction problem

                                  Objective:

                                  Objective : To solve steady and unsteady in Explicit and implicit form using iterative methods. Iterative methods: 1. Jacobi method. 2. Gauss siedel method. 3. Point successive over-relaxation using any iterative methods. 4. Line successive over-relaxation using any iterative methods. 5. Alternating Direction Implicit(ADI)…

                                  calendar

                                  17 Feb 2021 07:30 PM IST

                                    Read more

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

                                    Objective:

                                    https://skill-lync.com/projects/solving-the-steady-and-unsteady-2d-heat-conduction-problem-63

                                    calendar

                                    17 Feb 2021 07:32 PM IST

                                      Read more

                                      convergence rate [Number of iterations] of the steady state and transient [explicit and implicit]

                                      Objective:

                                      Objective : To investigate convergence rate of steady and Unsteady methods: Matlab code for steady convergence rate : close all clear all clc nx = 20; ny = 20; nt = 1000; x = linspace(0,1,nx); y = linspace(0,1,ny); d_x = x(2) - x(1); d_y = y(2) - y(1); y1 = 1; error = 9e9; tolerance = 1e-4; dt = 1e-4; T_L = 400; T_R =…

                                      calendar

                                      18 Feb 2021 02:54 PM IST

                                        Read more

                                        week-5 :: Stability analysis in unsteady problem..

                                        Objective:

                                        Objective :: Detail analysis of Stability analysis methods for numerical methods. 1. Types of Stability Analysis :    The discrete Pertubation stability analysis.     The Matrix method stability analysis.    The Von-Neumann stability analysis. 2. Importance to understand stability analysis…

                                        calendar

                                        28 Feb 2021 05:45 AM IST

                                          Read more

                                          Project : Stability of linear solvers (imp)

                                          Objective:

                                          Objective ::: 1. To be familiar with the stability of linear iterative solvers.                    2.  Importance of iterative solvers over direct methods.                    3.  Analysing the computational expensive…

                                          calendar

                                          18 Mar 2021 06:36 AM IST

                                          Read more

                                          Simulation of a 1D Super-sonic nozzle flow simulation using Maccormack Method

                                          Objective:

                                          Objective ::        To solve the isentropic flow of quasi-1D fluid flow through nozzle in conservative and Non-Conservative forms of governing equation using Maccormack method in matlab. Required to show ::        1. Steady-state distribution of primitive variables inside the nozzle …

                                          calendar

                                          31 Mar 2021 05:53 PM IST

                                            Read more

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

                                            Objective:

                                            https://skill-lync.com/projects/simulation-of-a-1d-super-sonic-nozzle-flow-simulation-using-maccormack-method-6

                                            calendar

                                            31 Mar 2021 05:54 PM IST

                                              Read more

                                              Week 8 ::: Flow over a backward face step using openfoam

                                              Objective:

                                              1.Introduction :   Studying the flow behaviour using openfoam for cosidered geometry P and U varies with the geometry. Simulation done for coarsr and finer mesh.      Here we considered the geometry along x =2m and along y = 0.2m. 2. Objective :     1. Simulation of fluid flow for…

                                              calendar

                                              09 Apr 2021 01:51 PM IST

                                              Read more

                                              Week 8 - Simulation of a backward facing step in OpenFOAM

                                              Objective:

                                              https://skill-lync.com/projects/week-8-flow-over-a-backward-face-step-using-openfoam

                                              calendar

                                              09 Apr 2021 01:52 PM IST

                                                Read more

                                                FVM Lecture Literature

                                                Objective:

                                                Objective : 1. Describe the difference between the FDM and FVM.                  2. Need of the interpolation schemes.                  3. Flux limiters in Finite volume method.                …

                                                calendar

                                                16 Apr 2021 03:34 PM IST

                                                Read more

                                                Week 9 - FVM Literature Review

                                                Objective:

                                                https://skill-lync.com/myprojects/edit/41506

                                                calendar

                                                16 Apr 2021 03:34 PM IST

                                                  Read more

                                                  Flow through Pipe using OpenFoam

                                                  Objective:

                                                   Objective : Simulate the flow through the pipe in the openFoam using the tutorials.                  Need to show :               1. Shear stress Distribution.               2. Checking for the Hydrodynamic…

                                                  calendar

                                                  22 Apr 2021 11:17 AM IST

                                                  Read more

                                                  Week 11 - Simulation of Flow through a pipe in OpenFoam

                                                  Objective:

                                                  https://skill-lync.com/projects/flow-through-pipe-using-openfoam

                                                  calendar

                                                  22 Apr 2021 11:08 AM IST

                                                    Read more

                                                    Comparing the wedge and symmetry Boundary conditions for flow through a pipe

                                                    Objective:

                                                    Objective : Simulate the flow through pipe in the openfoam using wedge and symmetry boundary                  Conditions. Need to show Results : Validate Hydro-dynamic length with the numerical result Validate the fully developed flow velocity profile with its analytical profile…

                                                    calendar

                                                    06 May 2021 03:12 PM IST

                                                    Read more

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

                                                    Objective:

                                                    https://skill-lync.com/projects/comparing-the-wedge-and-symmetry-boundary-conditions-for-flow-through-a-pipe

                                                    calendar

                                                    06 May 2021 03:11 PM IST

                                                      Read more

                                                      Boundary and Initial Conditions of PDE and ODE

                                                      Objective:

                                                      Objective : To know the importance of the initial and boundary condition in the pde and ode                   Classification of PDE's                   How to implement Boundary conditions in cfd.   Boundary and Initial conditions…

                                                      calendar

                                                      08 May 2021 09:03 AM IST

                                                        Read more

                                                        Week1 Image Manipulation rotation operation (easy)

                                                        Objective:

                                                        Objective : Perform a One of the image manipulation of the image (Rotation) Library Used :  Opencv numpy Image manipulation are useful for algorithms , manipulating the image as required for the algorithms. Capturing the required part of the image. About in-built Functions : cv2.getRotationMatrix2D((col_cen,row_cen),…

                                                        calendar

                                                        10 Aug 2021 12:02 PM IST

                                                          Read more

                                                          Project 1

                                                          Objective:

                                                          https://skill-lync.com/projects/week1-image-manipulation-rotation-operation-easy

                                                          calendar

                                                          10 Aug 2021 11:54 AM IST

                                                            Read more

                                                            week 2 : Image Filtering

                                                            Objective:

                                                            Objective: Apply Prewitt and Laplacian filter on the image Libraries used: Opencv Open Source computer vision library. cross-platform supported. can perform through c, c++, and python. numpy Mathematical library to work in the domain of Linear algebra, Fourier transform, and matrices.       Image Filtering…

                                                            calendar

                                                            09 Jul 2022 06:36 AM IST

                                                              Read more

                                                              Project 2

                                                              Objective:

                                                              https://skill-lync.com/student-projects/week-2-image-filtering

                                                              calendar

                                                              09 Jul 2022 06:32 AM IST

                                                                Read more

                                                                Edge Detection and Hough Transform

                                                                Objective:

                                                                Objective: Detecting Edges using Canny Edge Detector. Understand and display the outputs of all steps in the canny Edge Detection process. Effect on the output on changing the parameters of the Non-Maximum Suppression. Understand Hough Transform and Lane Detection using Hough Transform.   Steps Follow in the Discussion:…

                                                                calendar

                                                                28 Dec 2022 09:58 PM IST

                                                                  Read more

                                                                  Lane Detection using Hough Transform

                                                                  Objective:

                                                                  Objective 1. Detect lanes using Hough Transform Method. Steps in lane Detection 1. Detect Edges using Canny Edge Detection Method. 2. Capture the Region of Interest in Image. 3. Detect lines using Hough Transform. 4. Calculate the actual left and right lanes from all lines. 6. Find the coordinates of the lines. 7. Display…

                                                                  calendar

                                                                  21 Feb 2023 05:20 AM IST

                                                                    Read more

                                                                    Project 4

                                                                    Objective:

                                                                    Objective 1. Detect lanes using Hough Transform Method. Steps in lane Detection 1. Detect Edges using Canny Edge Detection Method. 2. Capture the Region of Interest in Image. 3. Detect lines using Hough Transform. 4. Calculate the actual left and right lanes from all lines. 6. Find the coordinates of the lines. 7. Display…

                                                                    calendar

                                                                    21 Feb 2023 05:22 AM IST

                                                                      Read more
                                                                      Showing 1 of 41 projects

                                                                      2 Course Certificates

                                                                      certificate

                                                                      MATLAB for Mechanical Engineers

                                                                      CertificateIcon
                                                                      Certificate UID: u2dox47fv3camiwl
                                                                      View Certificate
                                                                      certificate

                                                                      Introduction to CFD using MATLAB and OpenFOAM

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

                                                                      Academic Qualification

                                                                      B.Tech

                                                                      National Institute Of Technology, Silchar

                                                                      20 Jul 2018 - 08 Jun 2022

                                                                      12th

                                                                      Shanta Bhavan Or Raman Bhavan 1

                                                                      20 Jul 2016 - 13 Jun 2018

                                                                      10th

                                                                      Dr.K.K.R’s Gowtham High(E.M) School

                                                                      19 Aug 2015 - 15 Jun 2016

                                                                      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

                                                                      21 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
                                                                      Recently launched

                                                                      22 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