ME Optimization of a Truss

Size: px
Start display at page:

Download "ME Optimization of a Truss"

Transcription

1 ME Optimization of a Truss Analysis Problem Statement: The following problem will be analyzed using Abaqus and optimized using HEEDS m 300 kn 300 kn 22 m 35 m Figure 1 Full truss geometry and loading. All joints are pins (can rotate freely); all members have circular cross-sectional areas, and are made of steel (E = 200 GPa, ν=0.3, ρ = 7,860 kg/m 3 ). Symmetry will be enforced during the optimization, though the entire structure will be modeled. This will be performed by assigning symmetric members the same design variable. Optimization Problem Statement: minimize: subject to: by varying: total mass of truss structure maximum axial stress 150 MPa maximum vertical displacement 0.05 m cross-sectional area of the twelve members 1

2 Analysis Procedure: 1. Create a directory called Truss_Opt in C:\Temp. This directory (C:\Temp\Truss_Opt) will be the working directory for this project. 2. Open Abaqus/CAE. 3. In the Part Module, draw the geometry as shown in Figure 1 using the sketcher for a 2D, Deformable, Wire Part. 4. In the Property Module, create a material called Steel with properties: E = 200 GPa, ν=0.3, ρ = 7,860 kg/m 3. a. Density is available in the General menu in the material definition. b. The elastic modulus and Poisson s ratio is available in the Mechanical menu. 5. In the Property Module, create seven different sections, named Section-1, Section-2, etc. All seven sections should be Beam-Truss sections. a. There will be a separate section for each set of members, because the crosssectional area of each set of members is to be an independent design variable. b. Use a baseline cross-sectional area of m 2 for all sections. This corresponds to circular bars with radius m. Figure 2 Section manager after creating all section definitions. 2

3 6. In the Property Module, assign each section to the corresponding member, based on the numbering shown in Figure 2. This will impose symmetry on the optimization. a. Assign Section-1 to members 1 and 12 b. Assign Section-2 to members 2 and 11 c. Assign Section-3 to members 3 and 10 d. Assign Section-4 to member 4 e. Assign Section-5 to members 5 and 8 f. Assign Section-6 to members 6 and 9 g. Assign Section-7 to member 7 7. In the Assembly Module, instance the part as an independent part instance. 8. In the Step Module, create a Static Linear Perturbation step after the Initial step. 9. Edit the Field Output Requests to include EVOL, which is the volume of each element. 10. In the Load Module, apply the loading shown in Figure 1 (concentrated load in the 2- direction with magnitude of ). 11. In the Load Module, apply boundary conditions as shown in Figure 1. a. Left-hand side of member 1 is pinned (U1 and U2 constrained) and the right-hand side of member 12 constrained vertically only (U2 constrained). 12. In the Mesh Module, use a mesh seed of 20 on the assembly. a. This is larger than the length of any one member, so it will put nodes only at joints. 13. In the Mesh Module, assign the entire truss the element T2D2, a linear 2D truss element available in the Standard library. 14. Mesh the assembly. 15. In the Job Module, create a job named: Truss 16. Submit the job. 17. Save your CAE database view the results. 3

4 Optimization Procedure: The HEEDS Abaqus Portal will be utilized for this optimization. This is a direct interface between the Abaqus output database (which is a binary file) and HEEDS, which allows quick and simple definition of responses based on Abaqus outputs. 1. Open the HEEDS v5.3 Modeler 2. Save your HEEDS project in the same directory as your analysis files, with the name Truss_optimization 3. In the Processes tab, add the following to the analysis (see Figure 3). a. The execution file does not need to be browsed, just type: abaqus b. The command line options are: interactive job=truss c. In the input files, add Truss.inp d. In the output files, add Truss.odb Figure 3 Analysis options for truss optimization. 4. Move on to the variables tab and add seven design variables. Name them Section1, Section2, etc. These design variables will correspond to the areas of each respective section of the truss. 5. The range is the same for all variables: Min = 7.85e-5 m 2, Baseline = m 2, and Max = m 2. When finished, it should look like Figure 4. a. These values correspond to radii m, m, and 0.06 m, respectively. 4

