Module 3: Buckling of 1D Simply Supported Beam

Size: px
Start display at page:

Download "Module 3: Buckling of 1D Simply Supported Beam"

Transcription

1 Module : Buckling of 1D Simply Supported Beam Table of Contents Page Number Problem Description Theory Geometry 4 Preprocessor 7 Element Type 7 Real Constants and Material Properties 8 Meshing 9 Solution 11 Static Solution 11 Eigenvalue 14 Mode Shape 15 General Postprocessor 16 Results 18 Validation 18 UCONN ANSYS Module Page 1

2 Problem Description: y x Nomenclature: L =00mm b =10mm h =1 mm P=1N E=00,000 Length of beam Cross Section Base Cross Section Height Applied Force =0. Poisson s Ratio of Steel Young s Modulus of Steel at Room Temperature Moment of Inertia In this module, we model a simply supported steel beam with compressive loads. This module stresses the importance of buckling in designs involving linear compressive loading and serves as a starting point for later modules which deal with more complex buckling considerations. Buckling is inherently non-linear, but we linearize the problem through the Eigenvalue method. This solution is an overestimate of the theoretical value since it does not consider imperfections and nonlinearities in the structure such as warping and manufacturing defects. Theory Buckling load Hooke s Law equates stress as shown: (.1) Deriving both sides of equation.1 it shows (.) By solving for equilibrium: (.) Equation. is a nonlinear equation, however this equation can be linearized using eigenvalues. UCONN ANSYS Module Page

3 Since: (.4) Then: Plugging in Equation.1 for stress we find: (.5) (.6) Plugging Equation.6 into Equation., Equation.6 becomes (.7) Which is simplifies to: (.8) By integrating two times Equation.8 becomes (.9) At the fixed end (x=0), v=0,, thus 0 At the supported end (x=l), v=0,, thus 0 Equation.9 becomes (.10) Equation.6 represents the Differential Equation for a Sin Wave (.11) A and B are arbitrary constants which are calculated based on Boundary Conditions. At the fixed end (x=0), v=0 proving B=0. Equation.11 becomes But A cannot equal zero or this problem is trivial. At the supported end (x=l), v=0 Equation 1 becomes (.1) (.1) Since A cannot equal zero, ( ) must equal zero: Sin(nπ)=0 for n=(0, 1,,, 4..) UCONN ANSYS Module Page

4 So: n 0 or it is trivial (.14) We are interested in finding P which is the Critical Buckling Load. Since n can be any integer greater than zero and a continuous beam has theoretically infinite degrees of freedom there are infinite amount of eigenvalues ( ). Where the lowest Buckling Load is at This is an over estimate so there are certain correction factors (C) to account for this. (C) is dependent on the beam constraints. Where C=1 for a fixed-simply supported beam. So the Critical Buckling Load is (.15) (.16) (.17) = N (.18) Geometry Opening ANSYS Mechanical APDL 1. On your Windows 7 Desktop click the Start button. Under Search Programs and Files type ANSYS. Click on Mechanical APDL (ANSYS) to start ANSYS. This step may take time. 1 UCONN ANSYS Module Page 4

5 Preferences 1. Go to Main Menu -> Preferences. Check the box that says Structural. Click OK 1 Title: To add a title 1. Utility Menu -> ANSYS Toolbar -> type /prep7 -> enter. Utility Menu -> ANSYS Toolbar -> type /Title, Title Name -> enter UCONN ANSYS Module Page 5

6 Key points Since we will be using 1D Elements, our goal is to model the length of the beam. 1. Go to Main Menu -> Preprocessor -> Modeling -> Create -> Keypoints -> On Working Plane. Click Global Cartesian. In the box underneath, write: 0,0,0. This will create a key point at the origin. 4. Click Apply 5. Repeat Steps and 4 for 00,0,0 6. Click Ok 7. The Triad in the top left corner is blocking keypoint 1. To get rid of the triad, type /triad,off in Utility Menu -> Command Prompt 6 7 Line 8. Go to Utility Menu -> Plot -> Replot 1. Go to Main Menu -> Preprocessor -> Modeling -> Create -> Lines -> Lines -> Straight Line. Select Pick. Select List of Items 4. Type 1, for points previously generated. 5. Click Ok 5 4 UCONN ANSYS Module Page 6

7 The resulting graphic should be as shown: Saving Geometry We will be using the geometry we have just created for modules. Thus it would be convenient to save the geometry so that it does not have to be made again from scratch. 1. Go to File -> Save As. Under Save Database to pick a name for the Geometry. For this tutorial, we will name the file Buckling simply supported. Under Directories: pick the Folder you would like to save the.db file to. 4. Click OK 4 Preprocessor Element Type 1. Go to Main Menu -> Preprocessor -> Element Type -> Add/Edit/Delete. Click Add. Click Beam -> D Elastic 4. Click OK 4 UCONN ANSYS Module Page 7

8 Beam is a uniaxial element with tension, compression, and bending capabilities. The element has three degrees of freedom at each node: translations in the nodal x and y directions and rotation about the nodal z-axis Real Constants and Material Properties Now we will dimension our beam. 1. Go to Main Menu -> Preprocessor -> Real Constants -> Add/Edit/Delete. Click Add. Choose Type 1 Beam 4. Click OK 5. Under Cross-sectional area AREA enter Under Area moment of inertia IZZ Enter 10/1 7. Under Total beam height HEIGHT enter Click OK 9. Close out of the Real Constants window UCONN ANSYS Module Page 8

