Analysis of a silicon piezoresistive pressure sensor

Size: px
Start display at page:

Download "Analysis of a silicon piezoresistive pressure sensor"

Transcription

1 Analysis of a silicon piezoresistive pressure sensor This lab uses the general purpose finite element solver COMSOL to determine the stress in the resistors in a silicon piezoresistive pressure sensor and hence determine the sensitivity of the device. The pre-lab will use the approximate simple analytic solution for the problem discussed in class to obtain an initial estimate for the sensitivity. In your final lab conclusion, be sure to compare the numerical solution to the approximate solution. If the numerical solution is exact, how accurate is the approximate solution? The basic pressure sensor structure we will study is shown in plan view (IC layout view) in Fig. 1 below. The sensor consists of four p-type resistors implanted/diffused into a lightly doped n-type substrate. The substrate is etched away to leave a thin silicon plate (membrane) supporting the resistors. The top and bottom resistors are transverse resistors: the current flow is effectively perpendicular to the stress. The left and right resistors are longitudinal resistors: the current flow is effectively parallel to the stress. The resistors are laid out so that their centers are all the same distance from the edge of the plate. Figure 1 Pressure sensor layout Figure 2 Pressure sensor side profile The following parameters describe the sensor: L = 2mm = side length of plate a = 120µm = spacing from resistor center to plate edge b = (10 + last digit of student number)µm = width of resistor c = 200µm = length of resistor H = 20µm =thickness of plate R S = 250 Ω/ = sheet resistance of resistors The resistors are diffused into the top surface of the plate with a depth of 1µm

2 1. Pre-Lab Calculations: In class we showed that for a long thin beam of thickness H and length L, the displacement w(x) of the beam in response to applied pressure P is given by: w( x) x a a2x a3x a4 where 2 L P a LP EH EH 2EH a P Here we take x=0 at the edge of the beam. We will use this result as an approximation to the behavior of the square plate, noting that we expect the plate to be stiffer than the beam (and hence deflect less for given applied pressure). x will now be the distance from the edge of the plate, measured from the center of the plate edge normal to the edge. 1. What is the maximum displacement of the plate for P = 100kPa (roughly one atmosphere)? Use this pressure in all the following calculations. Also use E = 160GPa (Young s modulus for Si), π 11 = 7x10-11 Pa -1, π 12 = -1x10-11 Pa -1, π 44 = 138x10-11 Pa The stress σ at the surface of the plate is given by EH ( x) 2 2 w 2 x Using this result, find an expression for σ(x). Sketch σ versus x. 3. Where is σ maximum? (Hint: be sure to consider the value of σ at the edges of the plate) 4. Compute σ at the center of the resistors. 5. Compute the resistor value R before pressure is applied. 6. Estimate the relative resistance change R/R for the two kinds of resistors. Use the value for σ at the resistor center. 7. Re-draw Fig.1 and show how the resistors should be connected to produce a Wheatstone bridge with maximum output sensitivity. 8. If the bias voltage applied across the bridge is 5V compute the sensitivity S (sometimes expressed as V/V/Pa) of the bridge output to pressure. 9. How much electrical power is dissipated in the sensor for 5V bias? 10. If the bridge output is loaded with a typical DVM with an input impedance of 10M, by how much does the bridge output voltage change compared to an infinite load impedance?

3 2. Numerical Simulation: 1. Start COMSOL 4.X. 2. The default window should open including the Model Wizard. 3. Select a 3D space dimension and click the right arrow. 4. Under Add Physics, choose Structural Mechanics Solid Mechanics, click the + symbol to add the physical model and the press the right arrow.

4 5. From the list of studies choose Stationary, and then click on the checkered flag. 6. Your Model Builder will now be populated. Bear in mind that COMSOL 4 processes the model building and simulation sequentially as it is entered in the drop down list. To begin drawing your structure, expand Model 1 from the drop down list. Right-click on Geometry 1 and select block. In the Block window you can now enter the dimensions and position of your new object. Note that you can choose a centered or corner based orientation for your objects position.

