Universal Format of Shape Function for Numerical Analysis using Multiple Element Forms

Size: px
Start display at page:

Download "Universal Format of Shape Function for Numerical Analysis using Multiple Element Forms"

Transcription

1 , pp Universal Format of Shape Function for Numerical Analysis using Multiple Element Forms Yuting Zhang, Yujie Li, Xiuli Ding Yangtze River Scientific Research Institute, Wuhan, China Abstract. For mesh discretization of complex engineering structures, it is difficult to solely use hexahedrons. So multiple forms of elements, such as tetrahedron, rectangular pyramid, triangle prism are introduced. A universal format of shape function is put forward according to degeneration relationships between non-hexahedrons and hexahedron. Based on the linear shape function of hexahedral element, shape functions for non-hexahedral elements are presented. Corresponding programming techniques are also put forward, thus greatly facilitating the coding process. An example is given and proves that the proposed method is rational with sufficient accuracy, indicating that it is reliable and efficient. Keywords: universal format; shape degeneration; shape function; finite element analysis Introduction For stress and strain analysis of engineering structures, the finite element method is so far the most sophisticated method and wide adopted in practical projects []. It is recommended use linear hexahedral element during mesh discretization [2] as it has higher accuracy comparing to other liner elements. However, when conducting numerical simulations on stability analysis of underground caverns, it is difficult to include geological faults into finite element meshes due to the complexity of cavern profile and the arbitrariness of fault distribution. So multiple forms of elements should be introduced for convenience. The author proposed element reconstruction technique for mesh discretization of faults [3]. The essence of this technique is to further divide hexahedral elements into tetrahedron, rectangular pyramid and triangle prism elements to simulate faults. As the hexahedral elements still accounts for a large proportion in the reconstructed mesh, its calculation accuracy is higher compared to those meshes that are solely tetrahedrons. A fundamental procedure for finite element analysis is shape function definition for each included element type. Although the shape functions of non-hexahedral elements can be constructed based on certain rules, it inevitably leads to significant amount of coding work if each element type is specifically considered. Based on the degeneration relationships among different linear element types, this paper proposes universal format of shape function for calculation of meshes containing multiple element forms. ISSN: ASTL Copyright 206 SERSC

2 2 Universal Format of Shape Function using Linear Hexahedron 2. Degeneration Pattern for Non-hexahedral Elements Linear hexahedral element has simple form and comparatively higher calculation accuracy. It is the most commonly adopted element form in finite element analysis. Based on this element as standard form, by coinciding 4, 3, and 2 nodes, tetrahedron, rectangular pyramid, triangle prism can be obtained, respectively (Figure.). Based on above degeneration relationships, by repeating numbering the coinciding nodes, these non-hexahedral elements can be stored in hexahedral element format. (a) (b) (c) (d) Fig.. Standard form element and degeneration elements: (a) hexahedron, (b) tetrahedron, (c) rectangular pyramid, (d) triangle prism. 2.2 Universal Format of Shape Function for Multiple Forms of Elements The shape function of linear hexahedral element is: Ni ( 0 )( 0 )( 0 ) (i=,2,,8) () 8 where ξ 0 =ξ i ξ, η 0 =η i η, ζ 0 =ζ i ζ. ξ, η, and ζ are local coordinates. ξ i, η i, and ζ i are local coordinates for each node i. By coinciding node 2 and 4, coinciding node 5, 6, 7, and 8, hexahedron is degenerated into tetrahedron. As node 2 and 4 represent a same node, the shape function on node 2 and 4, namely N 2 and N 4, can be merged and collectively named as N 2. N 4 is then valued zero. The same treatment can be performed on N 5 N 6 N 7 and N 8. Therefore the shape function for tetrahedron can be written as: N ( )( )( ), N2 ( )( ), N3 ( )( )( ), N5 ( ), N4 N6 N7 N8 0 tetrahedron 2 (2) 64 Copyright 206 SERSC

3 In the same way, shape functions of rectangular pyramid and triangular prism can be obtained: 2.3 Characteristics of Universal Shape Function The shape function is a continuous weighting function defined within an element and has following characteristics [4]: (). Shape function related variables are continuous between neighboring elements; (2). Arbitrary linear item is included; (3). N i = at node i and N i = 0 at other node. The sum of N i is. It can be seen that Equation () ~ (4) have all characteristics mentioned above. So the universal shape function can be theoretically grounded. 3 Program Implementation As the shape functions of non-hexahedral elements adopt shape function form originally intended for hexahedral element, there is no need to specifically construct new shape functions. Therefore the coding work is greatly facilitated. Only the procedures that are associated with shape function and node coinciding should be reviewed. From program implementation point of view, shape functions are used in their original form and partial derivative form. The node coinciding operation affects the assembling of element stiffness matrices. Therefore these two aspects should be altered accordingly. The partial derivative form for shape function defined for tetrahedrons is altered as shown in Equation (3). N N N N 2 ( )( ), ( )( ), ( )( ), ( ), N2 N2 N3 N3 ( ), 0, ( )( ), ( )( ), N3 N5 N5 N5 N j N j N j ( )( ), 0, 0,, = 0 ( j 4,6,7,8) 8 2 (3) The partial derivative forms of shape functions for other elements can be obtained in the same way. Further, for a linear hexahedral element, its element stiffness matrix is a matrix, in which each value represents the stiffness of one degree of freedom to another degree of freedom. As for non-hexahedral elements, the coinciding nodes should be identified to prevent repeat stiffness accumulation. As other procedures of finite element analysis, such as calculation of degree of freedom, stiffness matrix decomposition, and equation solving, are conducted based on nodes rather than elements [5], no additional treatments are needed. Copyright 206 SERSC 65