9 Now we must specify Young s Modulus and Poisson s Ratio 1. Go to Main Menu -> Preprocessor -> Material Props -> Material Models. Go to Material Model Number 1 -> Structural -> Linear -> Elastic -> Isotropic. Input E5 for the Young s Modulus (Steel) in EX. 4. Input 0. for Poisson s Ratio in PRXY 5. Click OK 6. of Define Material Model Behavior window Meshing 1. Go to Main Menu -> Preprocessor -> Meshing -> Mesh Tool. Go to Size Controls: -> Global -> Set. Under NDIV No. of element divisions put 10. This will create a mesh of a total 10 elements 4. Click OK 5. Click Mesh 6. Click Pick All UCONN ANSYS Module Page 9

10 7. Go to Utility Menu -> Plot -> Nodes 8. Go to Utility Menu -> Plot Controls -> Numbering 9. Check NODE Node Numbers to ON 10. Click OK 9 10 The resulting graphic should be as shown: ANSYS numbers nodes from the left extreme to the right extreme and then numbers from left to right. UCONN ANSYS Module Page 10

11 Solution There are two types of solution menus that ANSYS APDL provides; the Abridged solution menu and the Unabridged solution menu. Before specifying the loads on the beam, it is crucial to be in the correct menu. Go to Main Menu -> Solution -> Unabridged menu This is shown as the last tab in the Solution menu. If this reads Abridged menu you are already in the Unabridged solution menu. Static Solution Analysis Type 1. Go to Main Menu -> Solution -> Analysis Type -> New Analysis. Choose Static. Click OK 4. Go to Main Menu -> Solution -> Analysis Type ->Analysis Options 5. Under [SSTIF][PSTRES] Stress stiffness or prestress select Prestress ON 6. Click OK Prestress is the only change necessary in this window and it is a crucial step in obtaining a final result for eigenvalue buckling. 6 5 UCONN ANSYS Module Page 11

12 Displacement 1. Go to Main Menu -> Solution -> Define Loads ->Apply ->Structural -> Displacement -> On Nodes. Select Pick -> Single -> and click node 1. Click OK 4. Under Lab DOFs to be constrained select UX and UY 5. Under VALUE Displacement value enter 0 6. Click OK Go to Main Menu -> Solution -> Define Loads ->Apply ->Structural -> Displacement -> On Nodes 8. Select Pick -> Single -> and click node 9. Click OK 10. Under Lab DOFs to be constrained select only UY 11. Under VALUE Displacement value enter 0 1. Click OK WARNING: UX and UY might already be highlighted, if so, leave UY highlighted and click UX to remove it from the selection. Failure to only constrain UY will result in incorrect results. UCONN ANSYS Module Page 1

13 The graphics area should look as below: Loads 1. Go to Main Menu -> Solution -> Define Loads ->Apply ->Structural -> Force/Moment -> On Nodes. Select Pick -> Single -> and click node. Click OK 4. Under Direction of force/mom select FX 5. Under VALUE Force/moment value enter Click OK The graphics area should look as below: USEFUL TIP: The force value is only a magnitude of 1 because eigenvalues are calculated by a factor of the load applied, so having a force of 1 will not skew the eigenvalue answer. UCONN ANSYS Module Page 1

14 Solve 1. Go to Main Menu -> Solution -> Solve -> Current LS. Go to Main Menu -> Finish Eigenvalue 1. Go to Main Menu -> Solution -> Analysis Type -> New Analysis. Choose Eigen Buckling. Click OK 4. Go to Main Menu -> Solution -> Analysis Type ->Analysis Options 5. Under NMODE No. of modes to extract input 1 6. Click OK Go to Main Menu -> Solution -> Solve -> Current LS 8. Go to Main Menu -> Finish UCONN ANSYS Module Page 14

15 Mode Shape 1. Go to Main Menu -> Solution -> Analysis Type -> ExpansionPass. Click [EXPASS] Expansion pass to ensure this is turned on. Click OK 4. Go to Main Menu -> Solution -> Load Step Opts -> ExpansionPass -> Single Expand -> Expand Modes 5. Under NMODE No. of modes to expand input 1 6. Click OK Go to Main Menu -> Solution -> Solve -> Current LS 8. Go to Main Menu -> Finish UCONN ANSYS Module Page 15

16 General Postprocessor Buckling Load Now that ANSYS has solved these three analysis lets extract the lowest eigenvalue. This represents the lowest force to cause buckling. Go to Main Menu -> General Postproc -> List Results -> Detailed Summary Results for Buckling Load: P= N Mode Shape To view the deformed shape of the buckled beam vs. original beam: 1. Go to Main Menu -> General Postproc -> Read Results -> First Set. Go to Main Menu -> General Postproc -> Plot Results -> Deformed Shape. Under KUND Items to be plotted select Def + undeformed 4. Click OK 4 UCONN ANSYS Module Page 16

17 The graphics area should look as below: UCONN ANSYS Module Page 17