5 Figure 4. Design variable definition. 6. Create seven responses as shown in Figure 5. Note the formula based responses, which are defined in the Formula Definition window to the right of the Project Responses window. An example where TotalVolume is being defined is shown in Figure 6. Figure 5. Project responses for the truss optimization. Figure 6. Example defining TotalVolume response based on a formula. 5

6 7. Move on to the Tagging tab. The design variables should be tagged in Truss.inp. Look for the section definition keywords(*solid Section ) and one line below is the value Tag this value for each section. There is a comment above each section definition (marked by two asterisks in front of it) that lists the section name above it (see Figure 7 and Figure 8). Be careful, because the section definitions may not be in order. Figure 7 Section definition for Section-4 before tagging. Figure 8 Section definition for Section-4 after tagging. 8. Design variable tagging is complete. Change to the volumes response. 9. Choose Truss.odb as the output file. 10. Change the tagging mode from Mark to Portal. a. A command window should appear. The Abaqus output database is being parsed so the HEEDS Abaqus Portal can display all information available in the file. 11. Define the response as shown in Figure 9. Be sure to click the TAG button when finished or the definition will not be saved. 6

7 Figure 9. Portal definition for volumes response. 12. Change to the displacements response. 13. Define the response as shown in Figure 10. Be sure to click the TAG button when finished or the definition will not be saved. Figure 10. Portal definition for displacements response. 14. Change to the stresses response. 15. Define the response as shown in Figure 11. Be sure to click the TAG button when finished or the definition will not be saved. 7

8 Figure 11. Portal definition for stresses response. 16. Now that all responses have been tagged, it is good practice to test that the portal definitions are correct. Change to the TotalVolume response. Click the Extract Value button. When finished, a value of e-001 should be displayed in the output window. If an ERROR is detected, then there is likely a problem with the portal definition of volumes or the formula used to define TotalVolume. 17. Extract the values of MaxTensileStress, MaxCompStress, and MaxDisplacement. Values of e+008, e+008, and e-002 should be displayed, respectively. 18. Move on to the Assembly tab. Process_1 is automatically assigned to the optimization agent. 19. Choose SHERPA as the optimization method with 150 evaluations. 20. Leave the resolution of the design variables at the default value, Define the responses as shown in Figure 12. The values for the maximum stresses were chosen based upon the yield stress for the material of the trusses (450 MPa) and a factor of safety of 3.0. a. The last value in the TotalVolume row is a normalizing factor. In this case, it is the baseline value of the response that was extracted in Step 16. In general, it is good to add a normalizing factor when using optimization, as it encourages robustness in the search. 8

9 Figure 12. Response definition for truss optimization. 22. The HEEDS project definition is complete. Save the Modeler project. 23. Move on to the Run tab. Click the Run button, and the optimization should begin. a. Each evaluation should take 10s - 30s to complete. Monitor the progress of the optimization periodically. If the working directory is on a network drive (such as the course space for this lab, or your personal M: drive), the evaluations may take substantially longer. 24. When the optimization is finished, Abaqus/CAE or Abaqus/Viewer to view the output for the best design. a. The files for the best design can be found in <working_directory>\heeds_0\bestdesign Note: Remember to save your entire project (Abaqus and HEEDS files) to the course space provided. The course space is backed up, but everything in C:\Temp is automatically deleted on a regular basis by DECS. 9