4 4 Verification A cantilever beam example is used to verify the accuracy of proposed method. A cantilever beam with dimension of 0m 0.5m.0m (long thick height). One end is fixed and the other end is free. A downward load P of 3 000N is imposed on the free end. The elastic modulus of beam is 0GPa and its Poisson s ratio is The downward displacement, based on analytical method, is 2.40mm. For numerical approaches, the beam is discretized using hexahedron, triangular prism, rectangular pyramid and tetrahedron, respectively and four meshes are obtained. Each mesh of the beam contains only one form of element. The meshes are calculated using ANSYS and the proposed method. For ANSYS analysis, only linear elements are chosen. It can be seen from Table. that the proposed method achieves favorable accuracy compared to ANSYS and the calculated values are all close to analytical solution. It indicates that the proposed element method is reliable. Table. Comparison of vertical displacement of free edge (mm). Element type ANSYS results Proposed method s results Hexahedron Triangular prism Rectangular pyramid Tetrahedron Conclusion Based on a mesh gridding technique previously proposed by the author, this paper put forward a universal format of shape function for finite element meshes containing multiple element forms. The presented universal format of shape function is theoretically complete based on definition and characteristics of shape function concept. During program implementation, only shape function related modules and element stiffness assembling module should be altered to adapt proposed shape function, thus greatly reducing the coding work amount. It is verified that the proposed method achieves favorable accuracy and provides a new way for numerical analysis containing multiple element forms. Acknowledgments. Financial supports from National Natural Science Foundation of China (Nos , ) are greatly acknowledged References. Xu, G.C., Cai, B. H.: Supporting Structures for Underground Engineering. China Water & Power Press, Beijing (2002) (in Chinese) 66 Copyright 206 SERSC

5 2. Zheng, Y.L., Xiao, M.: Realization of 3D FEM mesh subdivision for complicated underground cavity group in CAD. Chinese Journal of Rock Mechanics and Engineering. 23, (2004) (in Chinese) 3. Zhang, Y.T., Xiao, M., Zuo, S.Y.: Methodology for modeling of complex geological faults in geotechnical engineering based on element reconstruction, Chinese Journal of Rock Mechanics and Engineering. 28(9), (2009) (in Chinese) 4. Zhu, B.F.: The finite element method theory and applications, Third Edition. China Water & Power Press, Beijing (2009) (in Chinese) 5. Smith, I.M., Griffiths, D.V.: Programming the Finite Element Method, Third Edition, Publishing House of Electronics Industry, Beijing, (2003) (in Chinese) Copyright 206 SERSC 67

Back to Elements - Tetrahedra vs. Hexahedra

Back to Elements - Tetrahedra vs. Hexahedra Back to Elements - Tetrahedra vs. Hexahedra Erke Wang, Thomas Nelson, Rainer Rauch CAD-FEM GmbH, Munich, Germany Abstract This paper presents some analytical results and some test results for different

More information

The Basics of FEA Procedure

The Basics of FEA Procedure CHAPTER 2 The Basics of FEA Procedure 2.1 Introduction This chapter discusses the spring element, especially for the purpose of introducing various concepts involved in use of the FEA technique. A spring

More information

820446 - ACMSM - Computer Applications in Solids Mechanics

820446 - ACMSM - Computer Applications in Solids Mechanics Coordinating unit: 820 - EUETIB - Barcelona College of Industrial Engineering Teaching unit: 737 - RMEE - Department of Strength of Materials and Structural Engineering Academic year: Degree: 2015 BACHELOR'S

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

Finite Elements for 2 D Problems

Finite Elements for 2 D Problems Finite Elements for 2 D Problems General Formula for the Stiffness Matrix Displacements (u, v) in a plane element are interpolated from nodal displacements (ui, vi) using shape functions Ni as follows,

More information

Modeling Beams on Elastic Foundations Using Plate Elements in Finite Element Method

Modeling Beams on Elastic Foundations Using Plate Elements in Finite Element Method Modeling Beams on Elastic Foundations Using Plate Elements in Finite Element Method Yun-gang Zhan School of Naval Architecture and Ocean Engineering, Jiangsu University of Science and Technology, Zhenjiang,

More information

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS

COMPUTATIONAL ENGINEERING OF FINITE ELEMENT MODELLING FOR AUTOMOTIVE APPLICATION USING ABAQUS International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 30 52, Article ID: IJARET_07_02_004 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014

Finite Element Method (ENGC 6321) Syllabus. Second Semester 2013-2014 Finite Element Method Finite Element Method (ENGC 6321) Syllabus Second Semester 2013-2014 Objectives Understand the basic theory of the FEM Know the behaviour and usage of each type of elements covered

More information

Finite Element Formulation for Plates - Handout 3 -

Finite Element Formulation for Plates - Handout 3 - Finite Element Formulation for Plates - Handout 3 - Dr Fehmi Cirak (fc286@) Completed Version Definitions A plate is a three dimensional solid body with one of the plate dimensions much smaller than the

More information

Solved with COMSOL Multiphysics 4.3

Solved with COMSOL Multiphysics 4.3 Vibrating String Introduction In the following example you compute the natural frequencies of a pre-tensioned string using the 2D Truss interface. This is an example of stress stiffening ; in fact the

More information

Finite Element Formulation for Beams - Handout 2 -

Finite Element Formulation for Beams - Handout 2 - Finite Element Formulation for Beams - Handout 2 - Dr Fehmi Cirak (fc286@) Completed Version Review of Euler-Bernoulli Beam Physical beam model midline Beam domain in three-dimensions Midline, also called

More information

METHODS FOR ACHIEVEMENT UNIFORM STRESSES DISTRIBUTION UNDER THE FOUNDATION

