OBJECTIVE: To design a sheet metal model of the casing using the NX CAD tool. INTRODUCTION: Sheet metal is metal formed by an industrial process into thin, flat pieces. Actually, it is one of the fundamental forms used in metalworking,…
Shivam Yadav
updated on 11 Nov 2022
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 Shivam Yadav (10)
Advanced Sheet Metal Design Using NX Cad Challenge_7_ Metal bracket-II
OBJECTIVE: The main importance of this project is to model a sheet metal bracket with some advanced features of sheet metal operations like Advanced flange, Gussets to provide the bracket with stiffening feature. INTRODUCTION: A bracket is an architectural element: a structural or decorative member. It can be made of wood,…
15 Jan 2023 05:16 PM IST
Advanced Sheet Metal Design Using NX Cad Challenge_6_Bracket
ADVANCED SHEET METAL DESIGN OF BRACKET USING NX CAD OBJECTIVE: To design a sheet metal bracket using NX Cad. INTRODUCTION: Sheet metal is a metal formed by an industrial process into thin, flat pieces. Sheet metal can be cut and bent into a variety of shapes. Countless everyday objects are fabricated from sheet metal.…
06 Jan 2023 03:59 PM IST
Advanced Sheet Metal Design Using NX Cad Challenge_5_Odd Shaped Enclosure
Sheet metal parts are widely used in machinery, enclosure, brackets, and automobile due to its various advantages. The parts are normally manufactured with break press. Sheet metal is nothing but the thin sheets made from metal of size ranging from 0.5 to 6mm. In this project I used NX CAD tool for designing the sheet…
16 Dec 2022 04:22 PM IST
Advanced Sheet Metal Design Using NX Cad Challenge_2_Box Assembly
TITLE: BOX ASSEMBLY OBJECTIVE: To design a sheet metal model of BOX ASSEMBLY by using Siemens NX CAD tool. INTRODUCTION: Sheet metal fabrication is a non-additive, non-subtractive process. It begins with flat material and, by definition, maintains constant material thickness…
27 Nov 2022 03:41 PM IST
Advanced Sheet Metal Design Using NX Cad Challenge_1_Casing Design
OBJECTIVE: To design a sheet metal model of the casing using the NX CAD tool. INTRODUCTION: Sheet metal is metal formed by an industrial process into thin, flat pieces. Actually, it is one of the fundamental forms used in metalworking,…
11 Nov 2022 05:36 PM IST
Project 2 - Rankine cycle Simulator
RANKINE CYCLE : THE IDEAL CYCLE FOR VAPOR POWER CYCLES The Rankine cycle, which is the ideal cycle for vapor power plants. The ideal Rankine cycle does not involve any internal irreversibilities and consists of the following four processes: 1-2 Isentropic compression in a pump 2-3 Constant-pressure heat…
11 Sep 2022 05:00 AM IST
Project 1 - Parsing NASA thermodynamic data
1. To write a function that extracts the 14 coefficients and calculates the enthalpy, entropy, and specific heats for all the species in the NASA thermodynamic data file "Thermo.dat". The NASA polynomials have the form as shown below: Where R is the universal gas constant, T is the temperature 2. To calculate the molecular…
16 Aug 2022 11:38 AM IST
Week 4.1 - Genetic Algorithm
A genetic algorithm (GA) is a method for solving both constrained and unconstrained optimization problems based on a natural selection process that mimics biological evolution.The algorithm repeatedly modifies a population of individual solutions. At each step, the genetic algorithm randomly selects individuals from the…
31 Jul 2022 05:29 AM IST
Week 3 - Solving second order ODEs
L= length of the pendulum g= gravity(9.81m/s^2) m= mass of the ball in kg b= damping coefficient since , the given function is in second order differential equation we will convert it in to first order to solve ODE LET, θ=θ1 dθ1/dt=θ2 dθ^2/dt^2=dθ2/dt INPUT…
20 Jun 2022 07:26 AM IST
Week 2- 2R Robotic Arm Challenge
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); x0 = 0; y0 = 0; x1 = l1*cosd(THETA1); y1 = l1*sind(THETA1); x2 = x1 + l2*cosd(THETA2); y2 = y1 + l2*sind(THETA2); %plotting plot([x0 x1],[y0 y1],[x1 x2],[y1…
26 May 2022 05:51 PM IST