10 Report Requirements: A full report is required for this lab (see ME 475 Lab Report Format Guidelines). 1. Present plots of the S11 component of stress (with Quilt contours) for the baseline design and the best design found using optimization. 2. Present plots of the U2 component of displacement (with banded contours) for both the baseline design and the best design found using optimization. 3. Present a table comparing the values of the design variables and responses for the baseline and best design. Include a column for percent difference between the two. 4. Include in your discussion whether constraints are active and if particular variables are at extreme values. Validation: Solve for the stresses in the Truss by hand calculations for the baseline design. Compare these to the stress values found by FEA. 10

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

ME 475 Modal Analysis and Optimization of a Tapered Beam

ME 475 Modal Analysis and Optimization of a Tapered Beam ME 475 Modal Analysis and Optimization of a Tapered Beam Objectives: To optimize the shape of a tapered beam to minimize the mass, while holding the first three natural frequencies above those of the baseline

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

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

ME 475 FEA of a Composite Panel

ME 475 FEA of a Composite Panel ME 475 FEA of a Composite Panel Objectives: To determine the deflection and stress state of a composite panel subjected to asymmetric loading. Introduction: Composite laminates are composed of thin layers

More information

Abaqus/CAE Axisymmetric Tutorial (Version 2016)

Abaqus/CAE Axisymmetric Tutorial (Version 2016) Abaqus/CAE Axisymmetric Tutorial (Version 2016) Problem Description A round bar with tapered diameter has a total load of 1000 N applied to its top face. The bottom of the bar is completely fixed. Determine

More information

Abaqus 6.9SE Handout

Abaqus 6.9SE Handout MANE 4240/ CIVL 4240: Introduction to Finite Elements Abaqus 6.9SE Handout Professor Suvranu De Department of Mechanical, Aerospace and Nuclear Engineering Rensselaer Polytechnic Institute Table of Contents

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

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

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

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

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

Abaqus/CAE (ver. 6.10) Stringer Tutorial

Abaqus/CAE (ver. 6.10) Stringer Tutorial Abaqus/CAE (ver. 6.10) Stringer Tutorial Problem Description A table made of steel tubing with a solid steel top and shelf is loaded with an oblique impulse load. Determine the transient response of the

More information

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010

ES 128: Computer Assignment #4. Due in class on Monday, 12 April 2010 ES 128: Computer Assignment #4 Due in class on Monday, 12 April 2010 Task 1. Study an elastic-plastic indentation problem. This problem combines plasticity with contact mechanics and has many rich aspects.

More information

Abaqus/CAE (ver. 6.11) Nonlinear Buckling Tutorial

Abaqus/CAE (ver. 6.11) Nonlinear Buckling Tutorial Abaqus/CAE (ver. 6.11) Nonlinear Buckling Tutorial Problem Description This is the NAFEMS 1 proposed benchmark (Lee s frame buckling) problem. The applied load is based on the normalized (EI/L 2 ) value

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

Abaqus CAE Tutorial 6: Contact Problem

Abaqus CAE Tutorial 6: Contact Problem ENGI 7706/7934: Finite Element Analysis Abaqus CAE Tutorial 6: Contact Problem Problem Description In this problem, a segment of an electrical contact switch (steel) is modeled by displacing the upper

More information

This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and visualize the results;

This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and visualize the results; ENGN 1750: Advanced Mechanics of Solids ABAQUS TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to set up and run a basic simulation using ABAQUS/CAE and

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

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke

EN1740 Computer Aided Visualization and Design Spring /26/2012 Brian C. P. Burke EN1740 Computer Aided Visualization and Design Spring 2012 4/26/2012 Brian C. P. Burke Last time: More motion analysis with Pro/E Tonight: Introduction to external analysis products ABAQUS External Analysis

More information

Prescribed Deformations

Prescribed Deformations u Prescribed Deformations Outline 1 Description 2 Finite Element Model 2.1 Geometry Definition 2.2 Properties 2.3 Boundary Conditions 2.3.1 Constraints 2.3.2 Prescribed Deformation 2.4 Loads 2.4.1 Dead

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

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks ENGN 1750: Advanced Mechanics of Solids ABAQUS CAD INTERFACE TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

