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

Bhuvnesh Dave

Quality is not an act, It is a Habit.

Skills Acquired at Skill-Lync :

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

Introduction

I completed my B.Tech in Mechanical Engineering. Currently I am pursuing M.E. in Mechanical Engineering.

40 Projects

Flow over Bicycle

Objective:

Problem Statement:-  Write a MATLAB program to calculate drag force against a cyclict.Problem should include:    1. A plot of Velocity v/s Drag force.                                             …

calendar

15 May 2020 09:49 PM IST

  • CAE
  • MATLAB
Read more

Animation of 2R Robotic Arm

Objective:

Problem Statement :- Write a program in MATLAB to simulate the forward kinematics of 2R Robotic Arm. Theory :- Forward kinematics :-  Forward kinematics refers to the use of the knematic equations of a robot to compute the position of the end-effector from specified values for the joint parameters. The kinematics…

calendar

21 May 2020 10:10 PM IST

Read more

Air Standard Cycle : Otto Cycle

Objective:

Problem Statement :-  Write MATLAB code that can solve an Otto cycle and make plots for it.  Answer should include a PV diagram and Output the thermal efficiency of cycle. Theory :-  An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine.…

calendar

22 May 2020 06:18 PM IST

Read more

Solving Second Order ODE (Simple Pendulum)

Objective:

Problem Statement :-  Write a Program to solve following equation. `frac {d^2 theta}{dt^2} + frac {b}{m} frac {d theta}{dt} + frac{g}{L} sin theta = 0` This ODE represents the equation of motion of simple pendulum with damping. MATLAB program should contain simulation the motion of pendulum between 0 to 20 seconds.…

calendar

08 Jul 2020 04:21 PM IST

Read more

Curve Fitting in MATLAB

Objective:

Problem Statement:- Write code to fit a linear and cubic polynomial for the Cp data. Plot the linear and cubic fit curves along with the raw data points. Explain the parameters used to measure the fitness characteristics for both the curves. Answer following questions:- How to make a curve fit perfectly? How to get the…

calendar

30 May 2020 09:27 PM IST

Read more

Optimization of stalagmite function using Genetic Algorithm

Objective:

Problem Statement :- Write a code in MATLAB to optimize the stalagmite function and find the global maxima of the function. Explain the concept of genetic algorithm and also explain the syntax for "ga" in MATLAB. Make sure that your code gives the same output, even if it is made to run several times. Plot…

calendar

06 Jun 2020 05:25 PM IST

Read more

MATLAB Project - Parsing NASA thermodynamic data

Objective:

Problem Statement:- 1. Write a function that extracts the 14 co-effients and calculates the enthalpy, entropy and specifc 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

09 Jun 2020 10:38 PM IST

Read more

MATLAB Project - Rankine cycle Simulator

Objective:

1. AIM: To create Rankine Cycle simulator using MATLAB. 2. THEORY AND GOVERNING EQUATIONS : RANKINE CYCLE The Rankine cycle is a model used to predict the performance of steam turbine systems. It was also used to study the performance of reciprocating steam engines. The Rankine cycle…

calendar

22 Jun 2020 08:05 PM IST

Read more

MBD Project 1 : Internal Geneva Mechanism

Objective:

 Objective :  1. Create 3D models for driver and driven wheels of the Internal Geneva Mechanism according to 2D CAD drawings. Create assembly of Internal Geneva Mechanism. 2. Perform motion analysis by rotating the driver wheel at 10 rpm and 20 rpm. 3. Obtain the following plots     3.1 Contact force…

calendar