METHODS FOR ACHIEVEMENT UNIFORM STRESSES DISTRIBUTION UNDER THE FOUNDATION International Journal of Civil Engineering and Technology (IJCIET) Volume 7, Issue 2, March-April 2016, pp. 45-66, Article ID: IJCIET_07_02_004 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=7&itype=2

More information

Shell Elements in ABAQUS/Explicit

Shell Elements in ABAQUS/Explicit ABAQUS/Explicit: Advanced Topics Appendix 2 Shell Elements in ABAQUS/Explicit ABAQUS/Explicit: Advanced Topics A2.2 Overview ABAQUS/Explicit: Advanced Topics ABAQUS/Explicit: Advanced Topics A2.4 Triangular

More information

Lap Fillet Weld Calculations and FEA Techniques

Lap Fillet Weld Calculations and FEA Techniques Lap Fillet Weld Calculations and FEA Techniques By: MS.ME Ahmad A. Abbas Sr. Analysis Engineer Ahmad.Abbas@AdvancedCAE.com www.advancedcae.com Sunday, July 11, 2010 Advanced CAE All contents Copyright

More information

New approaches in Eurocode 3 efficient global structural design

New approaches in Eurocode 3 efficient global structural design New approaches in Eurocode 3 efficient global structural design Part 1: 3D model based analysis using general beam-column FEM Ferenc Papp* and József Szalai ** * Associate Professor, Department of Structural

More information

Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31)

Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31) Plates and Shells: Theory and Computation - 4D9 - Dr Fehmi Cirak (fc286@) Office: Inglis building mezzanine level (INO 31) Outline -1-! This part of the module consists of seven lectures and will focus

More information

How To Calculate Tunnel Longitudinal Structure

How To Calculate Tunnel Longitudinal Structure Calculation and Analysis of Tunnel Longitudinal Structure under Effect of Uneven Settlement of Weak Layer 1,2 Li Zhong, 2Chen Si-yang, 3Yan Pei-wu, 1Zhu Yan-peng School of Civil Engineering, Lanzhou University

More information

Volumetric Meshes for Real Time Medical Simulations

Volumetric Meshes for Real Time Medical Simulations Volumetric Meshes for Real Time Medical Simulations Matthias Mueller and Matthias Teschner Computer Graphics Laboratory ETH Zurich, Switzerland muellerm@inf.ethz.ch, http://graphics.ethz.ch/ Abstract.

More information

P. Lu, Sh. Huang and K. Jiang

P. Lu, Sh. Huang and K. Jiang 416 Rev. Adv. Mater. Sci. 33 (2013) 416-422 P. Lu, Sh. Huang and K. Jiang NUMERICAL ANALYSIS FOR THREE-DIMENSIONAL BULK METAL FORMING PROCESSES WITH ARBITRARILY SHAPED DIES USING THE RIGID/VISCO-PLASTIC

More information

A Comparison of All Hexagonal and All Tetrahedral Finite Element Meshes for Elastic and Elasto-plastic Analysis

A Comparison of All Hexagonal and All Tetrahedral Finite Element Meshes for Elastic and Elasto-plastic Analysis A Comparison of All Hexagonal and All Tetrahedral Finite Element Meshes for Elastic and Elasto-plastic Analysis Steven E. Benzley, Ernest Perry, Karl Merkley, Brett Clark Brigham Young University Provo,

More information

DETAILED STUDIES ON STRESS CONCENTRATION BY CLASSICAL AND FINITE ELEMENT ANALYSIS

DETAILED STUDIES ON STRESS CONCENTRATION BY CLASSICAL AND FINITE ELEMENT ANALYSIS International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 2, March-April 2016, pp. 148 167, Article ID: IJMET_07_02_017 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=2

More information

Mechanical Analysis of Crossbeam in a Gantry Machine Tool and its Deformation Compensation

Mechanical Analysis of Crossbeam in a Gantry Machine Tool and its Deformation Compensation Send Orders for Reprints to reprints@benthamscience.ae The Open Mechanical Engineering Journal, 2015, 9, 213-218 213 Open Access Mechanical Analysis of Crossbeam in a Gantry Machine Tool and its Deformation

More information

Stress Recovery 28 1

Stress Recovery 28 1 . 8 Stress Recovery 8 Chapter 8: STRESS RECOVERY 8 TABLE OF CONTENTS Page 8.. Introduction 8 8.. Calculation of Element Strains and Stresses 8 8.. Direct Stress Evaluation at Nodes 8 8.. Extrapolation

More information

Liquid Hydrogen Pressure Vessel Analysis

Liquid Hydrogen Pressure Vessel Analysis OAK RIDGE NATIONAL LABORATORY Liquid Hydrogen Pressure Vessel Analysis Claire R. Luttrell 9/18/2007 1.0 INTRODUCTION An SNS experiment is being designed that includes a 20 liter liquid hydrogen (LH2) target.

More information

How To Write An Analysis System For Bridge Test

