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

KUNAL KALKOTWAR

Innovative Thinking is my blood, Lets try something new.

Skills Acquired at Skill-Lync :

  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN

Introduction

Hey, there must be something exciting that made you visit my profile, Thank you... About me, I completed my engineering in the mechanical domain, and as an innovative thinker, I am always excited and attracted to innovation. Skill Set:- CAD modeling, CFD, Team leader, work management, Technical paper writing, R&D Designing.

22 Projects

2R ROBOTIC ARM CHALLENGE IN MATLAB

Objective:

AIM: Write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm.   GOVERNING EQUATIONS AND THEORY: Kinematics is the branch of science in which we study the possible motion of a body or the group of bodies without considering external force applied. Kinematics has a wide application in robotic…

calendar

14 Oct 2020 05:04 AM IST

  • MATLAB
Read more

To plot the P-V graph of Otto cycle and also to find the efficiency of the cycle in MATLAB.

Objective:

AIM: Write a program in MATLAB to plot the P-V graph of the otto cycle and also to find the efficiency of the cycle.   GOVERNING EQUATIONS AND THEORY: Otto Cycle is an air standard thermodynamic cycle, which well defines the working process of modern days gasoline 4-stroke engines. The first person to build the 4-stroke…

calendar

20 Oct 2020 05:49 AM IST

Read more

WEEK – 3 SOLVING SECOND ORDER ODEs

Objective:

AIM: Write a program in MATLAB to solve the Second Order ODEs   GOVERNING EQUATIONS AND THEORY: In Engineering, ODE is used to describe the transient behavior of a system. There are 100s of ODESs which are used to solve real-life engineering problems in an exact and accurate way. One of the examples of such ODEs is…

calendar

24 Oct 2020 09:59 AM IST

Read more

WEEK – 4 FINDING THE GLOBAL MAXIMA FOR THE STALAGMITE FUNCTION USING GENETIC ALGORITHM

Objective:

AIM: Write a program in MATLAB to find the global maxima for the stalagmite function using a genetic algorithm.   OBJECTIVE: Code the stalagmite function in MATLAB. Optimize the stalagmite function in MATLAB and find the global maxima. Study 3 case of options of Genetic Algorithm ‘ ga ’ in MATLAB.  …

calendar

23 Dec 2020 04:48 AM IST

Read more

PROJECT 1 - PARSING NASA THERMODYNAMIC DATA

Objective:

AIM: Write a program in MATLAB to read and study the NASA thermodynamic data file.   OBJECTIVE: To parse the NASA thermodynamic data file and to study the thermodynamic properties of all the species.   THEORY: The meaning of file parsing is to read the available data and to split the data into pieces so the data…

calendar

28 Dec 2020 12:54 PM IST

Read more

Week 3.1 - Stoichiometric Combustion Calculator

Objective:

AIM: To write the program in MATLAB to the stoichiometric coefficient for each fuel. OBJECTIVE: To plot the comparison of the effect of the number of moles of carbon on the ‘stoichiometric coefficient ar’ using MATLAB. Also, observe this comparison with respect to different fuel types – Alkane, Alkene,…

calendar

16 Feb 2021 01:00 PM IST

Read more

Week 3.3 - Discretization basics

Objective:

QUESTION: Write a program that compares the first, second, and fourth-order approximation of the first derivative against the analytical or exact derivative.  ANSWER: Given Equation:                                  Computing…

calendar