5 7. Draw a Si die composed of a plate 2000x2000x20 μm. The top of the plate should be at z = 300 μm. The plate should be broken up into 4 (Or just two to save memory) segments as shown below. Make sure to have at least one line passing through the center and reaching both edges. You have to do this so that you can later plot along that line. Remember to save your work often. 8. Now draw a rectangular frame around the plate which is 300 μm wide and 300 μm thick. There are a number of ways to achieve this so use whichever method works best for you. For example, you could draw each side individually, or use one large block and subtract a smaller block from it by using Boolean Operations. Feel free to rename the blocks to more meaningful names. If you sized everything correctly, the bottom of the frame should be at z = 0.

6 9. Now you need to define the resistor volume for later calculation of the stress in the resistors. Draw 4 resistors of length c width b and thickness 1 μm such that they are diffused in the top plate surface. You ll need to figure out where to put them. 10. The plate, resistors and frame are one solid piece of material. Use Boolean Operations to create one composite object of all the blocks. Right-click Geometry 1 and select Boolean Operations Union. Select all your objects (Ctrl-a) and press the + symbol to add them to the union. 11. Your geometry should now be complete. It is now necessary to define the material of the structure. Right-click Materials in the model builder context window and select Material Browser. Find and select silicon. Note the values for the material properties, then click the + symbol to add the material to your model. Be sure that all your objects are part of the Input objects list. If they aren t, add them or simply select all domains.

7

8 12. Now we need a piezoresistive coefficient. Right-click Global Definitions from the Model Builder context window and select Parameters. Enter the name pi_44 and an expression of 138.1e-11[m^2/N]. The description is optional. Later we will also need the volume of the resistor to be defined, so add another parameter called resvolume with your resistor volume in cubic meters ( eg: 2e-15[m^3] ). 13. Now we must add all the domains to the physical model. Left-click Solid Mechanics from the Model Builder context window. Under Domains choose Selection All domains.

9 14. The edges of the plate need to be constrained. Right-click Solid Mechanics and select Fixed Constraint. Add the bottom of your support structure to the selection list. 15. Now we need to define the load. Right click Solid Mechanics and select Boundary Load. Select and add the top plate of your structure to the selection list. Add a force of Fz = -1 N/m 2.

