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

Rohit Prem

Skills Acquired at Skill-Lync :

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

27 Projects

Simulation of Forward Kinematics of a 2R Robotic Arm using MATLAB

Objective:

Simulation of Forward Kinematics of a 2R Robotic Arm using MATLAB   AIM: To Simulate the Forward Kinematics of a 2R Robotic Arm using MATLAB.   OBJECTIVES OF THE PROJECT:           To write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm.…

calendar

25 May 2020 08:10 AM IST

  • MATLAB
Read more

A Program in MATLAB to solve Air Standard Cycle

Objective:

A program in Matlab to solve Air Standard Cycle   AIM:- To write  a program in MATLAB to solve Air Standard Cycle (Otto Cycle).   OBJECTIVE:-       To plot P-V diagram of the air standard cycle.       To calculate the thermal efficiency of the engine (Gasoline…

calendar

25 May 2020 06:15 PM IST

Read more

Internal Geneva Mechanism

Objective:

MOTION ANALYSIS OF “INTERNAL GENEVA MECHANISM” USING SolidWorks   1. AIM :- To analyse the multi body dynamics for Internal Geneva Mechanism using SolidWorks.   2. OBJECTIVE :- To create 3D models for driver and driven wheels. To perform motion analysis by rotating the driver wheel at 10rpm. To obtain…

calendar

07 Aug 2020 08:19 AM IST

Read more

Planetary Gear

Objective:

MOTION ANALYSIS OF “PLANETARY GEAR MECHANISM” USING SolidWorks     1.AIM: To analyse the motion study of Planetary Gear Mechanism using SolidWorks.   2.OBJECTIVE: To create 3D models of all the parts used in Planetary Gear mechanism, Ring Gear Sun Gear Planetary Gear Carrier To perform motion…

calendar

15 Jun 2020 08:42 PM IST

    Read more

    MBD Simulation on a Piston Assembly

    Objective:

    SIMULATION OF PISTON ASSEMBLY USING SolidWorks     1. AIM : To analyse the motion study of Piston Assembly using SolidWorks.   2. OBJECTIVE : To create 3D models of all the parts required in Piston Assembly. Crank Connecting Rod End Cap Piston Head Wrist Pin To perform motion analysis by rotating Crank at…

    calendar

    18 Jun 2020 08:02 PM IST

      Read more

      MBD Simulation on IC Engine Valve Train

      Objective:

      MBD Simulation on IC Engine Valve Train using SolidWorks     1. AIM : To analyse the motion study of IC Engine Valve Train using SolidWorks.   2. OBJECTIVE : To model all the parts of IC Engine Valve Train and assemble them. To run the simulation using the below parameters - Sl. No CAM Lift (mm) Speed (RPM)…

      calendar

      21 Jun 2020 08:15 PM IST

      Read more

      Getting started with Flow Simulation in SolidWorks

      Objective:

      Flow Simulation Through Pipe using SolidWorks     1. AIM : To run an internal pipe flow simulation in SolidWorks.   2. OBJECTIVE : To run an internal pipe flow simulation with an inlet Reynolds number of 100, 1000 and 10,000 . For each of these cases do the following – Place line probes at 95%, 90%…

      calendar

      26 Jun 2020 05:13 PM IST

        Read more

        Solving second order ODEs

        Objective:

                                                                     …

        calendar

        27 Jun 2020 08:36 PM IST

        Read more

        Flow over a cylinder

        Objective:

                                                                                   …

        calendar

        01 Jul 2020 09:18 PM IST

          Read more

          Flow over an airfoil

          Objective:

          Flow over a NACA0017 airfoil using SolidWorks   1. AIM : To model the flow over a NACA0017 airfoil in SolidWorks.   2. OBJECTIVE : To perform an external flow simulation on NACA0017 airfoil. To do flow simulation for the angle of attacks 0, 2, 4, 6, 8, and 10 degrees. To compare the lift and drag forces for all…

          calendar

          09 Jul 2020 06:50 PM IST

            Read more

            Curve fitting

            Objective:

            Curve Fitting in MATLAB     1.AIM: Perform the Curve Fitting of specific heat data using MATLAB.   2.OBJECTIVE: To write a program to fit a linear and cubic polynomial for the `"C" _"p"` data. To plot the linear and cubic fit curves. To explain the parameters used to measure the fitness characteristics for…

            calendar

            10 Jul 2020 01:55 PM IST

            Read more

            Genetic Algorithm

            Objective:

            Genetic Algorithm     1. AIM : To understand the cocept of Genetic Algorithm.   2. OBJECTIVE : Code the stalagmite function in MATLAB. Optimize stalagmite function and find the global maxima of the function. Study 3 cases of options of Genetic Algorithm ‘ga’ in MATLAB.     3. THEORY…

            calendar

            11 Jul 2020 08:43 AM IST

            Read more

            Flow over bicycle

            Objective:

            Flow over bicycle using Python     1. AIM : To calculate Drag Force against a cyclist using Python program.   2. OBJECTIVE : To calculate Drag Force on a bicycle moving through the air. To plot Velocity vs Drag force and to plot Drag Co-efficient vs Drag force.   3. THEORY : 3.1 Drag: - The force on…

            calendar

            12 Jul 2020 05:21 PM IST

              Read more

              2R Robotic Arm Simulator (Python)

              Objective:

              2R Robotic Arm Simulator (Python)   1. AIM : To write a program to simulate the forward kinematics of a 2R Robotic Arm in Python.   2. OBJECTIVE : To solve and simulate the forward kinematics of a 2R Robotic Arm. To create the animation of working of a 2R Robotic Arm.   3. THEORY : A robotic arm is a robot…

              calendar

              14 Jul 2020 07:28 AM IST

                Read more

                Air standard Cycle (Python)

                Objective:

                Air standard Cycle using Python   1. AIM : To write a program in Python to solve an Otto cycle and make plots for it.   2. OBJECTIVE : To solve and find out different state variables in the Otto cycle and plot its p-V diagram. To calculate the thermal efficiency of the given Otto cycle.   3. THEORY : 3.1…

                calendar

                12 Jul 2020 07:57 PM IST

                  Read more

                  Solving second order ODEs (Python)

                  Objective:

                  Solving Second Order ODEs in Python     1. AIM : To simulate the transient behaviour (motion) of a simple pendulum in Python.   2.OBJECTIVE: To write a program in MATLAB to solve ODE (ordinary differential equation) for equation of motion of a simple pendulum with damping. To simulate the motion of the pendulum…

                  calendar

                  14 Jul 2020 07:38 AM IST

                  Read more

                  Curve fitting (Python)

                  Objective:

                  1. AIM : To write codes in Python to perform curve fitting.   2. OBJECTIVE : To wite codes to fit a linear and cubic polynomial for the Cp data. To plot the linear and cubic fit curves along with the raw data points. To measure the fitness characteristics for both the curves. The link for the Cp vs Temperature data…

                  calendar

                  13 Jul 2020 09:44 AM IST

                    Read more

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

                    Objective:

                    1. AIM : Determining minimum pressure to break ice using an air cushion ice breaker - Newton Raphson method.   2. OBJECTIVE : Use the newton raphson method to find out the value of pressure for h = 0.6. Find the optimal relaxation factor for this problem with the help of a suitable plot. Tabulate the results of p…

                    calendar

                    13 Jul 2020 12:39 PM IST

                      Read more

                      Data analysis

                      Objective:

                      IC Engine Data analysis using Python   1. AIM : To read the data from the suitable file format and analyse the data,plot the graphs,calculate area under the given curve,power and specific fuel consuption.   2. OVERVIEW : Data Analysis bascially requires 'Text Parsing' in order to make complex data to easy classification.…

                      calendar

                      13 Jul 2020 04:53 PM IST

                        Read more

                        Constraint Minimization - Pen and Paper calculation

                        Objective:

                        1. AIM : To minimize a simple non-linear function Using Lagrange Multiplier, minimize a simple non-linear function `f(x,y) =5-(x-2)^2-2(y-1)^2` which is subject to the constraint `x+4y=3` .   2. INTRODUCTION : Engineering applications are concerned with minimizing the quantities of certain engineering in various…

                        calendar

                        13 Jul 2020 06:05 PM IST

                          Read more

                          Parsing NASA thermodynamic data

                          Objective:

                          1. OBJECTIVE : To parse the Thermodynamics data from NASA using MATLAB. Data file: NASA thermodynamic data   2. THEORY : The official record of thermodynamic values at different temperatures has been stored by NASA in the form of polynomials with specified constants ranging from one to fourteen for various species.…

                          calendar

                          14 Jul 2020 10:32 AM IST

                          Read more

                          Centrifugal pump design and analysis

                          Objective:

                          1. AIM : To create a model and run a flow simulation of centrifugal pump using SolidWorks CFD.   2. OBJECTIVE : Create 3D model of centrifugal pump Initialize the simulation with providing lids Assign boundary conditions and goals to the design Run the simulation for 500 iterations with basic mesh with advance refinement…

                          calendar

                          14 Jul 2020 05:46 PM IST

                          Read more

                          Modelling and simulation of flow through a flowbench

                          Objective:

                          1. AIM : TO CREATE A MODEL AND RUN A FLOW SIMULATION OF FLOW THROUGH A FLOWBENCH USING SOLIDWORKS CFD.   2. OBJECTIVE : To create a 3D model a flow bench. To perform Flow simulation study. To obtain a plot for lift vs mass flow rate. To obtain a plot for velocity variation. To obtain a plot of flow trajectory. To…

                          calendar

                          14 Jul 2020 06:31 PM IST

                          Read more

                          Comparison of bending in beams

                          Objective:

                          1. AIM : TO RUN A FINITE ELEMENT ANALYSIS OF BENDING IN BEAMS USING SOLIDWORKS SIMULATION.   2. OBJECTIVE : To create 3D model of Beams. To perform Static structure analysis simulation study. To obtain a plot for Stress distribution. To obtain a plot for displacement. To obtain a plot of Strain. To compare the results…

                          calendar

                          14 Jul 2020 07:44 PM IST

                          Read more

                          Analysis of buckling phenomena

                          Objective:

                          ANALYSIS OF BUCKLING PHENOMENA OF CYCLONE SEPERATOR STAND     1. AIM : TO RUN A FINITE ELEMENT ANALYSIS OF BUCKLING PHENOMENA IN CYCLONE SEPERATOR STAND USING SOLIDWORKS SIMULATION.   2. OBJECTIVE : To create 3D model of Cyclone separator stand. To perform Buckling analysis simulation study for cyclone seperator…

                          calendar

                          14 Jul 2020 08:04 PM IST

                          Read more

                          Analysis on a plate with a hole

                          Objective:

                          FINITE ELEMENT ANALYSIS ON PLATE WITH WHOLE   1. AIM : To run a finite element analysis of plate with holes using SolidWorks simulation.   2. OBJECTIVE : To create 3D models of Plates. To perform Static analysis simulation study for first plate (with 1 hole in the center). To perform Buckling analysis simulation…

                          calendar

                          14 Jul 2020 08:39 PM IST

                          Read more

                          Frequency Analysis of a rotating shaft

                          Objective:

                          1. AIM : TO RUN A FINITE ELEMENT FREQUENCY ANALYSIS FOR A ROTATING SHAFT USING SOLIDWORKS SIMULATION.   2. OBJECTIVE : To create 3D model of shaft. To perform Frequency analysis simulation study for the shaft. To obtain a plot for five different Amplitudes. To find the critical frequencies. To compare the results.…

                          calendar

                          14 Jul 2020 09:08 PM IST

                          Read more
                          Showing 1 of 27 projects

                          6 Course Certificates

                          certificate

                          Multibody Dynamics using SolidWorks

                          CertificateIcon
                          Certificate UID: 1p0mhasob48z6r9f
                          View Certificate
                          certificate

                          MATLAB for Mechanical Engineers

                          CertificateIcon
                          Certificate UID: zdljtsirc2mkx93a
                          View Certificate
                          certificate

                          Python for Mechanical Engineers

                          CertificateIcon
                          Certificate UID: 2noyk64u0rbc1gs5
                          View Certificate
                          certificate

                          Flow Simulation using SolidWorks

                          CertificateIcon
                          Certificate UID: 3bgez4xqfrs0i29d
                          View Certificate
                          certificate

                          Finite Element Analysis Using SolidWorks

                          CertificateIcon
                          Certificate UID: x2glfwkmciryp9ez
                          View Certificate
                          certificate

                          Mechanical Engineering Essentials Program

                          CertificateIcon
                          Certificate UID: 3oa20efdqjz968xv
                          View Certificate
                          Showing 1 of 6 certificates

                          27 Workshop Certificates

                          certificate

                          Durability Analysis of Automotive Component

                          CertificateIcon
                          Certificate UID: 10p7x6wl2t
                          View Certificate
                          certificate

                          Introduction to State Space Control

                          CertificateIcon
                          Certificate UID: o5mr0ilbh6
                          View Certificate
                          certificate

                          INTRODUCTION TO VEHICLE MODELLING AND CONTROL

                          CertificateIcon
                          Certificate UID: pem3a4i7nh
                          View Certificate
                          certificate

                          Automation using Python in Aerospace Industry

                          CertificateIcon
                          Certificate UID: c1rwzbyoth
                          View Certificate
                          certificate

                          Internet of things

                          CertificateIcon
                          Certificate UID: evy1q3kglp
                          View Certificate
                          certificate

                          Introduction to CRASH ANALYSIS

                          CertificateIcon
                          Certificate UID: mtxqrikw8b
                          View Certificate
                          certificate

                          Battery thermal Management for EV

                          CertificateIcon
                          Certificate UID: pdm5r2367j
                          View Certificate
                          certificate

                          Introduction to CAD Customization

                          CertificateIcon
                          Certificate UID: hcgzvuakjs
                          View Certificate
                          certificate

                          Introduction to CAD Customization

                          CertificateIcon
                          Certificate UID: pso37w68vr
                          View Certificate
                          certificate

                          Insight into GD&T

                          CertificateIcon
                          Certificate UID: 8x2nbvgr1c
                          View Certificate
                          certificate

                          Design and modelling of Industrial Components with Autodesk Inventor

                          CertificateIcon
                          Certificate UID: cw2u0eaz74
                          View Certificate
                          certificate

                          Computational Fluid Dynamics

                          CertificateIcon
                          Certificate UID: 7vxkajofqh
                          View Certificate
                          certificate

                          Practical Approach Towards Structural Analysis using CAE

                          CertificateIcon
                          Certificate UID: lxmsw95tki
                          View Certificate
                          certificate

                          Demystifying ML and DL using Python

                          CertificateIcon
                          Certificate UID: wn0gj5bsqu
                          View Certificate
                          certificate

                          In-depth understanding of Value Engineering

                          CertificateIcon
                          Certificate UID: x65dqn4b1s
                          View Certificate
                          certificate

                          In-depth understanding of Value Engineering

                          CertificateIcon
                          Certificate UID: xv4bjiqe75
                          View Certificate
                          certificate

                          Introduction to Internet of Things

                          CertificateIcon
                          Certificate UID: qfxlrgeu5t
                          View Certificate
                          certificate

                          Exploring the Niche -High-Performance Computing

                          CertificateIcon
                          Certificate UID: g9xzdmulrh
                          View Certificate
                          certificate

                          Introduction to Internet of Things

                          CertificateIcon
                          Certificate UID: msdor9v8a5
                          View Certificate
                          certificate

                          Introduction to Internet of Things

                          CertificateIcon
                          Certificate UID: w0kzs3i872
                          View Certificate
                          certificate

                          Engineering Calculations using MathCad

                          CertificateIcon
                          Certificate UID: 39t5o1eywz
                          View Certificate
                          certificate

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

                          CertificateIcon
                          Certificate UID: qydun643e0
                          View Certificate
                          certificate

                          CFD Preprocessing using ANSA

                          CertificateIcon
                          Certificate UID: vj6ubly4mz
                          View Certificate
                          certificate

                          Basics of electric vehicle simulations using Ansys

                          CertificateIcon
                          Certificate UID: l95dyqxm1r
                          View Certificate
                          certificate

                          An insight into the world of Batteries and Battery Management System

                          CertificateIcon
                          Certificate UID: 1qip4fzawl
                          View Certificate
                          certificate

                          Design optimization using Finite element analysis - FEA

                          CertificateIcon
                          Certificate UID: vw5pu96k3c
                          View Certificate
                          certificate

                          PLM for automotive industry

                          CertificateIcon
                          Certificate UID: 8sraipk4g1
                          View Certificate
                          Showing 1 of 27 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