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

Sidhartha Sankar Sahu

mechanical engineer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • MODEL-BASED-DEVELOPMENT
  • HEV-FUNDAMENTALS
  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN
  • GD&T-BASICS

Introduction

i am a mechanical engineer

33 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

The program : % forward kinematics of a 2R robotic arm clear all close all clc % Given values l1 = 2; l2 = 1; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); ct = 1; for a = 1:length(theta1); THETA1 = theta1(a); for b = 1:length(theta2); THETA2 = theta2(b); % defining the coordinates x0 = 0; y0 = 0; x1 = l1*cosd(THETA1);…

calendar

28 Nov 2021 03:03 PM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    The code :1) Function code for solving ODE :% function code function [dtheta_dt] = ode_func(t,theta,b,g,l,m) theta1 = theta(1); theta2 = theta(2); dtheta1_dt = theta2; dtheta2_dt = -(b/m)*theta2 - (g/l)*sin(theta1); dtheta_dt = [dtheta1_dt ; dtheta2_dt]; end2) ODE solving and pendulum simulation code :close all clear all…

    calendar

    16 Dec 2021 07:21 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      The codes :  1) Function code for stalagmite function : function [sf] = stalagmite(input_vector) % inputs x = input_vector(1); y = input_vector(2); % given formula for the stalagmite function % f(x,y) = [sin(5.1*pi*x+0.5)]^6 * [sin(5.1*pi*y+0.5)]^6 * % exp[-4*log(2)*((x-0.0667)^2/0.64))] * exp[-4*log(2)*((y-0.0667)^2/0.64))]…

      calendar

      30 Dec 2021 08:10 AM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        The codes :  1) Function code for entropy :   %Funtion for calculating entropy function [S] = entropy(c1,c2,c3,c4,c5,c7,c8,c9,c10,c11,c12,c14,temp,glob_mid_temp,r) % providing temperaure condition % 1-7 are high temp and 8-14 are low temp co-efficient if(temp

        calendar

        04 Jan 2022 05:05 PM IST

          Read more

          Week -2

          Objective:

          1) Simulink block mode for Doorbell using solenoid : Output / data from the scope :   2) Simulink block mode for thermistor : Output / data from the scope : Report : 1) For doorbell using solenoid : - In this model , the requirement is  "switch is closed for 2 seconds and then released" , i have…

          calendar

          12 Jan 2022 07:18 AM IST

            Read more

            Week - 4

            Objective:

            Q 1) Implement control logic of a “washing machine” using Stateflow as per given sequence:  ANS : stateflow dia: washing machine block dia: Q 2) Make a Simulink chart for the “Gear shift” logic as per below conditions: Speed Range(kmph)        Gear               …

            calendar

            17 Jan 2022 05:56 PM IST

            • MATLAB
            Read more

            Week 8 - Challenge 1 - Base Bracket Design

            Objective:

            AIM : Creation of a Base Bracket Plastic component of thickness 2.5mm through a given Class-A surface. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check…

            calendar

            03 Mar 2023 10:08 AM IST

              Read more

              Week 8 - Challenge 2 - Switch Bezel Design

              Objective:

              AIM : Creation of a Switch Bezel Plastic component of thickness 2.5mm through a given Class-A surface. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check the Connectivity…

              calendar

              04 Mar 2023 06:20 AM IST

                Read more

                Week 8 - Challenge 3 - Coin Holder Design

                Objective:

                AIM : Creation of a Coin Holder Plastic component of thickness 2.5mm through a given Class-A surface. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check…

                calendar

                06 Mar 2023 04:09 PM IST

                  Read more

                  Week 8 - Challenge 4 - Bumper

                  Objective:

                  AIM : Creation of a Bumper Plastic component of thickness 3mm through a given Class-A surface. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check the…

                  calendar

                  15 Mar 2023 11:49 AM IST

                    Read more

                    Week 8 - Challenge 6 - Core & Cavity Design

                    Objective:

                    AIM : Creation of a Core and cavity blocks for the switch bezel Plastic component. WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check the Connectivity of Class-A surface.…

                    calendar

                    16 Mar 2023 06:16 AM IST

                      Read more

                      Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1

                      Objective:

                      AIM : Creation of the rib & Screw boss for the Drill Handle considering the design rules.  REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure…

                      calendar

                      19 Mar 2023 07:49 AM IST

                        Read more

                        Week 8 - Challenge 5 - Door Trim Lower

                        Objective:

                        AIM : Creation of a Door Trim Plastic component of thickness 2.5mm through a given Class-A surface. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check…

                        calendar

                        19 Mar 2023 09:36 AM IST

                          Read more

                          Week 10 - Challenge 2- Attachment Feature Creation (Dog House)

                          Objective:

                          AIM : Create the Dog House for the Door Trim considering the design rules. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating a tooling axis , as a preventive measure check the Connectivity of Class-A…

                          calendar

                          26 Mar 2023 06:47 AM IST

                            Read more

                            Week 10 - Challenge 3 - Door Trim Lower with Engineering Features

                            Objective:

                            AIM : Creation of a Door Trim Lower Plastic component of thickness 2.5mm through a given Class-A surface and add the Heat Stakes and the locators considering the design rules. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE…

                            calendar

                            26 Mar 2023 08:57 AM IST

                              Read more

                              Week 11 - Project - A pillar Design with Master Section

                              Objective:

                              AIM : Creation of a pillar Plastic component of thickness 2.5mm through a given Class-A surface and its engineering features through master section. REPORT : WHAT IS TOOLING AXIS : The direction in which the mold or core and cavity opens is the tooling axis. HOW TO CREATE A TOOLING AXIS : 1) Before creating…

                              calendar

                              30 Mar 2023 04:28 PM IST

                                Read more

                                Week 7 Challenge - Assembly Workbench

                                Objective:

                                model 1 : model 2 :

                                calendar

                                01 Apr 2023 02:05 PM IST

                                  Read more

                                  Week 12- Final project

                                  Objective:

                                  AIM : Development of a Door Trim panel considering inputs , such as a) Class A surface b) Nominal thickness : Refer master sections c) Attachment strategy  Use Push pin with Dog house for Lower substrate – Door panel attachment Use heat stakes for part to part attachment REPORT : strategy for the project…

                                  calendar

                                  19 Apr 2023 02:48 PM IST

                                    Read more

                                    Benchmarking

                                    Objective:

                                    A.I.M : Benchmark with presently available cars in the market for a client with certain requirements , Compare at least 4 vehicles , Provide a proper conclusion for the report, suggesting a single suitable vehicle among the comparison made with images. REPORT : WHAT IS BENCHMARKING ?  Benchmarking involves…

                                    calendar

                                    22 Apr 2023 03:54 PM IST

                                      Read more

                                      Underbody Coating

                                      Objective:

                                      A.I.M : A report on underbody coating,it's types and pros and cons. WHAT IS UNDERBODY COATING? As the name suggests, undercoating is usually a black, thick liquid that is sprayed on the underside or undercarriage of the car and is used to protect the metal from rust and corrosion.    It is most commonly…

                                      calendar

                                      23 Apr 2023 06:18 AM IST

                                        Read more

                                        Hood design-Week 2

                                        Objective:

                                        AIM : Design Hood Outer Panel, Inner Panel and the necessary reinforcements by following the Master Section mentioned with the Design parameters. what is a car hood ? A car hood, also referred to as a “bonnet” in some countries, is the hinged cover that rests over the engine bay of a front-engine…

                                        calendar

                                        06 May 2023 11:49 AM IST

                                          Read more

                                          Section Modulus calculation and optimization

                                          Objective:

                                          what is section modulus : Section Modulus is a geometric property used to calculate the bending stresses in a structural member.   Mathematically, section modulus is the ratio of inertia about the neutral axis to the distance of outermost fiber from the neutral axis. Z = I/y Z = Section Modulus I = Area Moment…

                                          calendar

                                          06 May 2023 02:32 PM IST

                                            Read more

                                            Fender Design - Wheel Arch Challenge

                                            Objective:

                                            Aim :  Calculation of the Wheel Arch gap at required points and to check whether the car passes the European standard. report : what is a fender : Fender is the American English term for the part of an automobile, motorcycle or other vehicle body that frames a wheel well (the fender underside). Its primary purpose is to…

                                            calendar

                                            07 May 2023 10:41 AM IST

                                              Read more

                                              Fender Design

                                              Objective:

                                              AIM: To design a front fender with its attachment features . What is a Fender ? Fender is the American English term for the part of an automobile, motorcycle or other vehicle body that frames a wheel well (the fender underside). Its primary purpose is to prevent sand, mud, rocks, liquids, and other road…

                                              calendar

                                              09 May 2023 05:47 PM IST

                                                Read more

                                                Roof Design

                                                Objective:

                                                AIM :   To design a car roof and its reinforcements from the given styling surface & master section . And to prepare a detailed report about the engineering standards for roof design such as curvature study on the roof based on the Bow roof prediction & snow load prediction , Draft analysis and manufacturing…

                                                calendar

                                                18 May 2023 01:57 PM IST

                                                  Read more

                                                  Design of backdoor

                                                  Objective:

                                                  AIM :   To design a car tailgate , its reinforcements and embosses from the given styling surface using appropriate design methodologies. Given styling surface : About a vehicle tailgate : The car tailgate is a specific type of rear door commonly found in SUVs, trucks, and some station wagons. It is the…

                                                  calendar

                                                  30 May 2023 03:02 PM IST

                                                    Read more

                                                    Wiring harness design in CATIA V5 - 3D modeling Week 2 Challenge

                                                    Objective:

                                                    A.I.M : Downloading the files form the te.com website and then defining the parts electrically and further creating a catalogue for the components. REPORT : ABOUTDeutsch DT06 – 08SA  : This specification covers the requirements for application of DEUTSCH DT series connector system.The system features a plug and receptacle…

                                                    calendar

                                                    05 Jul 2023 03:06 PM IST

                                                      Read more

                                                      Wiring harness routing & packaging Rules Week 3 Challenge

                                                      Objective:

                                                      1) s1 : downloaded the step file . s2 : in the part workbench , created two points and planes for entry and exit of cables/bundles , and one 2mm offset plane at the base of the clamp , where a cable or bundle of cables is gonna sit. s3 : finally using the command , 'define support parts' , converted it to an electrical…

                                                      calendar

                                                      07 Jul 2023 08:00 AM IST

                                                        Read more

                                                        Wiring harness design in CATIA V5 - 3D modeling Week 4 Challenge

                                                        Objective:

                                                        A.I.M : Routing a harness layout in Electrical workbench . a : Harness Routing : updated connector catalogue : report : s1 : downloaded all the necessary connectors from  www.te.com  s2 : converted the mechanical parts to electrical components using the electrical part design work bench , and then…

                                                        calendar

                                                        08 Jul 2023 01:55 PM IST

                                                          Read more

                                                          Wiring harness design in CATIA V5 - 3D modeling Week 7 Challenge

                                                          Objective:

                                                          A.I.M : Convert an existing wireframe assembly to flattening and create a 2d drawing for the flattening file. Flatten the harness : s1: created a new product file in the electrical harness flattening workbench and set harness flattening parameters as per the requirement. s2 : imported the existing harness assembly…

                                                          calendar

                                                          12 Jul 2023 03:44 PM IST

                                                            Read more

                                                            Wiring harness design in CATIA V5 - 3D modeling Week 5 & 6 Challenge

                                                            Objective:

                                                            A.I.M : Routing of given harness layout in Electrical workbench Using the provided connectors and checking for the bundle Continuity , Checking for the bundle warning , Add annotation to all connectors and Generating CAT.part of harness assembly and convert is in. igs format. given layout…

                                                            calendar

                                                            13 Jul 2023 06:21 AM IST

                                                              Read more

                                                              Project 2

                                                              Objective:

                                                              AIM : Routing of Wiring harness on a given car body back door and prepare a flatten view drawing in CATIA V5. INTRODUCTION : what is a wire harness ? : A wire harness, also commonly referred to as a wiring harness, is an exterior sheath used to cover some types of electronic wires. Generally, wiring harnesses are made…

                                                              calendar

                                                              24 Jul 2023 09:15 AM IST

                                                              Read more

                                                              Project 1

                                                              Objective:

                                                              A.I.M : Design and develop the Wiring harness on Given V6 Engine and Prepare flatten view drawing in CATIA V5. Application of all Packaging rules, Industry best practices studied in this course shall be demonstrated in design. OBJECTIVE : - Define all the mechanical connectors electrically and save it in the Catalogue.…

                                                              calendar

                                                              24 Jul 2023 02:30 PM IST

                                                              Read more
                                                              Showing 1 of 33 projects

                                                              7 Course Certificates

                                                              certificate

                                                              MATLAB for Mechanical Engineers

                                                              CertificateIcon
                                                              Certificate UID: z0rcti5bxlymkwfd
                                                              View Certificate
                                                              certificate

                                                              Introduction to Physical Modeling using Simscape

                                                              CertificateIcon
                                                              Certificate UID: 2suyrf8i6bw04dk5
                                                              View Certificate
                                                              certificate

                                                              Automotive Plastic Design using CATIA V5

                                                              CertificateIcon
                                                              Certificate UID: twm01erqs6hx2d38
                                                              View Certificate
                                                              certificate

                                                              Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                                              CertificateIcon
                                                              Certificate UID: 0mnyibu49a2jgxrp
                                                              View Certificate
                                                              certificate

                                                              Geometric Dimensioning and Tolerancing

                                                              CertificateIcon
                                                              Certificate UID: x43jfa1q6sco2idg
                                                              View Certificate
                                                              certificate

                                                              Automotive Wiring Harness using CATIA V5

                                                              CertificateIcon
                                                              Certificate UID: q6dvtfmcrjbk8gox
                                                              View Certificate
                                                              certificate

                                                              Catia Tool Test

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

                                                              Academic Qualification

                                                              B.Tech

                                                              C. V. Raman Global University

                                                              08 Sep 2017 - 05 Aug 2021

                                                              12th

                                                              rajdhani college bhubaneswar

                                                              12 May 2015 - 12 May 2017

                                                              10th

                                                              Saraswati sishu vidya mandir

                                                              08 Apr 2013 - 06 May 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
                                                              Recently launched

                                                              18 Hours of Content

                                                              coursecard
                                                              Recently launched

                                                              21 Hours of Content

                                                              coursecard
                                                              Recently launched

                                                              10 Hours of Content

                                                              coursecard
                                                              Recently launched

                                                              14 Hours of Content

                                                              coursecard
                                                              Recently launched

                                                              5 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