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

Rishi Kumar

always be inspired and motivated

Skills Acquired at Skill-Lync :

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

Introduction

i want to explore science and its application. Constantly motivated to do projects, admire projects other has done and always ready to help and learn from anyone. For any query feel free to contact-rishibhaskaran@gamil.com

26 Projects

Flow over a cylinder

Objective:

Introduction:this assignment is about making a cfd simulation of flow over a cylinder, which shows us how fluids will behave, when it comes in contact with the surface so the plots of the simulation would give us the necessary information about the boundary layer formation and other physical parameters associated with…

calendar

28 May 2020 12:05 PM IST

    Read more

    Flow over an airfoil

    Objective:

                                           Flow over naca air foil Introduction: this assignment is about calculating the drag force and lift force acting on an air foil with different angle of attack this assignment gave me an insight of how to set up an air foils shaped structures into solid work domain.this assignment helped…

    calendar

    12 Jun 2020 05:56 AM IST

      Read more

      Week 2 Air standard Cycle

      Objective:

      AIM: write code that can solve an otto cycle and make plots of it introduction: This assignment is about making a plot Otto cycle which derived by Nicolaus Otto, An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle…

      calendar

      14 Jun 2020 04:26 PM IST

        Read more

        Modelling and simulation of flow through a flowbench

        Objective:

        AIM: to create a 3D model of a flow bench and run flow analysis and obtaining a plot of lift vs mass flow rate introduction : this assignment is about studying the characteristic of the fluid flow in a intake manifold like structure where we observe what happens for different valve lift condition the mass flow rate…

        calendar

        15 Jun 2020 04:57 AM IST

          Read more

          Week 3 - Solving second order ODEs

          Objective:

           Introduction: this assignment is about making a simulation of a pendulum using various module in python.essentially what we do is use a differential equation to  define the motion of a pendulum and then use the equation in finding the position of the pendulum at different point of time and then stitching them…

          calendar

          16 Jun 2020 06:20 PM IST

            Read more

            Week 5 - Curve fitting

            Objective:

            Introduction: This assignment is making a curve fit for  the data of temp vs CP using the scipy module by least square method.thus we can represent an actual phenomenon using a polynomial equation. This method of making a curve fit help us in understanding various aspect of  performing a calculation with the…

            calendar

            19 Jun 2020 09:16 AM IST

              Read more

              Week 6 - Data analysis

              Objective:

              Introduction: This assignment is to create an analysis of the then engine performance and represent it in the form of plots and values where the assignment is split into three  parts ,data visualizer, compatibility check and basic performance calculation. Explanation: We start the code by importing all the needed…

              calendar

              19 Jun 2020 09:35 AM IST

                Read more

                Centrifugal pump design and analysis

                Objective:

                AIM: to Obtain the relationship between Pressure ratio and mass flow rate and explain the results Pressure ratio = Outlet total pressure/Inlet total pressure INTRODUCTION:  This assignment is about studying the performance curve  of the pump  driven at a constant rpm. There won't be much of pressure…

                calendar

                24 Jun 2020 01:17 PM IST

                  Read more

                    Geneva wheel

                  Objective:

                    Geneva wheel assignment Introduction:this assignment is about studying the mechanism of a Geneva      wheel mechanism and making a 3D model of it .the task is make a model on the given dimensions and perform a motion analysis study in mbd solid works ,making plots were to understand how…

                  calendar

                  04 Jul 2020 12:16 PM IST

                    Read more

                    Planetary gear mechanism

                    Objective:

                    Planetary gear mechanism Introduction: so planetary gears are movements are more complex to imagine(planetary gear BOX) than the simple gears so working on this project was   great to understand. if we have design a planetary gear box we have to do lots of work  is needed and studying hoe its working internally…

                    calendar

                    04 Jul 2020 01:11 PM IST

                      Read more

                      IC engine valve train mechanism

                      Objective:

                         IC engine valve train mechanism introduction: This assignment is about designing a valve train and simulating it for different cam lifts and observing the changes that has been made during the working.this simulation helps us to get in depth understanding of parameters like the lift of the cam make changes.with…

                      calendar

                      04 Jul 2020 01:28 PM IST

                        Read more

                        flow over bicycle

                        Objective:

                        introduction: this projects compute the drag force action on a cycle and its relation with velocity and drag coefficient  %drag force vs velocity clear all close all clc %drag forcce on a cyclist %inputs rho=1.2754;%density kg/m^3 a=0.2;%frontal area m^2 v=[1:85];% velocity m/s cd=0.5;% coeff of drag drag_force=0.5*rho*a*v.^2*cd;…

                        calendar

                        27 Oct 2020 11:04 AM IST

                          Read more

                          2-dof arm simulation

                          Objective:

                          Intro:to show the movement of 2dof arm by stitching all the plots to  make animation video  https://youtu.be/bHRlGrCj9pQ this is the link for my video  since i had some problem using magick app so i used a differnt tool for making it main problem that i faced was, octave crashing when computing more…

                          calendar

                          27 Oct 2020 11:12 AM IST

                            Read more

                            otto cycle

                            Objective:

                            Introduction:this assignment explains the thermodynamic process that happens during a otto cycle. the diffrent process are represented using equations and plotted. close all clear all clc %p-v plot of otto cycle %inputs bore=0.1; stoke=0.1; con_rod=0.15; cr=12; r=stoke/2; R=con_rod/r; vs=(pi/4)*bore^2*stoke; vc=vs/(cr-1);…

                            calendar

                            27 Oct 2020 11:18 AM IST

                              Read more

                              pendulum

                              Objective:

                              Introduction:this project is to make the animation of the pendulum using differential equation and use the inbuilt ode solver in mat lab to  solve the differential equation. close all clear all clc %pendulum motion %constants l=1 ;%length of the pendulum m=1 ;%mass of the ball b=0.05; %dampinfg factor g=9.81; %accleration…

                              calendar

                              27 Oct 2020 11:23 AM IST

                                Read more

                                curve fitting 

                                Objective:

                                curve fitting  In this assignment ihave tried to fit the specific heat capacity value for different temp range using cubic ploynimal equation close all clear all clc % curve fitting of cp cp_vs_temp=load('data'); temp=cp_vs_temp(:,2); cp=cp_vs_temp(:,1); %curve fit coeff=polyfit(temp,cp,3); predicted_cp=polyval(coeff,temp);…

                                calendar

                                27 Oct 2020 11:24 AM IST

                                  Read more

                                  genetic algorithm

                                  Objective:

                                  introduction this assigment was about finding the maxima of the stalagmite function . i studies about how the genetic algorithm works and to use the globaloptimisation tool box references 1)matlab website 2)wikipedia  3)nptel letchure after studying all this i gather some basic knowledge about how the algorithm works…

                                  calendar

                                  27 Oct 2020 11:27 AM IST

                                    Read more

                                    data processing

                                    Objective:

                                    introduction this project was to  extract a data from the file themo.dat and make the the plots and finf the molecular weight of the molecule  explanation summary first created file to store the values extracted from the data file and ihad to figure out proper ways of extracting the data out of the datha file…

                                    calendar

                                    27 Oct 2020 11:28 AM IST

                                      Read more

                                      comparison of bending in beams

                                      Objective:

                                      introduction all the three cross section were assumed to be a cantilever beam, and the load of 1500N is been applied at one end and the other end is rigidly fixed the charecteristics of the beam  on various points on the structure are been studied  explanation firstly i created a solid model of the beam to be…

                                      calendar

                                      27 Oct 2020 11:30 AM IST

                                        Read more

                                        analysis of buckling phenomenon

                                        Objective:

                                        Introduction :This challenge is about conducting a buckling test on cyclonic converter stand for the given load and conducting an optimization study on it for different parameters such as stiffener position and so on. The results on the study is examined and various information are conveyed on the results are interpreted…

                                        calendar

                                        27 Oct 2020 11:35 AM IST

                                          Read more

                                          hole in a plate

                                          Objective:

                                          introduction :in this challenge we compare the two plates which are subjected to tensile force ,and measure various parameters such as stress, strain and displacement using solid works this study gives us the idea about the stress concentration in the a material when subjected to load, so based on this i did some…

                                          calendar

                                          27 Oct 2020 11:37 AM IST

                                            Read more

                                            critical frequency of shaft

                                            Objective:

                                            intoduction:this assignment is about the vibration analyasis on a shaft with rotating disk,the resonant frequencies of various vibrations are found using this analysis and the stress distribution on the material is been visualized,with this analysis we can design a roating material by avoiding the resonant frequencies,or…

                                            calendar

                                            27 Oct 2020 11:38 AM IST

                                              Read more

                                              centrifugal pump

                                              Objective:

                                              AIM: to Obtain the relationship between Pressure ratio and mass flow rate and explain the results Pressure ratio = Outlet total pressure/Inlet total pressure INTRODUCTION:  This assignment is about studying the performance curve  of the pump  driven at a constant rpm. There won't be much of pressure…

                                              calendar

                                              27 Oct 2020 11:42 AM IST

                                                Read more

                                                curve fitting in python

                                                Objective:

                                                Introduction: This assignment is making a curve fit for  the data of temp vs CP using the scipy module by least square method.thus we can represent an actual phenomenon using a polynomial equation. This method of making a curve fit help us in understanding various aspect of  performing a calculation with the…

                                                calendar

                                                27 Oct 2020 11:44 AM IST

                                                  Read more

                                                  crank offset piston simulation.

                                                  Objective:

                                                                                  Geneva wheel assignment Introduction:this assignment is about studying the mechanism of a Geneva      wheel mechanism and making a 3D model of it .the task is make a model on the…

                                                  calendar

                                                  27 Oct 2020 11:51 AM IST

                                                    Read more

                                                    gyroscope toy simulation

                                                    Objective:

                                                                                                          Gyroscope toy simulation introduction: this assignment is about making a simulation of a toy in multi body dynamics using solid works…

                                                    calendar

                                                    18 May 2022 03:51 PM IST

                                                      Read more
                                                      Showing 1 of 26 projects

                                                      5 Course Certificates

                                                      certificate

                                                      Flow Simulation using SolidWorks

                                                      CertificateIcon
                                                      Certificate UID: b74peczovgu206ht
                                                      View Certificate
                                                      certificate

                                                      Multibody Dynamics using SolidWorks

                                                      CertificateIcon
                                                      Certificate UID: cxk9gbesonh8qmyt
                                                      View Certificate
                                                      certificate

                                                      MATLAB for Mechanical Engineers

                                                      CertificateIcon
                                                      Certificate UID: z82weouhx4q3k6yi
                                                      View Certificate
                                                      certificate

                                                      Finite Element Analysis Using SolidWorks

                                                      CertificateIcon
                                                      Certificate UID: jhl4gkn6i82eop1q
                                                      View Certificate
                                                      certificate

                                                      Python for Mechanical Engineers

                                                      CertificateIcon
                                                      Certificate UID: 0z5ht1ig8scko2mv
                                                      View Certificate
                                                      Showing 1 of 5 certificates

                                                      7 Workshop Certificates

                                                      certificate

                                                      Design optimization using Finite element analysis - FEA

                                                      CertificateIcon
                                                      Certificate UID: dm3sh8b6yc
                                                      View Certificate
                                                      certificate

                                                      Overview of Advanced Driver Assistance System

                                                      CertificateIcon
                                                      Certificate UID: jia51fwmxq
                                                      View Certificate
                                                      certificate

                                                      Numerical Methods for Solving Differential Equations

                                                      CertificateIcon
                                                      Certificate UID: v1yxzso2tw
                                                      View Certificate
                                                      certificate

                                                      FEA: Modern product simulation approaches

                                                      CertificateIcon
                                                      Certificate UID: anjzbxsc9h
                                                      View Certificate
                                                      certificate

                                                      Introduction to Product Development Using Msc Nastran and Patran

                                                      CertificateIcon
                                                      Certificate UID: 1fyuo57khc
                                                      View Certificate
                                                      certificate

                                                      NanoScience: Small Science on Big Scale

                                                      CertificateIcon
                                                      Certificate UID: vtzn605k4o
                                                      View Certificate
                                                      certificate

                                                      Introduction of optimization techniques for Product design

                                                      CertificateIcon
                                                      Certificate UID: 7lbe2sni8y
                                                      View Certificate
                                                      Showing 1 of 7 certificates

                                                      Academic Qualification

                                                      B.E

                                                      Rajalakshmi Engineering College

                                                      15 Aug 2017 - 24 Apr 2021

                                                      12th

                                                      New Prince Matriculation Higher Secondary School

                                                      01 May 2015 - 04 Mar 2017

                                                      10th

                                                      Kendriya Vidyalaya Minambakkam

                                                      01 May 2006 - 01 Apr 2015

                                                      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

                                                      coursecard
                                                      Recently launched

                                                      18 Hours of Content

                                                      coursecard
                                                      Recently launched

                                                      21 Hours of Content

                                                      coursecard
                                                      Recently launched

                                                      10 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