More information

Workshop 15. Single Pass Rolling of a Thick Plate

Workshop 15. Single Pass Rolling of a Thick Plate Introduction Workshop 15 Single Pass Rolling of a Thick Plate Rolling is a basic manufacturing technique used to transform preformed shapes into a form suitable for further processing. The rolling process

More information

Manual for Abaqus CAE Topology Optimization

Manual for Abaqus CAE Topology Optimization Abaqus CAE access: Manual for Abaqus CAE Topology Optimization 1. Open Exceed ondemand Client -> login and pass 2FA 2. Select Desktop_Mode_Full_Screen (or other user preferred resolution) for XConfig and

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

Visit the following websites to learn more about this book:

Visit the following websites to learn more about this book: Visit the following websites to learn more about this book: 6 Introduction to Finite Element Simulation Historically, finite element modeling tools were only capable of solving the simplest engineering

More information

Manual for Computational Exercises

Manual for Computational Exercises Manual for the computational exercise in TMM4160 Fracture Mechanics Page 1 of 32 TMM4160 Fracture Mechanics Manual for Computational Exercises Version 3.0 Zhiliang Zhang Dept. of Structural Engineering

More information

Week 12 - Lecture Mechanical Event Simulation. ME Introduction to CAD/CAE Tools

Week 12 - Lecture Mechanical Event Simulation. ME Introduction to CAD/CAE Tools Week 12 - Lecture Mechanical Event Simulation Lecture Topics Mechanical Event Simulation Overview Additional Element Types Joint Component Description General Constraint Refresh Mesh Control Force Estimation

More information

MANE 4240/ CIVL 4240: Introduction to Finite Elements. Abaqus v6.7 Handout

MANE 4240/ CIVL 4240: Introduction to Finite Elements. Abaqus v6.7 Handout MANE 4240/ CIVL 4240: Introduction to Finite Elements Abaqus v6.7 Handout Professor Suvranu De Department of Mechanical, Aerospace and Nuclear Engineering Rensselaer Polytechnic Institute Table of Contents

More information

FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS

FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS Instructor: Professor James Sherwood Revised: Michael Schraiber, Dimitri Soteropoulos Programs Utilized: HyperMesh Desktop v12.0, OptiStruct, HyperView This tutorial

More information

ABAQUS for CATIA V5 Tutorials

ABAQUS for CATIA V5 Tutorials ABAQUS for CATIA V5 Tutorials AFC V2.5 Nader G. Zamani University of Windsor Shuvra Das University of Detroit Mercy SDC PUBLICATIONS Schroff Development Corporation www.schroff.com ABAQUS for CATIA V5,

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

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

Transient Response of a Rocket

Transient Response of a Rocket Transient Response of a Rocket 100 Force 0 1.0 1.001 3.0 Time Objectives: Develope a finite element model that represents an axial force (thrust) applied to a rocket over time. Perform a linear transient

More information

ABAQUS/CAE Tutorial: Large Deformation Analysis of Beam-Plate in Bending

ABAQUS/CAE Tutorial: Large Deformation Analysis of Beam-Plate in Bending H. Kim 2004 1 ABAQUS/CAE Tutorial: Large Deformation Analysis of Beam-Plate in Bending Hyonny Kim September 28, 2004 In this tutorial, you ll learn how to: Create a 3D model using shell elements. Conduct

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

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

ABAQUS/CAE Workshops

ABAQUS/CAE Workshops ABAQUS/CAE Workshops University of Birmingham ABAQUS Training 27 th / 28 th October 2009 Workshop 1a: Create 3D Part Type: abaqus cae at the command prompt or select abaqus V6.9-1 from the start menu.

More information

ME Week 12 Piston Mechanical Event Simulation

ME Week 12 Piston Mechanical Event Simulation Introduction to Mechanical Event Simulation The purpose of this introduction to Mechanical Event Simulation (MES) project is to explorer the dynamic simulation environment of Autodesk Simulation. This

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