How To Write An Analysis System For Bridge Test Study of Analysis System for Bridge Test Chen Ke, Lu Jian-Ming, Research Institute of Highway, 100088, Beijing, China (chenkezi@163.com, lujianming@263.net) Summary Analysis System for Bridge Test (Chinese

More information

Finite Element Simulation of Simple Bending Problem and Code Development in C++

Finite Element Simulation of Simple Bending Problem and Code Development in C++ EUROPEAN ACADEMIC RESEARCH, VOL. I, ISSUE 6/ SEPEMBER 013 ISSN 86-48, www.euacademic.org IMPACT FACTOR: 0.485 (GIF) Finite Element Simulation of Simple Bending Problem and Code Development in C++ ABDUL

More information

Strip Flatness Prediction in a 4 High Tandem Mill Using a Dynamic Model.

Strip Flatness Prediction in a 4 High Tandem Mill Using a Dynamic Model. Strip Flatness Prediction in a 4 High Tandem Mill Using a Dynamic Model. M. A. Bello-Gomez 1, M. P. Guerrero-Mata 1, L. A. Leduc Lezama 1, T. P. Berber- Solano 1, L. Nieves 2, F. Gonzalez 2, H. R. Siller

More information

STUDY OF DAM-RESERVOIR DYNAMIC INTERACTION USING VIBRATION TESTS ON A PHYSICAL MODEL

STUDY OF DAM-RESERVOIR DYNAMIC INTERACTION USING VIBRATION TESTS ON A PHYSICAL MODEL STUDY OF DAM-RESERVOIR DYNAMIC INTERACTION USING VIBRATION TESTS ON A PHYSICAL MODEL Paulo Mendes, Instituto Superior de Engenharia de Lisboa, Portugal Sérgio Oliveira, Laboratório Nacional de Engenharia

More information

Lecture 7 - Meshing. Applied Computational Fluid Dynamics

Lecture 7 - Meshing. Applied Computational Fluid Dynamics Lecture 7 - Meshing Applied Computational Fluid Dynamics Instructor: André Bakker http://www.bakker.org André Bakker (2002-2006) Fluent Inc. (2002) 1 Outline Why is a grid needed? Element types. Grid types.

More information

Analysis of Mobile Phone Reliability Based on Active Disassembly Using Smart Materials *

Analysis of Mobile Phone Reliability Based on Active Disassembly Using Smart Materials * Journal of Surface Engineered Materials and Advanced Technology, 2011, 1, 80-87 doi:10.4236/jsemat.2011.12012 Published Online July 2011 (http://www.scirp.org/journal/jsemat) Analysis of Mobile Phone Reliability

More information

UPS battery remote monitoring system in cloud computing

UPS battery remote monitoring system in cloud computing , pp.11-15 http://dx.doi.org/10.14257/astl.2014.53.03 UPS battery remote monitoring system in cloud computing Shiwei Li, Haiying Wang, Qi Fan School of Automation, Harbin University of Science and Technology

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements

Mesh Moving Techniques for Fluid-Structure Interactions With Large Displacements K. Stein Department of Physics, Bethel College, St. Paul, MN 55112 T. Tezduyar Mechanical Engineering, Rice University, MS 321, Houston, TX 77005 R. Benney Natick Soldier Center, Natick, MA 01760 Mesh

More information

How High a Degree is High Enough for High Order Finite Elements?

How High a Degree is High Enough for High Order Finite Elements? This space is reserved for the Procedia header, do not use it How High a Degree is High Enough for High Order Finite Elements? William F. National Institute of Standards and Technology, Gaithersburg, Maryland,

More information

The elements used in commercial codes can be classified in two basic categories:

The elements used in commercial codes can be classified in two basic categories: CHAPTER 3 Truss Element 3.1 Introduction The single most important concept in understanding FEA, is the basic understanding of various finite elements that we employ in an analysis. Elements are used for

More information

APPLICATION OF PIES AND RECTANGULAR BÉZIER SURFACES TO COMPLEX AND NON-HOMOGENEOUS PROBLEMS OF ELASTICITY WITH BODY FORCES

APPLICATION OF PIES AND RECTANGULAR BÉZIER SURFACES TO COMPLEX AND NON-HOMOGENEOUS PROBLEMS OF ELASTICITY WITH BODY FORCES TASK QUARTERLY 14 No 4, 363 376 APPLICATION OF PIES AND RECTANGULAR BÉZIER SURFACES TO COMPLEX AND NON-HOMOGENEOUS PROBLEMS OF ELASTICITY WITH BODY FORCES AGNIESZKA BOŁTUĆ AND EUGENIUSZ ZIENIUK Faculty

More information

Introduction to ANSYS

Introduction to ANSYS Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation

More information

Method of Fault Detection in Cloud Computing Systems

Method of Fault Detection in Cloud Computing Systems , pp.205-212 http://dx.doi.org/10.14257/ijgdc.2014.7.3.21 Method of Fault Detection in Cloud Computing Systems Ying Jiang, Jie Huang, Jiaman Ding and Yingli Liu Yunnan Key Lab of Computer Technology Application,

More information

8.2 Elastic Strain Energy

8.2 Elastic Strain Energy Section 8. 8. Elastic Strain Energy The strain energy stored in an elastic material upon deformation is calculated below for a number of different geometries and loading conditions. These expressions for

More information

4.3 Results... 27 4.3.1 Drained Conditions... 27 4.3.2 Undrained Conditions... 28 4.4 References... 30 4.5 Data Files... 30 5 Undrained Analysis of

4.3 Results... 27 4.3.1 Drained Conditions... 27 4.3.2 Undrained Conditions... 28 4.4 References... 30 4.5 Data Files... 30 5 Undrained Analysis of Table of Contents 1 One Dimensional Compression of a Finite Layer... 3 1.1 Problem Description... 3 1.1.1 Uniform Mesh... 3 1.1.2 Graded Mesh... 5 1.2 Analytical Solution... 6 1.3 Results... 6 1.3.1 Uniform

More information

Importing Boundary and Volume Meshes

Importing Boundary and Volume Meshes Appendix A. Importing Boundary and Volume Meshes The volume mesh generation scheme of TGrid requires sets of line segments (2D) or triangular and/or quadrilateral elements (3D) defining the boundaries

More information

ANALYTICAL AND EXPERIMENTAL EVALUATION OF SPRING BACK EFFECTS IN A TYPICAL COLD ROLLED SHEET

ANALYTICAL AND EXPERIMENTAL EVALUATION OF SPRING BACK EFFECTS IN A TYPICAL COLD ROLLED SHEET International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 1, Jan-Feb 2016, pp. 119-130, Article ID: IJMET_07_01_013 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=1

More information

Fluid structure interaction of a vibrating circular plate in a bounded fluid volume: simulation and experiment

Fluid structure interaction of a vibrating circular plate in a bounded fluid volume: simulation and experiment Fluid Structure Interaction VI 3 Fluid structure interaction of a vibrating circular plate in a bounded fluid volume: simulation and experiment J. Hengstler & J. Dual Department of Mechanical and Process

More information

3-D WAVEGUIDE MODELING AND SIMULATION USING SBFEM

3-D WAVEGUIDE MODELING AND SIMULATION USING SBFEM 3-D WAVEGUIDE MODELING AND SIMULATION USING SBFEM Fabian Krome, Hauke Gravenkamp BAM Federal Institute for Materials Research and Testing, Unter den Eichen 87, 12205 Berlin, Germany email: Fabian.Krome@BAM.de

More information

DYNAMIC ANALYSIS OF THICK PLATES SUBJECTED TO EARTQUAKE

DYNAMIC ANALYSIS OF THICK PLATES SUBJECTED TO EARTQUAKE DYNAMIC ANALYSIS OF THICK PLATES SUBJECTED TO EARTQUAKE ÖZDEMİR Y. I, AYVAZ Y. Posta Adresi: Department of Civil Engineering, Karadeniz Technical University, 68 Trabzon, TURKEY E-posta: yaprakozdemir@hotmail.com

More information

Numerical analysis of boundary conditions to tunnels

Numerical analysis of boundary conditions to tunnels Global journal of multidisciplinary and applied sciences Available online at www.gjmas.com 2015 GJMAS Journal-2015-3-2/37-41 ISSN 2313-6685 2015 GJMAS Numerical analysis of boundary conditions to tunnels

More information

Introduction to the Finite Element Method

Introduction to the Finite Element Method Introduction to the Finite Element Method 09.06.2009 Outline Motivation Partial Differential Equations (PDEs) Finite Difference Method (FDM) Finite Element Method (FEM) References Motivation Figure: cross

More information

A COMPARATIVE STUDY OF TWO METHODOLOGIES FOR NON LINEAR FINITE ELEMENT ANALYSIS OF KNIFE EDGE GATE VALVE SLEEVE

A COMPARATIVE STUDY OF TWO METHODOLOGIES FOR NON LINEAR FINITE ELEMENT ANALYSIS OF KNIFE EDGE GATE VALVE SLEEVE International Journal of Mechanical Engineering and Technology (IJMET) Volume 6, Issue 12, Dec 2015, pp. 81-90, Article ID: IJMET_06_12_009 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=6&itype=12

More information

Dynamics of Offshore Wind Turbines

Dynamics of Offshore Wind Turbines Proceedings of the Twenty-first (2011) International Offshore and Polar Engineering Conference Maui, Hawaii, USA, June 19-24, 2011 Copyright 2011 by the International Society of Offshore and Polar Engineers

More information

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON

Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON Computational Geometry Lab: FEM BASIS FUNCTIONS FOR A TETRAHEDRON John Burkardt Information Technology Department Virginia Tech http://people.sc.fsu.edu/ jburkardt/presentations/cg lab fem basis tetrahedron.pdf

More information

Activity Set 4. Trainer Guide

Activity Set 4. Trainer Guide Geometry and Measurement of Solid Figures Activity Set 4 Trainer Guide Mid_SGe_04_TG Copyright by the McGraw-Hill Companies McGraw-Hill Professional Development GEOMETRY AND MEASUREMENT OF SOLID FIGURES

More information

Validation of Cable Bolt Support Design in Weak Rock Using SMART Instruments and Phase 2

Validation of Cable Bolt Support Design in Weak Rock Using SMART Instruments and Phase 2 Validation of Cable Bolt Support Design in Weak Rock Using SMART Instruments and Phase 2 W.F. Bawden, Chair Lassonde Mineral Engineering Program, U. of Toronto, Canada J.D. Tod, Senior Engineer, Mine Design

More information

DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FINITE ELEMENT ANALYSIS

DESIGN AND ANALYSIS OF BRIDGE WITH TWO ENDS FIXED ON VERTICAL WALL USING FINITE ELEMENT ANALYSIS International Journal of Civil Engineering and Technology (IJCIET) Volume 7, Issue 2, March-April 2016, pp. 34-44, Article ID: IJCIET_07_02_003 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=7&itype=2

More information

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1

Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 Introduction to Solid Modeling Using SolidWorks 2012 SolidWorks Simulation Tutorial Page 1 In this tutorial, we will use the SolidWorks Simulation finite element analysis (FEA) program to analyze the response

More information

Objectives. Experimentally determine the yield strength, tensile strength, and modules of elasticity and ductility of given materials.

Objectives. Experimentally determine the yield strength, tensile strength, and modules of elasticity and ductility of given materials. Lab 3 Tension Test Objectives Concepts Background Experimental Procedure Report Requirements Discussion Objectives Experimentally determine the yield strength, tensile strength, and modules of elasticity

More information

Instructors Manual Finite Element Method Laboratory Sessions

Instructors Manual Finite Element Method Laboratory Sessions Instructors Manual Finite Element Method Laboratory Sessions Dr. Waluyo Adi Siswanto 6 July 2010 Universiti Tun Hussein Onn Malaysia (UTHM) This document is written in LYX 1.6.7 a frontend of LATEX Contents

More information

Tower Cross Arm Numerical Analysis

Tower Cross Arm Numerical Analysis Chapter 7 Tower Cross Arm Numerical Analysis In this section the structural analysis of the test tower cross arm is done in Prokon and compared to a full finite element analysis using Ansys. This is done

More information

Benchmark Tests on ANSYS Parallel Processing Technology

Benchmark Tests on ANSYS Parallel Processing Technology Benchmark Tests on ANSYS Parallel Processing Technology Kentaro Suzuki ANSYS JAPAN LTD. Abstract It is extremely important for manufacturing industries to reduce their design process period in order to

More information

Vehicle-Bridge Interaction Dynamics

Vehicle-Bridge Interaction Dynamics Vehicle-Bridge Interaction Dynamics With Applications to High-Speed Railways Y. B. Yang National Taiwan University, Taiwan J. D. Yau Tamkang University, Taiwan Y. S. Wu Sinotech Engineering Consultants,

More information

Numerical Analysis of the Moving Formwork Bracket Stress during Construction of a Curved Continuous Box Girder Bridge with Variable Width

Numerical Analysis of the Moving Formwork Bracket Stress during Construction of a Curved Continuous Box Girder Bridge with Variable Width Modern Applied Science; Vol. 9, No. 6; 2015 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Numerical Analysis of the Moving Formwork Bracket Stress during Construction

More information

CIVL 7/8117 Chapter 3a - Development of Truss Equations 1/80

CIVL 7/8117 Chapter 3a - Development of Truss Equations 1/80 CIV 7/87 Chapter 3a - Development of Truss Equations /8 Development of Truss Equations Having set forth the foundation on which the direct stiffness method is based, we will now derive the stiffness matri

More information

A Study on Analysis of Clearwell in Water works by Computational Fluid Dynamics

A Study on Analysis of Clearwell in Water works by Computational Fluid Dynamics , pp.217-222 http://dx.doi.org/10.14257/astl.2015. A Study on Analysis of Clearwell in Water works by Computational Fluid Dynamics Jinhong Jung 1,1, Gyewoon Choi 2, 1 Environmental and Plant Engineering

More information

Development of Membrane, Plate and Flat Shell Elements in Java

Development of Membrane, Plate and Flat Shell Elements in Java Development of Membrane, Plate and Flat Shell Elements in Java by Kaushalkumar Kansara Thesis submitted to the Faculty of the Virginia Polytechnic Institute & State University In partial fulfillment of

More information

T-FLEX ANALYSIS USER MANUAL

T-FLEX ANALYSIS USER MANUAL T-FLEX ANALYSIS USER MANUAL «Top Systems» Moscow, 2009 Copyright 2009 Top Systems This Software and Related Documentation are proprietary to Top Systems. Any copying of this documentation, except as permitted

More information

Influence of Crash Box on Automotive Crashworthiness

Influence of Crash Box on Automotive Crashworthiness Influence of Crash Box on Automotive Crashworthiness MIHAIL DANIEL IOZSA, DAN ALEXANDRU MICU, GHEORGHE FRĂȚILĂ, FLORIN- CRISTIAN ANTONACHE University POLITEHNICA of Bucharest 313 Splaiul Independentei

More information

PREDICTION OF MACHINE TOOL SPINDLE S DYNAMICS BASED ON A THERMO-MECHANICAL MODEL

PREDICTION OF MACHINE TOOL SPINDLE S DYNAMICS BASED ON A THERMO-MECHANICAL MODEL PREDICTION OF MACHINE TOOL SPINDLE S DYNAMICS BASED ON A THERMO-MECHANICAL MODEL P. Kolar, T. Holkup Research Center for Manufacturing Technology, Faculty of Mechanical Engineering, CTU in Prague, Czech

More information

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units)

Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) APPENDIX A Linear Static Analysis of a Cantilever Beam Using Beam Library (SI Units) Objectives: Create a geometric representation of a cantilever beam. Use the geometry model to define an MSC.Nastran

