Automobile Roof Design Introduction The roof of an automobile serves as a protective structure that shields the passengers and the interior of the vehicle from external elements such as rain, wind, sun, and snow. It also provides structural strength to the overall automobile design. Automobile roofs are typically constructed…
Angshuman Kalita
updated on 31 Mar 2023
Project Details
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.
Other comments...
Read more Projects by Angshuman Kalita (31)
Coin Holder Design
Class A surface Final Part
12 Jun 2023 04:25 AM IST
Project 2 - Rankine cycle Simulator
Rankine cycle Simulator Introduction: The Rankine cycle is a thermodynamic cycle used in power plants and thermal systems to convert heat into mechanical work. It is commonly utilized in steam power plants and represents the idealized operation of a steam power cycle. The cycle consists of four main processes: expansion,…
10 Jun 2023 04:41 PM IST
Project 1 - Parsing NASA thermodynamic data
Parsing NASA thermodynamic data Introduction: NASA has developed comprehensive thermodynamic databases and associated polynomials for over 1000 species. These polynomials allow for the calculation of important thermodynamic properties such as specific heat capacity, enthalpy, and entropy. By parsing the coefficients…
10 Jun 2023 02:58 PM IST
Week 5 - Genetic Algorithm
Introduction: The genetic algorithm (GA) is a search and optimization technique inspired by the process of natural selection and evolution. It is commonly used to solve complex optimization problems where traditional methods may be inefficient or infeasible. In this report, we will provide a conceptual explanation of genetic…
08 Jun 2023 09:08 AM IST
Week 4.1 - Solving second order ODEs
This ODE represents the equation of motion of a simple pendulum with damping. Here, let's assume 'theta' to be 'theta1', convert the 2nd order ODE to 1st order, so- assuming, d(theta1)/dt = theta2; d(theta2)/dt + b*theta2/m + g*sin(theta1)/L=0 => d(theta2)/dt = -b*theta2/m - g*sin(theta1)/L %Main Code %Solving second…
01 Jun 2023 06:54 PM IST
Week 3.2 - 2R Robotic Arm Challenge
%2R Robotic Arm Challenge clear all close all clc %inputs %length of the links l1=1; l2=0.8; %angles in terms of theta theta1= linspace(0,90,10); %angle for link1 theta2= linspace(0,90,20); %angle for link2 %coordinates for link1 start point x0=0; y0=0; cuntr=1; for i=1:length(theta1) THETA1= theta1(i); for j=1:length(theta2)…
29 May 2023 01:38 PM IST
Project 1
Project ! Aim:Route the Wiring harness on Given 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. Apply Protection coverings as required. Proper routing of bundle Report writing Flattening and Drawing…
19 May 2023 12:03 PM IST
Project 2
Project 2 Aim:Route the Wiring harness on Given car body 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. Apply Protection coverings as required. Proper routing of bundle Report writing Flattening and Drawing…
17 May 2023 05:25 PM IST
Wiring harness design in CATIA V5 - 3D modeling Week 7 Challenge
Aim: Flatten the harness assembly completed in “ week 4 challenge”. Place the flattened view on drawing sheet. Ensure bundles with protective coverings has different visuals on drawing view. Solution: Extracted the wiring harness from the Assembly workbench and used the flatten function on the harness.…
11 May 2023 12:47 PM IST
Wiring harness design in CATIA V5 - 3D modeling Week 5 & 6 Challenge
Harness routing Aim: Route the following harness layout in Electrical workbench. Make assumption for harness bundle diameters. Use the connectors provided. After completion of routing, Check the bundle Continuity. Add snap of result in submission Add annotation to all connectors. Make an assumption for annotations like…
09 May 2023 06:19 AM IST
Wiring harness design in CATIA V5 - 3D modeling Week 4 Challenge
DT06-4S DT06-6S DT06-2S DT06-08SA Harness Assembly
06 May 2023 01:16 AM IST
Wiring harness routing & packaging Rules Week 3 Challenge
Q1. Q2. Q3.
05 May 2023 02:28 AM IST
Wiring harness design in CATIA V5 - 3D modeling Week 2 Challenge
Wiring harness design in CATIA V5 - 3D modeling Parameter for defining any connectors Geometry Parameters - Point & Coordinate system (Axis) Connector connection points - This point is used for connection of one connector to another connector. Harness Bundle entry point - This point defines where the harness…
03 May 2023 05:34 AM IST
Automotive Hood Design
Automotive Hood Design Introduction The hood is a part of a car that covers and protects the engine. It is usually located at the front of the car and can be opened to allow people to access the engine compartment for repairs and maintenance. The hood is also an important safety feature of a car because it helps…
01 May 2023 10:34 AM IST
Development of a Door Trim panel
Report on Final Project Aim: To create a CAD model considering following inputs as like in OEM and tier1 companies a) Class A surface b) Nominal thickness : Refer master sections c) Attachment strategy : Find a attachment strategy for the door panel complete work. Use Push pin with Dog house for Lower substrate -…
01 May 2023 10:29 AM IST
AUTOMOTIVE BACK DOOR DESIGNING
AUTOMOTIVE BACK DOOR DESIGNING Introduction The back door of a car is a vital component that provides access to the vehicle's luggage compartment. It must be both functional and visually appealing, while also meeting safety requirements. In modern times, Computer-Aided Design (CAD) software has revolutionized the…
01 May 2023 10:10 AM IST
Week 14 challenge
Assemble and apply GD&T to the butterfly valve assembly drawing
27 Apr 2023 06:09 AM IST
Roof Design
Automobile Roof Design Introduction The roof of an automobile serves as a protective structure that shields the passengers and the interior of the vehicle from external elements such as rain, wind, sun, and snow. It also provides structural strength to the overall automobile design. Automobile roofs are typically constructed…
31 Mar 2023 04:41 PM IST
Fender Design
Fender Design The fender plays a crucial role in the exterior of an automobile as it encompasses the wheel arch that accommodates the vehicle's wheels. For optimal protection, the wheel must be positioned within the confines of the fender to prevent the discharge of harsh particles into the environment, which could potentially…
27 Mar 2023 04:13 AM IST
Fender Design - Wheel Arch Challenge
Fender Design - Wheel Arch The fender is a crucial part of a car's exterior because it encloses the wheel arch that holds the wheels in place. Properly fitting within the fender's boundaries prevents the wheels from projecting abrasive materials into the air, which could harm the car's exterior or even pedestrians. Additionally,…
25 Mar 2023 04:36 PM IST
Section Modulus calculation and optimization
Section Modulus calculation and optimization Introduction In CAD modelling, the section modulus is typically used to design and analyse structural components. The section modulus of a component's cross-section can be calculated based on its geometry, which is often created using 3D modelling softwares in my case I have…
23 Mar 2023 01:31 PM IST
Underbody Coating
Underbody Coating Underbody coating is a protective layer we can apply to the underside of our car's body to protect it from damage caused by road debris, salt, and water. This coating helps prevent rust and corrosion on the underbody of our vehicle, which can extend its lifespan and maintain its value. There are…
15 Mar 2023 01:23 PM IST
Benchmarking
Introduction on Benchmarking Benchmarking is the process of comparing the performance of a company's products, services, or processes against those of the best-in-class businesses in the industry to identify opportunities for improvement. By analysing and comparing the processes of successful companies, organizations can…
15 Mar 2023 12:27 PM IST
Week 10- Assembly Workbench
Quick Return Mechanism: Part Assembly - Drafting - CV Joint: Part Assembly - Drafting -
05 Mar 2023 08:09 PM IST
Week 9 - Project - A pillar Design with Master Section
Objective: To create a complete solid model from the given master section and class A surface. Discription: Class A Surface: The Class A surface is a surface created by the designer, which is an aesthetic surface with functional features on it. Draft Analysis of Class A surface: Class B Surface: The Class B surface is…
03 Mar 2023 06:35 PM IST
Week 9 - Project_1 - Door Trim Lower with Engineering Features
Project: Door Trim Lower with Engineering Features Aim: To create Door Trim Lower Plastic component through the given Class-A surface. To begin with, the tooling axis for the given Class-A Surface should be created meeting the requirements of the draft angle and at the end perform the Draft analysis on the model. Also…
01 Mar 2023 02:12 PM IST
Week 9 - Attachment Feature Creation - Challenge 2
Attachment Feature Creation - Dog House Aim: Design Dog House for the Door Trim by following the design rules, then perform draft analysis for Class-A surface. Create the final closed body component and perform draft analysis. Description: In order to create a final close body component for a door trim, the following…
01 Mar 2023 03:56 AM IST
Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1
Attachment Feature Creation (Ribs & Screw Boss) Aim: Using the given Class-A surface, generate the component while ensuring that the tooling axis meets the required draft angle. After creating the component, conduct a Draft analysis to ensure that the draft angle is appropriate. Design the rib and screw boss in accordance…
25 Feb 2023 07:19 PM IST
Week 8 - Challenge 6 - Core & Cavity Design
Core & Cavity Design Objective: To generate the Core and Cavity blocks for the switch bezel component. Description: Tooling Axis : The Tooling Direction refers to the direction in which the mold extracts the part. Typically, the mold is constructed in two separate pieces: the Cavity and Core sides. The Core moves away…
24 Feb 2023 11:56 AM IST
Project - Data Handling and Interpolation
Program and txt file is attached.
19 Jan 2023 06:06 PM IST
Project - Analysis of a practical automotive wiring circuit
answer is attached.
09 Dec 2022 10:23 AM IST