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

Dheeresh Kumar R

Skills Acquired at Skill-Lync :

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

18 Projects

File Parsing

Objective:

Compatability check The code checks whether the input file name given exsists with extension \'.out\' or not, if a non-compatible file is provided as an input. It shows something like \"File not recognized. Please provide a valid CONVERGE output file\" Data visualizer  Script takes column numbers as the input and…

calendar

02 Dec 2018 06:58 AM IST

    Read more

    Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method

    Objective:

    Aim: To determine the minimum cushion pressure needed to break a given thickness of iceusing an air cushion vehicle. Muller proposed the following equation to determine the minimum cushion pressure needed to break a given thickness of ice using an air cushion vehicle where \'p\' denotes the cushion pressure,…

    calendar

    24 Oct 2018 08:37 PM IST

      Read more

      Forward Kinematics of a 2R robotic arm manipulator using Python

      Objective:

      In this project, I have written a program for the working of a 2R robotic arm manipulator with the implementation of 'for loop' to visualize different positions of robotic arms for different angles in the first quadrant. In general, it can be concluded that we are calculating the workspace of the robotic arms. The calculation…

      calendar

      11 Oct 2018 12:50 PM IST

        Read more

        Curve fitting using Python

        Objective:

        Curve fitting can be defined as the process of constructing a curve or mathematical function that has the best fit to a series of data points, subject to constraints. In this project, the curve for Specific heat as a function of Temperature will be plotted and the plot will be compared with the actual plot. The specific…

        calendar

        08 Nov 2018 08:59 AM IST

          Read more

          Simulation of a Simple Pendulum - Solution for a Second order ODE

          Objective:

          In this Project, we will be solving a second order differential equation which depicts the displacement of pendulum with respect to time.  The second order differential equation is as follows: where, g = gravity in m/s2, L = length of the pendulum in m, m = mass of the ball in kg, b=damping coefficient. All these…

          calendar

          24 Aug 2018 12:33 PM IST

            Read more

            Frequency Analysis of a rotating shaft

            Objective:

                                      Frequency Analysis of a rotating shaft   Aim: To perform a frequency analysis on a rotating shaft and to determine the resonant frequencies  Introduction: Frequency: Frequency is defined as a number of cycles per unit…

            calendar

            08 Jan 2020 11:36 AM IST

              Read more

              Engine Kinematics of an Otto Cycle

              Objective:

              In this project, we are going to write a program for engine kinematics of an air standard otto cycle and subsequently plot a graphical representation of a standard P-V Diagram. In addition to that, the thermal efficiency of the engine will also be computed. The state variables (T1,P1) at state 1 will be considered and…

              calendar

              21 Aug 2018 08:30 PM IST

                Read more

                Engine Kinematics of an Otto Cycle using Python

                Objective:

                In this project, we are going to write a program for engine kinematics of an air standard otto cycle and subsequently plot a graphical representation of a standard P-V Diagram. In addition to that, the thermal efficiency of the engine will also be computed. The state variables (T1,P1) at state 1 will be considered and…

                calendar

                13 Oct 2018 09:45 AM IST

                  Read more

                  Curve Fit of higher order polynomials

                  Objective:

                  Curve fitting can be defined as the process of constructing a curve or mathematical function that has the best fit to a series of data points, subject to constraints. In this project, the curve for Specific heat as a function of Temperature will be plotted and the plot will be compared with the actual plot. The specific…

                  calendar

                  26 Aug 2018 06:28 AM IST

                    Read more

                    Forward Kinematics of a 2R robotic arm manipulator

                    Objective:

                    In this project, I have written a program for the working of a 2R robotic arm manipulator with the implementation of 'for loop' to visualize different positions of robotic arms for different angles in the first quadrant. In general, it can be concluded that we are calculating the workspace of the robotic arms. The calculation…

                    calendar

                    16 Aug 2018 07:51 PM IST

                      Read more

                      Engine Kinematics of an Otto Cycle using Python

                      Objective:

                      In this project, we are going to write a program for engine kinematics of an air standard otto cycle and subsequently plot a graphical representation of a standard P-V Diagram. In addition to that, the thermal efficiency of the engine will also be computed. The state variables (T1,P1) at state 1 will be considered and…

                      calendar

                      13 Oct 2018 09:51 AM IST

                        Read more

                        Calculation of Drag Force - Flow over a Bicycle

                        Objective:

                        Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using MATLAB. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who's riding it. It is to be noted that the frontal area changes every second and inturn the drag force changes. …

                        calendar

                        17 Aug 2018 09:29 AM IST

                        • MATLAB
                        Read more

                        Calculation of Drag Force - Flow over a Bicycle

                        Objective:

                        Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using MATLAB. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who\'s riding it. It is to be noted that the frontal area changes every second and inturn the drag force changes. …

                        calendar

                        17 Aug 2018 09:32 AM IST

                        Read more

                        Optimization Maximization of a Stalagmite function using Genetic Algorithm

                        Objective:

                        GENETIC ALGORITHM: Genetic Algorithm defines how to an algorithm can generate a modified copy of itself in order to achieve an objective. The next generation will also match itself against the criteria to ensure that the objective will eventually be achieved.  A genetic algorithm is a heuristic search method…

                        calendar

                        31 Aug 2018 12:04 PM IST

                          Read more

                          Rankine Cycle

                          Objective:

                          INTRODUCTION A simple steam plant working on a Rankine Cycle consists of a boiler, turbine, condenser and a feed pump. For any process in the vapour cycle, it is possible to assume a ideal process when performs the basic intended operation and involves no extraneous effects. For steam boiler, this ideal process would be…

                          calendar

                          09 Sep 2018 08:57 AM IST

                            Read more

                            Parsing NASA Thermodynamic data

                            Objective:

                            Aim: To write a code in Matlab/Octave to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species.  Objectives: To write a function that extracts the 14 co-efficients for a given species from the given file. To write functions that calculate the enthalpy,…

                            calendar

                            06 Sep 2018 09:14 AM IST

                              Read more

                              Calculation of Drag Force - Flow over a Bicycle using Python

                              Objective:

                              Calcuation of Drag Force - Flow over a bicycle Calculation of Drag Force: In this program we are going to calculate the drag force over a bicycle using PYTHON. The parameters involved are: Frontal area (A) which is the total area of bicycle and the one who's riding it. It is to be noted that the frontal area changes every…

                              calendar

                              10 Oct 2018 09:41 AM IST

                              Read more

                              Internal Geneva Mechanism

                              Objective:

                              Aim: To carry out a MBD simulation of a Geneva Wheel   Introduction: A typical Geneva wheel setup consists of a driver wheel and a driven wheel. The driver wheel is connected to a motor which influences the rotatory motion required for the driver wheel.   Procedure:  1. Design of driver wheel and…

                              calendar

                              02 Sep 2020 02:52 PM IST

                                Read more
                                Showing 1 of 18 projects

                                2 Course Certificates

                                certificate

                                Finite Element Analysis Using SolidWorks

                                CertificateIcon
                                Certificate UID: Isn7ufn8BAKXPWtE
                                View Certificate
                                certificate

                                MATLAB for Mechanical Engineers

                                CertificateIcon
                                Certificate UID: kpn6AYILvsSU9LNI
                                View Certificate
                                Showing 1 of 2 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

                                3 Hours of Content

                                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