Background CE 342. Why RISA-2D? Availability

Background CE 342. Why RISA-2D? Availability Background CE 342 RISA-2D RISA-2D is a structural analysis program, which can model: Beams, frames, trusses and plates. Any linear elastic structural material. Typical supports, such as pins, rollers and

More information

FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS

FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS FINITE ELEMENT ANALYSIS OF A PLANAR TRUSS Instructor: Professor James Sherwood Revised: Michael Schraiber, Dimitri Soteropoulos, Sanjay Nainani Programs Utilized: HyperMesh Desktop v2017.2, OptiStruct,

More information

CE Advanced Structural Analysis. Lab 4 SAP2000 Plane Elasticity

CE Advanced Structural Analysis. Lab 4 SAP2000 Plane Elasticity Department of Civil & Geological Engineering COLLEGE OF ENGINEERING CE 463.3 Advanced Structural Analysis Lab 4 SAP2000 Plane Elasticity February 27 th, 2013 T.A: Ouafi Saha Professor: M. Boulfiza 1. Rectangular

More information

2: Static analysis of a plate

2: Static analysis of a plate 2: Static analysis of a plate Topics covered Project description Using SolidWorks Simulation interface Linear static analysis with solid elements Finding reaction forces Controlling discretization errors

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

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

Difficulties in FE-modelling of an I- beam subjected to torsion, shear and bending

Difficulties in FE-modelling of an I- beam subjected to torsion, shear and bending DEGREE PROJECT, IN STEEL STRUCTURES, SECOND LEVEL STOCKHOLM, SWEDEN 2015 Difficulties in FE-modelling of an I- beam subjected to torsion, shear and bending MIRIAM ALEXANDROU KTH ROYAL INSTITUTE OF TECHNOLOGY

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

Linear Analysis of an Arch Dam

Linear Analysis of an Arch Dam Linear Analysis of an Arch Dam Outline 1 Description 2 Finite Element Model 2.1 Coincidence Tolerance 2.2 Units 2.3 Import CAD File 2.4 Properties 2.5 Boundary Conditions 2.6 Loads 2.7 Meshing 3 Linear

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

OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES

OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES OPTIMIZATION OF ENERGY DISSIPATION PROPERTY OF ECCENTRICALLY BRACED STEEL FRAMES M. Ohsaki (Hiroshima Univ.) T. Nakajima (Kyoto Univ. (currently Ohbayashi Corp.)) Background Difficulty in optimization

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

Analysis of ANSI W W 6x9-118,

Analysis of ANSI W W 6x9-118, Page 1 of 8 Analysis of ANSI W W 6x9-118,110236220472 Author: Analysis Created: Analysis Last Modified: Report Created: Introduction Administrator, 08:29:09, 08:29:09 09:26:02 Database: Z:\ENGENHARIA\ESTUDOS

More information

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen

Structural Analysis of an Aluminum Spiral Staircase. EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Structural Analysis of an Aluminum Spiral Staircase EMCH 407 Final Project Presented by: Marcos Lopez and Dillan Nguyen Abstract An old aluminum spiral staircase at Marcos home has been feeling really

More information

Exercise 1: 3-Pt Bending using ANSYS Workbench

Exercise 1: 3-Pt Bending using ANSYS Workbench Exercise 1: 3-Pt Bending using ANSYS Workbench Contents Starting and Configuring ANSYS Workbench... 2 1. Starting Windows on the MAC... 2 2. Login into Windows... 2 3. Start ANSYS Workbench... 2 4. Configuring

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

Offshore Platform Fluid Structure Interaction (FSI) Simulation

Offshore Platform Fluid Structure Interaction (FSI) Simulation Offshore Platform Fluid Structure Interaction (FSI) Simulation Ali Marzaban, CD-adapco Murthy Lakshmiraju, CD-adapco Nigel Richardson, CD-adapco Mike Henneke, CD-adapco Guangyu Wu, Chevron Pedro M. Vargas,