18 Results The percent error (%E) in our model can be defined as: ( ) = 0% As one can see, eigenvalue problems are very accurate for one dimensional elements and are solved quickly by the solver. Validation Theoretical 10 Elements Elements Critical Buckling Load N Percent Error 0% 0% 0.751% This table provides the critical buckling loads and corresponding error from the Theory (Euler), and two different ANSYS results; one with elements and one with 10 elements. This is to prove mesh independence, showing with increasing mesh size, the answer approaches the theoretical value. The results here show that even using a coarse mesh of elements the error baseline is minimal. The eigenvalue buckling method over-estimates the real life buckling load. This is due to the assumption of a perfect structure, disregarding flaws and nonlinearities in the material. There is no such thing as a perfect beam so the structure will never actually reach the eigenvalue load that is calculated. UCONN ANSYS Module Page 18

Module 1.2: Moment of a 1D Cantilever Beam

Module 1.2: Moment of a 1D Cantilever Beam Module 1.: Moment of a 1D Cantilever Beam Table of Contents Page Number Problem Description Theory Geometry Preprocessor 6 Element Type 6 Real Constants and Material Properties 7 Meshing 9 Loads 10 Solution

More information

Module 1.5: Moment Loading of a 2D Cantilever Beam

Module 1.5: Moment Loading of a 2D Cantilever Beam Module 1.5: Moment Loading of a D Cantilever Beam Table of Contents Page Number Problem Description Theory Geometry 4 Preprocessor 7 Element Type 7 Real Constants and Material Properties 8 Meshing 9 Loads

More information

Module 1.6: Distributed Loading of a 2D Cantilever Beam

Module 1.6: Distributed Loading of a 2D Cantilever Beam Module 1.6: Distributed Loading of a 2D Cantilever Beam Table of Contents Page Number Problem Description 2 Theory 2 Geometry 4 Preprocessor 7 Element Type 7 Real Constants and Material Properties 8 Meshing

More information

Module 1.7: Point Loading of a 3D Cantilever Beam

Module 1.7: Point Loading of a 3D Cantilever Beam Module 1.7: Point Loading of a D Cantilever Beam Table of Contents Page Number Problem Description Theory Geometry 4 Preprocessor 6 Element Type 6 Material Properties 7 Meshing 8 Loads 9 Solution 15 General

More information

Structural static analysis - Analyzing 2D frame

Structural static analysis - Analyzing 2D frame Structural static analysis - Analyzing 2D frame In this tutorial we will analyze 2D frame (see Fig.1) consisting of 2D beams with respect to resistance to two different kinds of loads: (a) the downward

More information

NonLinear Analysis of a Cantilever Beam

NonLinear Analysis of a Cantilever Beam NonLinear Analysis of a Cantilever Beam Introduction This tutorial was created using ANSYS 7.0 The purpose of this tutorial is to outline the steps required to do a simple nonlinear analysis of the beam

More information

Structural modal analysis - 2D frame

Structural modal analysis - 2D frame Structural modal analysis - 2D frame Determine the first six vibration characteristics, namely natural frequencies and mode shapes, of a structure depicted in Fig. 1, when Young s modulus= 27e9Pa, Poisson

More information

Structural static analysis - Analyzing 2D frame

Structural static analysis - Analyzing 2D frame Structural static analysis - Analyzing 2D frame In this tutorial we will analyze 2D frame (see Fig.1) consisting of 2D beams with respect to resistance to two different kinds of loads: (a) the downward

More information

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method Exercise 1 3-Point Bending Using the GUI and the Bottom-up-Method Contents Learn how to... 1 Given... 2 Questions... 2 Taking advantage of symmetries... 2 A. Preprocessor (Setting up the Model)... 3 A.1

More information

Two Dimensional Truss

Two Dimensional Truss Two Dimensional Truss Introduction This tutorial was created using ANSYS 7.0 to solve a simple 2D Truss problem. This is the first of four introductory ANSYS tutorials. Problem Description Determine the

More information

Ansys Lab Frame Analysis

Ansys Lab Frame Analysis Ansys Lab Frame Analysis Analyze the highway overpass frame shown in Figure. The main horizontal beam is W24x162 (area = 47.7 in 2, moment of inertia = 5170 in 4, height = 25 in). The inclined members

More information

ANSYS Tutorials. Table of Contents. Grady Lemoine

ANSYS Tutorials. Table of Contents. Grady Lemoine ANSYS Tutorials Grady Lemoine Table of Contents Example 1: 2-D Static Stress Analysis in ANSYS...2 Example 2: 3-D Static Stress Analysis...5 Example 3: 2-D Frame With Multiple Materials and Element Types...10

More information

Buckling of Euler Column

Buckling of Euler Column Problem: An Euler column with one end fixed and one end free is to be made of an aluminum alloy (E = 71 GPa). The cross sectional area of the column is 600 mm and the column is.5 m long. Determine the

More information

Course in ANSYS. Example0505. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0505. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0505 Example Plate Objective: Compute the buckling load Tasks: How should this be modelled? Compare results with results obtained from norm calculations? Topics: Element type, Real constants,

More information

NonLinear Materials AH-ALBERTA Web:

NonLinear Materials AH-ALBERTA Web: NonLinear Materials Introduction This tutorial was completed using ANSYS 7.0 The purpose of the tutorial is to describe how to include material nonlinearities in an ANSYS model. For instance, the case

More information

Statically Indeterminate Beam

Statically Indeterminate Beam Problem: Using Castigliano's Theorem, determine the deflection at point A. Neglect the weight of the beam. W 1 N/m B 5 cm H 1 cm 1.35 m Overview Anticipated time to complete this tutorial: 45 minutes Tutorial