More information

22.302 Experiment 5. Strain Gage Measurements

22.302 Experiment 5. Strain Gage Measurements 22.302 Experiment 5 Strain Gage Measurements Introduction The design of components for many engineering systems is based on the application of theoretical models. The accuracy of these models can be verified

More information

EFFECTS ON NUMBER OF CABLES FOR MODAL ANALYSIS OF CABLE-STAYED BRIDGES

EFFECTS ON NUMBER OF CABLES FOR MODAL ANALYSIS OF CABLE-STAYED BRIDGES EFFECTS ON NUMBER OF CABLES FOR MODAL ANALYSIS OF CABLE-STAYED BRIDGES Yang-Cheng Wang Associate Professor & Chairman Department of Civil Engineering Chinese Military Academy Feng-Shan 83000,Taiwan Republic

More information

Analysis of deep beam using Finite Element Method

Analysis of deep beam using Finite Element Method www.ijaser.com 2012 by the authors Licensee IJASER- Under Creative Commons License 3.0 editorial@ijaser.com Research article ISSN 2277 9442 Analysis of deep beam using Finite Element Method 1 Enem, J.I.,

More information

Grade 6 Mathematics Performance Level Descriptors

Grade 6 Mathematics Performance Level Descriptors Limited Grade 6 Mathematics Performance Level Descriptors A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Grade 6 Mathematics. A student at this