More information

Lab#5 Combined analysis types in ANSYS By C. Daley

Lab#5 Combined analysis types in ANSYS By C. Daley Engineering 5003 - Ship Structures I Lab#5 Combined analysis types in ANSYS By C. Daley Overview In this lab we will model a simple pinned column using shell elements. Once again, we will use SpaceClaim

More information

1.992, 2.993, 3.04, 10.94, , Introduction to Modeling and Simulation Prof. F.-J. Ulm Spring FE Modeling Example Using ADINA

1.992, 2.993, 3.04, 10.94, , Introduction to Modeling and Simulation Prof. F.-J. Ulm Spring FE Modeling Example Using ADINA 1.992, 2.993, 3.04, 10.94, 18.996, 22.091 Introduction to Modeling and Simulation Prof. F.-J. Ulm Spring 2002 FE Modeling Example Using ADINA H Hgρ w ργ H = B = 10 m g = 9.81 m/s 2 ρ = 2400 kg/m 3 ρ w

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

WORKSHOP 6.3 WELD FATIGUE USING NOMINAL STRESS METHOD. For ANSYS release 14

WORKSHOP 6.3 WELD FATIGUE USING NOMINAL STRESS METHOD. For ANSYS release 14 WORKSHOP 6.3 WELD FATIGUE USING NOMINAL STRESS METHOD For ANSYS release 14 Objective: In this workshop, a weld fatigue analysis on a VKR-beam with a plate on top using the nominal stress method is demonstrated.

More information

Spur Gears Static Stress Analysis with Linear Material Models

Spur Gears Static Stress Analysis with Linear Material Models Exercise A Spur Gears Static Stress Analysis with Linear Material Models Beam and Brick Elements Objective: Geometry: Determine the stress distribution in the spur gears when a moment of 93.75 in-lb is

More information

Numerical Behavior Reproduction of a Truss Structure and Beam, Subjected to Concentrated Load

Numerical Behavior Reproduction of a Truss Structure and Beam, Subjected to Concentrated Load ANALELE UNIVERSITĂłII EFTIMIE MURGU REŞIłA ANUL XVII, NR. 2, 2010, ISSN 1453-7397 Nedelcu Dorian, Ianici Draghita, Nedeloni Marian, Daia Daniel Numerical Behavior Reproduction of a Truss Structure and

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

Fully-Coupled Thermo-Mechanical Analysis

Fully-Coupled Thermo-Mechanical Analysis Fully-Coupled Thermo-Mechanical Analysis Type of solver: ABAQUS CAE/Standard Adapted from: ABAQUS Example Problems Manual Extrusion of a Cylindrical Aluminium Bar with Frictional Heat Generation Problem

More information

Final project: Design problem

Final project: Design problem ME309 Homework #5 Final project: Design problem Select one of the analysis problems listed below to solve. Your solution, along with a description of your analysis process, should be handed in as a final

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

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

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

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

Elastic Analysis of a Deep Beam with Web Opening

Elastic Analysis of a Deep Beam with Web Opening Elastic Analysis of a Deep Beam with Web Opening Outline 1 Description 2 Finite Element Model 2.1 Units 2.2 Geometry definition 2.3 Properties 2.4 Boundary conditions 2.4.1 Constraints 2.4.2 Vertical load

More information

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation

3D Finite Element Software for Cracks. Version 3.2. Benchmarks and Validation 3D Finite Element Software for Cracks Version 3.2 Benchmarks and Validation October 217 1965 57 th Court North, Suite 1 Boulder, CO 831 Main: (33) 415-1475 www.questintegrity.com http://www.questintegrity.com/software-products/feacrack

More information

New Capabilities in Project Hydra for Autodesk Simulation Mechanical