More information

Bell Crank. Problem: Joseph Shigley and Charles Mischke. Mechanical Engineering Design 5th ed (New York: McGraw Hill, May 2002) page 87.

Bell Crank. Problem: Joseph Shigley and Charles Mischke. Mechanical Engineering Design 5th ed (New York: McGraw Hill, May 2002) page 87. Problem: A cast-iron bell-crank lever, depicted in the figure below is acted upon by forces F 1 of 250 lb and F 2 of 333 lb. The section A-A at the central pivot has a curved inner surface with a radius

More information

Structural modal analysis - 2D frame

Structural modal analysis - 2D frame Structural modal analysis - 2D frame Determine the first six vibration characteristics, namely natural frequencies and mode shapes, of a structure depicted in Fig. 1, when Young s modulus= 27e9Pa, Poisson

More information

Course in ANSYS. Example0500. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0500. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0500 Example Column beam Objective: Compute the critical buckling load and display the mode shape Tasks: Create a table and compare results with results obtained from buckling theory?

More information

Module 1.3W Distributed Loading of a 1D Cantilever Beam

Module 1.3W Distributed Loading of a 1D Cantilever Beam Module 1.3W Distributed Loading of a 1D Cantilever Beam Table of Contents Page Number Problem Description 2 Theory 2 Workbench Analysis System 4 Engineering Data 5 Geometry 6 Model 11 Setup 13 Solution

More information

Course in ANSYS. Example0504. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0504. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0504 Example Cantilever beam Objective: Compute the buckling load Tasks: Display the deflection figure? Topics: Topics: Start of analysis, Element type, Real constants, Material, modeling,

More information

Chapter 2. Structural Tutorial

Chapter 2. Structural Tutorial Chapter 2. Structural Tutorial Tutorials> Chapter 2. Structural Tutorial Static Analysis of a Corner Bracket Problem Specification Problem Description Build Geometry Define Materials Generate Mesh Apply

More information

Module 1.7W: Point Loading of a 3D Cantilever Beam

Module 1.7W: Point Loading of a 3D Cantilever Beam Module 1.7W: Point Loading of a 3D Cantilever Beam Table of Contents Page Number Problem Description 2 Theory 2 Workbench Analysis System 4 Engineering Data 5 Geometry 6 Model 11 Setup 13 Solution 14 Results

More information

file://c:\documents and Settings\sala\Configuración local\temp\~hha54f.htm

file://c:\documents and Settings\sala\Configuración local\temp\~hha54f.htm Página 1 de 26 Tutorials Chapter 2. Structural Tutorial 2.1. Static Analysis of a Corner Bracket 2.1.1. Problem Specification Applicable ANSYS Products: Level of Difficulty: Interactive Time Required:

More information

Latch Spring. Problem:

Latch Spring. Problem: Problem: Shown in the figure is a 12-gauge (0.1094 in) by 3/4 in latching spring which supports a load of F = 3 lb. The inside radius of the bend is 1/8 in. Estimate the stresses at the inner and outer

More information

Example Cantilever beam

Example Cantilever beam Course in ANSYS Example0300 Example Cantilever beam Objective: Compute the maximum deflection and locate point of maximum deflection Tasks: How should this be modelled? Compare results with results obtained

More information

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis R50 ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis Example 1 Static Analysis of a Bracket 1. Problem Description: The objective of the problem is to demonstrate the basic ANSYS procedures

More information

Coupled Structural/Thermal Analysis

Coupled Structural/Thermal Analysis Coupled Structural/Thermal Analysis Introduction This tutorial was completed using ANSYS 7.0 The purpose of this tutorial is to outline a simple coupled thermal/structural analysis. A steel link, with

More information

Course in ANSYS. Example0153. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0153. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0153 Example Offshore structure F Objective: Display the deflection figure and von Mises stress distribution Tasks: Import geometry from IGES. Display the deflection figure? Display the

More information

Example Plate with a hole

Example Plate with a hole Course in ANSYS Example Plate with a hole A Objective: Determine the maximum stress in the x-direction for point A and display the deformation figure Tasks: Create a submodel to increase the accuracy of

More information

Course in ANSYS. Example0410. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0410. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0410 Example Frame 2D Objective: Compute the harmonic response Tasks: Perform a modal analysis Display the mode shapes Perform a harmonic analysis Topics: Topics: Start of analysis, Element

More information

6. Results Combination in Hexagonal Shell

6. Results Combination in Hexagonal Shell 6. Results Combination in Hexagonal Shell Applicable CivilFEM Product: All CivilFEM Products Level of Difficulty: Moderate Interactive Time Required: 0 minutes Discipline: Load combinations results Analysis

More information

Lecture # 5 Modal or Dynamic Analysis of an Airplane Wing

Lecture # 5 Modal or Dynamic Analysis of an Airplane Wing Lecture # 5 Modal or Dynamic Analysis of an Airplane Wing Problem Description This is a simple modal analysis of a wing of a model airplane. The wing is of uniform configuration along its length and its

More information

3. Check by Eurocode 3 a Steel Truss

3. Check by Eurocode 3 a Steel Truss TF 3. Check by Eurocode 3 a Steel Truss Applicable CivilFEM Product: All CivilFEM Products Level of Difficulty: Moderate Interactive Time Required: 40 minutes Discipline: Structural Steel Analysis Type:

More information

Institute of Mechatronics and Information Systems

Institute of Mechatronics and Information Systems EXERCISE 2 Free vibrations of a beam arget Getting familiar with the fundamental issues of free vibrations analysis of elastic medium, with the use of a finite element computation system ANSYS. Program

More information

Course in ANSYS. Example Truss 2D. Example0150

Course in ANSYS. Example Truss 2D. Example0150 Course in ANSYS Example0150 Example Truss 2D Objective: Compute the maximum deflection Tasks: Display the deflection figure? Topics: Topics: Start of analysis, Element type, Real constants, Material, modeling,

More information

ANSYS. Geometry. Material Properties. E=2.8E7 psi v=0.3. ansys.fem.ir Written By:Mehdi Heydarzadeh Page 1

ANSYS. Geometry. Material Properties. E=2.8E7 psi v=0.3. ansys.fem.ir Written By:Mehdi Heydarzadeh Page 1 Attention: This tutorial is outdated, you will be redirected automatically to the new site. If you are not redirected, click this link to the confluence site. Problem Specification Geometry Material Properties

More information

Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam

Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam Problem Specification Finite Element Course ANSYS Mechanical Tutorial Tutorial 3 Cantilever Beam Consider the beam in the figure below. It is clamped on the left side and has a point force of 8kN acting

More information

Course in ANSYS. Example0154. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0154. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0154 Example Frame 2D E = 210000N/mm 2 n = 0.3 L= 1000mm H = 1000mm a = 20mm b = 50mm c = 400mm F = 10000N I = 208333N/mm 4 Example0154 2 Example Frame 2D Objective: Compute the maximum

More information

Institute of Mechatronics and Information Systems

Institute of Mechatronics and Information Systems EXERCISE 4 Free vibrations of an electrical machine model Target Getting familiar with the fundamental issues of free vibrations analysis of a simplified model of an electrical machine, with the use of

More information

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS 5.1 Introduction The problem selected to illustrate the use of ANSYS software for a three-dimensional steadystate heat conduction

More information

Melting Using Element Death

Melting Using Element Death Melting Using Element Death Introduction This tutorial was completed using ANSYS 7.0 The purpose of the tutorial is to outline the steps required to use element death to model melting of a material. Element

More information

Course in ANSYS. Example0303. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0303. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0303 Example Gear axle 3D Objective: Compute the maximum stress von Mise Tasks: How should this be modeled? Topics: Element type, Real constants, modeling, Plot results, output graphics,

More information

Dhanalakshmi College Of Engineering

Dhanalakshmi College Of Engineering Dhanalakshmi College Of Engineering Manimangalam, Tambaram, Chennai 601 301 DEPARTMENT OF MECHANICAL ENGINEERING ME 6711 SIMULATION AND ANALYSIS LABORATORY VII SEMESTER - R 2013 LABORATORY MANUAL Name

More information

ME 442. Marc/Mentat-2011 Tutorial-1

ME 442. Marc/Mentat-2011 Tutorial-1 ME 442 Overview Marc/Mentat-2011 Tutorial-1 The purpose of this tutorial is to introduce the new user to the MSC/MARC/MENTAT finite element program. It should take about one hour to complete. The MARC/MENTAT

More information

Linear Buckling Analysis of a Plate

Linear Buckling Analysis of a Plate Workshop 9 Linear Buckling Analysis of a Plate Objectives Create a geometric representation of a plate. Apply a compression load to two apposite sides of the plate. Run a linear buckling analysis. 9-1

More information

Transient Thermal Conduction Example

Transient Thermal Conduction Example Transient Thermal Conduction Example Introduction This tutorial was created using ANSYS 7.0 to solve a simple transient conduction problem. Special thanks to Jesse Arnold for the analytical solution shown

More information

Course in ANSYS. Example0152. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0152. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0152 Example Truss 2D E = 210e09N/m 2 n = 0.3 L1 = L2 = L3 = 3.6m H = 3.118m a = b = 0.050mm F1 = 280kN F2 = 210kN F3 = 280kN F4 = 360kN Example0152 2 Example Truss 2D Objective: Compute

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Analysis Steps 1. Start Abaqus and choose to create a new model database

Analysis Steps 1. Start Abaqus and choose to create a new model database Source: Online tutorials for ABAQUS Problem Description The two dimensional bridge structure, which consists of steel T sections (b=0.25, h=0.25, I=0.125, t f =t w =0.05), is simply supported at its lower

More information

IJMH - International Journal of Management and Humanities ISSN:

IJMH - International Journal of Management and Humanities ISSN: EXPERIMENTAL STRESS ANALYSIS SPUR GEAR USING ANSYS SOFTWARE T.VADIVELU 1 (Department of Mechanical Engineering, JNTU KAKINADA, Kodad, India, vadimay28@gmail.com) Abstract Spur Gear is one of the most important

More information

Truss Optimization. Problem:

Truss Optimization. Problem: Problem: Assuming that the compression members of the truss showing in the figure will not buckle, find the minimum cross sectional area of each member using an allowable stress of 50 MPa. The dimensions

More information

FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS

FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS Problem Description: FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS Instructor: Professor James Sherwood Revised: Dimitri Soteropoulos Programs Utilized: Abaqus/CAE 6.11-2 This tutorial explains how to build

