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

Project 1 - Parsing NASA thermodynamic data

%------------------Project-1 File Parsing---------------------------------- %---------- Parsing NASA thermodynamic data-------------------------------- %------Calculating Cp, H, S and Plotting in graph vs Temp.----------------- %--------------Saving each species in each respective folder--------------- clear close clc…

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 Naveen Kannan (17)

Week 9 - Challenge 3 - Bumper

Objective:

Aim:To Create a solid of FR-Bumper part with the A - Surface given as input by considering all the manufacturing requirements. Design Considerations:Bumper is a symmetric part from the car 0. i.e., LH and RH are same.Nominal wall thickness =3mmNominal Draft angle= 3 ° Class A - Surface Inspection:The given A…

calendar

05 Jan 2025 12:38 PM IST

    Read more

    Week 9 - Challenge 2 - Switch Bezel Design

    Objective:

    Aim:To Create the B and C - Surface of the given A - Surface of the Switch Bezel Part by considering all the manufacturing requirements.Design Considerations:Nominal wall thickness = 2.5 mmNominal Draft angle = 3°Class A - Surface Inspection:The given A -Surface is first checked for any patch connectivity errors visually…

    calendar

    29 Nov 2024 08:57 PM IST

      Read more

      Week 9 - Challenge 1 - Base Bracket Design

      Objective:

      AIM: To create a solid component of thickness 2.5mm with the given Class A Surface as input, while determining the tooling axis and clearing the draft analysis.CLASS A SURFACE INSPECTION: The given Class A Surface is inspected visually for any connectivity errors using the join command and the boundary command. Once the…

      calendar

      08 Oct 2024 03:11 PM IST

        Read more

        Week 7 Challenge - Assembly Workbench

        Objective:

        ------------------------------------------------------------------------------REPORT----------------------------------------------------------------------------------- The part files are created with the use of "BOOLEAN OPERATIONS" . All Sketckes are "Iso-Constrained". All bodies, geometrical stes, and reference elements(if…

        calendar

        02 Feb 2024 08:04 AM IST

          Read more

          Design of backdoor

          Objective:

          Aim: To design the backdoor /Tailgate of the Car with the given styling Surface skin data and to develop necessary reinforcements and mountings. Back Door /Tailgate/Lid: The door or opening of a cargo area may be hinged at the top, side, or bottom.  If the door is hinged at the bottom, it is called a tailgate, particularly…

          calendar

          23 Jan 2023 03:43 PM IST

            Read more

            Roof Design

            Objective:

            Aim: To perform a curvature study on the given roof and develop necessary reinforcements such as front roof rail, rear roof rail, bow roofs, and center roof.   The Automobile Roof: An automobile roof or car top is the portion of an automobile that sits above the passenger compartment, protecting…

            calendar

            03 Jan 2023 09:20 AM IST

              Read more

              Fender Design

              Objective:

              Aim:   To design a front fender with the given skin data, master section guide and the design for manufacturing considerations.     Design Considerations:   In order to manufacture the fender [a Sheet metal] easily without any difficulties some design considerations are needed to be followed.  …

              calendar

              03 Nov 2022 05:23 PM IST

                Read more

                Section Modulus calculation and optimization

                Objective:

                Aim: To Calculate the Section modulus of the hood and to improve it. Formulas used: `S = I/y mm^3` Where, S - Section modulus mm3 y - The distance between neutral y-axis and the extreme fibre of the section mm I - The second moment of inertia of the section mm4 Definition: Section modulus is a geometric property for a…

                calendar

                23 Sep 2022 04:31 AM IST

                  Read more

                  Fender Design - Wheel Arch Challenge

                  Objective:

                  Aim: To measure the wheel arch in the given fender and the check whether it satisfies the European standard. Wheel Arch -What is it? How to Design? Wheel Arch is a Semi-circular part of the fender which is placed and positioned above the wheel/tyre of the vehicle/car. The primary function of the wheel arch is to shield…

                  calendar

                  13 Sep 2022 09:07 PM IST

                    Read more

                    Hood design-Week 2

                    Objective:

                    Aim:                 To design a hood with assembly with the given skin data and parts in NX CAD with the help of design parameters and concepts. Hood: The hood or bonnet is the hinged cover over the engine of motor vehicles. Hoods can open to allow…

                    calendar

                    22 Aug 2022 03:27 PM IST

                      Read more

                      Underbody Coating

                      Objective:

                      INTRODUCTION In a car body there are many sub bodies that are interconnected with each other. These sub bodies constitute the whole car exterior looks. One of such sub body is the underbody. The underbody of the vehicle is responsible for keeping the car’s cabin and chassis/frame connected to each other as a single…

                      calendar

                      02 Aug 2022 06:17 PM IST

                        Read more

                        Benchmarking

                        Objective:

                        Week-1 Challenge-1                                                                 The Process of Benchmarking What is Benchmarking?          …

                        calendar

                        27 Jul 2022 09:28 AM IST

                          Read more

                          Project 2 - Rankine cycle Simulator

                          Objective:

                          %----------------- Project-2 Rankine Cycle -------------------------------- %------To calculate state points and plot t-s , h-s diagram for rankine %cycle with user given input----------------------------------------------- clear all close all clc %Rankine Cycle process flow and naming conventions for program %Process…

                          calendar

                          22 Jul 2022 10:58 AM IST

                          • MATLAB
                          Read more

                          Project 1 - Parsing NASA thermodynamic data

                          Objective:

                          %------------------Project-1 File Parsing---------------------------------- %---------- Parsing NASA thermodynamic data-------------------------------- %------Calculating Cp, H, S and Plotting in graph vs Temp.----------------- %--------------Saving each species in each respective folder--------------- clear close clc…

                          calendar

                          18 Jul 2022 05:56 PM IST

                          Read more

                          Week 4.1 - Genetic Algorithm

                          Objective:

                          %-------------------Challenge Week 4.1- Genetic Algorithm------------------ %--------------To optimize the Stalagmite function using the genetic %algorithm technique to find the global maxima----------------------------- clear close clc %Defining searchspace x and y x = linspace(0,0.6,150); y = linspace(0,0.6,150); %Creating…

                          calendar

                          13 Jul 2022 09:03 PM IST

                          Read more

                          Week 3 - Solving second order ODEs

                          Objective:

                          %--------------------Week 3 - challenge------------------------------------------------- %-----------Solve the ODE to get the movement of the pendulum--------------------------- clear all close all clc L = 1; m = 1; b = 0.05; g = 9.81; %initial condition theta_0 = [0;3]; %time points time_span_motion = linspace(0,20,500);…

                          calendar

                          09 Jun 2022 10:47 AM IST

                          Read more

                          Week 2- 2R Robotic Arm Challenge

                          Objective:

                          %-----------Week-2 2-R Robotic Arm------------------------------------- %A program to simulate Forward Kinematics of a 2R Robotic Arm clear all close all clc %Inputs l1=2; l2=1.2; theta1=linspace(0,90,50); theta2=linspace(0,90,50); inst=1; for i=1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j);…

                          calendar

                          06 Jun 2022 08:18 AM IST

                            Read more
                            Showing 1 of 17 projects