New Capabilities in Project Hydra for Autodesk Simulation Mechanical New Capabilities in Project Hydra for Autodesk Simulation Mechanical Sualp Ozel, PE. Autodesk SM2447-L In this hands-on lab, we will go through several exercises and cover several new capabilities included

More information

Deep Beam With Web Opening

Deep Beam With Web Opening Deep Beam With Web Opening Name: Path: Keywords: DeepBeamWithWebOpening/deepbeam /Examples//DeepBeamWithWebOpening/deepbeam analys: linear static. constr: suppor. elemen: cq16m ct12m pstres. load: force

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

Module 3: Buckling of 1D Simply Supported Beam

Module 3: Buckling of 1D Simply Supported Beam 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

More information

Introduction to Finite Element Analysis using ANSYS

Introduction to Finite Element Analysis using ANSYS Introduction to Finite Element Analysis using ANSYS Sasi Kumar Tippabhotla PhD Candidate Xtreme Photovoltaics (XPV) Lab EPD, SUTD Disclaimer: The material and simulations (using Ansys student version)

More information

Recent Advances on Higher Order 27-node Hexahedral Element in LS-DYNA

Recent Advances on Higher Order 27-node Hexahedral Element in LS-DYNA 14 th International LS-DYNA Users Conference Session: Simulation Recent Advances on Higher Order 27-node Hexahedral Element in LS-DYNA Hailong Teng Livermore Software Technology Corp. Abstract This paper

More information

Assignment in The Finite Element Method, 2017

Assignment in The Finite Element Method, 2017 Assignment in The Finite Element Method, 2017 Division of Solid Mechanics The task is to write a finite element program and then use the program to analyse aspects of a surface mounted resistor. The problem

More information

Tutorial 23: Sloshing in a tank modelled using SPH as an example

Tutorial 23: Sloshing in a tank modelled using SPH as an example Tutorial 23: Sloshing in a tank modelled using SPH as an example This tutorial gives a basic introduction to SPH modelling in Abaqus CAE. The tutorial will take you through a basic model of g forces acting