More information

Figure E3-1 A plane struss structure under applied loading. Start MARC Designer. From the main menu, select STATIC STRESS ANALYSIS.

Figure E3-1 A plane struss structure under applied loading. Start MARC Designer. From the main menu, select STATIC STRESS ANALYSIS. Example 3 Static Stress Analysis on a Plane Truss Structure Problem Statement: In this exercise, you will use MARC Designer software to carry out a static stress analysis on a simple plane truss structure,

More information

CHAPTER 8 FINITE ELEMENT ANALYSIS

CHAPTER 8 FINITE ELEMENT ANALYSIS If you have any questions about this tutorial, feel free to contact Wenjin Tao (w.tao@mst.edu). CHAPTER 8 FINITE ELEMENT ANALYSIS Finite Element Analysis (FEA) is a practical application of the Finite

More information

ANSYS Tutorial Version 6

ANSYS Tutorial Version 6 ANSYS Tutorial Version 6 Fracture Analysis Consultants, Inc www.fracanalysis.com Revised: November 2011 Table of Contents: 1.0 Introduction... 4 2.0 Tutorial 1: Crack Insertion and Growth in a Cube...

More information

TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS.

TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS. Ex_1_2D Plate.doc 1 TWO-DIMENSIONAL PROBLEM OF THE THEORY OF ELASTICITY. INVESTIGATION OF STRESS CONCENTRATION FACTORS. 1. INTRODUCTION Two-dimensional problem of the theory of elasticity is a particular

More information

Stiffness of Tapered Beam

