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

Ashutosh Kumar

Mechanical Design Engineer

Skills Acquired at Skill-Lync :

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

Introduction

https://www.linkedin.com/in/idealashu/

47 Projects

Writing codes to perform curve fitting using MATLAB

Objective:

AIM: CURVE FITTING USING MATLAB OBJECTIVE: 1. Linear and cubic polynomial curve fitting to a set of data points. 2. Plotting predicted curves against raw data points. 3. Studding parameters that measure the goodness of a fit THEORY: Curve fitting is the process of constructing a curve or mathematical function, that has…

calendar

07 May 2020 04:34 AM IST

  • MATLAB
Read more

Program to simulate forward kinematics of a 2R robotics arm Using MATLAB

Objective:

AIM :        To simulated the forward kinematics of a 2R robotics arm   INTRODUCTION :        2R robotics arm contains 2 links and 2 rotational joints, link 1 is connected to the base and makes angle theta1 with respect to X-axis and link 2 connected to link 1 makes angle theta…

calendar

22 Jun 2020 01:58 PM IST

    Read more

    A program to simulate the transient behaviour of a simple pendulum and to create an animation of its motion Using MATLAB

    Objective:

    AIM Simulation of the transient behaviour motion INTRODUCTION GOVERNING EQUATION: A simple pendulum consists of a mass m hanging from a string of length Land fixed at a pivot point P. When displaced to an initial angle and released, the pendulum will swing back and forth with the periodic motion. When the motion of a pendulum…

    calendar

    22 Jun 2020 01:57 PM IST

    Read more

    Optimization of stalagmite function using genetic algorithm Using MATLAB

    Objective:

    AIM: Optimization of stalagmite function using genetic algorithm  INTRODUCTION: Genetic algorithm heuristic that is inspired by Charles Darwin\'s theory of natural evolution. This algorithm reflects the process of natural selection where the fittest individuals are selected for reproduction in order to produce offspring…

    calendar

    15 May 2020 09:40 AM IST

    Read more

    P-V diagram of otto cycle using MATLAB

    Objective:

    AIM : to plot P-V diagram of otto cycle using MATLAB   INTRODUCTION : In IC engine the combustion of the fuel with the oxygen of the air occurs inside the cylinder. The hot exhaust pushes a piston which is connected to crankshaft to produce power. The combustion of the air-fuel mixture is not a continuous process,…

    calendar

    02 May 2020 10:31 AM IST

    Read more

    Parsing NASA thermodynamic data Using MATLAB

    Objective:

    Aim: -  To write a code in Matlab to parse the NASA thermodynamic data file and then calculate Thermodynamic properties, Molecular Weight and Plot nature of the thermodynamic properties of various species. Objectives: - To write a function to extract the coefficients of the species To write functions that calculate…

    calendar

    22 Jun 2020 01:57 PM IST

      Read more

      MBD of Internal Geneva Mechanism using Solidworks

      Objective:

      Objective: Build the driver and driven wheel and assemble them partially. Analyze the assembly under different rotational speeds and forces. Analyze the difference in the contact forces with and without 'Precise contact'. Observe the variation of angular velocity with time. Introduction  The Geneva drive or Maltese…

      calendar

      24 May 2020 07:48 AM IST

        Read more

        MBD of Planetary Gear Mechanism using Solidworks

        Objective:

        AIM : Constructing a Planetary gear system with four planet gears and analyzing the angular velocities for different cases. INTRODUCTION :  A Planetary gear  (also known as epicyclic gear train) consists of a larger Ring gear, planet gears, and a sun gear. The sun gear is mounted at the center…

        calendar

        27 May 2020 09:29 AM IST

          Read more

          MBD Simulation on a Piston Assembly

          Objective:

          Click here for MBD Simulation on IC Engine Valve Train Click here for MBD of Planetary Gear Mechanism using Solidworks Click here for MBD of Internal Geneva Mechanism using Solidworks     AIM To model all the parts of the engine piston and crank assembly and to perform motion analysis in the solidworks. Introduction…

          calendar

          20 May 2021 08:40 AM IST

          Read more

          MBD Simulation on IC Engine Valve Train

          Objective:

          Aim: Motion analysis of Piston Valve Train using Solidworks Multi Body Dynamics. Theory: A valve train is a mechanical system that controls operation of the valves in an internal combustion engine, whereby a sequence of components transmits motion throughout the assembly. A conventional reciprocating internal…

          calendar

          01 Jun 2020 12:56 PM IST

            Read more

            Flow Simulation in SolidWorks

            Objective:

            INTRODUCTION: The Reynolds number (Re) is an important dimensionless quantity in fluid mechanics used to help predict flow patterns in different fluid flow situations. At low Reynolds numbers, flows tend to be dominated by laminar (sheet-like) flow, while at high Reynolds numbers turbulence…

            calendar

            03 Jun 2020 06:32 AM IST

            Read more

            Modelling and simulation of flow through a flowbench Using SOLIDWORKS

            Objective:

            Objective  This project aims to design a flowbench with an inlet valve and a port and the analysis is two-fold. Performance of a parametric test for the grid dependence of the analysis. Once the best grid id decided, analyzing the flow characteristics under various valve lifts with that grid.  1 Introduction …

            calendar

            17 Jun 2020 09:07 AM IST

              Read more

              Centrifugal pump design and analysis Using SOLIDWORKS

              Objective:

              Click here for Flowbench Analysis Abstract In this Project, Creating a 3D model of a Centrifugal pump, run a baseline flow simulation where inlet flow takes place and then perform a parametric study for different velocities. Showing the Performance diagram and Obtain the relationship between Pressure ratio and mass…

              calendar

              20 May 2021 08:43 AM IST

                Read more

                Flow over an airfoil Using SOLIDWORKS

                Objective:

                Aim: Running simulations on NACA air foils Using SOLIDWORKS Objective: Model the flow over a NACA0017 airfoil For the angle of attacks 0,2,4,6,8,10 compare the lift and drag forces INTRODUCTION: In aerodynamics, angle of attack specifies the angle between the chord line of the wing of a fixed-wing aircraft and…

                calendar

                17 Jun 2020 09:05 AM IST

                Read more

                Flow over a cylinder Using SOLIDWORKS

                Objective:

                ABSTRACT      In this Project, CFD analysis of a cylinder in which external flow takes place and running a baseline simulation and then calculating the Reynolds number and also the simulation end time. Then increase the Reynolds number by a factor of 20%, 40%, and 100% then run the transient flow simulation.…

                calendar

                17 Jun 2020 09:05 AM IST

                Read more

                Air standard Cycle using Python

                Objective:

                AIM To write a program to solve an Otto Cycle as per the given inputs and create plot of the PV diagram as well as display the thermal efficiency of the cycle. Theory: Air Standard Cycles work on assumptions and are different from the Actual Cycles. Assumptions: Gas mixture is air. Air properties are used. Closed cycle…

                calendar

                17 Jun 2020 09:03 AM IST

                  Read more

                  Solving second order ODEs Using PYTHON

                  Objective:

                  Objective:   Write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping. And also write a program to simulate the transient behavior of a simple pendulum and to create an animation of its motion. Theory:  In Engineering, ODE is used to describe…

                  calendar

                  20 Jun 2020 04:39 AM IST

                    Read more

                    Program to perform curve fitting in PYTHON

                    Objective:

                    AIM : Program to perform curve fitting in PYTHON . Introduction : 1. Defining functions: math and matplotlib.pyplot were imported for using mathematical functions and plotting. numpy was imported to do mathematical operations on arrays and curve_fit was imported to fit the given points according to the specified equation.…

                    calendar

                    20 Jun 2020 04:38 AM IST

                    Read more

                    Data analysis Using PYTHON

                    Objective:

                    Introduction - This code takes takes the data from a user specified CONVERGE format file. It also checks the file for the correct format i.e. compatibility. If the file is not a CONVERGE output data format then the code will throw an error statement "This is not a valid CONVERGE output file.". Also, if the file format…

                    calendar

                    22 Jun 2020 01:55 PM IST

                      Read more

                      Finite Element Analysis of buckling phenomena in the cyclone separator stand Using SOLIDWORKS

                      Objective:

                      Objective: Analysis of buckling phenomena in the cyclone separator stand.  With stiffener and Without stiffener. comparison of both result.   Introduction: Here I have one model of the cyclone separator. In which I will analyze the buckling of stand by applying a constant load of 150 KN at the top surface of…

                      calendar

                      23 Jun 2020 01:39 PM IST

                        Read more

                        Analysis on a plate with a hole using SOLIDWORKS

                        Objective:

                        AIM Perform a static analysis on two models of plate with holes. You will have to create the model in Solidworks and perform the analysis. CASE 1 Length=300mmHeight=120mmThickness=30mmCircular Hole at the center:Diameter=60mm CASE 2 Length=300mmHeight=120mmThickness=30mmCircular Hole at the center:Diameter=60mm Two holes…

                        calendar

                        26 Jun 2020 06:08 AM IST

                          Read more

                          Frequency Analysis of a rotating shaft

                          Objective:

                          AIM:  To find out the critical or resonant frequencies of a rotating shaft in Solidworks. Design the model using solidworks based on any desired dimensions. INTRODUCTION: Resonant frequency is the oscillation of a system at its natural or unforced resonance. Resonance occurs when a system is able…

                          calendar

                          01 Jul 2020 07:06 AM IST

                            Read more

                            Design, Assemble and Rendering of American Chopper

                            Objective:

                            Click here for Yatch Design Objective:      To design individual parts of the chopper with fully defined sketches and appropriate appearances. To assemble all the individual parts of the chopper model by assigning suitable constraints. To render the chopper model by adding appearances, decals, lights,…

                            calendar

                            20 May 2021 08:32 AM IST

                            Read more

                            Design, Assemble and Rendering of Predator Yatch 108

                            Objective:

                            Objective : To design individual parts of the yacht with fully defined sketches and appropriate appearances. To assemble all the individual parts of the yacht model by assigning suitable constraints. To render the yacht model by adding appearances, decals, lights, cameras, and background scenes. Softwares Used Solidworks…

                            calendar

                            08 Nov 2020 08:38 PM IST

                            Read more

                            Advanced Sheet Metal Design Using NX Cad_Casing Design

                            Objective:

                            Objective :  The Main aim of this project is to design sheet metal casing using Siemens NX Sheet Metal Application. Software Used :  Siemens NX 12 Introduction : NX Sheet Metal provides a set of tools within the NX design environment that allows for simple and fast design of sheet metal parts, dependent…

                            calendar

                            06 Dec 2020 10:58 AM IST

                              Read more

                              Advanced Sheet Metal Design Using NX Cad_Box Assembly

                              Objective:

                              Objective: To design the Sheet Metal Box Assembly Using Siemens NX Metal Application. Introduction Sheet metal is metal formed by an industrial process into thin, flat pieces. Sheet metal is one of the fundamental forms used in metal working, and it can be cut and bent into a variety of shapes. Countless everyday…

                              calendar

                              06 Dec 2020 10:59 AM IST

                                Read more

                                Advanced Sheet Metal Design Using NX Cad_Odd Shaped Enclosure

                                Objective:

                                Objective: The main objective of this project is to create the odd shaped enclosure and its flat pattern in NX cad Sheet Metal Application. Software Used :  Siemens NX 12 Introduction : NX Sheet Metal provides a set of tools within the NX design environment that allows for simple and fast design of sheet metal parts,…

                                calendar

                                06 Dec 2020 10:58 AM IST

                                  Read more

                                  Advanced Sheet Metal Design Using NX Cad_Bracket

                                  Objective:

                                  Objective: The objective is to design a Bracket using Siemens NX sheet metal application. Software Used :  Siemens NX 12 Introduction : NX Sheet Metal provides a set of tools within the NX design environment that allows for simple and fast design of sheet metal parts, dependent on their material and manufacturing…

                                  calendar

                                  06 Dec 2020 05:03 PM IST

                                    Read more

                                    Advanced Sheet Metal Design Using NX Cad_Sheet Metal bracket-II

                                    Objective:

                                    Objective :  The Main aim of this project is to design sheet metal Bracket using Siemens NX Sheet Metal Application. Software Used :  Siemens NX 12 Introduction : NX Sheet Metal provides a set of tools within the NX design environment that allows for simple and fast design of sheet metal parts, dependent…

                                    calendar

                                    06 Dec 2020 05:04 PM IST

                                      Read more

                                      Advanced Sheet Metal Design Using NX Cad_Switch Box

                                      Objective:

                                      Objective :  The Main aim of this project is to design sheet metal Switch Board using Siemens NX Sheet Metal Application. Software Used :  Siemens NX 12 Introduction : NX Sheet Metal provides a set of tools within the NX design environment that allows for simple and fast design of sheet metal parts, dependent…

                                      calendar

                                      12 Dec 2020 12:20 PM IST

                                        Read more

                                        Design, assemble and apply GD&T to the butterfly valve

                                        Objective:

                                        Objective:      To design of Butterfly Valve in appropriate dimension with the application of GD&T - ASME Y14.5 2009. To assemble all the individual parts of the butterfly valve by assigning suitable constraints. To understand the concept of geometric tolerance and dimensioning. …

                                        calendar

                                        23 Jan 2021 08:32 AM IST

                                        Read more

                                        Draft Analysis on a Fan Cover

                                        Objective:

                                        Objective : Create the tooling axis for the given Fan cover model. To publish the tooling axis and class-A surface. Performing draft analysis to verify the creation of the Tooling axis. Software :  CATIA V5 (Generative Shape Design) Introduction:  CATIA V5         CATIA is a multi platform…

                                        calendar

                                        17 Mar 2021 02:21 PM IST

                                        Read more

                                        Design and Draft Analysis of Base Bracket

                                        Objective:

                                        Objective : Create B-class surface, C-class surface, and the tooling axis for the given Base bracket model. To publish class-A surface, B-class surface, C-class surface, and the tooling axis Performing draft analysis to verify the creation of the Tooling axis. Software :  CATIA V5 (Generative Shape Design)…

                                        calendar

                                        10 Apr 2021 08:52 PM IST

                                        Read more

                                        Work Report on Introduction to CATIA V5

                                        Objective:

                                        Title cover in the report 2D Sketch Using Sketcher Workbench 3D model Using Part Design Workbench Advance 3D Part Design (Boolean operations) Drafting Using Drafting Workbench Surface Design Using Generative Shape Design Advanced Surface Design (Class-B surface, Class-C Surface) reference Class A surface Feature Draft…

                                        calendar

                                        23 Mar 2021 10:29 AM IST

                                        Read more

                                        Switch Bezel Design

                                        Objective:

                                        Objective : To design switch bezel as per automotive OEM Standard. Create B Class and C Class and tooling axis. Converting close surface into the solid inside part workbench and provide the thickness of 2.5mm. Performing draft analysis to verify the creation of the Tooling axis and C Class surface. Software : …

                                        calendar

                                        10 Apr 2021 08:47 PM IST

                                        Read more

                                        Coin Holder Design

                                        Objective:

                                        Objective : To design coin holder as per automotive OEM Standard. Create B Class and C Class and tooling axis. Convert close lose the surface into the solid body and provide the thickness of 2.5mm. Performing draft analysis to verify the creation of the Tooling axis and C Class surface. Software :  CATIA V5 (Generative…

                                        calendar

                                        06 Jun 2021 08:39 PM IST

                                        Read more

                                        Core & Cavity Design for switch bezel

                                        Objective:

                                        Objective : To design core and cavity for switch bezel with 3 mm thickness   Performing draft analysis to verify the creation of the Tooling axis and C Class surface.   Software :  CATIA V5 (Generative Shape Design)   Introduction: CATIA V5         CATIA is a multi platform…

                                        calendar

                                        10 Apr 2021 08:50 PM IST

                                        Read more

                                        Design of Door Armrest

                                        Objective:

                                          Objective : To design Door armrest as per automotive OEM Standard and to ensure that the product is manufacturable by injection molding. Create B Class and C Class and tooling axis. Converting close surface into the solid inside part workbench and provide the thickness of 2.5mm. Performing draft analysis to…

                                        calendar

                                        10 Apr 2021 08:26 PM IST

                                        Read more

                                        B Side Attachment Feature Creation for coin holder

                                        Objective:

                                        Objective : To design ribs, doghouse, and Boss on coin holder. Perform draft analysis on ribs and doghouse. Software :  CATIA V5 (Part and Generative Shape Designworkwech). Introduction: CATIA V5         CATIA is a multi platform 3D software suite developed by Dassault Systèmes, encompassing…

                                        calendar

                                        10 Apr 2021 08:46 PM IST

                                        Read more

                                        Design and analysis of Door Applique with B side engineering features

                                        Objective:

                                        Objective: The tooling axis for the given Class-A Surface should be created to meet the requirements of the draft angle. Design the door applique plastic component through the given Class-A surface.  Perform the feature Draft analysis on the model.  Create the Heat Stakes and the locators considering the OEM…

                                        calendar

                                        11 Apr 2021 02:36 AM IST

                                        Read more

                                        Master Section Development of B-Pillar

                                        Objective:

                                        Objective: To design and develop B-Pillar from given Class’A’ surface and master section into a functional product design, following the OEM design standards with the injection molding principles. The tooling axis for the given Class-A Surface should be created to meet the requirements of the draft angle. Perform…

                                        calendar

                                        14 Apr 2021 06:03 PM IST

                                        Read more

                                        Design and development of Automotive interior door trim

                                        Objective:

                                              Click here for Master Section Development of B-Pillar  Image Source   Objective: To develop Interior door trim from given Class’A’ surface and master section into a functional product design, following the OEM design standards with the injection molding principles. Design Switch…

                                        calendar

                                        20 May 2021 08:19 AM IST

                                        Read more

                                        Automotive Benchmarking

                                        Objective:

                                        BENCHMARKING Benchmarking (in terms of cars) can be said as the various comparisons between the features of the cars mostly between similar segments or categories. Say if someone wants to buy a ‘Sedan Car’, the comparisons will be made between the available sedans in the market. Here benchmarking will be based…

                                        calendar

                                        08 May 2021 08:42 AM IST

                                          Read more

                                          Underbody Coating

                                          Objective:

                                          Introduction In Indian road conditions, a car's underbody is most prone to corrosion. Underbody coating provides long-term protection from corrosion to the car’s underbody. It also protects parts like internal body panels, frame rails, and other inner cavities that are not physically accessible but are prone to corrosion.…

                                          calendar

                                          08 May 2021 08:42 AM IST

                                            Read more

                                            Design and develop Automotive Hood by following euroNACP standards

                                            Objective:

                                            Objective  To design Hood outer panel, inner panel, and the necessary reinforcements by following the Master section mentioned with the design parameter.  The inner panel and outer panel of the hood must be designed and assembled with the Hinge Assembly, Latch, and Striker with their reinforcements. Consider…

                                            calendar

                                            10 May 2021 07:22 AM IST

                                              Read more

                                              Fender Design Challenge

                                              Objective:

                                              Objective :  Design a front fender from the given skin data and the master section provided with Drip mounting, A-pillar, Sill, Bumper, C mounting, and Splash mountings. Consider the front fender of a car that satisfies the manufacturing as well as functional requirements. To understand the design engineering principles…

                                              calendar

                                              13 Jun 2021 06:57 PM IST

                                                Read more

                                                Section Modulus calculation and optimization

                                                Objective:

                                                Objective:  Using the Section from the Hood design and calculate the section modulus and compare it with a new section with a higher sectional modulus for optimization. Introduction:  Section Modulus - Section modulus is a direct measure of the strength of any sectional area of an object about a reference axis(neutral…

                                                calendar

                                                30 Oct 2021 02:55 PM IST

                                                  Read more
                                                  Showing 1 of 47 projects

                                                  11 Course Certificates

                                                  certificate

                                                  Multibody Dynamics using SolidWorks

                                                  CertificateIcon
                                                  Certificate UID: 8oaxurvqnmwdlp4s
                                                  View Certificate
                                                  certificate

                                                  MATLAB for Mechanical Engineers

                                                  CertificateIcon
                                                  Certificate UID: 0e1txu8fsah9qznm
                                                  View Certificate
                                                  certificate

                                                  Flow Simulation using SolidWorks

                                                  CertificateIcon
                                                  Certificate UID: lmsq8uvjdfn3ox64
                                                  View Certificate
                                                  certificate

                                                  Python for Mechanical Engineers

                                                  CertificateIcon
                                                  Certificate UID: spnxkq6aiom92035
                                                  View Certificate
                                                  certificate

                                                  Finite Element Analysis Using SolidWorks

                                                  CertificateIcon
                                                  Certificate UID: 1kt7hiy6wzpqmb3l
                                                  View Certificate
                                                  certificate

                                                  Ultimate SOLIDWORKS Course

                                                  CertificateIcon
                                                  Certificate UID: on01adbwqk3umtvf
                                                  View Certificate
                                                  certificate

                                                  Advanced Sheet Metal Design using NXCAD

                                                  CertificateIcon
                                                  Certificate UID: y976o180v5nhidlb
                                                  View Certificate
                                                  certificate

                                                  Geometric Dimensioning and Tolerancing

                                                  CertificateIcon
                                                  Certificate UID: 89os1dvpuq4g2ayl
                                                  View Certificate
                                                  certificate

                                                  Automotive Plastic Design using CATIA V5

                                                  CertificateIcon
                                                  Certificate UID: al50ct1md6bviouj
                                                  View Certificate
                                                  certificate

                                                  Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                                  CertificateIcon
                                                  Certificate UID: daq139lm2tfxp4o8
                                                  View Certificate
                                                  certificate

                                                  Mechanical Engineering Essentials Program

                                                  CertificateIcon
                                                  Certificate UID: 1pbw07sy9hi8eq6r
                                                  View Certificate
                                                  Showing 1 of 11 certificates

                                                  71 Workshop Certificates

                                                  certificate

                                                  Introduction to CAD Customization

                                                  CertificateIcon
                                                  Certificate UID: phurgcnfs1
                                                  View Certificate
                                                  certificate

                                                  Automotive Power Electronics

                                                  CertificateIcon
                                                  Certificate UID: beop8dwrkm
                                                  View Certificate
                                                  certificate

                                                  A brief and broad introduction to Aerospace background

                                                  CertificateIcon
                                                  Certificate UID: ncor34vpwa
                                                  View Certificate
                                                  certificate

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

                                                  CertificateIcon
                                                  Certificate UID: 74covpn803
                                                  View Certificate
                                                  certificate

                                                  CFD Preprocessing using ANSA

                                                  CertificateIcon
                                                  Certificate UID: 3qtba2ikml
                                                  View Certificate
                                                  certificate

                                                  Basics of electric vehicle simulations using Ansys

                                                  CertificateIcon
                                                  Certificate UID: mjy9t3ouh2
                                                  View Certificate
                                                  certificate

                                                  An insight into the world of Batteries and Battery Management System

                                                  CertificateIcon
                                                  Certificate UID: 3hwanzlpfo
                                                  View Certificate
                                                  certificate

                                                  PLM for automotive industry

                                                  CertificateIcon
                                                  Certificate UID: l2afu6y80k
                                                  View Certificate
                                                  certificate

                                                  CATIA Customization & Automation

                                                  CertificateIcon
                                                  Certificate UID: aipe3z091u
                                                  View Certificate
                                                  certificate

                                                  Knowledge-Based Engineering Using CATIA V5

                                                  CertificateIcon
                                                  Certificate UID: 2kc1fe6pbw
                                                  View Certificate
                                                  certificate

                                                  Solidworks customization

                                                  CertificateIcon
                                                  Certificate UID: s0t47gav3p
                                                  View Certificate
                                                  certificate

                                                  Solidworks customization

                                                  CertificateIcon
                                                  Certificate UID: 3lf0s9zigw
                                                  View Certificate
                                                  certificate

                                                  Mastering Shear force and Bending Moment diagram

                                                  CertificateIcon
                                                  Certificate UID: kd2sa4lzfy
                                                  View Certificate
                                                  certificate

                                                  FEA using ANSA as a pre-processor and METAPOST as post-processor

                                                  CertificateIcon
                                                  Certificate UID: ntd5ao7v86
                                                  View Certificate
                                                  certificate

                                                  Introduction to ANSYS Fluent

                                                  CertificateIcon
                                                  Certificate UID: vzfwm32ypu
                                                  View Certificate
                                                  certificate

                                                  Introduction to Vehicle Dynamics

                                                  CertificateIcon
                                                  Certificate UID: 4j3yfun6ek
                                                  View Certificate
                                                  certificate

                                                  FEA using Abaqus

                                                  CertificateIcon
                                                  Certificate UID: d76zslphxb
                                                  View Certificate
                                                  certificate

                                                  Airbag Folding & Simulation

                                                  CertificateIcon
                                                  Certificate UID: 4ih8ye0awn
                                                  View Certificate
                                                  certificate

                                                  Automation Testing using Selenium

                                                  CertificateIcon
                                                  Certificate UID: y5dtj8l9ug
                                                  View Certificate
                                                  certificate

                                                  Automation with ANSA

                                                  CertificateIcon
                                                  Certificate UID: wdjp05hr97
                                                  View Certificate
                                                  certificate

                                                  Computational Fluid Dynamic Study for Open Channel Flows (Civil Engineering)

                                                  CertificateIcon
                                                  Certificate UID: dvkfconram
                                                  View Certificate
                                                  certificate

                                                  Introduction to ANSYS SpaceClaim

                                                  CertificateIcon
                                                  Certificate UID: 2m4nfe3vb6
                                                  View Certificate
                                                  certificate

                                                  Introduction to ANSYS SpaceClaim

                                                  CertificateIcon
                                                  Certificate UID: yw03k6te4g
                                                  View Certificate
                                                  certificate

                                                  Introduction to ANSYS SpaceClaim

                                                  CertificateIcon
                                                  Certificate UID: g2d8v5o0ea
                                                  View Certificate
                                                  certificate

                                                  Vehicle crashworthiness

                                                  CertificateIcon
                                                  Certificate UID: x4p10efkyj
                                                  View Certificate
                                                  certificate

                                                  Vehicle crashworthiness

                                                  CertificateIcon
                                                  Certificate UID: dqcgn6bfmx
                                                  View Certificate
                                                  certificate

                                                  Value Analysis & Value Engineering

                                                  CertificateIcon
                                                  Certificate UID: xiu9ydf140
                                                  View Certificate
                                                  certificate

                                                  Value Analysis & Value Engineering

                                                  CertificateIcon
                                                  Certificate UID: b6vyaf5tod
                                                  View Certificate
                                                  certificate

                                                  Welcome to the world of CRASH simulations

                                                  CertificateIcon
                                                  Certificate UID: djk5wy4t23
                                                  View Certificate
                                                  certificate

                                                  Fundamentals of Thermodynamics and it's Industrial Applications

                                                  CertificateIcon
                                                  Certificate UID: ivtxlcm8a0
                                                  View Certificate
                                                  certificate

                                                  Crash Analysis using ANSA & LS DYNA

                                                  CertificateIcon
                                                  Certificate UID: pbz0u23r69
                                                  View Certificate
                                                  certificate

                                                  Introduction to Automotive NVH

                                                  CertificateIcon
                                                  Certificate UID: ipzc5fkl4w
                                                  View Certificate
                                                  certificate

                                                  Introduction to Heat Treatment

                                                  CertificateIcon
                                                  Certificate UID: 3uxfctrsjk
                                                  View Certificate
                                                  certificate

                                                  NanoScience: Small Science on Big Scale

                                                  CertificateIcon
                                                  Certificate UID: y8lso1db9g
                                                  View Certificate
                                                  certificate

                                                  Compressible Flow Analysis with OpenFoam

                                                  CertificateIcon
                                                  Certificate UID: at9ev1cdk8
                                                  View Certificate
                                                  certificate

                                                  Object detection for Autonomous driving

                                                  CertificateIcon
                                                  Certificate UID: jxtmql6hc8
                                                  View Certificate
                                                  certificate

                                                  Object detection for Autonomous driving

                                                  CertificateIcon
                                                  Certificate UID: bkgh5frawy
                                                  View Certificate
                                                  certificate

                                                  Machining and Fabrication

                                                  CertificateIcon
                                                  Certificate UID: koiv829pwt
                                                  View Certificate
                                                  certificate

                                                  Autonomous Vehicles & Computer Vision

                                                  CertificateIcon
                                                  Certificate UID: sejb1dz0tc
                                                  View Certificate
                                                  certificate

                                                  Solving Vibration and Acoustic Problems with CAE

                                                  CertificateIcon
                                                  Certificate UID: j74vgopwde
                                                  View Certificate
                                                  certificate

                                                  What makes a good BMS? Module relevance & its role as safety manager EV Tech

                                                  CertificateIcon
                                                  Certificate UID: u04s6olzgd
                                                  View Certificate
                                                  certificate

                                                  Advanced Driver-Assist Systems (ADAS) - The next generation of Automotive Tech

                                                  CertificateIcon
                                                  Certificate UID: f2r15eib4o
                                                  View Certificate
                                                  certificate

                                                  Exploring the Niche on Automotive NVH

                                                  CertificateIcon
                                                  Certificate UID: x7zu3bmhq9
                                                  View Certificate
                                                  certificate

                                                  Turbulence and CFD

                                                  CertificateIcon
                                                  Certificate UID: 4h5bcvdwiz
                                                  View Certificate
                                                  certificate

                                                  Turbulence and CFD

                                                  CertificateIcon
                                                  Certificate UID: w62qoa4le0
                                                  View Certificate
                                                  certificate

                                                  Dimensional Engineering In Manufacturing

                                                  CertificateIcon
                                                  Certificate UID: nx21q07rzh
                                                  View Certificate
                                                  certificate

                                                  Survive the Crash - Is your Car Crashworthy?

                                                  CertificateIcon
                                                  Certificate UID: zegf5y3ma9
                                                  View Certificate
                                                  certificate

                                                  Mastering Bending Moment and Shear Force Diagrams

                                                  CertificateIcon
                                                  Certificate UID: fogvthndjb
                                                  View Certificate
                                                  certificate

                                                  FVM Coding for CFD using C++

                                                  CertificateIcon
                                                  Certificate UID: nlice0r2u6
                                                  View Certificate
                                                  certificate

                                                  Geometric Dimensioning & Tolerancing

                                                  CertificateIcon
                                                  Certificate UID: ey3xtomg1f
                                                  View Certificate
                                                  certificate

                                                  Model Based control design

                                                  CertificateIcon
                                                  Certificate UID: yb5jfox2nt
                                                  View Certificate
                                                  certificate

                                                  AI Automotive- An approach for self driving vehicles

                                                  CertificateIcon
                                                  Certificate UID: uyx2qbeja1
                                                  View Certificate
                                                  certificate

                                                  AI Automotive- An approach for self driving vehicles

                                                  CertificateIcon
                                                  Certificate UID: l740kfe3h9
                                                  View Certificate
                                                  certificate

                                                  Autonomous Cars - Technology behind the magic

                                                  CertificateIcon
                                                  Certificate UID: bon20w6xs7
                                                  View Certificate
                                                  certificate

                                                  Introduction to Sensor Fusion for Autonomous Vehicle

                                                  CertificateIcon
                                                  Certificate UID: b1tj9plwzo
                                                  View Certificate
                                                  certificate

                                                  Introduction to Cooperative Adaptive Cruise control for intelligent Vehicular flow

                                                  CertificateIcon
                                                  Certificate UID: anbem4rdok
                                                  View Certificate
                                                  certificate

                                                  Introduction to Automated Driving Tool-box using MATLAB

                                                  CertificateIcon
                                                  Certificate UID: rmnbg064f7
                                                  View Certificate
                                                  certificate

                                                  Longitudinal Control- ACC and CACC

                                                  CertificateIcon
                                                  Certificate UID: cm8hvlg7ae
                                                  View Certificate
                                                  certificate

                                                  Eyes of self-driving cars on road

                                                  CertificateIcon
                                                  Certificate UID: hzkwe57gpt
                                                  View Certificate
                                                  certificate

                                                  Infrared Cameras for Autonomous Vehicles

                                                  CertificateIcon
                                                  Certificate UID: lnz3ph891y
                                                  View Certificate
                                                  certificate

                                                  Introduction to Advanced Robotics in Industry 4.0

                                                  CertificateIcon
                                                  Certificate UID: i8e4avs7xq
                                                  View Certificate
                                                  certificate

                                                  Optimal Control Theory and applications in Autonomous Vehicles

                                                  CertificateIcon
                                                  Certificate UID: a0xk2zmeo1
                                                  View Certificate
                                                  certificate

                                                  Human Face Recognition

                                                  CertificateIcon
                                                  Certificate UID: fha2lke5bg
                                                  View Certificate
                                                  certificate

                                                  How to think in graphs: A problem-solving approach

                                                  CertificateIcon
                                                  Certificate UID: mvp6tze348
                                                  View Certificate
                                                  certificate

                                                  Introduction to Hybrid and Electric Vehicles

                                                  CertificateIcon
                                                  Certificate UID: p5kbowcrm1
                                                  View Certificate
                                                  certificate

                                                  Introduction to Automotive Braking System

                                                  CertificateIcon
                                                  Certificate UID: b3fq86ix9n
                                                  View Certificate
                                                  certificate

                                                  Road and powertrain NVH

                                                  CertificateIcon
                                                  Certificate UID: ajkegunmr8
                                                  View Certificate
                                                  certificate

                                                  Road and powertrain NVH

                                                  CertificateIcon
                                                  Certificate UID: rnyhodst8e
                                                  View Certificate
                                                  certificate

                                                  Design of Crash Structures

                                                  CertificateIcon
                                                  Certificate UID: wknhrcxo2f
                                                  View Certificate
                                                  certificate

                                                  Failure Mode Effects Analysis(FMEA)

                                                  CertificateIcon
                                                  Certificate UID: ko0h8qnslz
                                                  View Certificate
                                                  certificate

                                                  Automotive Lighting Design using Catia V5

                                                  CertificateIcon
                                                  Certificate UID: 3lf2k6vjog
                                                  View Certificate
                                                  Showing 1 of 71 certificates

                                                  Academic Qualification

                                                  B.Tech

                                                  Vel Tech Rangarajan Dr.Sagunthala R&D Institute of Science and Technology

                                                  20 Jul 2017 - 14 Jul 2021

                                                  12th

                                                  Harnaut High School

                                                  11 Mar 2015 - 15 Mar 2017

                                                  10th

                                                  Shivam Residential Public School (Affiliated to CBSE 10+2)

                                                  06 Jan 2004 - 10 Mar 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

                                                  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