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

John babu Vasamsetti

Learning is the best way to explore life

Skills Acquired at Skill-Lync :

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

Introduction

I'm pursuing my second year of mechanical engineering in JNTUHCEM. I'm curious to learn about new things

20 Projects

Simulation of 2R Robotic Arm using MATLAB

Objective:

AIM: To create the simulation of forwarding kinematics of a 2R Robotic Arm GOVERNING EQUATIONS: Basic trigonometry and math skills. OBJECTIVES OF THE PROJECT: The main objective of this project is to create the simulation of the forwarding kinematics of a 2R Robotic Arm using simple math functions like plot and with the…

calendar

02 Jun 2020 05:33 PM IST

  • MATLAB
Read more

Indicator diagram of the Otto Cycle using MATLAB

Objective:

 AIM: To develop the indicator diagram of the Otto Cycle using MATLAB GOVERNING EQUATIONS: IDEAL GAS EQUATION : `PV=NRT`     P=Pressue     V=Volume     R=Universal gas constant     N=No of moles      T=Temperature  OBJECTIVES OF THE PROJECT: The main objective…

calendar

13 Jun 2020 02:33 PM IST

Read more

Solving second order ODE using MATLAB

Objective:

 AIM :  1. To solve the second-order ODE of a simple pendulum 2. To plot the graph between angular displacement vs time  and angular velocity vs time  3. To make the animation of a simple pendulum   GOVERNING EQUATIONS : 1.Second order differential equation of simple pendulum is `(d^2θ)/dt^2…

calendar

18 Jun 2020 10:49 AM IST

Read more

CURVE FITTING using MATLAB

Objective:

  AIM: To perform the curve fitting for the given CP data using MATLAB CURVE FITTING: Curve fitting the process of construction the curve or a mathematical functions, which process the closest proximity to the real series of data. GOVERNING EQUATIONS: OBJECTIVE OF THE PROJECT: The main objective of this project…

calendar

22 Jun 2020 03:55 AM IST

Read more

2-R Robotic Arm Simulator

Objective:

AIM: To write a program in python to simulate the forward kinematics of a 2R Robotic Arm  GOVERNING EQUATIONS: Basic math concepts like the resolution of vectors and locating coordinates the specific points in the plane. OBJECTIVES OF THE PROJECT: The main objective of this project is to create the animation…

calendar

25 Jun 2020 05:41 PM IST

Read more

Genetic Algorithm using MATLAB

Objective:

AIM: To find the maximum value of the stalagmite function using genetic algorithm. OBJECTIVES OF THE PROJECT: The objective of this project is to understand the working of the genetic algorithm and make use of it to  optimise the given function. GENETIC ALGORITHM:  Optimization is the process of finding the point…

calendar

30 Jun 2020 03:10 AM IST

Read more

Parsing NASA thermodynamic data

Objective:

AIM: To extract the polynomial coefficients that can be used to evaluate and study the thermodynamic properties such as Cp, H and S of various chemical compounds.  OBJECTIVES OF THE PROJECT: 1. Write a function that extracts the 14 coefficients and calculates the enthalpy, entropy and specific heats for…

calendar

04 Jul 2020 01:00 PM IST

Read more

Project 1 - Parsing NASA thermodynamic data

Objective:

https://skill-lync.com/projects/parsing-nasa-thermodynamic-data-215

calendar

04 Jul 2020 01:05 PM IST

    Read more

    Rankine Cycle

    Objective:

    AIM: To create a Rankine cycle simulator and to find out the thermodynamic properties at each state. OBJECTIVES OF THE PROJECT: 1. To calculate the state points of the Rankine Cycle. 2. To plot the T-S and H-S plots for the given inputs. 3. To calculate the Net work output and Back work ratio. RANKINE CYCLE The Rankine…

    calendar

    09 Jul 2020 05:09 PM IST

    Read more

    Project 2 - Rankine cycle Simulator

    Objective:

    https://skill-lync.com/projects/rankine-cycle-simulation-9

    calendar

    09 Jul 2020 05:11 PM IST

      Read more

      Otto Cycle

      Objective:

      AIM: To solve an otto cycle and make plots with the given information OBJECTIVE:  1. To code and create a PV diagram for Otto cycle 2. To compute and output the thermal efficiency of the engine. Otto Cycle: On this cycle, petrol, gas and many types of oil engines work. 1→2: Adiabatic compression  2→3:…

      calendar

      11 Jul 2020 06:53 AM IST

      Read more

      Week 2 Air standard Cycle

      Objective:

      https://skill-lync.com/projects/otto-cycle-256

      calendar

      11 Jul 2020 06:57 AM IST

        Read more

        Solving second order ODE using PYTHON

        Objective:

        AIM: To write a program in python to solve ODE and to create the simple pendulum animation OBJECTIVES OF THE PROJECT: The main objective of this project is to write a program in Python that will simulate the pendulum motion.   GOVERNING EQUATIONS: Basic math concepts like the resolution of vectors and…

        calendar

        11 Jul 2020 03:36 PM IST

        Read more

        Week 3 - Solving second order ODEs

        Objective:

        https://skill-lync.com/projects/solving-second-order-ode-using-python-3

        calendar

        11 Jul 2020 03:38 PM IST

          Read more

          Constraint Minimization - Pen and Paper calculation

          Objective:

          Aim:  To Minimize the following function 5-(x-2)^2 -2(y-1)^2  subject to the following constraint x + 4y = 3   The method of Lagrange multipliers is a method for finding max or min of a function of several variables restricted to a given subset. Method of Lagrange Multipliers: Suppose that f(x, y) and g(x,…

          calendar

          12 Jul 2020 10:08 AM IST

            Read more

            Newton-Raphson method for finding min pressure

            Objective:

            AIM: To write a python script to solve for the minimum value of pressure using the newton raphson method. OBJECTIVES: 1. Using the newton raphson method to find out the value of pressure for h = 0.6 ft. 2. To find the optimal relaxation factor for this problem with the help of a suitable plot. 3. To Tabulate the results…

            calendar

            13 Jul 2020 04:43 PM IST

            Read more

            CURVE FITTING using PYTHON

            Objective:

            AIM: To perform curve fitting for a given temperature and specific heat data of Oxygen species using PYTHON. OBJECTIVES: To write code to fit a linear and cubic polynomial for the given Cp data. Curve Fitting: Curve fitting is the process of constructing a curve or mathematical functions, which posses the closest…

            calendar

            14 Jul 2020 10:04 AM IST

            Read more

            Week 5 - Curve fitting

            Objective:

            https://skill-lync.com/projects/curve-fitting-using-python-57

            calendar

            14 Jul 2020 10:06 AM IST

              Read more

              DATA ANALYSIS IN PYTHON

              Objective:

              AIM: To read a file containing information about engine thermodynamic properties and to perform the analysis. OBJECTIVES: To extract the desired thermodynamic properties data and to plot them. The Programming Language Used: PYTHON CODE: #DATA PARSING #IMPORTINING THE MODULES import matplotlib.pyplot as plt…

              calendar

              15 Jul 2020 12:47 PM IST

              Read more

              Week 6 - Data analysis

              Objective:

              https://skill-lync.com/projects/data-analysis-in-python-8

              calendar

              15 Jul 2020 12:50 PM IST

                Read more
                Showing 1 of 20 projects

                2 Course Certificates

                certificate

                MATLAB for Mechanical Engineers

                CertificateIcon
                Certificate UID: uyfmzos3l9qhk7dr
                View Certificate
                certificate

                Python for Mechanical Engineers

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

                16 Workshop Certificates

                certificate

                CFD Preprocessing using ANSA

                CertificateIcon
                Certificate UID: kufd2pilra
                View Certificate
                certificate

                Basics of electric vehicle simulations using Ansys

                CertificateIcon
                Certificate UID: as8hgkv9z1
                View Certificate
                certificate

                Design optimization using Finite element analysis - FEA

                CertificateIcon
                Certificate UID: bzwdi8m109
                View Certificate
                certificate

                CATIA Customization & Automation

                CertificateIcon
                Certificate UID: 5eqsw9kx1f
                View Certificate
                certificate

                Design Automation &CAD Customization

                CertificateIcon
                Certificate UID: 7m1li6029q
                View Certificate
                certificate

                BIW Paints & Anti-corrosion

                CertificateIcon
                Certificate UID: i4wq9s526p
                View Certificate
                certificate

                Knowledge-Based Engineering Using CATIA V5

                CertificateIcon
                Certificate UID: rg0aq9hfc7
                View Certificate
                certificate

                Solidworks customization

                CertificateIcon
                Certificate UID: jf72mu6dtv
                View Certificate
                certificate

                FEA: Modern product simulation approaches

                CertificateIcon
                Certificate UID: y9bnhs5xwd
                View Certificate
                certificate

                Mastering Shear force and Bending Moment diagram

                CertificateIcon
                Certificate UID: z6rq92dv0i
                View Certificate
                certificate

                Durability Crash & Safety Engineering

                CertificateIcon
                Certificate UID: jd2fpnexu7
                View Certificate
                certificate

                Introduction to Vehicle Dynamics

                CertificateIcon
                Certificate UID: bt2mv4gqic
                View Certificate
                certificate

                FEA using Abaqus

                CertificateIcon
                Certificate UID: 86inhwavld
                View Certificate
                certificate

                Introduction to ANSYS SpaceClaim

                CertificateIcon
                Certificate UID: z4g1vwto93
                View Certificate
                certificate

                Fundamentals of Thermodynamics and it's Industrial Applications

                CertificateIcon
                Certificate UID: 4xn7k63yao
                View Certificate
                certificate

                Introduction to Heat Treatment

                CertificateIcon
                Certificate UID: 6g5noziwfb
                View Certificate
                Showing 1 of 16 certificates

                Academic Qualification

                B.Tech

                JNTUHUCEM

                30 Jul 2018 - 09 Jun 2022

                12th

                NARAYANA JUNIOR COLLEGE

                10 Apr 2016 - 10 Jul 2018

                10th

                OXFORD ENGLISH MEDIUM SCHOOL

                07 Apr 2015 - 08 Apr 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
                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