Stiffness of Tapered Beam Problem: A bar in tension has a conical shape of length L. The task is to find the stiffness of the tapered section. Compare the stiffness given by ANSYS to the theoretical stiffness given by: EA1 ( r2

More information

Abaqus/CAE (ver. 6.12) Vibrations Tutorial

Abaqus/CAE (ver. 6.12) Vibrations Tutorial Abaqus/CAE (ver. 6.12) Vibrations Tutorial Problem Description The two dimensional bridge structure, which consists of steel T sections, is simply supported at its lower corners. Determine the first 10

More information

ECE421: Electronics for Instrumentation

ECE421: Electronics for Instrumentation ECE421: Electronics for Instrumentation Lecture #8: Introduction to FEA & ANSYS Mostafa Soliman, Ph.D. March 23 rd 2015 Mostafa Soliman, Ph.D. 1 Outline Introduction to Finite Element Analysis Introduction

More information

Modelling and Analysis Lab (FEA)

Modelling and Analysis Lab (FEA) Channabasaveshwara Institute of Technology (Affiliated to VTU, Belagavi & Approved by AICTE, New Delhi) (NAAC Accredited & ISO 9001:2015 Certified Institution) NH 206 (B.H. Road), Gubbi, Tumakuru 572 216.

More information

Buckling (with sections)

Buckling (with sections) roblem: An Euler column with one end fixed and one end free is to be made of an aluminum alloy (E = 71 Ga). The oss sectional area of the column is 600 mm and the column is.5 m long. Determine the column

More information

MECH 3130: Mechanics of Materials. Fall Laboratory Manual. Volume II

MECH 3130: Mechanics of Materials. Fall Laboratory Manual. Volume II MECH 3130: Mechanics of Materials Fall 2015 Laboratory Manual Volume II Instructor Dr. Peter Schwartz Dr. Nels Madsen Lab Teaching Assistants Quang Nguyen: qzn0003@auburn.edu Abhiram Pasumarthy rzp0025@auburn.edu

More information

ANSYS EXERCISE ANSYS 5.6 Temperature Distribution in a Turbine Blade with Cooling Channels

ANSYS EXERCISE ANSYS 5.6 Temperature Distribution in a Turbine Blade with Cooling Channels I. ANSYS EXERCISE ANSYS 5.6 Temperature Distribution in a Turbine Blade with Cooling Channels Copyright 2001-2005, John R. Baker John R. Baker; phone: 270-534-3114; email: jbaker@engr.uky.edu This exercise

More information

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE Getting Started with Abaqus: Interactive Edition Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you

More information

ANSYS AIM Tutorial Structural Analysis of a Plate with Hole

ANSYS AIM Tutorial Structural Analysis of a Plate with Hole ANSYS AIM Tutorial Structural Analysis of a Plate with Hole Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Analytical vs. Numerical Approaches

More information

Tutorial 1: Welded Frame - Problem Description

Tutorial 1: Welded Frame - Problem Description Tutorial 1: Welded Frame - Problem Description Introduction In this first tutorial, we will analyse a simple frame: firstly as a welded frame, and secondly as a pin jointed truss. In each case, we will

More information

ixcube 4-10 Brief introduction for membrane and cable systems.

ixcube 4-10 Brief introduction for membrane and cable systems. ixcube 4-10 Brief introduction for membrane and cable systems. ixcube is the evolution of 20 years of R&D in the field of membrane structures so it takes a while to understand the basic features. You must

More information

Installation Guide. Beginners guide to structural analysis

Installation Guide. Beginners guide to structural analysis Installation Guide To install Abaqus, students at the School of Civil Engineering, Sohngaardsholmsvej 57, should log on to \\studserver, whereas the staff at the Department of Civil Engineering should

More information

Exercise 1. 3-Point Bending Using the Static Structural Module of. Ansys Workbench 14.0

Exercise 1. 3-Point Bending Using the Static Structural Module of. Ansys Workbench 14.0 Exercise 1 3-Point Bending Using the Static Structural Module of Contents Ansys Workbench 14.0 Learn how to...1 Given...2 Questions...2 Taking advantage of symmetries...2 A. Getting started...3 A.1 Choose

More information

Course in ANSYS. Example0601. ANSYS Computational Mechanics, AAU, Esbjerg

Course in ANSYS. Example0601. ANSYS Computational Mechanics, AAU, Esbjerg Course in Example0601 Example Turbine Blade Example0601 2 Example Turbine Blade Objective: Solve for the temperature distribution within the 6mm thick turbine blade, with 2mm x 6mm rectangular cooling

More information

Statically Indeterminate Beam

Statically Indeterminate Beam Problem: A rectangular aluminum bar.5 inches thick and 2 inches wide is welded to fixed supports at the ends, and the bar supports a load W=800 lb, acting through the pin as shown. Find the reactions at

More information

Chapter 3 Analysis of Original Steel Post

Chapter 3 Analysis of Original Steel Post Chapter 3. Analysis of original steel post 35 Chapter 3 Analysis of Original Steel Post This type of post is a real functioning structure. It is in service throughout the rail network of Spain as part

More information

University of Utah ME EN 6510/5510 Introduction to Finite Elements Fall 2005

University of Utah ME EN 6510/5510 Introduction to Finite Elements Fall 2005 University of Utah ME EN 6510/5510 Introduction to Finite Elements Fall 2005 Running ANSYS on the CADE lab workstations CADE Lab Accounts You need to get account information in EMCB 224 from the operators

More information

PES Institute Of Technology Bangalore South Campus. Department of Mechanical Engineering

PES Institute Of Technology Bangalore South Campus. Department of Mechanical Engineering PES Institute Of Technology Department of Mechanical Engineering Computer Aided Modeling & Analysis Laboratory Manual (Finite Element Method) For 6th Semester Mechanical Engineering Coordinator Mr. Madhu.

More information

Creating and Analyzing a Simple Model in Abaqus/CAE

Creating and Analyzing a Simple Model in Abaqus/CAE Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you through the Abaqus/CAE modeling process by visiting

More information

Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole

Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole Problem Specification Finite Element Course ANSYS Mechanical Tutorial Tutorial 4 Plate With a Hole Consider the classic example of a circular hole in a rectangular plate of constant thickness. The plate

More information

GBTUL 1.0. Buckling and Vibration Analysis of Thin-Walled Members USER MANUAL. Rui Bebiano Nuno Silvestre Dinar Camotim

GBTUL 1.0. Buckling and Vibration Analysis of Thin-Walled Members USER MANUAL. Rui Bebiano Nuno Silvestre Dinar Camotim GBTUL 1.0 Buckling and Vibration Analysis of Thin-Walled Members USER MANUAL Rui Bebiano Nuno Silvestre Dinar Camotim Department of Civil Engineering and Architecture, DECivil/IST Technical University

More information

Release 10. Kent L. Lawrence. Mechanical and Aerospace Engineering University of Texas at Arlington SDC PUBLICATIONS

Release 10. Kent L. Lawrence. Mechanical and Aerospace Engineering University of Texas at Arlington SDC PUBLICATIONS ANSYS Release 10 Tutorial Kent L. Lawrence Mechanical and Aerospace Engineering University of Texas at Arlington SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com

More information

Finite Element Analysis Using NEi Nastran

Finite Element Analysis Using NEi Nastran Appendix B Finite Element Analysis Using NEi Nastran B.1 INTRODUCTION NEi Nastran is engineering analysis and simulation software developed by Noran Engineering, Inc. NEi Nastran is a general purpose finite

More information

COMPUTER AIDED ENGINEERING. Part-1

COMPUTER AIDED ENGINEERING. Part-1 COMPUTER AIDED ENGINEERING Course no. 7962 Finite Element Modelling and Simulation Finite Element Modelling and Simulation Part-1 Modeling & Simulation System A system exists and operates in time and space.

More information

ANSYS Tutorial Release 11.0

ANSYS Tutorial Release 11.0 ANSYS Tutorial Release 11.0 Structural & Thermal Analysis Using the ANSYS Release 11.0 Environment Kent L. Lawrence Mechanical and Aerospace Engineering University of Texas at Arlington SDC PUBLICATIONS

More information

Abaqus/CAE (ver. 6.9) Vibrations Tutorial

Abaqus/CAE (ver. 6.9) Vibrations Tutorial Abaqus/CAE (ver. 6.9) Vibrations Tutorial Problem Description The two dimensional bridge structure, which consists of steel T sections, is simply supported at its lower corners. Determine the first 10

More information

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Contents Beam under 3-Pt Bending [Balken unter 3-Pkt-Biegung]... 2 Taking advantage of symmetries... 3 Starting and Configuring ANSYS Workbench... 4 A. Pre-Processing:

More information

Chapter 3. Thermal Tutorial

Chapter 3. Thermal Tutorial Chapter 3. Thermal Tutorial Tutorials> Chapter 3. Thermal Tutorial Solidification of a Casting Problem Specification Problem Description Prepare for a Thermal Analysis Input Geometry Define Materials Generate

More information

5. Shell Reinforcement According To Eurocode 2

5. Shell Reinforcement According To Eurocode 2 5. Shell Reinforcement According To Eurocode Applicable CivilFEM Product: All CivilFEM Products Level of Difficulty: Moderate Interactive Time Required: 5 minutes Discipline: Concrete Shell Reinforcement

More information

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007

CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007 CE366/ME380 Finite Elements in Applied Mechanics I Fall 2007 FE Project 1: 2D Plane Stress Analysis of acantilever Beam (Due date =TBD) Figure 1 shows a cantilever beam that is subjected to a concentrated

More information

ME Optimization of a Frame

ME Optimization of a Frame ME 475 - Optimization of a Frame Analysis Problem Statement: The following problem will be analyzed using Abaqus. 4 7 7 5,000 N 5,000 N 0,000 N 6 6 4 3 5 5 4 4 3 3 Figure. Full frame geometry and loading

More information

Abaqus CAE Tutorial 1: 2D Plane Truss

Abaqus CAE Tutorial 1: 2D Plane Truss ENGI 7706/7934: Finite Element Analysis Abaqus CAE Tutorial 1: 2D Plane Truss Lab TA: Xiaotong Huo EN 3029B xh0381@mun.ca Download link for Abaqus student edition: http://academy.3ds.com/software/simulia/abaqus-student-edition/

More information

Lateral Loading of Suction Pile in 3D

Lateral Loading of Suction Pile in 3D Lateral Loading of Suction Pile in 3D Buoy Chain Sea Bed Suction Pile Integrated Solver Optimized for the next generation 64-bit platform Finite Element Solutions for Geotechnical Engineering 00 Overview

More information

Linear and Nonlinear Analysis of a Cantilever Beam

Linear and Nonlinear Analysis of a Cantilever Beam LESSON 1 Linear and Nonlinear Analysis of a Cantilever Beam P L Objectives: Create a beam database to be used for the specified subsequent exercises. Compare small vs. large displacement analysis. Linear

More information

Structural static analysis dome

Structural static analysis dome Structural static analysis dome Calculate the maximum displacements of the dome depicted in Fig.1 and consisting of two types of beams with the crosssectional area: 0.08m*0.21m ( zig-zags ) and 0.07m*0.16m

More information

Linear Static Analysis of a Spring Element (CELAS)

Linear Static Analysis of a Spring Element (CELAS) Linear Static Analysis of a Spring Element (CELAS) Objectives: Modify nodal analysis and nodal definition coordinate systems to reference a local coordinate system. Define bar elements connected with a

More information

ES 230 Strengths Intro to Finite Element Modeling & Analysis Homework Assignment 2

ES 230 Strengths Intro to Finite Element Modeling & Analysis Homework Assignment 2 ES 230 Strengths Intro to Finite Element Modeling & Analysis Homework Assignment 2 In this homework assignment you will use your rapidly developing ANSYS skill set to model and analyze three different

More information

Linear Bifurcation Buckling Analysis of Thin Plate

Linear Bifurcation Buckling Analysis of Thin Plate LESSON 13a Linear Bifurcation Buckling Analysis of Thin Plate Objectives: Construct a quarter model of a simply supported plate. Place an edge load on the plate. Run an Advanced FEA bifurcation buckling

More information

Interface with FE programs

Interface with FE programs Page 1 of 47 Interdisciplinary > RFlex > Flexible body Interface Interface with FE programs RecurDyn/RFlex can import FE model from ANSYS, NX/NASTRAN, MSC/NASTRAN and I-DEAS. Figure 1 RecurDyn/RFlex Interface

More information

A pipe bend is subjected to a concentrated force as shown: y All dimensions in inches. Material is stainless steel.

A pipe bend is subjected to a concentrated force as shown: y All dimensions in inches. Material is stainless steel. Problem description A pipe bend is subjected to a concentrated force as shown: y 15 12 P 9 Displacement gauge Cross-section: 0.432 18 x 6.625 All dimensions in inches. Material is stainless steel. E =

More information

AUTO CAD LAB MANUAL. B. Tech IV Year - I Semester DEPARTMENT OF MECHANICAL ENGINEERING. Aurora s Technological And Research Institute

AUTO CAD LAB MANUAL. B. Tech IV Year - I Semester DEPARTMENT OF MECHANICAL ENGINEERING. Aurora s Technological And Research Institute AUTO CAD LAB MANUAL B. Tech IV Year - I Semester : NAME ROLL NO : BRANCH : DEPARTMENT OF MECHANICAL ENGINEERING Aurora s Technological And Research Institute Parvathapur, Uppal, Hyderabad-98. 1 LIST OF

More information

Shell-to-Solid Element Connector(RSSCON)

Shell-to-Solid Element Connector(RSSCON) WORKSHOP 11 Shell-to-Solid Element Connector(RSSCON) Solid Shell MSC.Nastran 105 Exercise Workbook 11-1 11-2 MSC.Nastran 105 Exercise Workbook WORKSHOP 11 Shell-to-Solid Element Connector The introduction

More information

Linear Static Analysis of a Plate with Hole

Linear Static Analysis of a Plate with Hole Fergyanto E. Gunawan (f.e.gunawan@gmail.com) Department of Mechanical Engineering Toyohashi University of Technology Objectives: Modeling a symmetric structure Bottom-up and top-down approaches in modeling

More information