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

Guru dharshan

Design engineer | NX CAD | CATIA V5 | Solidworks | Master's in hybrid electric vehicle design and analysis

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • MODEL-BASED-DEVELOPMENT
  • HEV-FUNDAMENTALS
  • HEV
  • BATTERY-TECHNOLOGY
  • NX-CAD
  • SHEET-METAL-DESIGN

Introduction

Aspiring Mechanical Engineer with 3.5 years of experience in manufacturing to provide the highest quality mechanical component and system support. Graduated in Hybrid Electric vehicle design and analysis which I have expertise in CAD tools like NX CAD, CATIA V5, SOLIDWORKS and AutoCAD. Have hands-on project experience in 2D & 3D Modeling & Sheet Metal Design.

34 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

Code for demonstrate the position of a ROBOTIC ARM https://drive.google.com/file/d/1FcavY5cZjtjwxahFkYyiVzyeuaCLEx7Q/view?usp=sharing       clear all close all clc l1=1; l2=0.5; theta1 = linspace(0,90,10); count = 1; for i=1:length(theta1); THETA1 = theta1(i); for j = 1:length(theta1); THETA2 = theta1(j);…

calendar

25 Dec 2021 04:18 PM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    Link for animation : https://drive.google.com/file/d/1zfkrCxXKWUCOpbSJOPYKB_ljBYX3k_g7/view?usp=sharing 1. Codes for animating the pendulum motion and plotting t,theta;   clear all close all clc %inputs b = -0.05; g = -9.81; l = -1; m = -1; theta_0 = [0;3]; t_span = linspace(0,20,500); %ode45 [t,theta] = ode45(@(t,theta)ode_function(theta,b,m,g,l),t_span,theta_0);…

    calendar

    06 Jan 2022 01:23 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

       Aim : To understand the concept of genetic algorithm and write a code in MATLAB to optimise the stalagmite function. Genetic algorithm          A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that…

      calendar

      19 Mar 2022 02:13 AM IST

      • MATLAB
      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Aim : To write a code to extract the data's from the NASA theromodynamic data file and calculate the parameters defined by the NASA.  Objective : 1. To Write a function that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file by using the below formula.…

      calendar

      26 Jan 2022 12:05 PM IST

        Read more

        Project 2 - Rankine cycle Simulator

        Objective:

        Aim : Create a Rankine Cycle Simulator using OCTAVE/MATLAB Objective To calculate the state points of the Rankine Cycle based on user inputs.  Extract the datas from the XSteam file provided. To calculate the parameters in all points To plot the corresponding T-s and h-s plots for the given set of inputs. Rankine…

        calendar

        31 Jan 2022 03:31 AM IST

        Read more

        FINAL INDEPENDENT PROJECT

        Objective:

        Aim : To calculate the dynamic properties and to creat animation of the slinding crank mechanism Explanation: A slider-crank linkage is a four-link mechanism with three revolute joints and one prismatic, or sliding, joint. The rotation of the crank drives the linear movement the slider, or the…

        calendar

        05 Feb 2022 02:11 PM IST

          Read more

          Week -2

          Objective:

          Aim : Make a Simulink model of Doorbell using solenoid block and Use a thermistor to sense the temperature of a heater & turn on or turn off the fan. Door bell: A doorbell is a signaling device typically placed near a door to a building's entrance. When a visitor presses a button the bell rings…

          calendar

          06 Feb 2022 05:13 AM IST

            Read more

            Week - 4

            Objective:

            1. Aim:            Implement control logic of a “washing machine” using Stateflow as per given sequence. Objective:     Implement the below conditions by using stateflow chart, If the power supply is available, the system gets activated  If the Water supply is not…

            calendar

            13 Feb 2022 04:26 AM IST

            Read more

            Project

            Objective:

            Aim: Carry out a system-level simulation of an all-terrain vehicle.  Report: Definition of ATV: An all-terrain vehicle (ATV) is defined as a motorized off-highway vehicle designed to travel on four low-pressure or non-pneumatic tires, having a seat designed to be straddled by the operator and handlebars for steering…

            calendar

            21 Feb 2022 09:31 AM IST

              Read more

              Project 1

              Objective:

              Drive Cycles:         A driving cycle is a series of data points representing the speed of a vehicle versus time. Driving cycles are produced by different countries and organizations to assess the performance of vehicles in various ways, as for instance fuel consumption,…

              calendar

              26 Feb 2022 02:15 PM IST

                Read more

                Week 1 Understanding Different Battery Chemistry

                Objective:

                1. Aim: To Prepare a table which includes materials & chemical reactions occurring at the anode and cathode. A lithium-ion battery or Li-ion battery is a type of rechargeable battery composed of cells in which lithium ions move from the negative electrode through…

                calendar

                13 Mar 2022 12:45 PM IST

                  Read more

                  Project 2

                  Objective:

                  Drive Cycles:         A driving cycle is a series of data points representing the speed of a vehicle versus time. Driving cycles are produced by different countries and organizations to assess the performance of vehicles in various ways, as for instance fuel consumption,…

                  calendar

                  17 Mar 2022 02:07 PM IST

                    Read more

                    Week 7 State of charge estimation

                    Objective:

                    Model based Battery Management system(BMS):            The given simulation model(Sorce:Mathwork.com) is to analyze how the battery management system reacts as per the user input and also find the faults occure with the battery pack.            The primary function…

                    calendar

                    28 Mar 2022 02:13 PM IST

                      Read more

                      Project 1 Mechanical design of battery pack

                      Objective:

                      ANR26650M1-B cell The ANR26650M1-B is the next generation of A123 Systems’ pioneering 26650 cylindrical cell, now with greater power and energy density and lower impedance. This versatile lithium ion cell is suitable for a wide variety of applications and system designs. Proven performance in the toughest conditions,…

                      calendar

                      01 Apr 2022 02:36 AM IST

                      Read more

                      Project 2 Thermal modeling of battery pack

                      Objective:

                      Lithium-ion battery A lithium-ion battery is a family of rechargeable battery types in which lithium ions move from the negative electrode to the positive electrode during discharge and back when charging. Chemistry, performance, cost and safety characteristics vary across lithium-ion battery types. Unlike lithium primary…

                      calendar

                      01 Apr 2022 01:04 PM IST

                        Read more

                        Photo Realistic Rendering

                        Objective:

                          American Chopper Title : Designing, assembling and supplying american chopper Objective: Create a section of American chopper files and assemble them in the same way you use using Solidworks software. Solidworks 2021:        SOLIDWORKS 2021 enhances the capabilities and workflows you use every…

                        calendar

                        21 Apr 2022 01:45 PM IST

                        Read more

                        Radar Mast & Final Assembly of Yacht

                        Objective:

                                                                     Design and assembly of Superyacht  Objective:         Modelling of Super yacht by assembling individual parts using Solidworks 2021 Solidworks…

                        calendar

                        24 Apr 2022 07:28 AM IST

                        Read more

                        Week 8 - Challenge 1 - Draft Analysis on a Fan Cover

                        Objective:

                        Draft analysis:  The Draft Analysis command enables you to detect if the part you drafted will be easily removed. This type of analysis is performed based on color ranges identifying zones on the analyzed element where the deviation from the draft direction at any point, corresponds to specified values. Class…

                        calendar

                        14 May 2022 03:05 AM IST

                          Read more

                          Week 8 - Challenge 2 - Base Bracket Design

                          Objective:

                          The Draft Analysis command enables you to detect if the part you drafted will be easily removed. This type of analysis is performed based on color ranges identifying zones on the analyzed element where the deviation from the draft direction at any point, corresponds to specified values. Class A surface   …

                          calendar

                          14 May 2022 11:15 AM IST

                            Read more

                            Week 8 - Challenge 3 - Switch Bezel Design

                            Objective:

                            Draft analysis:  The Draft Analysis command enables you to detect if the part you drafted will be easily removed. This type of analysis is performed based on color ranges identifying zones on the analyzed element where the deviation from the draft direction at any point, corresponds to specified values. Class…

                            calendar

                            15 May 2022 05:42 AM IST

                              Read more

                              Week 8 - Challenge 5 - Core & Cavity Design

                              Objective:

                              Switch bezel Core and cavity design Cavity and core are used in the injection molding process, where the concave part of the mold is the cavity and the convex part is the core. The cavity and core are used in pairs, with the cavity also referred to as the female mold and the core as the male mold. To create these…

                              calendar

                              17 May 2022 12:41 PM IST

                                Read more

                                Door Arm Rest Week 8 Challenge

                                Objective:

                                Tooling axis The tooling axis created using the surface of the base. The line is created with the point and directed along normal to the surface. Draft analysis:  The Draft Analysis command enables you to detect if the part you drafted will be easily removed. This type of analysis is performed based on color…

                                calendar

                                18 May 2022 07:00 AM IST

                                Read more

                                Week 8 - Challenge 4 - Coin Holder Design

                                Objective:

                                Tooling axis The tooling axis created using the surface of the base. The line is created with the point and directed along normal to the surface. Draft anlysis for class A surface.  The Draft Analysis command enables you to detect if the part you drafted will be easily removed. This type of analysis is performed…

                                calendar

                                18 May 2022 01:43 PM IST

                                Read more

                                Week 9 - Attachment Feature Creation - Challenge 1

                                Objective:

                                Ribs: Ribs are thin, wall-like features typically designed into the geometry of a part to add internal support to walls or other features like bosses. In a similar fashion, gussets are support features that reinforce areas such as walls or bosses to the floor. Need:  Ribs are used to strengthen the walls…

                                calendar

                                19 May 2022 05:40 AM IST

                                  Read more

                                  Week 9 - Attachment Feature Creation - Challenge 2

                                  Objective:

                                  Screw boss: Boss features are commonly found in injection molding designs. They are used to aid in the assembly of molded parts by providing a channel for a screw. Designing plastic screw bosses is fairly straightforward but there are a few considerations to ensure a strong connection between parts and mitigate cosmetic…

                                  calendar

                                  20 May 2022 05:23 AM IST

                                    Read more

                                    Benchmarking

                                    Objective:

                                    Benchmarking:           Benchmarking is defined as the process of measuring products, services, and processes against those of organizations known to be leaders in one or more aspects of their operations. Benchmarking provides necessary insights to help you understand how your organization…

                                    calendar

                                    21 May 2022 03:50 AM IST

                                      Read more

                                      Underbody Coating

                                      Objective:

                                      Underbody coating:   Underbody coating is usually a dense cladding (often based on rubber) applied uniformly to the undercarriage of the automobile. It is normally sprayed or painted on when the car is just out of the dealership and is clean. But even if you are getting the undercoating applied after a couple of years,…

                                      calendar

                                      21 May 2022 05:11 AM IST

                                        Read more

                                        Week 9 - Project 1 - Door Applique Design with Engineering Features

                                        Objective:

                                        Heat stake: Heat staking also known as thermoplastic staking is the process of joining two dissimilar materials together. In heat staking we use local heating and cooling to raise the temperature of plastic components and allow plastic reforming to be carried out. This reforming can be used in a wide variety of applications.…

                                        calendar

                                        21 May 2022 03:53 PM IST

                                          Read more

                                          Hood design-Week 2

                                          Objective:

                                          Hood: A car hood, also referred to as a bonnet in some other countries, is the hinged cover that rests over the engine of a front-engine vehicle. Its purpose is to provide access to the engine for repair and maintenance. A concealed latch is typically used to hold down the hood. Hoods are usually made from the same material…

                                          calendar

                                          30 May 2022 06:35 AM IST

                                            Read more

                                            Fender Design - Wheel Arch Challenge

                                            Objective:

                                            Wheel arch design considerations:In india we follow the europian standards for this particular wheel arch design. So considering europian standards the below image shows the terms used to design the fender. We have to calculate the distance L which should be equal or greater than 10mm. To calculate the distance L we need…

                                            calendar

                                            31 May 2022 01:52 PM IST

                                              Read more

                                              Section Modulus calculation and optimization

                                              Objective:

                                              Inertia: Inertia, property of a body by virtue of which it opposes any agency that attempts to put it in motion or, if it is moving, to change the magnitude or direction of its velocity. Inertia is a passive property and does not enable a body to do anything except oppose such active agents as forces and torques. Moment…

                                              calendar

                                              31 May 2022 03:31 PM IST

                                                Read more

                                                Fender Design Challenge

                                                Objective:

                                                Fender: A fender is the curved part of your car, truck, or SUV that stretches and sits over the wheels and considered part of your vehicle’s body.                                    The fender is designed to prevent debris from…

                                                calendar

                                                03 Jun 2022 06:30 AM IST

                                                  Read more

                                                  Roof challenge

                                                  Objective:

                                                  Roof        The component of an automobile that lies above the passenger compartment and protects the occupants from the sun, wind, rain, and other external elements is known as the roof or car top.  Along with stylish aesthetics, there is also involved a lot of engineering behind the design of…

                                                  calendar

                                                  10 Jun 2022 04:36 AM IST

                                                    Read more

                                                    Advanced Sheet Metal Design Using NX Cad Challenge_1_Casing Design

                                                    Objective:

                                                     Casing Design Sheet Metal Fabrication is the process of forming parts from a metal sheet by punching, cutting, stamping, and bending. 3D CAD files are converted into machine code, which controls a machine to precisely cut and form the sheets into the final part. Bending Bending is a process whereby a force is…

                                                    calendar

                                                    12 Jul 2022 05:27 AM IST

                                                      Read more
                                                      Showing 1 of 34 projects

                                                      10 Course Certificates

                                                      certificate

                                                      MATLAB for Mechanical Engineers

                                                      CertificateIcon
                                                      Certificate UID: kmudvib98yatjchl
                                                      View Certificate
                                                      certificate

                                                      Introduction to Physical Modeling using Simscape

                                                      CertificateIcon
                                                      Certificate UID: njpfhxy03moervg8
                                                      View Certificate
                                                      certificate

                                                      Development of Hybrid Drives using MATLAB & Simulink

                                                      CertificateIcon
                                                      Certificate UID: q6pot4kvejzrnixs
                                                      View Certificate
                                                      certificate

                                                      Development of Hybrid Drives using MATLAB & Simulink

                                                      CertificateIcon
                                                      Certificate UID: nmvwrh0qk46ijgfz
                                                      View Certificate
                                                      certificate

                                                      MATLAB for Mechanical Engineers

                                                      CertificateIcon
                                                      Certificate UID: hwocb13t4pd0njsv
                                                      View Certificate
                                                      certificate

                                                      Introduction to Battery Technology for Electric Vehicle

                                                      CertificateIcon
                                                      Certificate UID: 5loja0412vnbmiyu
                                                      View Certificate
                                                      certificate

                                                      Introduction to Battery Technology for Electric Vehicle

                                                      CertificateIcon
                                                      Certificate UID: eghjx1nks9vq04mr
                                                      View Certificate
                                                      certificate

                                                      Ultimate SOLIDWORKS Course

                                                      CertificateIcon
                                                      Certificate UID: xanru21y7epkfg39
                                                      View Certificate
                                                      certificate

                                                      Automotive Plastic Design using CATIA V5

                                                      CertificateIcon
                                                      Certificate UID: 54d7t8mui6fngw2b
                                                      View Certificate
                                                      certificate

                                                      Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                                      CertificateIcon
                                                      Certificate UID: u0r7n61so3txighc
                                                      View Certificate
                                                      Showing 1 of 10 certificates

                                                      Academic Qualification

                                                      B.E

                                                      PSR Engineering College

                                                      01 Aug 2014 - 30 Apr 2018

                                                      12th

                                                      St. Xavier's Boys School

                                                      01 Jun 2012 - 30 Apr 2014

                                                      10th

                                                      KGM Hr Secondary School

                                                      01 Jul 2010 - 30 Apr 2012

                                                      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
                                                      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