ME 442. Marc/Mentat-2011 Tutorial-1

Size: px
Start display at page:

Download "ME 442. Marc/Mentat-2011 Tutorial-1"

Transcription

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 program is divided into two parts: the MENTAT pre- and post processor, and the MARC program. In the preprocessing step MENTAT is used to generate the finite element model, apply boundary conditions (loads, displacements, temperatures...), initial conditions, material properties, element geometry, and analysis type (stress, thermal...). This information is stored in an input file, which may be further edited to generate more advanced options. In the processing step, the input file is read by the MARC program, which solves the problem and writes an output file. MENTAT, which performs the postprocessing step, then, reads the output file. Sample Problem The deflection and stress of a three-dimensional cantilever beam will be used to demonstrate capabilities of MARC and MENTAT. Three-dimensional linear solid elements will be used, although others, e.g., beam elements, are possible, and may be preferable. The solid elements are the most general, and will illustrate some of the limitations of beam elements. The beam to be analyzed has dimensions (x,y,z) = (10,1,2) inches and is made of aluminum. Aluminum will be considered elastic and linear with a modulus E = 1(10 7 ) psi and Poissons ratio = A 1 lbf load is applied at the right end (x = 10 in.) in the negative y-direction. The left end of the beam (x = 0) is rigidly fixed(all slopes and deflections = 0) to a wall. The maximum deflection for a cantilever beam from two dimensional small deflection beam theory is, Y = - F L 3 / 3 E I where F = 1 lbf is the load, L = 10 in. is the length of the beam, and I is the cross section moment of inertia and is equal to (2 * 1 3 ) /12 in 4. From this equation the maximum deflection for the given load is inches. Shear and the third dimension are unaccounted for in two dimensional beam theory, so the deflection calculated by the program will be slightly different. All problems should be formulated using this procedure. That is, clearly define the problem geometry, boundary and initial conditions, and material properties and do a hand calculation so you know approximately what magnitude the finite element calculation should be. Do this before attempting to run MARC. 1

2 Finite Element Analysis Log on and start the program, i.e., START > ALL PROGRAMS > MSC.Software > Marc2010 > MarcMentat Shortly the start-up window will appear. The screen is divided into 5 areas. The upper left, from the MAIN MENU title down to the QUIT button is the dynamic menu area. This area has buttons that contain submenus to preprocess, analyze, and postprocess in addition to configuring the terminal. It is dynamic because it changes when you use different sections of the program. Basically the cantilever beam problem will be solved by stepping down the dynamic menu. The band to the right of the QUIT button is the static menu. These buttons can be used throughout the program, and do not change as you move through the program. Below the QUIT button is the dialogue area. This is where the program prompts you for input and displays error messages. You can scroll up or down by using the appropriate arrow keys on the keyboard. To the right of the dialogue area is the status box that displays messages when the program is busy, or displays the message Ready when the program can accept input. It should say, Ready now. The remaining part of the screen is the graphics area where the model with its boundary conditions, etc., and output plots are displayed. The program is menu driven. Just click on buttons with the mouse to execute commands. When a button that executes a command is pressed, the command appears in the dialogue area. This command may also be typed in from the keyboard instead of using the mouse. Once executed, a command can be undone using the UNDO command in the static menu. To activate a button, move the cursor on top of the button and press the left mouse button (LMB). At Clarkson, it is much faster and much less error prone to operate from the local C:\TEMP directory. Data generated this way will be temporarily stored until you quit, so make sure you save your data to your student account before exiting MENTAT. The FILES menu in the static box allows this directory change. Click on FILES, then CURRENT DIRECTORY. Place the cursor to the right of SELECTION and enter C:\TEMP. Then click OK and MAIN with the LMB. You are now ready to begin building the model. Note that the buttons in the menu area have arrows pointing to the right. This means that clicking them will bring up another submenu. Again, we ll generally proceed from the top to the bottom of the dynamic menu. Move the cursor to the MESH GENERATION button and click the LMB. The menu area has changed. You want to use 8-node 3-D elements, but the default class is 4 node 2-D elements. To change this, click the LMB on ELEMENT CLASS. The menu will change again. Note the difference in the type of buttons. The buttons in this group show that only one button can be selected at a time. Click the LMB on HEX(8). To get back to the MESH GENERATION menu, either click the right mouse button (RMB) when the cursor is anywhere within the menu area or the LMB on RETURN at the bottom of the dynamic menu. You are now ready to generate the cantilever beam geometry. There are many ways to do this. One method is to draw curves and points in a manner similar to a CAD program and then generate a finite element mesh from this geometric entity using a mesh generator. Another method is to make a coarse mesh directly, and then subdivide it using the SUBDIVIDE command in the MESH GENERATION menu. For this demonstration, you will make a single element and DUPLICATE it. 2