More information

Development of Tunnel Electrical Resistivity Prospecting System and its Applicaton

Development of Tunnel Electrical Resistivity Prospecting System and its Applicaton Development of Tunnel Electrical Resistivity Prospecting System and its Applicaton HEE-HWAN RYU 1, GYE-CHUN CHO 2, SUNG-DON YANG 3 and HYUN-KANG SHIN 4 1 Professor, Korea Advanced Institute of Science

More information

Estimation of Adjacent Building Settlement During Drilling of Urban Tunnels

Estimation of Adjacent Building Settlement During Drilling of Urban Tunnels Estimation of Adjacent Building During Drilling of Urban Tunnels Shahram Pourakbar 1, Mohammad Azadi 2, Bujang B. K. Huat 1, Afshin Asadi 1 1 Department of Civil Engineering, University Putra Malaysia

More information

BOĞAZİÇİ UNIVERSITY COMPUTER ENGINEERING

BOĞAZİÇİ UNIVERSITY COMPUTER ENGINEERING Parallel l Tetrahedral Mesh Refinement Mehmet Balman Computer Engineering, Boğaziçi University Adaptive Mesh Refinement (AMR) A computation ti technique used to improve the efficiency i of numerical systems

More information

Version default Titre : SSNP161 Essais biaxiaux de Kupfer Date : 10/10/2012 Page : 1/8 Responsable : François HAMON Clé : V6.03.161 Révision : 9783