10 The problem is now defined by the geometry and boundary conditions. To solve the problem we need to break the structure into blocks or elements, with as many as possible in regions of interest or rapidly changing solutions. 3-D problems, particularly with high aspect ratio features will create extremely large meshes. If you mesh the structure using the default settings, you may get an impractically large number of elements! 16. Now create a mesh. Left-click Mesh 1 and choose a mesh element size of coarser. Right-click Mesh 1 and select Build All to build the Mesh. You can try using smaller element sizes to get a more accurate result if your computer has enough memory for the computation. There are also several tricks we can use to try and reduce the size of the problem. One simple one is to scale the z dimension of our flat plate. The smallest dimension in the problem will typically be used to set the element size. Other tricks include using the symmetry of the problem so you only have to simulate ½ or ¼ of the plate. If you know something about the solution you may be able to select more appropriate element shapes, such as plate or shell elements. We ll leave these techniques for FEA experts for now. 17. With the structure, boundary conditions and mesh in place, we are ready to solve the problem. Right-click Study 1 and select Compute to solve. 18. To plot the displacement (or stress) across the membrane, right-click Results and add a 1D Plot Group. Set up the axes manually using known values and uncheck Preserve aspect ratio. Right-click 1D Plot Group 3 and add a Line Graph. Select the line which you wish to plot over (this is why we made the plate in 4 pieces. For the Y-Axis, choose the appropriate expression eg: displacement (solid.disp) or stress (solid.sx or solid.sy). For the X-axis choose the coordinate over which you wish to plot. You can add other 1D Plot Groups to create additional 1D plots. What is the maximum displacement of the plate?

11

12 You ll need to be able to export and save your plots. In order to accomplish this, you need to select the Plot Group you re interested in (eg: 1D Plot Group 3) and select Add Image to Report. Now expand the Report tree in the Model Builder context window. Left-click the image you are interested in and specify a filename, file type and location. While still under the Report tree, right click the image you re interested in and select Export. An image of the type you requested will be created at the specified location. Be sure to export all the plots listed in the Submission Checklist.

13 19. Right click on derived values and select Volume integration. Add one of your resistors to the selection list. For the expression, use pi_44/2*(solid.sx-solid.sy)/resvolume. Right-click Derived Values and choose Clear and Evaluate All to compute your answer. Compare these values to the ones obtained in the pre-lab. Calculate the overall sensitivity for the bridge. 20. You can move object by adjusting the geometry settings. Simply change the parameters, re-mesh, re-compute, re-evaluate and re-plot. Can you find a location for the transverse stressed resistors (parallel to the plate edge) that will balance the bridge? Justify selection of a location, then move your resistors and re-simulate. Submit the new values for R/R for the longitudinal and transverse resistors. Submission Checklist All pre-lab calculations Resistor coordinates Cross section plot of total displacement Cross section plot of normal stress sx Cross section plot of normal stress sy Values for ΔR/R for all 4 resistors, and calculation of the sensitivity A discussion of the differences between this solution and the pre-lab New locations for the resistors and re-calculated ΔR/R and sensitivity, as well as justification for your choice of location your COMSOL model file to amiles@doe.carleton.ca.

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

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

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

EXPERIMENT 1 INTRODUCTION TO MEMS Pro v5.1: DESIGNING a PIEZO- RESISTIVE PRESSURE SENSOR

EXPERIMENT 1 INTRODUCTION TO MEMS Pro v5.1: DESIGNING a PIEZO- RESISTIVE PRESSURE SENSOR EXPERIMENT 1 INTRODUCTION TO MEMS Pro v5.1: DESIGNING a PIEZO- RESISTIVE PRESSURE SENSOR 1. OBJECTIVE: 1.1 To learn and get familiar with the MEMS Pro environment and tools 1.2 To learn the basis of process

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

MAE 323: Lab 7. Instructions. Pressure Vessel Alex Grishin MAE 323 Lab Instructions 1

MAE 323: Lab 7. Instructions. Pressure Vessel Alex Grishin MAE 323 Lab Instructions 1 Instructions MAE 323 Lab Instructions 1 Problem Definition Determine how different element types perform for modeling a cylindrical pressure vessel over a wide range of r/t ratios, and how the hoop stress

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

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

MEAM 550 Modeling and Design of MEMS Spring Solution to homework #3. In our notation and values, k = = =

MEAM 550 Modeling and Design of MEMS Spring Solution to homework #3. In our notation and values, k = = = MEAM 550 Modeling and Design of MEMS Spring 004 Solution to homework # Problem 1 A fixed-guided beam (length = l, width = b, depth = h ) with a transverse tip load of F has the following formulas for maximum

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

Introduction to Solid Modeling

Introduction to Solid Modeling Introduction to Solid Modeling Parametric Modeling 1 Why draw 3D Models? 3D models are easier to interpret. 3D models can be used to perform engineering analysis, finite element analysis (stress, deflection,

More information

Buckling Analysis of a Thin Plate

Buckling Analysis of a Thin Plate Buckling Analysis of a Thin Plate Outline 1 Description 2 Modeling approach 3 Finite Element Model 3.1 Units 3.2 Geometry definition 3.3 Properties 3.4 Boundary conditions 3.5 Loads 3.6 Meshing 4 Structural

More information

PYTHON API TO RUN CALCULIX: PYCALCULIX Justin Black Mechanical Engineer

PYTHON API TO RUN CALCULIX: PYCALCULIX Justin Black Mechanical Engineer PYTHON API TO RUN CALCULIX: PYCALCULIX 2014-12-22 Justin Black Mechanical Engineer Justin.a.black@gmail.com www.justinablack.com WHAT AND WHY What: I created an API in python to build, solve and analyze

More information

VOLCANIC DEFORMATION MODELLING: NUMERICAL BENCHMARKING WITH COMSOL

VOLCANIC DEFORMATION MODELLING: NUMERICAL BENCHMARKING WITH COMSOL VOLCANIC DEFORMATION MODELLING: NUMERICAL BENCHMARKING WITH COMSOL The following is a description of the model setups and input/output parameters for benchmarking analytical volcanic deformation models

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

In-plane principal stress output in DIANA

In-plane principal stress output in DIANA analys: linear static. class: large. constr: suppor. elemen: hx24l solid tp18l. load: edge elemen force node. materi: elasti isotro. option: direct. result: cauchy displa princi stress total. In-plane

More information

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4

Strömningslära Fluid Dynamics. Computer laboratories using COMSOL v4.4 UMEÅ UNIVERSITY Department of Physics Claude Dion Olexii Iukhymenko May 15, 2015 Strömningslära Fluid Dynamics (5FY144) Computer laboratories using COMSOL v4.4!! Report requirements Computer labs must

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

Top Layer Subframe and Node Analysis

Top Layer Subframe and Node Analysis Top Layer Subframe and Node Analysis By Paul Rasmussen 2 August, 2012 Introduction The top layer of the CCAT backing structure forms a critical interface between the truss and the primary subframes. Ideally

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

3D SolidWorks Tutorial

3D SolidWorks Tutorial ROCHESTER INSTITUTE OF TECHNOLOGY MICROELECTRONIC ENGINEERING 3D SolidWorks Tutorial Dr. Lynn Fuller webpage: http://people.rit.edu/lffeee Electrical and Microelectronic Engineering Rochester Institute

More information

CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING

CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING 113 CHAPTER 6 EXPERIMENTAL AND FINITE ELEMENT SIMULATION STUDIES OF SUPERPLASTIC BOX FORMING 6.1 INTRODUCTION Superplastic properties are exhibited only under a narrow range of strain rates. Hence, it

More information

Implementation in COMSOL

Implementation in COMSOL Implementation in COMSOL The transient Navier-Stoke equation will be solved in COMSOL. A text (.txt) file needs to be created that contains the velocity at the inlet of the common carotid (calculated as

More information

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

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

More information

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

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

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

Modelling Flat Spring Performance Using FEA

Modelling Flat Spring Performance Using FEA Modelling Flat Spring Performance Using FEA Blessing O Fatola, Patrick Keogh and Ben Hicks Department of Mechanical Engineering, University of Corresponding author bf223@bath.ac.uk Abstract. This paper

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

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

Convection Cooling of Circuit Boards 3D Natural Convection

Convection Cooling of Circuit Boards 3D Natural Convection Convection Cooling of Circuit Boards 3D Natural Convection Introduction This example models the air cooling of circuit boards populated with multiple integrated circuits (ICs), which act as heat sources.

More information

Unit #13 : Integration to Find Areas and Volumes, Volumes of Revolution

Unit #13 : Integration to Find Areas and Volumes, Volumes of Revolution Unit #13 : Integration to Find Areas and Volumes, Volumes of Revolution Goals: Beabletoapplyaslicingapproachtoconstructintegralsforareasandvolumes. Be able to visualize surfaces generated by rotating functions

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

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

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

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

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

CHAPTER 5 USE OF STL FILE FOR FINITE ELEMENT ANALYSIS

CHAPTER 5 USE OF STL FILE FOR FINITE ELEMENT ANALYSIS CHAPTER 5 USE OF STL FILE FOR FINITE ELEMENT ANALYSIS 5.1 Introduction: Most CAD software in the market can generate STL files, and these are generally used for prototyping and rendering purposes. These

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

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

For this week only, the TAs will be at the ACCEL facility, instead of their normal office hours.

For this week only, the TAs will be at the ACCEL facility, instead of their normal office hours. BEE 3500 Homework Assignment 5 Notes: For this assignment, you will use the computational software COMSOL Multiphysics 5.3, available in Academic Computing Center Engineering Library (ACCEL) at the Carpenter

More information

FEA Applications I MET 415 Review Course Structure: 15 week course Weekly Schedule 50 minute lecture 2.5 hour laboratory 50 minute lecture

FEA Applications I MET 415 Review Course Structure: 15 week course Weekly Schedule 50 minute lecture 2.5 hour laboratory 50 minute lecture FEA Applications I MET 415 Review Course Structure: 15 week course Weekly Schedule 50 minute lecture 2.5 hour laboratory 50 minute lecture Goal: Obtain feedback from Industry Users on course presentation

More information

300 N All lengths in meters. Step load applied at time 0.0.

300 N All lengths in meters. Step load applied at time 0.0. Problem description In this problem, we subject the beam structure of problem 1 to an impact load as shown. 300 N 0.02 0.02 1 All lengths in meters. Step load applied at time 0.0. E = 2.07 10 11 N/m 2

More information

Lesson 22: Surface Area

Lesson 22: Surface Area Student Outcomes Students find the surface area of three-dimensional objects whose surface area is composed of triangles and quadrilaterals, specifically focusing on pyramids. They use polyhedron nets

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

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

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

Stress analysis of toroidal shell

Stress analysis of toroidal shell Stress analysis of toroidal shell Cristian PURDEL*, Marcel STERE** *Corresponding author Department of Aerospace Structures INCAS - National Institute for Aerospace Research Elie Carafoli Bdul Iuliu Maniu

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

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

DYNAMIC ANALYSIS OF A GENERATOR ON AN ELASTIC FOUNDATION

DYNAMIC ANALYSIS OF A GENERATOR ON AN ELASTIC FOUNDATION DYNAMIC ANALYSIS OF A GENERATOR ON AN ELASTIC FOUNDATION 7 DYNAMIC ANALYSIS OF A GENERATOR ON AN ELASTIC FOUNDATION In this tutorial the influence of a vibrating source on its surrounding soil is studied.

More information

Outline. 3 Linear Analysis 3.1 Analysis commands 3.2 Results. Box Girder Bridge 2/28

Outline. 3 Linear Analysis 3.1 Analysis commands 3.2 Results. Box Girder Bridge   2/28 ANALYS: linear static. CONSTR: suppor. ELEMEN: bar hx24l reinfo solid tp18l. LOAD: elemen face force prestr reinfo weight. MATERI: elasti isotro. OPTION: direct. POST: binary ndiana. PRE: dianai. RESULT:

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

FB-MULTIPIER vs ADINA VALIDATION MODELING

FB-MULTIPIER vs ADINA VALIDATION MODELING FB-MULTIPIER vs ADINA VALIDATION MODELING 1. INTRODUCTION 1.1 Purpose of FB-MultiPier Validation testing Performing validation of structural analysis software delineates the capabilities and limitations

More information

Contents Contents Creating a Simulation Example: A Dipole Antenna AMDS User s Guide

Contents Contents Creating a Simulation Example: A Dipole Antenna AMDS User s Guide Contents Contents 1 Creating a Simulation 7 Introduction 8 Data Files for Examples 8 Software Organization 9 Constructing the Geometry 10 Creating the Mesh 11 Defining Run Parameters 13 Requesting Results

More information

ASSIGNMENT 1 INTRODUCTION TO CAD

ASSIGNMENT 1 INTRODUCTION TO CAD Computer Aided Design(2161903) ASSIGNMENT 1 INTRODUCTION TO CAD Theory 1. Discuss the reasons for implementing a CAD system. 2. Define computer aided design. Compare computer aided design and conventional

More information

The Nagumo Equation with Comsol Multiphysics

The Nagumo Equation with Comsol Multiphysics The Nagumo Equation with Comsol Multiphysics Denny Otten 1 Christian Döding 2 Department of Mathematics Bielefeld University 33501 Bielefeld Germany Date: 25. April 2016 1. Traveling Front in the Nagumo

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

Porous Reactor with Injection Needle

Porous Reactor with Injection Needle Porous Reactor with Injection Needle Introduction This model treats the flow field and species distribution in an experimental reactor for studies of heterogeneous catalysis. The model exemplifies the

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

Solved with COMSOL Multiphysics 4.2

Solved with COMSOL Multiphysics 4.2 Pratt Truss Bridge Introduction This example is inspired by a classic bridge type called a Pratt truss bridge. You can identify a Pratt truss by its diagonal members, which (except for the very end ones)

More information

Contact Analysis. Learn how to: define surface contact solve a contact analysis display contact results. I-DEAS Tutorials: Simulation Projects

Contact Analysis. Learn how to: define surface contact solve a contact analysis display contact results. I-DEAS Tutorials: Simulation Projects Contact Analysis I-DEAS Tutorials: Simulation Projects This tutorial shows how to analyze surface contact. The electrical flash contacts in a 35mm camera will be modeled to calculate the contact forces.

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

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

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept.

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept. Introduction to Solid Modeling Parametric Modeling 1 Why draw 3D Models? 3D models are easier to interpret. Simulation under real-life conditions. Less expensive than building a physical model. 3D models

More information

SOLIDWORKS Simulation

SOLIDWORKS Simulation SOLIDWORKS Simulation Length: 3 days Prerequisite: SOLIDWORKS Essentials Description: SOLIDWORKS Simulation is designed to make SOLIDWORKS users more productive with the SOLIDWORKS Simulation Bundle. This

More information

Elfini Solver Verification

Elfini Solver Verification Page 1 Elfini Solver Verification Preface Using this Guide Where to Find More Information Conventions What's new User Tasks Static Analysis Cylindrical Roof Under its Own Weight Morley's Problem Twisted

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

Middle East Technical University Mechanical Engineering Department ME 413 Introduction to Finite Element Analysis Spring 2015 (Dr.

Middle East Technical University Mechanical Engineering Department ME 413 Introduction to Finite Element Analysis Spring 2015 (Dr. Middle East Technical University Mechanical Engineering Department ME 413 Introduction to Finite Element Analysis Spring 2015 (Dr. Sert) COMSOL 1 Tutorial 2 Problem Definition Hot combustion gases of a

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

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

Modeling Flexibility with Spline Approximations for Fast VR Visualizations

Modeling Flexibility with Spline Approximations for Fast VR Visualizations Modeling Flexibility with Spline Approximations for Fast VR Visualizations Abstract: Kevin Tatur a and Renate Sitte a a Faculty of Engineering and Information Technology, Griffith University, Gold Coast,

More information

Institute of Mechatronics and Information Systems

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

More information

Elastic Analysis of a Bending Plate

Elastic Analysis of a Bending Plate analys: linear static. constr: suppor. elemen: plate q12pl. load: elemen face force. materi: elasti isotro. option: direct units. post: binary ndiana. pre: dianai. result: cauchy displa extern force green

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

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

Quadratic Functions Dr. Laura J. Pyzdrowski

Quadratic Functions Dr. Laura J. Pyzdrowski 1 Names: (8 communication points) About this Laboratory A quadratic function in the variable x is a polynomial where the highest power of x is 2. We will explore the domains, ranges, and graphs of quadratic

More information

A plate with a hole is subjected to tension as shown: z p = 25.0 N/mm 2

A plate with a hole is subjected to tension as shown: z p = 25.0 N/mm 2 Problem description A plate with a hole is subjected to tension as shown: z p = 25.0 N/mm 2 56 y All lengths in mm. Thickness =1mm E = 7.0 10 4 N/mm = 0.25 10 20 This is the same problem as problem 2.

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

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

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

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

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

EIGENVALUE ANALYSIS OF A SHELL-SOLID BEAM Application Note

EIGENVALUE ANALYSIS OF A SHELL-SOLID BEAM Application Note EIGENVALUE ANALYSIS OF A SHELL-SOLID BEAM Application Note Objectives: Create an Akselos model using a Shell-Solid combination. Define materials, loads and boundary conditions. Prepare the model for modal

More information

ENGINEERING TRIPOS PART IIA FINITE ELEMENT METHOD

ENGINEERING TRIPOS PART IIA FINITE ELEMENT METHOD ENGINEERING TRIPOS PART IIA LOCATION: DPO EXPERIMENT 3D7 FINITE ELEMENT METHOD Those who have performed the 3C7 experiment should bring the write-up along to this laboratory Objectives Show that the accuracy

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

CHAPTER 4 DESIGN AND MODELING OF CANTILEVER BASED ELECTROSTATICALLY ACTUATED MICROGRIPPER WITH IMPROVED PERFORMANCE

CHAPTER 4 DESIGN AND MODELING OF CANTILEVER BASED ELECTROSTATICALLY ACTUATED MICROGRIPPER WITH IMPROVED PERFORMANCE 92 CHAPTER 4 DESIGN AND MODELING OF CANTILEVER BASED ELECTROSTATICALLY ACTUATED MICROGRIPPER WITH IMPROVED PERFORMANCE 4.1 INTRODUCTION Bio-manipulation techniques and tools including optical tweezers,

More information

Modeling and Simulation of Artificial Hair Cell Sensor for Underwater Applications

Modeling and Simulation of Artificial Hair Cell Sensor for Underwater Applications ASM Sci. J., 7(2), 144 151 Modeling and Simulation of Artificial Hair Cell Sensor for Underwater Applications M.N.M. Nawi 1 *, A.A. Manaf 1 * and M.R. Arshad 2 This article uses finite volume and finite

More information

LIGO Scissors Table Static Test and Analysis Results

LIGO Scissors Table Static Test and Analysis Results LIGO-T980125-00-D HYTEC-TN-LIGO-31 LIGO Scissors Table Static Test and Analysis Results Eric Swensen and Franz Biehl August 30, 1998 Abstract Static structural tests were conducted on the LIGO scissors

More information

Reinforced concrete beam under static load: simulation of an experimental test

Reinforced concrete beam under static load: simulation of an experimental test Reinforced concrete beam under static load: simulation of an experimental test analys: nonlin physic. constr: suppor. elemen: bar cl12i cl3cm compos cq16m interf pstres reinfo struct. load: deform weight.

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

Set No. 1 IV B.Tech. I Semester Regular Examinations, November 2010 FINITE ELEMENT METHODS (Mechanical Engineering) Time: 3 Hours Max Marks: 80 Answer any FIVE Questions All Questions carry equal marks

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

An Overview of Computer Aided Design and Finite Element Analysis

An Overview of Computer Aided Design and Finite Element Analysis An Overview of Computer Aided Design and Finite Element Analysis by James Doane, PhD, PE Contents 1.0 Course Overview... 4 2.0 General Concepts... 4 2.1 What is Computer Aided Design... 4 2.1.1 2D verses

More information

Finite Element Method. Chapter 7. Practical considerations in FEM modeling

Finite Element Method. Chapter 7. Practical considerations in FEM modeling Finite Element Method Chapter 7 Practical considerations in FEM modeling Finite Element Modeling General Consideration The following are some of the difficult tasks (or decisions) that face the engineer

More information

Settlement Analysis of a Strip Footing Linear Static Analysis (Benchmark Example)

Settlement Analysis of a Strip Footing Linear Static Analysis (Benchmark Example) Settlement Analysis of a Strip Footing Linear Static Analysis (Benchmark Example) analys: linear static. constr: suppor. elemen: ct12e pstrai. load: edge elemen force. materi: elasti isotro porosi. option:

More information

Effectiveness of Element Free Galerkin Method over FEM

Effectiveness of Element Free Galerkin Method over FEM Effectiveness of Element Free Galerkin Method over FEM Remya C R 1, Suji P 2 1 M Tech Student, Dept. of Civil Engineering, Sri Vellappaly Natesan College of Engineering, Pallickal P O, Mavelikara, Kerala,

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

Solved with COMSOL Multiphysics 4.2

Solved with COMSOL Multiphysics 4.2 Peristaltic Pump Solved with COMSOL Multiphysics 4.2 Introduction In a peristaltic pump, rotating rollers squeeze a flexible tube. As the pushed-down rollers move along the tube, fluids in the tube follow

More information