3 Click on the ADD button to the right of the NODES in the menu area with the LMB. In the dialogue area you will see a prompt for the node coordinates. Type in coordinates (leave at least one space between entries on each line): <return> <return> <return> <return> You will see the response node added in the dialogue area after each return and the node appear in the graphics area. Each node will have its own number, so it can be identified. To see node numbers, click the LMB on PLOT in the static menu area. The dynamic menu will change. To show node numbers, click on the NODES SETTINGS button and then the LABELS title with the LMB followed by REDRAW. Then, click the RMB twice anywhere in the menu area to return to the MESH GENERATION menu. You now have four labeled nodes in the global x-y plane at z = 0. Click on FILL in the STATIC menu to fill the graphics area. You need eight nodes to define a hexahedron. You could keyboard in the coordinates of the remaining four nodes.. Instead, you can duplicate the four existing nodes. To do this click the LMB on the DUPLICATE button. First you tell it how to duplicate, then you tell it what to duplicate. You want to duplicate the four existing nodes once in the z-direction, 2 away. Under the TRANSLATIONS button type 2 <return> in the third field. Now tell it what to duplicate by clicking the NODES button. You could type in the numbers <return>, but since you want to pick all of the nodes, it is easier to click on the EXIST button under the ALL: menu at the bottom of the dynamic menu area with the LMB followed by END LIST#. Do this and you will see that the node numbers now have two numbers drawn on top of each other. This is because your viewpoint is the x-y plane. To see all eight nodes, click on the RX+ button on the top line in the static menu to rotate the view about the x-axis followed by FILL. Click the RMB anywhere in the menu area to return to the MESH GENERATION menu. You are now ready to create an element. Click on the ADD button next to ELEMS. You will be prompted to enter the element node(1) number. You could type in number 1, corresponding to node 1, but we will use the mouse. Click on node 1 in the graphics area with the LMB. You will see that the number has been filled in the dialogue area and you will be prompted to enter node(2). Click on nodes 2 through 8 in order. The node order is important when you define an element. If done incorrectly, the element could be distorted or inside out. This can be ascertained with the CHECK command within the MESH GENERATION menu. Within CHECK select INSIDE OUT and CROSS ELEMENTS. If the element is INSIDE OUT, then FLIP it. Also, the nodal input order can be different for different types of elements. Accessing the HELP file in the static menu will provided this information. For this demonstration the order chosen is correct. After you have picked node(8) you will get a message Element added, and the element will be shown in the graphics area. The element should be a hexahedral 1 x 1 x 2 inches. To get a 10-inch long beam, you can duplicate the element in a manner similar to the way you duplicated the nodes. To do this, pick DUPLICATE with the LMB. Under TRANSLATIONS, type 1 0 0, respectively, in the three fields, then <return>. This time, you want to make nine elements, so to the right of the REPETITIONS button type in 9 <return> Now click the ELEMENTS button. Before you clicked the ALL:EXIST. button. You could do this, but instead, click on the X on the element face in the graphics area. Note that nothing has happened except that the original element has been highlighted. This is because the program is giving you a chance to duplicate more than one element. Since you don t have more elements to duplicate, you need to tell it that this is the end of the list of elements to duplicate. Do one of these options now: 3