05 May 2021 04:32 AM IST

    Read more

    Week 3.4 - Discretization for range of dx

    Objective:

    QUESTION:   In part 1, you had computed the first, second, and fourth-order approximations for a given value of x and dx. For this program, you need to do the following. For a range of dx, plot the first order, second and fourth-order error.                      …

    calendar

    05 May 2021 05:15 AM IST

    Read more

    Week 4.1 - Linear Convection for varying number of nodes

    Objective:

    QUESTION: Numerical solution to the One-dimensional Linear Convection equation. Assume that the domain length is L = 1m The initial velocity profile is a step function. It is equal to 2m/s between x= 0.1 and 0.3 and 1m/s everywhere else Use first-order forward differencing for the time derivative Use first-order backward/rearward…

    calendar

    05 May 2021 06:24 PM IST

    Read more

    Week 4.2 - Linear Convection for varying timesteps

    Objective:

    QUESTION: Effect of time step size on the solution Write a function that accepts the time step as an argument and solves the same problem. You will compare the effect of the time step on the numerical solution. Number of nodes, n = 80 Time step, dt = 1e-4, 1e-3, 1e-2, and 1e-1 Simulation run time, t = 0.4 seconds. Expected…

    calendar

    07 May 2021 12:56 PM IST

    Read more

    Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method

    Objective:

    QUESTION: Derive the following 4th order approximations of the second-order derivative.  Central difference Skewed right-sided difference Skewed left-sided difference After deriving these schemes, prove that your skewed schemes are fourth-order accurate. Once you have done this, write a program in MATLAB to evaluate…

    calendar

    08 May 2021 03:47 PM IST

    Read more

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

    Objective:

    AIM: To solve the 2D heat conduction equation by using the point iterative technique using the methods like Jacobi, Gauss-Seidel, Successive over relaxation for both implicit and explicit schemes. Theory: Inputs and Boundary conditions: Domain is assumed to be a shape of a square of length 1m. of nodes in x and y direction…

    calendar

    11 May 2021 06:11 AM IST

    Read more

    Week 9 - FVM Literature Review

    Objective:

    QUESTION:  What is Finite Volume Method FVM), write down the major differences between FDM & FVM. Also, describe the need for interpolation schemes and flux limiters in FVM.   ANSWER: The finite volume method is a discretization method that converts PDE to a linear algebraic system. The main advantage of…

    calendar

    14 May 2021 01:51 PM IST

      Read more

      Week 5.2 - Mid term project - Steady vs unsteady state analysis

      Objective:

      Objective: Compare your fastest steady-state simulation vs your fastest transient simulation and explain your result.   Solution: The link for the original Steady and Unsteady 2-D Heat Conduction is given below: Link - https://skill-lync.com/projects/week-5-1-mid-term-project-solving-the-steady-and-unsteady-2d-heat-conduction-problem-66…

      calendar

      23 May 2021 02:23 PM IST

        Read more

        Week 8 - Simulation of a backward facing step in OpenFOAM

        Objective:

        AIM: To simulate an incompressible-laminar-viscous flow through the backward-facing step geometry. CASES TO PERFORM: Case 1 - Simulate the flow without using any grading factor (i.e., GF = 1) Case 2 - Simulate the flow with a grading factor of 0.2. The cells should be finer near the wall (including the step wall).…

        calendar

        24 May 2021 07:19 AM IST

        Read more

        Week 11 - Simulation of Flow through a pipe in OpenFoam

        Objective:

        Objective: Writing a program in MATLAB that can generate the computational mesh automatically for any wedge angle and grading scheme. Show that the velocity profile is fully developed. Post-process velocity and shear stress. Considering a cylindrical pipe with the working fluid water entering the pipe with the laminar…

        calendar

        24 May 2021 02:47 PM 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 OpenFOAM for different angles of the wedge and to capture the results. The given angles for the flow are  10 Degree 25 Degree 45 Degree   OBJECTIVE: Writing a program in MATLAB that can generate the computational mesh automatically for any wedge angle and grading scheme.…

        calendar

        25 May 2021 06:48 AM IST

        Read more

        Simulation of Quasi 1 D Supersonic nozzle flow simulation using MacCormack Method

        Objective:

        AIM: Simulation of Quasi 1 D Supersonic nozzle flow simulation using MacCormack Method OBJECTIVE: Steady-state distribution of primitive variable inside the nozzle. Time-Wise variation of a primitive variable. Variation of mass flow rate distribution inside the nozzle at different time steps during the time marching process.…

        calendar

        12 Jul 2021 07:01 AM IST

        Read more

        WEEK - 1 - CFD ANALYSYS OF A MIXING TEE EFFICIENCY USING ANSYS FLUENT

        Objective:

        OBJECTIVE: To set up the steady-state simulation to compare the mixing effectiveness of a mixing tee when hot inlet temperature is 36ᵒC the cold inlet is at 19ᵒC for the different cases using Ansys Fluent.   THE MAIN OBJECTIVE IS: To find out the average temperature at the outlet of the geometry. To compare the RANS-based…

        calendar

        26 Aug 2021 04:49 PM IST

        Read more

        WEEK 2 - FLOW OVER A CYLINDER.

        Objective:

        STEADY & TRANSIENT STATE SIMULATION OF FLOW OVER A CYLINDER IN 2D TO STUDY THE KARMAN VORTEX STREET AND BEHAVIOUR OF CO-EFFICIENT OF LIFT & DRAG USING ANSYS FLUENT   AIM: Our aim is to simulate a steady & transient state flow over a cylinder with different Reynolds number to study the Karman…

        calendar

        10 Sep 2021 09:04 AM IST

        Read more

        Week 3 - External flow simulation over an Ahmed body.

        Objective:

                                           AHMED BODY CHALLENGE AIM -  External aerodynamics flow simulation over Ahmed body solved by using steady-state to identify the reason for negative wake region and to perform grid…

        calendar

        16 Sep 2021 11:37 AM IST

          Read more

          Project 1

          Objective:

          Project 1 The task is to, Script a function to perform image rotation by deriving the rotation matrix for a 140 degree rotation angle. Now on the rotated image perform a scaling operation which reduces the size of the image by 50% of the original size. Take the original image and perform cropping operation manually which…

          calendar

          30 Mar 2023 10:35 AM IST

            Read more
            Showing 1 of 22 projects

            2 Course Certificates

            certificate

            MATLAB for Mechanical Engineers

            CertificateIcon
            Certificate UID: w98ux0virylt1edj
            View Certificate
            certificate

            Introduction to CFD using MATLAB and OpenFOAM

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

            Academic Qualification

            B.E

            S. B. Jain Institute of Technology, Management & Research, Nagpur

            07 Aug 2014 - 07 Jun 2018

            12th

            SFS School of Excellence

            14 Jun 2012 - 06 Feb 2014

            10th

            St John's High School

            06 Mar 2011 - 06 Mar 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
            Recently launched

            18 Hours of Content

            coursecard
            Recently launched

            21 Hours of Content

            coursecard
            Recently launched

            10 Hours of Content

            coursecard
            4.8

            25 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