More information

Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses

Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses Exercise 2: Mesh Resolution, Element Shapes, Basis Functions & Convergence Analyses Goals In this exercise, we will explore the strengths and weaknesses of different element types (tetrahedrons vs. hexahedrons,

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

= 21

= 21 CE 331, Spring 2011 Guide for Using RISA3D to Model a Balsa Structure 1 / 9 0. Example Bridge. An example structure is shown below. Typical results for the RISA model of this structure are shown throughout

More information

FEA BENDING, TORSION, TENSION, and SHEAR TUTORIAL in CATIA

FEA BENDING, TORSION, TENSION, and SHEAR TUTORIAL in CATIA 1 FEA BENDING, TORSION, TENSION, and SHEAR TUTORIAL in CATIA This tutorial shows the basics of a solid bending, torsional, tension, and shear FEA (Finite Elemental Analysis) model in CATIA. Torsion - page

More information

Assignment 2 Simulation and modeling, Spring 2010

Assignment 2 Simulation and modeling, Spring 2010 Assignment 2 Simulation and modeling, Spring 2010 1 Background The consultant company B&W (Besser & Wisser) AB has decided to develop an in-house FEcode. With this code the company intends to offer their

More information

Finite Element Model for Axial Stiffness of Metal-Plate-Connected Tension Splice Wood Truss Joint

Finite Element Model for Axial Stiffness of Metal-Plate-Connected Tension Splice Wood Truss Joint Finite Element Model for Axial Stiffness of Metal-Plate-Connected Tension Splice Wood Truss Joint Jose M. Cabrero Assistant Professor University of Navarra, Department of Structural Analysis and Design,

More information

Post-Buckling Analysis of a Thin Plate

Post-Buckling Analysis of a Thin Plate LESSON 13b Post-Buckling Analysis of a Thin Plate Objectives: Construct a thin plate (with slight imperfection) Place an axial load on the plate. Run an Advanced FEA nonlinear static analysis in order

More information

Similar Pulley Wheel Description J.E. Akin, Rice University

Similar Pulley Wheel Description J.E. Akin, Rice University Similar Pulley Wheel Description J.E. Akin, Rice University The SolidWorks simulation tutorial on the analysis of an assembly suggested noting another type of boundary condition that is not illustrated

More information

Introduction To Finite Element Analysis

Introduction To Finite Element Analysis Creating a Part In this part of the tutorial we will introduce you to some basic modelling concepts. If you are already familiar with modelling in Pro Engineer you will find this section very easy. Before

More information

MSC.visualNastran Desktop FEA Exercise Workbook. Pin and Bracket Assembly: Vibration Simulation in 4D

MSC.visualNastran Desktop FEA Exercise Workbook. Pin and Bracket Assembly: Vibration Simulation in 4D MSC.visualNastran Desktop FEA Exercise Workbook Pin and Bracket Assembly: Vibration Simulation in 4D WS24-2 Objectives This exercise is design to introduce vibration analysis in visualnastran Desktop.

More information

FEMAP Tutorial 2. Figure 1: Bar with defined dimensions

FEMAP Tutorial 2. Figure 1: Bar with defined dimensions FEMAP Tutorial 2 Consider a cantilevered beam with a vertical force applied to the right end. We will utilize the same geometry as the previous tutorial that considered an axial loading. Thus, this tutorial

More information

ANSYS AIM Tutorial Stepped Shaft in Axial Tension

ANSYS AIM Tutorial Stepped Shaft in Axial Tension ANSYS AIM Tutorial Stepped Shaft in Axial Tension Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Contents: Problem Specification 3 Learning Goals 4 Pre-Analysis & Start Up 5 Calculation

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

Learning Module 8 Shape Optimization

Learning Module 8 Shape Optimization Learning Module 8 Shape Optimization What is a Learning Module? Title Page Guide A Learning Module (LM) is a structured, concise, and self-sufficient learning resource. An LM provides the learner with

More information

MODAL ANALYSIS OF A BEAM

MODAL ANALYSIS OF A BEAM MODAL ANALYSIS OF A BEAM Application Note Objectives: Perform modal analysis (Linear Eigenvalue Problem) of a cantilever beam in Akselos Modeler. Find the first three natural frequencies and mode shapes

More information

Linear Static Analysis of a Simply-Supported Truss

Linear Static Analysis of a Simply-Supported Truss WORKSHOP PROBLEM 2 Linear Static Analysis of a Simply-Supported Truss Objectives: Define a set of material properties using the beam library. Perform a static analysis of a truss under 3 separate loading

More information

Multi-Step Analysis of a Cantilever Beam

Multi-Step Analysis of a Cantilever Beam LESSON 4 Multi-Step Analysis of a Cantilever Beam LEGEND 75000. 50000. 25000. 0. -25000. -50000. -75000. 0. 3.50 7.00 10.5 14.0 17.5 21.0 Objectives: Demonstrate multi-step analysis set up in MSC/Advanced_FEA.

More information

Engineering Analysis with

Engineering Analysis with Engineering Analysis with SolidWorks Simulation 2013 Paul M. Kurowski SDC PUBLICATIONS Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites

More information

STEPS BY STEPS FOR THREE-DIMENSIONAL ANALYSIS USING ABAQUS STEADY-STATE HEAT TRANSFER ANALYSIS

STEPS BY STEPS FOR THREE-DIMENSIONAL ANALYSIS USING ABAQUS STEADY-STATE HEAT TRANSFER ANALYSIS UNIVERSITI MALAYSIA PERLIS FACULTY OF ENGINEERING TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING TECHNOLOGY PDT348 FINITE ELEMENT ANALYSIS Semester II 2017/2018 STEPS BY STEPS FOR THREE-DIMENSIONAL ANALYSIS

More information