4 1. click the RMB in the graphics area, or, 2. click the LMB on END LIST# button in the ALL: menu, or, 3. type #<return> in the dialogue area. You can see that an element has been created to the right of the original element. To see the whole model, click FILL in the static menu with the LMB. Click the RMB anywhere in the dynamic menu area to return to MESH GENERATION. Note that some nodes have two numbers near them. This is because the elements have been duplicated, like lining up blocks on a table. Each element has its own corner. You don t want separate blocks; you want to join the elements into a single contiguous beam. You do this using the sweep processor. Click on SWEEP button with the LMB. Click the ALL button in the SWEEP menu (Not the REMOVE UNUSED menu). Any nodes within the specified Tolerance (default = ) are combined. You will see the message Deleting 36 duplicate nodes in the dialogue area. Click the RMB and return to the MESH GENERATION menu. There is now only one node number at each node, but there are gaps in the numbering. To fix this, click the LMB on the ALL button in the RENUMBER menu. Note that the node numbers have changed. You now have a model with 44 nodes and 10 elements. This completes generating the model. Return to the MAIN menu. GEOMETRIC PROPERTIES, which appears next in the MAIN menu, will not be necessary in this case since all information concerning element geometry has been prescribed. Click the MATERIAL PROPERTIES > MATERIAL PROPERTIES buttons. ANALYSIS CLASS default is STRUCTURAL, so no changes here. Click NEW > type STANDARD. Under STRUCTURAL > YOUNGS MODULUS insert 1e7 <return> For Poissons ratio, insert <return> Note that the numbers to the right of the buttons in the pop-up have changed. Click OK. Name the material by clicking the NAME button and typing in Aluminum <return> Next, you need to tell the program what elements are aluminum. Click the ELEMENTS ADD button followed by the ALL:EXIST. button. You will see the number 10 appear in to the right of the ELEMENTS menu. You can toggle the ID MATERIALS button to show what elements correspond to the materials you defined. Click this off when done viewing. Next apply boundary conditions. Before doing this, it s a good practice to save your work. Click the SAVE button in the static menu area with the LMB. You will get a message Model saved to model1. in the dialogue area. MENTAT saves files to model#.mud by default, where # is a number starting with 1, and.mud is implied though not shown. If there is already a model1.mud file in your directory, it will save the current model as model2.mud, etc.. Note that every time you click on a button in the dynamic or static area, you had to use the LMB. From now on, if you are instructed to click on a button in these areas, use the LMB. Click on the MAIN button at the bottom of the dynamic menu area. You will return to the original screen you had when you first started. Click on the BOUNDARY CONDITIONS button. You want to apply mechanical boundary conditions, so click on the STRUCTURAL button. First we ll clamp the fixed end of the beam. Click on FIXED DISPLACEMENT. A pop-up menu will appear in the graphics area. Click the ON buttons to the left of X,Y, and Z DISPLACE buttons to turn on those displacements (or degrees of freedom). The default value of zero displacement is appropriate. Either click the OK button at the bottom of the pop-up or the RMB anywhere in the pop-up area to return. 4

5 Now that you have defined a fixed boundary condition you need to tell the program where to place it. Click the NODES ADD button. To pick the four nodes on the left end of the beam place the mouse cursor in the graphics area slightly above and to the left of node 4. Hold down the LMB and drag the mouse to slightly below and to the right of node 5. Release the LMB and you will see that the four nodes are highlighted. Click the END LIST# button, and see the boundary conditions applied as arrows at the four nodes. Also notice the number at the right of the NODES menu is 4. You should give this boundary condition a meaningful name so you won t get confused later. Do this by clicking the NAME near the top of the menu area. Then type FixAllDisp <return> The name just above the NAME button has changed from apply1 to FixDisp. Now add a vertical load of 1 lb on the right end of the beam. Put a point load of 0.5 lb on the top corners of the beam so the beam will not twist. Click on the NEW button near the top of the menu area. The title has changed to apply2. Click on the POINT LOAD button. Another pop-up menu appears in the graphics area. Click on the ON button to the left of the Y FORCE button. Click on the Y FORCE button and type in -0.5 <return> Click the RMB button. Now pick the NODES ADD button. Click on node 26 with the LMB and note that it is highlighted. Then click on node 44, and it to will be highlighted. Click on the RMB in the graphics area to end the list. Click on the NAME button, and type PointLoad <return> to name this boundary condition. Click the RMB in the dynamic menu area to move back to the BOUNDARY CONDITIONS menu. Click the ID BOUNDARY CONDITIONS button to show all of the boundary conditions. When you are done inspecting the boundary conditions, click the ID BOUNDARY CONDITIONS button again to turn this feature off. Click SAVE to save your work and return to the MAIN menu. Remove the node numbers in PLOT > NODES-SETTINGS > toggle LABLES off, DRAW, and return to MAIN. You are now ready to define the type of analysis. Click on LOADCASES in the MAIN menu. You are doing a structural analysis, so retain the default setting STRUCTURAL. Under NEW, select STATIC. Then select PROPERTIES. Click on LOADS. Note that both the fixed displacement and point load are selected (highlighted). The program lets you define many boundary conditions for the same geometric model. Say you wanted the axial deflection of this same beam under a unit axial load. You could apply axial load boundary conditions. This is where the pop-up you are viewing becomes useful. You could deselect the axial load and run the analysis. Then, select the axial load case and deselect the bending load and rerun without having to repeat the rest of the model. Since you have only two conditions and they are both needed for this analysis, click the OK button (or the RMB anywhere in the pop-up menu). Also, select STEPPING PROCEDURE-FIXED and set # STEPS to 1. Only one step is needed in this static analysis. Return to the MAIN menu and SAVE. Click on the JOBS button. This menu is used to put the finishing touches on your analysis. Under NEW select STRUCTURAL. Under PROPERTIES select a LOADCASE from AVAILABLE. Then lcase1 should appear under SELECTED. Other items in this menu to consider are: ANALYSIS OPTIONS > use defaults, JOB RESULTS > select CAUCHY STRESS under tensors and EQUIVALENT Von Mises Stress under scalar. ANALYSIS DIMENSION: Use default, 3-D INITIAL LOADS > not required in this static analysis, but check that the boundary conditions are selected. 5

