Menu

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

G. Saffwan Syed Asan

Design is not just an appearance, it is the beauty which is delivered.

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • NX-CAD
  • SHEET-METAL-DESIGN
  • BIW-DESIGN
  • GD&T-BASICS
  • FEA
  • HYPER-MESH

Introduction

Got fascinated towards cars and bikes and turned it into an interest in designing and related stuffs. Learning and getting trained/training.

28 Projects

Week 3 - Solving second order ODEs

Objective:

Aim:     To write a ode program in matlab for a pendulum occilation animation.   Code:   ode main code: clear all close all clc b=.05; l=1; g=9.81; m=1; %initial condition theta_0=[0;3]; %time points t_span=linspace(0,20,500); %solve ode [t,results]=ode45(@(t,theta)ode_func(t,theta,b,g,l,m),t_span,theta_0);…

calendar

11 Feb 2021 12:44 PM IST

    Read more

    Week 4.1 - Genetic Algorithm

    Objective:

    Aim:       To write a code in matlab for stalagmite function and to find the global maxima of the function.   Code:     code for stalagmite main and global maxima: clear all close all clc %defining our search space x=linspace(0,0.6,150); y=linspace(0,0.6,150); n_numb=50; %creating a 2 dimesional…

    calendar

    16 Feb 2021 02:32 PM IST

      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Aim:      A matlab program is written to extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the 53 species given in the NASA thermodynamic data file.   Program code and explanation:     main code: clear all close all clc thermo=fopen('THERMO.dat','r')…

      calendar

      20 Feb 2021 02:00 PM IST

      • MATLAB
      Read more

      Week -2

      Objective:

      Aim:       1) To make simulink of a doorbell model using solenoid block.       2) To make a simulink to use a thermistor to sence the temperature of a heater & turn on or off the fan as per the given condition.    1)  Simulink of a doorbell model:     …

      calendar

      25 Feb 2021 10:28 AM IST

        Read more

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

        Objective:

        Tooling axis creation and draft analysis for the given fan cover model:              A point is created in the centre of the circle in the top.                                          Then…

        calendar

        11 Mar 2021 11:22 AM IST

          Read more

          Week 8 - Challenge 2 - Base Bracket Design

          Objective:

          Creating of tooling axis and Class B and C surface from the given class A surface of the base bracket and making a solid body:      Tooling axis and Draft analysis:            The given surface model is downloaded and opened.         Then a boundary line…

          calendar

          12 Mar 2021 12:56 PM IST

            Read more

            Week 8 - Challenge 3 - Switch Bezel Design

            Objective:

            Creating the tooling axis and draft analysis for the solid model after makeing the class B and C surface for the given class A surface:        Creating the tooling axis:                   The given class A surface is downloaded and opened. To create the tooling…

            calendar

            13 Mar 2021 08:06 AM IST

              Read more

              Week 8 - Challenge 4 - Coin Holder Design

              Objective:

              The 3D model for the given coin holder is created with the given class A surface then followed by creating class B and C surface and done draft analysis for the created 3D model and the given class A surface:               Creating tooling axis:          …

              calendar

              15 Mar 2021 10:00 AM IST

                Read more

                Week 8 - Challenge 5 - Core & Cavity Design

                Objective:

                Creating the core and cavity blocks for the switch bezel:                  Creating the parting surface:                      The boundary line of the A surface is taken and extrapolated. It is then trimed with the sweep…

                calendar

                15 Mar 2021 01:03 PM IST

                  Read more

                  Week 9 - Attachment Feature Creation - Challenge 1

                  Objective:

                  Creating the Rib in the coin holder console did before using the design rules for constricting a rib:               First the bottom surfacce is been extracted as the rib is going to be present there.                        …

                  calendar

                  16 Mar 2021 09:13 AM IST

                    Read more

                    Week 9 - Attachment Feature Creation - Challenge 2

                    Objective:

                    Creating screw boss and dog house on the coin holder console model as per the design rules:             Creating the screw boss:                        The base of the console is extracted.       …

                    calendar

                    17 Mar 2021 10:50 AM IST

                      Read more

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

                      Objective:

                      Heat stakes and locators are created and draft analysis is also done for the given class A surface of a driver door RH applique:                The given class A surface model is downloded and opened, then checked for any open present.         Creating 3D…

                      calendar

                      18 Mar 2021 01:32 PM IST

                        Read more

                        Week 9 - Project - Master Section Development

                        Objective:

                        Aim:         To create B pillar using the given Master section with class A surface.                The CAT part file for the B pillar is downloaded and opened in Catia. And the A surface is then checked for any open and a boundary is created.   …

                        calendar

                        23 Mar 2021 02:58 PM IST

                          Read more

                          Week 11 - Final project

                          Objective:

                          The project I did is of development of door trim from the given class A surfaces inputs.     Models created are: Lower substrate Map pocket Arm rest  For creating of CAD models the following inputs are taken under consideration of following inputs as like in OEM and tier1 companies a) Class A surface b)…

                          calendar

                          25 Apr 2021 03:36 PM IST

                            Read more

                            Week - 4

                            Objective:

                             1. Implementing a control logic for a “washing machine” using Stateflow as per given sequence:  If the power supply is available, the system gets activated  If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time…

                            calendar

                            02 May 2021 07:16 PM IST

                              Read more

                              Benchmarking

                              Objective:

                              What is Benchmarking?             Benchmarking involves a structured comparison between similar products, services, or processes on some dimensions of performance. For Example, it can be used to compare the availability and delivery of features in a product and in this form often provides…

                              calendar

                              08 May 2021 03:35 PM 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…

                                calendar

                                12 May 2021 05:34 PM IST

                                  Read more

                                  Hood design-Week 2

                                  Objective:

                                       Designing The Hood of a car by designing the outer pannel and the inner pannel using the given master section of the hood.                                           The above shown fig. is the given master section. Along with this the surface of the outer pannel, hinge assembly shape and striker was also given.  …

                                  calendar

                                  08 Jun 2021 04:21 AM IST

                                    Read more

                                    Fender Design Challenge

                                    Objective:

                                    Objecive:        Development and designing a front fender parameters in NX CAD.   Fender:                                                         …

                                    calendar

                                    30 Jun 2021 12:29 PM IST

                                      Read more

                                      Section Modulus calculation and optimization

                                      Objective:

                                      Section Modulus:        Section modulus is a geometric property for a given cross-section used in the design of beams or flexural members. Other geometric properties used in the design include an area for tension and shear, the radius of gyration for compression, and moment of inertia…

                                      calendar

                                      06 Jul 2021 01:18 PM IST

                                        Read more

                                        Roof challenge

                                        Objective:

                                          Automobile Roof:             An automobile roof or car top is the portion of an automobile that sits above the passenger compartment, protecting the vehicle occupants from sun, wind, rain, and other external elements. It plays an important role in…

                                        calendar

                                        27 Aug 2021 11:19 AM IST

                                          Read more

                                          Design of backdoor

                                          Objective:

                                          AIM :         To design the back door using the provided styling surface to come up with a back door design by using appropriate design methodologies, and providing the necessary reinforcements and embosses.   Back Door :         A car door is a type of door opening,…

                                          calendar

                                          17 Dec 2021 07:27 PM IST

                                            Read more

                                            Advanced Sheet Metal Design Using NX Cad Challenge_1_Casing Design

                                            Objective:

                                                       Casing Design    OBJECTIVE:               To Write a detailed report on Sheet Metal Component with good explanation on Sheet Metal modelling tools applied throughout the modelling.   Introduction:        …

                                            calendar

                                            10 Nov 2022 03:31 PM IST

                                              Read more

                                              Advanced Sheet Metal Design Using NX Cad Challenge_2_Box Assembly

                                              Objective:

                                                      Box assembly    OBJECTIVE:               To Write a detailed report on Sheet Metal Component with good explanation on Sheet Metal modelling tools applied throughout the modelling.   Introduction:            …

                                              calendar

                                              31 May 2023 06:02 AM IST

                                              Read more

                                              Advanced Sheet Metal Design Using NX Cad Challenge_5_Odd Shaped Enclosure

                                              Objective:

                                                    Odd Shaped Enclosure  Objective:             To write a detailed report on Sheet Metal Component with good explanation on Sheet Metal modelling tools applied throughout the modelling.   Introduction:             Sheet metal design…

                                              calendar

                                              02 Jun 2023 01:29 PM IST

                                                Read more

                                                Advanced Sheet Metal Design Using NX Cad Challenge_6_Bracket

                                                Objective:

                                                        Bracket    OBJECTIVE:               To Write a detailed report on Sheet Metal Component with good explanation on Sheet Metal modelling tools applied throughout the modelling.   Introduction:             Sheet…

                                                calendar

                                                03 Jun 2023 09:14 AM IST

                                                  Read more

                                                  Advanced Sheet Metal Design Using NX Cad Challenge_7_ Metal bracket-II

                                                  Objective:

                                                            Bracket-II OBJECTIVE:               To Write a detailed report on Sheet Metal Component with good explanation on Sheet Metal modelling tools applied throughout the modelling.   Introduction:             Sheet metal…

                                                  calendar

                                                  05 Jun 2023 07:58 AM IST

                                                    Read more

                                                    Photo Realistic Rendering

                                                    Objective:

                                                              MODELING, ASSEMBLY, PHOTOREALISTIC RENDER OF AN AMERICAN CHOPPER ON SOLIDWORKS.   Objectives: Createing individual parts of chopper using solidworks. Assembling all the individual parts into chopper. Knowing the application of decals,lights and camera. Creating photorealistic model…

                                                    calendar

                                                    18 Nov 2023 09:17 PM IST

                                                    Read more
                                                    Showing 1 of 28 projects

                                                    6 Course Certificates

                                                    certificate

                                                    MATLAB for Mechanical Engineers

                                                    CertificateIcon
                                                    Certificate UID: qdnzk41voralhx25
                                                    View Certificate
                                                    certificate

                                                    Automotive Plastic Design using CATIA V5

                                                    CertificateIcon
                                                    Certificate UID: y90fgrwscda4vh1e
                                                    View Certificate
                                                    certificate

                                                    Introduction to Physical Modeling using Simscape

                                                    CertificateIcon
                                                    Certificate UID: 1sfqw29cuk5zvlga
                                                    View Certificate
                                                    certificate

                                                    Automotive Sheet Metal Design using Siemens NX CAD / CATIA V5

                                                    CertificateIcon
                                                    Certificate UID: pg6fsm72e8aidcby
                                                    View Certificate
                                                    certificate

                                                    Geometric Dimensioning and Tolerancing

                                                    CertificateIcon
                                                    Certificate UID: 3rof7svpnjdg8ace
                                                    View Certificate
                                                    certificate

                                                    Advanced Sheet Metal Design using NXCAD

                                                    CertificateIcon
                                                    Certificate UID: 02rqya6mp5hwukfb
                                                    View Certificate
                                                    Showing 1 of 6 certificates

                                                    Academic Qualification

                                                    M.Tech

                                                    B. S. Abdur Rahman Crescent Institute Of Science And Technology

                                                    17 Oct 2021 - 18 Mar 2023

                                                    B.Tech

                                                    B. S. Abdur Rahman Crescent Institute Of Science And Technology

                                                    15 Aug 2016 - 20 Aug 2020

                                                    12th

                                                    Pushpalata Matric Higher Secondary School

                                                    13 Jul 2015 - 17 May 2016

                                                    10th

                                                    Pushpalata Matric Higher Secondary School

                                                    24 Jun 2013 - 23 May 2014

                                                    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