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

Week 11 - Final project

                                                                             REPORT Aim:  Development of a Door Trim panel…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Ananda Krishnan B (18)

Week 11 - Final project

Objective:

                                                                             REPORT Aim:  Development of a Door Trim panel…

calendar

15 Aug 2022 10:34 PM IST

  • CATIA
Read more

Week 10- Assembly Workbench

Objective:

QUICK RETURN MECHANISM Final Assembly In Various Orientations CV JOINT Final Assembly In Various Orientations

calendar

01 Aug 2022 08:02 PM IST

    Read more

    Week 9 - Project - A pillar Design with Master Section

    Objective:

                                                                                   PROJECT PRESENTATION    

    calendar

    28 Jul 2022 02:04 PM IST

      Read more

      Week 9 - Project 1 - Door Trim Lower with Engineering Features

      Objective:

                                                                                                  REPORT Draft Analysis Draft allows a part to release from the mold. Draft is required on all parts in the direction of the mold movement in order to allow parts to release or eject from the mold properly. Draft is the angle in the…

      calendar

      26 Jul 2022 07:21 AM IST

      Read more

      Week 9 - Attachment Feature Creation - Challenge 2

      Objective:

                                                                                                 …

      calendar

      24 Jul 2022 06:51 PM IST

      Read more

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

      Objective:

                                                                                               REPORT…

      calendar

      22 Jul 2022 07:40 AM IST

      Read more

      Week 8 - Challenge 4 - Bumper

      Objective:

                                                                                    REPORT Draft Analysis Draft allows a part…

      calendar

      19 Jul 2022 08:12 PM IST

      Read more

      Week 8 - Challenge 3 - Coin Holder Design

      Objective:

                                                                                           REPORT Draft Analysis…

      calendar

      19 Jul 2022 07:43 PM IST

      Read more

      Week 8 - Challenge 6 - Core & Cavity Design

      Objective:

                                                                                                 …

      calendar

      19 Jul 2022 07:17 PM IST

      Read more

      Week 8 - Challenge 2 - Switch Bezel Design

      Objective:

                                                                                                REPORT…

      calendar

      15 Jul 2022 07:39 PM IST

      Read more

      Week 8 - Challenge 1 - Base Bracket Design

      Objective:

      REPORT Draft Analysis Draft allows a part to release from the mold. Draft is required on all parts in the direction of the mold movement in order to allow parts to release or eject from the mold properly. Draft is the angle in the part is tapered to allowed it to release. As the part cools it tends to shrink to the core…

      calendar

      14 Jul 2022 09:39 AM IST

      Read more

      Week - 4

      Objective:

                                                                                         REPORT Control logic of a Washing…

      calendar

      10 Jun 2022 10:37 AM IST

        Read more

        Week -2

        Objective:

                                                                         REPORT                        …

        calendar

        02 May 2022 10:26 AM IST

          Read more

          Week 4.1 - Genetic Algorithm

          Objective:

                                                                                                     …

          calendar

          09 Apr 2022 04:12 PM IST

          Read more

          Project 2 - Rankine cycle Simulator

          Objective:

          % Program For Rankine Cycle Simulator clear all close all clc fprintf(' Rankine Cycle Simulator \n') fprintf('Process 1-2 Isentropic Expansion In Turbine \n') fprintf('Process 2-3 Isobaric Heat Rejection In Condenser \n') fprintf('Process 3-4 Isentropic Compression In Pump \n') fprintf('Process 4-1 Isobaric Heat Addition…

          calendar

          05 Apr 2022 08:49 PM IST

            Read more

            Project 1 - Parsing NASA thermodynamic data

            Objective:

            Main Program clear all close all clc % Universal gas constant (J/mol-K) R = 8.314 ; number_of_species = 53; % Opening file from directory f1 = fopen('THERMO.dat','r'); fgetl(f1) % Skipping the first line. tline = fgetl(f1); % Storing the second line in a variable tline A = strsplit(tline,' '); global_low_temp = str2num(A{2});…

            calendar

            25 Mar 2022 06:16 PM IST

              Read more

              Week 3 - Solving second order ODEs

              Objective:

              https://youtu.be/UcAJvRuRb_Y clear all close all clc % Solving a second order ODE which defines the motion of a pendulum % Inputs b = 0.005; g = 9.81; l = 1; m = 1; ct = 1; % Initial condition theta_0 = [0;3]; % Time points t_span = linspace(0,20,500); % Solving ODE [t,results] = ode45(@(t,theta) ode_func(t,theta,b,g,l,m),t_span,theta_0);…

              calendar

              02 Mar 2022 01:36 PM IST

                Read more

                Week 2- 2R Robotic Arm Challenge

                Objective:

                https://youtu.be/yQGrYpPkBxo clear all close all clc % Forward Kinematics Of A 2R Robotic Arm % Inputs l1 = 1; l2 = 0.5; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); ct = 1; for i = 1 : length(theta1); THETA1 = theta1(i); for j = 1 : length(theta2); THETA2 = theta2(j); % Coordinates x0 = 0; y0 = 0; x1 = l1*cosd(THETA1);…

                calendar

                19 Feb 2022 01:31 PM IST

                  Read more
                  Showing 1 of 18 projects