6 The next thing you have to do in the JOBS menu is choose the correct element type. There are several types of elements that can be used with an eight-node hexahedral geometry. Each type has different properties. Select ELEMENT TYPES. In this menu consider: ANALYSIS CLASS > STRUCTURAL ANALYSIS DIMENSION > 3-D SOLID > FULL INTEGRATION > type 7 > OK The dialogue area prompts you to Enter element list. In this case, select ALL EXIST. Element 7 is a full integration trilinear shape function. This means that strain varies linearly within the element in all directions but stress is constant. Toggle the ID TYPES and ID CLASSES buttons to view the same. Click the RMB anywhere in the dynamic menu area to get back to the JOBS menu. SAVE your work. Your job is now ready to RUN.. There is a choice on how to submit a job to the MARC program. You could write a MARC output file (done with the UTILS button in the static area), or you could run MARC from inside MENTAT. We will do the latter. Click on the RUN button in the JOBS menu, and a pop-up will appear. Select RESET > SUBMIT (1) > MONITOR. Your job is now running in the MARC program in the background. If you have made no mistakes, after a few moments you should see the number 3004 next to EXIT NUMBER. If there is a different number, you have made a mistake. Click on EXIT MESSAGE to see what the error message means. Also, you can get a listing of the input and output files by clicking on EDIT OUTPUT FILE. Errors are quite often obvious when scanning this file. Search on error. If successful (EXIT NUMBER 3004), you can now view the results of your analysis. Click on the OPEN POST FILE (RESULTS MENU) button and model1_job.t16 should appear on the top of the dynamic menu under POST FILE. The.t16 is the binary output file. Click LAST followed by DEF & ORIG under DEFORMED SHAPE, then SETTINGS under the DEFORMED SHAPE menu. Click the AUTOMATIC button. This scales the deflection so that you can view it. Click RESET VIEW and FILL in the STATIC menu for a better view. Next click the RETURN button. This button is the same as the RMB in the menu area. Use these interchangeably. Click the NEXT button, and you will see the beam deflect. To get numerical answers, click the SCALAR button, select DISPLACEMENT Y in the pop-up menu, then RMB. Click the CONTOUR BANDS button and the beam will change to a contour plot of the y- displacements with a maximum value of in.. You could also view the numerical value at each node by selecting NUMERICS instead of CONTOUR BANDS. The resulting plot is rather busy, but if you use ZOOM from the static menu you could easily read a numerical value in. at x = 10 in.. The deflection calculated from beam theory is in.. These answers aren t close. Your FEM analysis hasn t given you the correct result! You have been set up. This is to show you that even though an analysis has been performed correctly, the answer may not be correct. The problem with this analysis is that the mesh is too coarse for the element type and problem conditions. Element type 7 assumes that the displacement between the nodes is a straight line, so you were trying to analyze the beam with ten straight-line (linear) segments. More elements will provide a better representation of the bending of this beam, so you will now refine your model. Click CLOSE and return to MAIN. Mesh Refinement Let s get a better answer by refining the mesh. First however, the format of this tutorial will be changed to be more concise. Proceed through the menus as indicated. FILES from static RESTORE Save this to be refined model under a new name, say, model2, SAVE AS model2 <return> 6