30 Jun 2020 08:14 PM IST

    Read more

    Internal Geneva Mechanism

    Objective:

    https://skill-lync.com/projects/mbd-project-1-internal-geneva-mechanism   Kindly go through this Project link which is done by me.    Objective :  1. Create 3D models for driver and driven wheels of the Internal Geneva Mechanism according to 2D CAD drawings. Create assembly of Internal Geneva Mechanism.…

    calendar

    30 Jun 2020 08:16 PM IST

      Read more

      MBD Project 2 : Planetary Gear Simulation

      Objective:

      Objective : To design and simulate Planetary gear and motion analysis for following cases. 1. Sun Gear(As Input), Carrier(As Output), Ring Gear(Fixed) 2. Ring Gear(As Input), Carrier(As Output), Sun Gear(Fixed) 3. Sun Gear(As Input), Ring Gear(As Output), Carrier(Fixed)  Theory: Planetary gear : An epicyclic…

      calendar

      02 Jul 2020 01:34 PM IST

        Read more

        MBD Project 3 : Simulation on IC Engine Valve Train

        Objective:

        Objective : 1. Model IC engine valve train parts and assemble them in SolidWorks. 2. Run simulation using the following parameters. 3. Obtain following simulation.      A. Valve Lift      B. The contact force between Cam and Pushrod      C. The contact force between Pushrod…

        calendar

        02 Jul 2020 07:06 PM IST

          Read more

          Planetary Gear

          Objective:

          Kindly go through following project link https://skill-lync.com/projects/mbd-project-1-planetary-gear-simulation Part Design Link : https://drive.google.com/drive/folders/1MHIrhs8PRz4cafR4BKtrs0brQZC0b6VM?usp=sharing     Objective : To design and simulate Planetary gear and motion analysis for following cases.…

          calendar

          02 Jul 2020 01:34 PM IST

            Read more

            MBD Simulation on IC Engine Valve Train

            Objective:

            Kindly go through following link  https://skill-lync.com/projects/mbd-project-3-simulation-on-ic-engine-valve-train   Objective : 1. Model IC engine valve train parts and assemble them in SolidWorks. 2. Run simulation using the following parameters. 3. Obtain following simulation.      A. Valve…

            calendar

            02 Jul 2020 07:06 PM IST

              Read more

              Python Project 1 : Flow over Bicycle

              Objective:

              Objective :  To calculate drag force against a cyclist. Problem Statement:-  Write a PYTHON program to calculate drag force against a cyclist. Problem should include:    1. A plot of Velocity v/s Drag force. 2. A plot of Drag Coefficient v/s Drag force. Factors Involved :- Velocity, Drag Coefficient,…

              calendar

              07 Jul 2020 05:15 AM IST

              Read more

              Python Project 2 : 2R Robotic Arm Simulation

              Objective:

              Objective :  To simulate 2R robotics arm by using Python. Problem Statement :- Write a program in MATLAB to simulate the forward kinematics of 2R Robotic Arm. Theory :- Forward kinematics :-  Forward kinematics refers to the use of the knematic equations of a robot to compute the position of the end-effector…

              calendar

              07 Jul 2020 05:13 AM IST

              Read more

              Flow Simulation Project 1 : Pipe Flow Simulation

              Objective:

              Objective : To simulate pipe flow at different conditions. Problem statement :  Run a pipe flow simulation with an inlet Reynolds number of 100,1000 and 10,000.For each of these cases do the following1. Place line probes at 95%, 90% and 85% of the pipe length.2. Compare the normalized velocity profile at each of these…

              calendar

              05 Jul 2020 12:58 PM IST

                Read more

                Python Project 3 : Air Standard Cycle : Otto Cycle

                Objective:

                AIM: To Plot P-V diagram of Air Standard Cycle Problem Statement :-  Write Python code that can solve an Otto cycle and make plots for it.  Answer should include a PV diagram and Output the thermal efficiency of cycle. Theory :-  An Otto cycle is an idealized thermodynamic cycle that describes the functioning…

                calendar

                08 Jul 2020 03:59 PM IST

                  Read more

                  Week 2 Air standard Cycle

                  Objective:

                  Kindly go through this project link https://skill-lync.com/projects/python-project-3-air-standard-cycle-otto-cycle

                  calendar

                  08 Jul 2020 04:02 PM IST

                    Read more

                    Python Project 4 : Solving Second Order ODE (Simple Pendulum)

                    Objective:

                    AIM : To animate a simple pendulum using Python. Problem Statement :-  Write a Python Program to solve following equation. `frac {d^2 theta}{dt^2} + frac {b}{m} frac {d theta}{dt} + frac{g}{L} sin theta = 0` This ODE represents the equation of motion of simple pendulum with damping. Create animation of simple pendulum…

                    calendar

                    10 Jul 2020 05:59 PM IST

                      Read more

                      Week 3 - Solving second order ODEs

                      Objective:

                      kindly go through following link https://skill-lync.com/projects/python-project-4-solving-second-order-ode-simple-pendulum

                      calendar

                      10 Jul 2020 06:08 PM IST

                        Read more

                        Flow Simulation Project 2 : Flow over a cylinder

                        Objective:

                        AIM: Simulate the flow over a cylinder for various conditions. Problem Statement : Simulate the flow over a cylinder for the conditions. Run a baseline simulation and then calculate the Reynolds number. Then increase the Reynolds number by a factor of 20%, 40%, and 100% then run the transient flow simulation. Theory…

                        calendar

                        10 Jul 2020 08:05 PM IST

                        Read more

                        Flow over a cylinder

                        Objective:

                        Kindly go through this project https://skill-lync.com/projects/flow-simulation-project-2-flow-over-a-cylinder

                        calendar

                        10 Jul 2020 08:07 PM IST

                          Read more

                          Project : Constraint Minimization - Pen and Paper calculation

                          Objective:

                          AIM : Minimize the following function `5-(x-2)^2 -2(y-1)^2` subject to the following constraint `x + 4y = 3` Solution : `f(x,y) = 5 − (x − 2)^2 − 2(y − 1)^2` `=> 5 − (x^2 + 4 − 4x) − 2(y^2 + 1 − 2y) = 0` `=> 5 − x^2 - 4 + 4x − 2y^2 - 2 + 4y = 0` `=> −…

                          calendar

                          15 Jul 2020 12:10 PM IST

                            Read more

                            Python Project 5 : Breaking Ice with Air cushion Vehicle

                            Objective:

                             AIM : Write python script to solve for the minimum value of pressure using the newton raphson method. Problem Statement :  1. Use the newton raphson method to find out the value of pressure for h = 0.6 ft.2. Find the optimal relaxation factor for this problem with the help of a suitable plot.3. Tabulate the…

                            calendar

                            15 Jul 2020 06:39 AM IST

                            Read more

                            Flow Simulation Project 3 : Flow over an airfoil

                            Objective:

                            AIM : Model the flow over a NACA0017 airfoil. For the angle of attacks 0,2,4,6,8,10 compare the lift and drag forces. 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 using a series of digits…

                            calendar

                            11 Jul 2020 07:13 PM IST

                            Read more

                            Flow over an airfoil

                            Objective:

                            Kindly go through this project link https://skill-lync.com/projects/flow-simulation-project-3-flow-over-an-airfoil

                            calendar

                            11 Jul 2020 07:14 PM IST

                              Read more

                              Flow Simulation Project 5 : Centrifugal pump design and analysis

                              Objective:

                              AIM  To design and analyze Centrifugal Pump. Objective Create a 3D model of a centrifugal Pump. Obtain the relationship between Pressure ratio and mass flow rate (Performance Curve) Theory A pump is a device that moves fluids (liquids or gases), or sometimes slurries, by mechanical action, typically converted from…

                              calendar

                              11 Jul 2020 08:44 PM IST

                              Read more

                              Centrifugal pump design and analysis

                              Objective:

                              Kindly Go through following Link https://skill-lync.com/projects/flow-simulation-project-5-centrifugal-pump-design-and-analysis

                              calendar

                              11 Jul 2020 08:46 PM IST

                                Read more

                                Flow Simulation Project 4 : Modelling and simulation of flow through a flowbench

                                Objective:

                                AIM : Modelling and simulate flowbench. Objective : To create a 3D geometry of the flow bench and analysis the flow simulation. To run the grid dependency test at three levels. To plot of lift vs mass flow rate. Theory :  An air flow bench is a device used for testing the internal aerodynamic qualities of an engine…

                                calendar

                                11 Jul 2020 09:17 PM IST

                                Read more

                                Modelling and simulation of flow through a flowbench

                                Objective:

                                Kindly go through this link https://skill-lync.com/projects/flow-simulation-project-4-modelling-and-simulation-of-flow-through-a-flowbench

                                calendar

                                11 Jul 2020 09:19 PM IST

                                  Read more

                                  FEA Using SolidWorks Project 1 : Comparison of bending in beams

                                  Objective:

                                  AIM :  To analysis various beams by using finite element analysis process.  Objective: The aim of this project is to analyze the performance of three different types of beams under the same bending load, compare the results for stress, displacement and strain and choose the most efficient beam out of the three.…

                                  calendar

                                  12 Jul 2020 04:38 PM IST

                                  Read more

                                  FEA Using SolidWorks Project 2 : Analysis of buckling phenomena

                                  Objective:

                                  AIM : To perform finite element analysis in SolidWorks to Cyclonic Separator Stand. Objective : To perform a buckling analysis on a cyclonic separator stand. To create a metallic stiffener on the legs of the stand and run the analysis to find out the change in buckling factor of safety. To run a design study and find the…

                                  calendar

                                  12 Jul 2020 06:51 PM IST

                                  Read more

                                  FEA Using SolidWorks Project 3 : Analysis on a plate with a hole

                                  Objective:

                                  AIM : Finite element analysis of a plate with hole. Objective : The project involves performing a static structural analysis using Solidworks simulation, on two models to find out and compare the deformation and maximum stress in two plates and their behaviour around stress concentration regions like holes. Theory: The…

                                  calendar

                                  13 Jul 2020 06:02 AM IST

                                  Read more

                                  FEA Using SolidWorks Project 4 : Frequency Analysis of a rotating shaft

                                  Objective:

                                  AIM : Frequency Analysis of a rotating shaft using finite elemet analysis method. Objective : The aim of the project is to conduct a frequency analysis on a shaft with a disc mounted on it and determine the corresponding resonant frequencies and the mode shapes. Introduction : Natural Frequency: All physical structures…

                                  calendar

                                  14 Jul 2020 03:36 PM IST

                                  Read more

                                  Frequency Analysis of a rotating shaft

                                  Objective:

                                  Kindly go through following link https://skill-lync.com/projects/fea-using-solidworks-project-4-frequency-analysis-of-a-rotating-shaft

                                  calendar

                                  14 Jul 2020 03:40 PM IST

                                    Read more

                                    Python Project 6 : Curve fitting

                                    Objective:

                                    AIM: Curve fitting using PYTHON. Problem Statement:- 1. What does popt and pcov mean? 2. What does np.array(temperature) do? 3. What does the * in *popt mean? 4. Write code to fit a linear and cubic polynomial for the Cp data. Explain if your results are good or bad.  5. What needs to be done in order to make the…

                                    calendar

                                    15 Jul 2020 07:15 AM IST

                                    Read more

                                    Week 5 - Curve fitting

                                    Objective:

                                    Kindly go through this link https://skill-lync.com/projects/python-project-6-curve-fitting

                                    calendar

                                    15 Jul 2020 07:16 AM IST

                                      Read more

                                      Python Project 7 : Data analysis

                                      Objective:

                                      Objective: The objective of this project is to write a code for data analysis from an input file and perform the following operations. 1. Compatibility Check: The program will ask for the file name with valid extension which if provided incorrect will terminate the program. In case the file name is correct it will further…

                                      calendar

                                      15 Jul 2020 08:12 AM IST

                                      Read more

                                      Week 6 - Data analysis

                                      Objective:

                                      Kindly go through following project link https://skill-lync.com/projects/python-project-7-data-analysis

                                      calendar

                                      15 Jul 2020 08:16 AM IST

                                        Read more
                                        Showing 1 of 40 projects

                                        6 Course Certificates

                                        certificate

                                        MATLAB for Mechanical Engineers

                                        CertificateIcon
                                        Certificate UID: o2hgparsyktfmn38
                                        View Certificate
                                        certificate

                                        Multibody Dynamics using SolidWorks

                                        CertificateIcon
                                        Certificate UID: f1o7q6wm089pjah4
                                        View Certificate
                                        certificate

                                        Flow Simulation using SolidWorks

                                        CertificateIcon
                                        Certificate UID: rn53zxg8kdlc7j4i
                                        View Certificate
                                        certificate

                                        Finite Element Analysis Using SolidWorks

                                        CertificateIcon
                                        Certificate UID: prh3dib7an618ts0
                                        View Certificate
                                        certificate

                                        Python for Mechanical Engineers

                                        CertificateIcon
                                        Certificate UID: mr7ue3jpish8zvo2
                                        View Certificate
                                        certificate

                                        Mechanical Engineering Essentials Program

                                        CertificateIcon
                                        Certificate UID: olrqeh9x5ktjybwz
                                        View Certificate
                                        Showing 1 of 6 certificates

                                        15 Workshop Certificates

                                        certificate

                                        Find Your Ikigai with Operations and supply chain management

                                        CertificateIcon
                                        Certificate UID: y53t2br6de
                                        View Certificate
                                        certificate

                                        INTRODUCTION TO VEHICLE MODELLING AND CONTROL

                                        CertificateIcon
                                        Certificate UID: ty1oi2pwj3
                                        View Certificate
                                        certificate

                                        Introduction to Additive Manufacturing

                                        CertificateIcon
                                        Certificate UID: 58e42jfaul
                                        View Certificate
                                        certificate

                                        Introduction to Vehicle Modelling and Control

                                        CertificateIcon
                                        Certificate UID: v35y1pw6gs
                                        View Certificate
                                        certificate

                                        A brief and broad introduction to Aerospace background

                                        CertificateIcon
                                        Certificate UID: q2fauzyh79
                                        View Certificate
                                        certificate

                                        How to build a world-class amusement park as a Mechanical Engineer

                                        CertificateIcon
                                        Certificate UID: nkv3pzc0yh
                                        View Certificate
                                        certificate

                                        CFD Preprocessing using ANSA

                                        CertificateIcon
                                        Certificate UID: nyo7ijm5df
                                        View Certificate
                                        certificate

                                        Basics of electric vehicle simulations using Ansys

                                        CertificateIcon
                                        Certificate UID: 1ry85vkwsb
                                        View Certificate
                                        certificate

                                        Design optimization using Finite element analysis - FEA

                                        CertificateIcon
                                        Certificate UID: miel4odhaq
                                        View Certificate
                                        certificate

                                        Introduction to Automotive Cybersecurity

                                        CertificateIcon
                                        Certificate UID: hyqa6r0jox
                                        View Certificate
                                        certificate

                                        Advance Gas Turbine

                                        CertificateIcon
                                        Certificate UID: 2dml74ustv
                                        View Certificate
                                        certificate

                                        Design Automation &CAD Customization

                                        CertificateIcon
                                        Certificate UID: rbe9aj2nuh
                                        View Certificate
                                        certificate

                                        BIW Paints & Anti-corrosion

                                        CertificateIcon
                                        Certificate UID: mswo6yxigd
                                        View Certificate
                                        certificate

                                        Numerical Methods for Solving Differential Equations

                                        CertificateIcon
                                        Certificate UID: j574odihq8
                                        View Certificate
                                        certificate

                                        Knowledge-Based Engineering Using CATIA V5

                                        CertificateIcon
                                        Certificate UID: 3820e4w1i5
                                        View Certificate
                                        Showing 1 of 15 certificates

                                        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
                                        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