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

Saibalaji Sunil Kokate

Student | Mechanical Engineer

Skills Acquired at Skill-Lync :

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

Introduction

2nd year Mechanical Engineering student at College of Engineering Pune.

16 Projects

Plotting P-V diagram and calculating thermal efficiency of an otto cycle using MATLAB

Objective:

AIM: Write a MATLAB code to plot a PV diagram for otto cycle and calculate its thermal efficiency.   GOVERNING EUQATIONS: Ideal gas equation:`P*V=m*R*T`          P = Pressure in pascals          V = Volume in m^3          m = mass of the gas…

calendar

07 May 2020 02:39 PM IST

  • MATLAB
Read more

Calculation of Drag Force on a cyclist using MATLAB.

Objective:

AIM: Calculate drag force against a cyclist using MATLAB program.   GOVERNING EQUATIONS:  `F_d=1/2*ρ*A*C_d*v^2` Where,  `F_d`= Drag Force (SI unit N)  `ρ`(rho) = Density of the air (or the medium in which object is travelling), (SI unit kg/m^3)    A = Frontal Area of the object…

calendar

06 May 2020 01:00 AM IST

Read more

Simulating the transient behaviour of a Simple Pendulum using MATLAB

Objective:

AIM: Simulate the transient behaviour of a simple pendulum using MATLAB.   OBJECTIVES: To write a program that solves the second order ODE which represents the equation of motion of a simple pendulum with damping. To simulate the motion of the simple pendulum with damping and creating an animation from the plots obtained…

calendar

21 Jun 2020 05:45 AM IST

Read more

Simulating Forward Kinematics of a 2R Robotic Arm using MATLAB program.

Objective:

AIM: Simulating Forward Kinematics of a 2R Robotic Arm using MATLAB program.   OBJECTIVES: Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm. Creating an animation from the plots obtained in the program. Understand the movement of an 2R Robotic in 2D workspace.   THEORY: A robotic…

calendar

20 Jun 2020 10:17 AM IST

Read more

Curve Fitting using MATLAB

Objective:

AIM: To write a code to perform curve fitting in MATLAB.   OBJECTIVES: Write code to fit a linear and cubic polynomial for the Cp data provided. 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.   THEORY:…

calendar

17 May 2020 02:08 PM IST

Read more

Optimization of Stalagmite Function using Genetic Algorithm in MATLAB.

Objective:

AIM: To optimise the stalagmite function and find the global maxima of function using Genetic Algorithm in MATLAB.   OBJECTIVES: Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Expalin the concept of genetic algorithm. Explain the syntax for ga in MATLAB.  …

calendar

20 May 2020 05:30 PM IST

Read more

Parsing NASA thermodynamic data using MATLAB

Objective:

  AIM: Write a code in MATLAB to parse the NASA thermodynamic data file and then calculate thermodynamic properties of various gas species.   OBJECTIVE: Write a function that extracts the 14 coefficient and calculates the enthalpy, entropy and specific heats for all the species in the data file (THERMO.dat).…

calendar

23 May 2020 12:00 PM IST

Read more

Rankine Cycle simulator in MATLAB

Objective:

AIM: To simulate the Rankine Cycle using MATLAB.   OBJECTIVE: Calculate the state points of the Rankine cycle based on user inputs. Plot the corresponding T-S and H-S plots for the given set of inputs. Calculate cycle efficiency and back work ratio.   THEORY: The Rankine cycle or Rankine Vapor Cycle is the process…

calendar

23 May 2020 10:41 PM IST

Read more

Simulating Crank and Slotted Arm Quick Return Mechanism using MATLAB

Objective:

AIM: To simulate Crank and Slotted Arm Quick Return Mechanism using MATLAB.   OBJECTIVE: Write a program in MATLAB to simulate Slotted Arm Quick Return Mechanism. Creating an animation from the plots obtained in the program. Understand the mechanism used for the quick return. Learn the engineering significance of…

calendar

27 May 2020 11:20 PM IST

Read more

Calculation of Drag Force on a Cyclist using Python

Objective:

AIM: Write a Python program to calculate drag force against a cyclist.   GOVERNING EQUATIONS:  `F_d=1/2*ρ*A*C_d*v^2` Where, `F_d` = Drag Force `rho` = Density of the air (or the medium in which object is travelling)  A = Frontal Area of the object `C_d` = Coefficient of Drag (Drag coefficient),…

calendar

20 Jun 2020 09:55 AM IST

    Read more

    Simulating Forward Kinematics of a 2R Robotic Arm using Python program.

    Objective:

    AIM: Simulating Forward Kinematics of a 2R Robotic Arm using Python program.   OBJECTIVES: Write a program in Python to simulate the forward kinematics of a 2R Robotic Arm. Creating an animation from the plots obtained in the program. Understand the movement of an 2R Robotic in 2D workspace.   THEORY: A robotic…

    calendar

    20 Jun 2020 01:46 PM IST

      Read more

      Plotting P-V diagram and calculating thermal efficiency of an otto cycle using Python

      Objective:

      AIM: Write a Python code to plot a PV diagram for otto cycle and calculate its thermal efficiency.   GOVERNING EUQATIONS: Ideal gas equation:`P*V=m*R*T`          P = Pressure in pascals          V = Volume in m^3          m = mass of the gas…

      calendar

      20 Jun 2020 06:59 PM IST

        Read more

        Simulating the transient behaviour of a Simple Pendulum using Python

        Objective:

        AIM: Simulate the transient behaviour of a simple pendulum using Python.   OBJECTIVES: To write a program that solves the second order ODE which represents the equation of motion of a simple pendulum with damping. To simulate the motion of the simple pendulum with damping and creating an animation from the plots obtained…

        calendar

        21 Jun 2020 05:44 AM IST

          Read more

          Curve Fitting using Python

          Objective:

          AIM: To write a code to perform curve fitting in Python.   OBJECTIVES: Write code to fit a linear and cubic polynomial for the Cp data provided. 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.   THEORY:…

          calendar

          24 Jun 2020 12:18 PM IST

            Read more

            Newton-Raphson method in Python

            Objective:

            AIM: To write a python script to solve for the minimum value of pressure using the Newton-Raphson method.   OBJECTIVE: To use the Newton-Raphson method to find out the value of pressure for h = 0.6 . To find the optimal relaxation factor for this problem with the help of a suitable plot. To tabulate the results of…

            calendar

            27 Jun 2020 06:39 PM IST

              Read more

              Data Analysis on the given IC engine data using Python

              Objective:

              AIM: To perform Data Analysis of the given IC engine data using Python.   OBJECTIVE: To perform Data Analysis. Plot a graph between any two Column vector. Calculate the area under the P-V diagram. Calculate the power output of this engine. Calculate engine specific fuel consumption.   PROBLEM STATEMENT: Data…

              calendar

              28 Jun 2020 12:03 PM IST

                Read more
                Showing 1 of 16 projects

                2 Course Certificates

                certificate

                MATLAB for Mechanical Engineers

                CertificateIcon
                Certificate UID: k03say6wt4donq5e
                View Certificate
                certificate

                Python for Mechanical Engineers

                CertificateIcon
                Certificate UID: 9ejytql6bs8va5oh
                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

                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