7 FILL to fill the graphics area with the model MAIN MESH GENERATION SUBDIVIDE Note the defaults. You wish to divide each hexahedron in half in each dimension, so the defaults are good. ELEMENTS ALL:EXIST. END LIST (#) RETURN Note again that you have to sweep to get rid of the extra nodes, and renumber. SWEEP ALL near the top of the menu RETURN RENUMBER ALL RETURN You now have 80 elements and 189 nodes. SAVE in the static menu. The nodes with the boundary conditions have been retained, but more nodes have been placed on the fixed end. This means that you need to apply boundary conditions to the new nodes on the fixed end. MAIN BOUNDARY CONDITIONS STRUCTURAL PREV or NEXT until FixAllDisp is found NODES ADD add all nodes on the left boundary END LIST# you now have 9 nodes on the fixed boundary MAIN SAVE JOBS > RUN > RESET > SUBMIT 1 > MONITOR When you see the 3004 exit number, then view the results as before. Now the maximum deflection is in. This is much closer to the 2-D beam theory solution of in.. It is still unclear if this answer is correct. In general, it is a good idea to refine your mesh until the change in the answer is small, say a few percent, depending on the problem, desired accuracy, etc.. Mesh and element refinement will be the subject of the first lab assignment. Finally, look at the distortion of the transverse y-z cross section of the beam at x = in.. Rotating the beam about the x-axis, ZOOMing, and observing NUMERIC output of the result can accomplish this. Alternately, the PLOT PATH plotting option could be used. In either case, two-dimensional beam theory states that transverse cross sections remain similar. What does the FEM model show? Is it correct? Explain. Before you quit MENTAT, save your work to your student account. Once you quit all data in the C:\TEMP directory will be lost. To quit MENTAT from the MAIN menu, select QUIT, then EXIT. Then logout from the system. 7

Introduction to MSC.Patran

Introduction to MSC.Patran Exercise 1 Introduction to MSC.Patran Objectives: Create geometry for a Beam. Add Loads and Boundary Conditions. Review analysis results. MSC.Patran 301 Exercise Workbook - Release 9.0 1-1 1-2 MSC.Patran

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

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

FEA TUTORIAL 2D STRESS ANALYSIS OF A THIN BAR (Using ProMechanica Wildfire 1.0)

FEA TUTORIAL 2D STRESS ANALYSIS OF A THIN BAR (Using ProMechanica Wildfire 1.0) FEA TUTORIAL 2D STRESS ANALYSIS OF A THIN BAR (Using ProMechanica Wildfire 1.0) Introduction: A simple 2D stress analysis of a thin bar with a hole will be performed using Pro/Mechanica. The bar will be

More information

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

Modeling a Shell to a Solid Element Transition

Modeling a Shell to a Solid Element Transition LESSON 9 Modeling a Shell to a Solid Element Transition Objectives: Use MPCs to replicate a Solid with a Surface. Compare stress results of the Solid and Surface 9-1 9-2 LESSON 9 Modeling a Shell to a

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

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

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

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

Geometric Linear Analysis of a Cantilever Beam

Geometric Linear Analysis of a Cantilever Beam WORKSHOP PROBLEM 2a Geometric Linear Analysis of a Cantilever Beam Objectives: Demonstrate the use of geometric linear analysis. Observe the behavior of the cantilever beam under four increasing load magnitudes.

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

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

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

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

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

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

Pro MECHANICA STRUCTURE WILDFIRE 4. ELEMENTS AND APPLICATIONS Part I. Yves Gagnon, M.A.Sc. Finite Element Analyst & Structural Consultant SDC

Pro MECHANICA STRUCTURE WILDFIRE 4. ELEMENTS AND APPLICATIONS Part I. Yves Gagnon, M.A.Sc. Finite Element Analyst & Structural Consultant SDC Pro MECHANICA STRUCTURE WILDFIRE 4 ELEMENTS AND APPLICATIONS Part I Yves Gagnon, M.A.Sc. Finite Element Analyst & Structural Consultant SDC PUBLICATIONS Schroff Development Corporation www.schroff.com

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

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

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

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

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

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

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

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

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

Static Stress Analysis

Static Stress Analysis Static Stress Analysis Determine stresses and displacements in a connecting rod assembly. Lesson: Static Stress Analysis of a Connecting Rod Assembly In this tutorial we determine the effects of a 2,000-pound

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

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

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

Lesson: Static Stress Analysis of a Connecting Rod Assembly

Lesson: Static Stress Analysis of a Connecting Rod Assembly Lesson: Static Stress Analysis of a Connecting Rod Assembly In this tutorial we determine the effects of a 2,000 pound tensile load acting on a connecting rod assembly (consisting of the rod and two pins).

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

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

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

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

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force

CHAPTER 4. Numerical Models. descriptions of the boundary conditions, element types, validation, and the force CHAPTER 4 Numerical Models This chapter presents the development of numerical models for sandwich beams/plates subjected to four-point bending and the hydromat test system. Detailed descriptions of the

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

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

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

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

Important Note - Please Read:

Important Note - Please Read: Important Note - Please Read: This tutorial requires version 6.01 or later of SAFE to run successfully. You can determine what version of SAFE you have by starting the program and then clicking the Help

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

Linear Static Analysis for a 3-D Slideline Contact

Linear Static Analysis for a 3-D Slideline Contact WORKSHOP PROBLEM 10a Linear Static Analysis for a 3-D Slideline Contact Objectives: Demonstrate the use of slideline contact. Run an MSC/NASTRAN linear static analysis. Create an accurate deformation plot

More information

CATIA V5 FEA Tutorials Release 14

CATIA V5 FEA Tutorials Release 14 CATIA V5 FEA Tutorials Release 14 Nader G. Zamani University of Windsor SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com CATIA V5 FEA Tutorials 2-1 Chapter 2 Analysis

More information

The Essence of Result Post- Processing

The Essence of Result Post- Processing APPENDIX E The Essence of Result Post- Processing Objectives: Manually create the geometry for the tension coupon using the given dimensions then apply finite elements. Manually define material and element

More information

Case Study 1: Piezoelectric Rectangular Plate

Case Study 1: Piezoelectric Rectangular Plate Case Study 1: Piezoelectric Rectangular Plate PROBLEM - 3D Rectangular Plate, k31 Mode, PZT4, 40mm x 6mm x 1mm GOAL Evaluate the operation of a piezoelectric rectangular plate having electrodes in the

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

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

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

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

Revised Sheet Metal Simulation, J.E. Akin, Rice University

Revised Sheet Metal Simulation, J.E. Akin, Rice University Revised Sheet Metal Simulation, J.E. Akin, Rice University A SolidWorks simulation tutorial is just intended to illustrate where to find various icons that you would need in a real engineering analysis.

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

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

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

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

The Generate toolbar has convenient tools to create typical structural shapes.

The Generate toolbar has convenient tools to create typical structural shapes. Frame Analysis Using Multiframe 1. The software is on the computers in the College of Architecture in Programs under the Windows Start menu (see https://wikis.arch.tamu.edu/display/helpdesk/computer+accounts

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

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

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

SETTLEMENT OF A CIRCULAR FOOTING ON SAND

SETTLEMENT OF A CIRCULAR FOOTING ON SAND 1 SETTLEMENT OF A CIRCULAR FOOTING ON SAND In this chapter a first application is considered, namely the settlement of a circular foundation footing on sand. This is the first step in becoming familiar

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

FOUNDATION IN OVERCONSOLIDATED CLAY

FOUNDATION IN OVERCONSOLIDATED CLAY 1 FOUNDATION IN OVERCONSOLIDATED CLAY In this chapter a first application of PLAXIS 3D is considered, namely the settlement of a foundation in clay. This is the first step in becoming familiar with the

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

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06)

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Introduction You need to carry out the stress analysis of an outdoor water tank. Since it has quarter symmetry you start by building only one-fourth of

More information

Lesson 1 Parametric Modeling Fundamentals

Lesson 1 Parametric Modeling Fundamentals 1-1 Lesson 1 Parametric Modeling Fundamentals Create Simple Parametric Models. Understand the Basic Parametric Modeling Process. Create and Profile Rough Sketches. Understand the "Shape before size" approach.

More information

Frame Analysis Using Visual Analysis

Frame Analysis Using Visual Analysis Frame Analysis Using Visual Analysis 1. The software is available at the Open Access Labs (OAL) and the Virtual OAL at http://voal.tamu.edu in Programs under the Windows Start menu. The software can also

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

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

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

Exercise 1: Axle Structural Static Analysis

Exercise 1: Axle Structural Static Analysis Exercise 1: Axle Structural Static Analysis The purpose of this exercise is to cover the basic functionality of the Mechanical Toolbar (MTB) in the context of performing an actual analysis. Details of

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

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

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 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

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

FEA of Composites Classical Lamination Theory Example 1

FEA of Composites Classical Lamination Theory Example 1 FEA of Composites Classical Lamination Theory Example 1 22.514 Instructor: Professor James Sherwood Author: Dimitri Soteropoulos Revised by Jacob Wardell Problem Description: A four layer [0/90] s graphite-epoxy

More information

Lab Practical - Finite Element Stress & Deformation Analysis

Lab Practical - Finite Element Stress & Deformation Analysis Lab Practical - Finite Element Stress & Deformation Analysis Part A The Basics In this example, some of the basic features of a finite element analysis will be demonstrated through the modelling of a simple

More information

TRINITAS. a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis. Introductional Manual

TRINITAS. a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis. Introductional Manual TRINITAS a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis Introductional Manual Bo Torstenfelt Contents 1 Introduction 1 2 Starting the Program

More information

Rigid Element Analysis with RBAR

Rigid Element Analysis with RBAR WORKSHOP 4 Rigid Element Analysis with RBAR Y Objectives: Idealize the tube with QUAD4 elements. Use RBAR elements to model a rigid end. Produce a Nastran input file that represents the cylinder. Submit

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

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

Tutorial 2: Particles convected with the flow along a curved pipe.

Tutorial 2: Particles convected with the flow along a curved pipe. Tutorial 2: Particles convected with the flow along a curved pipe. Part 1: Creating an elbow In part 1 of this tutorial, you will create a model of a 90 elbow featuring a long horizontal inlet and a short

More information

Element Order: Element order refers to the interpolation of an element s nodal results to the interior of the element. This determines how results can

Element Order: Element order refers to the interpolation of an element s nodal results to the interior of the element. This determines how results can TIPS www.ansys.belcan.com 鲁班人 (http://www.lubanren.com/weblog/) Picking an Element Type For Structural Analysis: by Paul Dufour Picking an element type from the large library of elements in ANSYS can be

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

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

Sliding Block LESSON 26. Objectives: Demonstrate the use of Contact LBCs in a simple exercise.

Sliding Block LESSON 26. Objectives: Demonstrate the use of Contact LBCs in a simple exercise. LESSON 26 Sliding Block 5 Objectives: Demonstrate the use of Contact LBCs in a simple exercise. Present method for monitoring a non-linear analysis progress. 26-1 26-2 LESSON 26 Sliding Block Model Description:

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

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

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

16 SW Simulation design resources

16 SW Simulation design resources 16 SW Simulation design resources 16.1 Introduction This is simply a restatement of the SW Simulation online design scenarios tutorial with a little more visual detail supplied on the various menu picks

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

Plane strain conditions, 20 mm thick. b a. Material properties: E aa= N/mm2 Interface properties: G IC=0.28 N/mm E =E 00 N/mm2.

Plane strain conditions, 20 mm thick. b a. Material properties: E aa= N/mm2 Interface properties: G IC=0.28 N/mm E =E 00 N/mm2. Problem description The figure shows a double cantilever beam (DCB) of a composite material, subjected to displacement loads at its ends. u All lengths in mm. Not drawn to scale. Plane strain conditions,

More information

Bracket (Modal Anslysis)

Bracket (Modal Anslysis) (Modal Anslysis) Chapter Overview The sample session described in this chapter demonstrates a simple linear static and dynamic analysis on a steel bracket. The bracket restrains a vertical pipe. The bracket

More information

APPENDIX B. PBEAML Exercise. MSC.Nastran 105 Exercise Workbook B-1

APPENDIX B. PBEAML Exercise. MSC.Nastran 105 Exercise Workbook B-1 APPENDIX B PBEAML Exercise MSC.Nastran 105 Exercise Workbook B-1 B-2 MSC.Nastran 105 Exercise Workbook APPENDIX B PBEAML Exercise Exercise Procedure: 1. Create a new database called pbeam.db. File/New...

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

ANSYS AIM Tutorial Thermal Stresses in a Bar

ANSYS AIM Tutorial Thermal Stresses in a Bar ANSYS AIM Tutorial Thermal Stresses in a Bar Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Pre-Analysis & Start Up Pre-Analysis Start-Up Geometry Draw Geometry Create

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

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