Version default Titre : SSNP161 Essais biaxiaux de Kupfer Date : 10/10/2012 Page : 1/8 Responsable : François HAMON Clé : V6.03.161 Révision : 9783 Titre : SSNP161 Essais biaxiaux de Kupfer Date : 10/10/2012 Page : 1/8 SSNP161 Biaxial tests of Summarized Kupfer: Kupfer [1] was interested to characterize the performances of the concrete under biaxial

More information

Verification Experiment on Cooling and Deformation Effects of Automatically Designed Cooling Channels for Block Laminated Molds

Verification Experiment on Cooling and Deformation Effects of Automatically Designed Cooling Channels for Block Laminated Molds International Journal of Engineering and Advanced Technology (IJEAT ISSN: 2249 8958 Volume-4 Issue-5 June 2015 Verification Experiment on Cooling and Deformation Effects of Automatically Designed Cooling

More information

CONSISTENT AND LUMPED MASS MATRICES IN DYNAMICS AND THEIR IMPACT ON FINITE ELEMENT ANALYSIS RESULTS

CONSISTENT AND LUMPED MASS MATRICES IN DYNAMICS AND THEIR IMPACT ON FINITE ELEMENT ANALYSIS RESULTS International Journal of Mechanical Engineering and Technology (IJMET) Volume 7, Issue 2, March-April 2016, pp. 135 147, Article ID: IJMET_07_02_016 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=7&itype=2

More information

COMPUTATION OF THREE-DIMENSIONAL ELECTRIC FIELD PROBLEMS BY A BOUNDARY INTEGRAL METHOD AND ITS APPLICATION TO INSULATION DESIGN

COMPUTATION OF THREE-DIMENSIONAL ELECTRIC FIELD PROBLEMS BY A BOUNDARY INTEGRAL METHOD AND ITS APPLICATION TO INSULATION DESIGN PERIODICA POLYTECHNICA SER. EL. ENG. VOL. 38, NO. ~, PP. 381-393 (199~) COMPUTATION OF THREE-DIMENSIONAL ELECTRIC FIELD PROBLEMS BY A BOUNDARY INTEGRAL METHOD AND ITS APPLICATION TO INSULATION DESIGN H.

More information

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Rakesh Sidharthan 1 Gnanavel B K 2 Assistant professor Mechanical, Department Professor, Mechanical Department, Gojan engineering college,

More information

THE COMPUTATIONAL MODEL OF THE LOAD DISTRIBUTION BETWEEN ELEMENTS IN A PLANETARY ROLLER SCREW

THE COMPUTATIONAL MODEL OF THE LOAD DISTRIBUTION BETWEEN ELEMENTS IN A PLANETARY ROLLER SCREW JOURNAL OF THEORETICAL AND APPLIED MECHANICS 52, 3, pp. 699-705, Warsaw 204 THE COMPUTATIONAL MODEL OF THE LOAD DISTRIBUTION BETWEEN ELEMENTS IN A PLANETARY ROLLER SCREW Jan Ryś, Filip Lisowski Cracow

More information

STRUCTURAL OPTIMIZATION OF REINFORCED PANELS USING CATIA V5

STRUCTURAL OPTIMIZATION OF REINFORCED PANELS USING CATIA V5 STRUCTURAL OPTIMIZATION OF REINFORCED PANELS USING CATIA V5 Rafael Thiago Luiz Ferreira Instituto Tecnológico de Aeronáutica - Pça. Marechal Eduardo Gomes, 50 - CEP: 12228-900 - São José dos Campos/ São

More information

Technologies based on Cloud Computing Technology

Technologies based on Cloud Computing Technology , pp.1-5 http://dx.doi.org/10.14257/astl.2015.82.01 Technologies based on Cloud Computing Technology Huan Ma 1, Gaofeng Shen 2, Ming Chen 1 and Jianwei Zhang 1 1 Software Engineering College, Zhengzhou

More information

Learning Module 5 Buckling Analysis

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

More information

MECHANICS OF SOLIDS - BEAMS TUTORIAL 1 STRESSES IN BEAMS DUE TO BENDING. On completion of this tutorial you should be able to do the following.

MECHANICS OF SOLIDS - BEAMS TUTORIAL 1 STRESSES IN BEAMS DUE TO BENDING. On completion of this tutorial you should be able to do the following. MECHANICS OF SOLIDS - BEAMS TUTOIAL 1 STESSES IN BEAMS DUE TO BENDING This is the first tutorial on bending of beams designed for anyone wishing to study it at a fairly advanced level. You should judge

More information

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions

Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions Mesh Discretization Error and Criteria for Accuracy of Finite Element Solutions Chandresh Shah Cummins, Inc. Abstract Any finite element analysis performed by an engineer is subject to several types of

More information

Research on the UHF RFID Channel Coding Technology based on Simulink

Research on the UHF RFID Channel Coding Technology based on Simulink Vol. 6, No. 7, 015 Research on the UHF RFID Channel Coding Technology based on Simulink Changzhi Wang Shanghai 0160, China Zhicai Shi* Shanghai 0160, China Dai Jian Shanghai 0160, China Li Meng Shanghai

More information

Settlement of Precast Culverts Under High Fills; The Influence of Construction Sequence and Structural Effects of Longitudinal Strains

Settlement of Precast Culverts Under High Fills; The Influence of Construction Sequence and Structural Effects of Longitudinal Strains Settlement of Precast Culverts Under High Fills; The Influence of Construction Sequence and Structural Effects of Longitudinal Strains Doug Jenkins 1, Chris Lawson 2 1 Interactive Design Services, 2 Reinforced

More information

Technical Report Example (1) Chartered (CEng) Membership

Technical Report Example (1) Chartered (CEng) Membership Technical Report Example (1) Chartered (CEng) Membership A TECHNICAL REPORT IN SUPPORT OF APPLICATION FOR CHARTERED MEMBERSHIP OF IGEM DESIGN OF 600 (103 BAR) 820MM SELF SEALING REPAIR CLAMP AND VERIFICATION

More information

NUMERICAL MODELLING OF PIEZOCONE PENETRATION IN CLAY

NUMERICAL MODELLING OF PIEZOCONE PENETRATION IN CLAY NUMERICAL MODELLING OF PIEZOCONE PENETRATION IN CLAY Ilaria Giusti University of Pisa ilaria.giusti@for.unipi.it Andrew J. Whittle Massachusetts Institute of Technology ajwhittl@mit.edu Abstract This paper

More information

MCE380: Measurements and Instrumentation Lab. Chapter 9: Force, Torque and Strain Measurements

MCE380: Measurements and Instrumentation Lab. Chapter 9: Force, Torque and Strain Measurements MCE380: Measurements and Instrumentation Lab Chapter 9: Force, Torque and Strain Measurements Topics: Elastic Elements for Force Measurement Dynamometers and Brakes Resistance Strain Gages Holman, Ch.

More information

1 of 79 Erik Eberhardt UBC Geological Engineering EOSC 433

1 of 79 Erik Eberhardt UBC Geological Engineering EOSC 433 Stress & Strain: A review xx yz zz zx zy xy xz yx yy xx yy zz 1 of 79 Erik Eberhardt UBC Geological Engineering EOSC 433 Disclaimer before beginning your problem assignment: Pick up and compare any set

More information

ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING APDL CONTROL

ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING APDL CONTROL ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING AP... Page 1 of 19 ANALYSIS OF GASKETED FLANGES WITH ORDINARY ELEMENTS USING APDL CONTROL Yasumasa Shoji, Satoshi Nagata, Toyo Engineering Corporation,

More information

Learning Module 6 Linear Dynamic Analysis

Learning Module 6 Linear Dynamic Analysis Learning Module 6 Linear Dynamic Analysis 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

More information

STATIC AND DYNAMIC ANALYSIS OF CENTER CRACKED FINITE PLATE SUBJECTED TO UNIFORM TENSILE STRESS USING FINITE ELEMENT METHOD

STATIC AND DYNAMIC ANALYSIS OF CENTER CRACKED FINITE PLATE SUBJECTED TO UNIFORM TENSILE STRESS USING FINITE ELEMENT METHOD INTERNATIONAL JOURNAL OF MECHANICAL ENGINEERING AND TECHNOLOGY (IJMET) International Journal of Mechanical Engineering and Technology (IJMET), ISSN 0976 6340(Print), ISSN 0976 6340 (Print) ISSN 0976 6359

More information

FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS

FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS FUNDAMENTAL FINITE ELEMENT ANALYSIS AND APPLICATIONS With Mathematica and MATLAB Computations M. ASGHAR BHATTI WILEY JOHN WILEY & SONS, INC. CONTENTS OF THE BOOK WEB SITE PREFACE xi xiii 1 FINITE ELEMENT

More information

Effective U-values (R-values) for Tapered Insulation. By Lorne Ricketts, MASc, EIT, Ryan Gregory, EIT & Graham Finch, Dipl.T, MASc, P.Eng.

Effective U-values (R-values) for Tapered Insulation. By Lorne Ricketts, MASc, EIT, Ryan Gregory, EIT & Graham Finch, Dipl.T, MASc, P.Eng. No. 5 Effective -values (-values) for Tapered Insulation By orne icketts, MASc, EIT, yan Gregory, EIT & Graham Finch, Dipl.T, MASc, P.Eng. February 2 rdh.com TN-5 Effective -values (-values) for Tapered

More information

A Data Cleaning Model for Electric Power Big Data Based on Spark Framework 1

A Data Cleaning Model for Electric Power Big Data Based on Spark Framework 1 , pp.405-411 http://dx.doi.org/10.14257/astl.2016. A Data Cleaning Model for Electric Power Big Data Based on Spark Framework 1 Zhao-Yang Qu 1, Yong-Wen Wang 2,2, Chong Wang 3, Nan Qu 4 and Jia Yan 5 1,

More information

MASTER DEGREE PROJECT

MASTER DEGREE PROJECT MASTER DEGREE PROJECT Finite Element Analysis of a Washing Machine Cylinder Thesis in Applied Mechanics one year Master Degree Program Performed : Spring term, 2010 Level Author Supervisor s Examiner :

More information

Introduction to the Finite Element Method (FEM)

Introduction to the Finite Element Method (FEM) Introduction to the Finite Element Method (FEM) ecture First and Second Order One Dimensional Shape Functions Dr. J. Dean Discretisation Consider the temperature distribution along the one-dimensional

More information