1 Lecture 1 Fundamental Concepts. 1.1 Introduction

Size: px
Start display at page:

Download "1 Lecture 1 Fundamental Concepts. 1.1 Introduction"

Transcription

1 1.1 Introduction 1 ecture 1 Fundamental Concepts The finite element method is a numerical method for solving problems of engineering and physical science. Useful for problems with complicated geometries, loadings, and material properties where analytical solutions can not be obtained. It divides a body it into an equivalent system of smaller bodies (finite elements) interconnected at points common to two or more elements (nodes or nodal points) and/or boundary lines and/or surfaces. The basic idea is based on building the stiffness matri of the system in the form 1 [ K]{ u} {} f { u} [ K] { f }, which can be solved using linear algebra techniques

2 1. Solid Mechanics Variables: Displacement: u { u } T uy uz Surface traction: T Stress: σ { T } T Ty Tz Body weight: f { f } T fy fz Point load: P { P P P} T i y z { σ } T σ y σz τ yz τz τy i

3 1..1 Equilibrium 3 σ τ τ y z y z f τ y σ y τ yz f y 0 y z τ z τ σ y z zy z fz 1.. Boundary conditions Prescribed displacement: 0 if fied u uo if some movement 0 0

4 Prescribed traction/surface forces: σ n + τ n + τ n T y y z z τ n + σ n + τ n T y y y yz z y τ n + τ n + σ n T z zy y z z z Strain-Displacement Relations ε { ε } εy εz γ yz γ z γ y { u v w v w u w u v} y z z y z y y u 0 0 z v 0 z y w 0 z 31 y 0 63 T T

5 1..4 Stress-Strain Relations σ Dε where 1 v v v 0 v 1 v v E v v 1 v D 1 (1 + ν)(1 ν) v 1 v 1 0 v Method of Weighted Residual Galerkin s method Suppose we have a differential equation written in the * Strong form: u P * The abstract operator can take many forms, e.g. * d d EA. The strong form requires us to find d d an eact solution u for every point. In real life, we don t need the solution u for every point. We only need them at some discreet points. If we approimate u u by a trial solution u, we produce a residual * u PR( u ) 0.

6 6 The Galerkin s method argues that it is possible to find a suitable weighting function, which when multiplied with and integrate the equation over the domain, we can make this residual zero. * Weak form: Φi u P dv 0 V This equation is called weak form because we relaed the requirement that u only needs to satisfy the equation approimately at some discreet points. The trial solution u is then approimated by another trial function u u jφ j. We also note that if φ j Bubnov-Galerkin's method Φi : φ j Petrov-Galerkin's method Galerkin s Method for Elastostatic et us define our test function as j { } T i y y Φ Φ Φ Φ, and apply this to the equilibrium equation:

7 V ( σ τ τ ) ( τ σ τ ) y z f y z f y y z y y yz Φ Φ y ( τ τ σ ) y z f z dv 0 z zy z Φ z Integration by part formula: d da db ( ab) b + a d d d da db b d a d + ab d d Integrating the first term yields: σ [ σ ] Φ σ + Φ V V S [ ] 0 Φ dv dv n ds etc which we finally get: + 7 T T T T σεdv fdv TdS P Φ Φ Φ V V S i Elastic 1D Element Strong formulation displacement u b Body force (force per unit length) δ Consider section δ

8 8 bδ P σ A dσ δp σ + δ A d Resolving forces horizontally yields dσ F 0: + b A 0 d du But, σ Eε E, therefore: d d du Strong form: EA + ba 0 d d 1.4. Weak & FE formulation Multiply the governing equation with an arbitrary test function,, and integrate over the length: N i d du Ni EA + b d 0 d d 0 Integrating by parts gives Element stiffness body force traction point load dni du EA d Ni fad NiTd NiP 0 d d i i We now approimate the primary unknown u as

9 + [ u ] where N1 1 shape functions. N 1 u u N1u1 Nu N1 N ujn j u 9 Substituting the test and shape function into the equation gives us the finite element equation: Element stiffness body force traction point load dn dn i j EA d{} u N j i fad NiTd NiP d d i Epanding the FE equation in matri form gives dn1 dn1 dn1 dn d d d d u1 N1 P1 EA d ( ba + T ) d dn 0 dn1 dn dn u + N 0 P d d d d dn1 dn1 d d d d Nd 1 1 d i 0

10 Performing these operations gives finally 10 EA 1 1 u1 ba 1 T 1 P u 1 1 P or symbolically, we write e e [ ] {} { } k u f e. [ ] e k is called the local finite element stiffness. This equation needs to be assembled into the global stiffness e K k, e and so is the local nodal forces as follows: e F f. The final global FE equation is therefore 1 K u F u K F. [ ]{ } {} { } [ ] { } e After computation of the displacement, we can compute the strain using the formula: du u u1 1 1 [ 1 1] u ε Bu. d u

11 To compute the stress, we use the formula E σ Bu Eample: Giving P N. Evaluate the displacements and stresses in the elements. Soln: Element 1: k Element : k Assembly: K Global load vector: F { } Solving the matri yields: T

12 u Element 1 stress: T { } mm σ1 [ 1 1] 54.7 MPa Element stress: σ [ 1 1] MPa N.B. Don t forget to convert the unit into a consistent one

13 1.5 FE Program and Algorithm Overall program structure 13 program TRUSS implicit double precision (a-h,o-z) iin5 iout6 call welcome c...initialise all the arrays to avoid mem. corruption. c...read input data call rdata call stiff call gslod call assemb call greduc call baksub call stress call result write(*,9000) 9000 format(1,/'truss completed successfully'//) stop end program TRUSS

14 1.5. Data Type 14 program TRUSS implicit double precision (a-h,o-z) & parameter(mpoin40, melem0, mdime, mdofn, mnode, mmats10, mprop4, mstif100) parameter(mevabmdofn*mnode, msvabmdofn*mpoin) common/chal/iin,iout common/tape/itp1,itp common/fem1/ & npoin,nelem,nboun,nprop,nnode,nevab,nsvab,ndofn, & ndime,nstre,nplod,nband common/fem/ & props(mmats,mprop),coord(mpoin,mdime),lnods(melem,mnode), & eload(melem,mevab),pload(mpoin,mdofn),treac(mpoin,mdofn), & tdisp(mpoin,mdofn),bdlod(mpoin,mdofn),tload(mpoin,mdofn) common/fem3/ & ifpre(msvab),fied(msvab),matno(melem),disp(msvab), & gload(msvab),react(msvab),tract(melem),stres(melem) common/solver/ & gstif(mstif,mstif) logical bdylod, tractn, pnload common/logic/ bdylod, tractn, pnload The data declaration can be simplified by using an include file statement, e.g. include param.h

15 1.5.3 Element stiffness formation algorithm 15 subroutine stiff implicit double precision (a-h,o-z) c loop over each element do ie1,nelem node1lnods(ie,1) nodelnods(ie,) matidmatno(ie) youngprops(matid,1) dareaprops(matid,) 1coord(node1,1) coord(node,1) y1coord(node1,) ycoord(node,) elengdsqrt( (-1)*(-1) + (y-y1)*(y-y1) ) coeffyoung*darea/eleng if(ndime.eq.1)then estif(1,1) coeff EA 1 1 estif(1,)-coeff K 1 1 estif(,1)-coeff estif(,) coeff else two dimensional stiffness endif write(itp1) estif enddo rewind itp1 return end

16 1.5.4 oad vector assembly algorithm 16 subroutine gslod implicit double precision (a-h,o-z) etc for data declaration c...first, initialise the load vector etc do ie1,nelem etract the information matid, element length etc c c...form body load vector c if(bdylod)then coeffdensi*gravi*eleng*darea/.0d0 if(ndime.eq.1)then bdlod(node1,1)bdlod(node1,1)+coeff bdlod(node,1)bdlod(node,1)+coeff elseif(ndime.eq.)then two dimensional implementation endif f b A 1 e f 1 endif c c...form traction load vector c if(tractn)then tforctract(ie)*eleng/.0d0 if(ndime.eq.1)then tload(node1,1)tload(node1,1)+coeff tload(node,1)tload(node,1)+coeff elseif(ndime.eq.)then two-dimensional implementation endif endif enddo c...finally, we assembly all the load vector into global one f t T 1 1 & do ip1,npoin do id1,ndofn nodei(ip-1)*ndofn+id gload(nodei)gload(nodei)+bdlod(ip,id)+tload(ip,id) +pload(ip,id) point load is assembled directly here! enddo enddo

17 1.5.5 Element assembly algorithm 17 subroutine assemb implicit double precision (a-h,o-z) c initialise etc do isvab1,nsvab do jsvab1,nsvab gstif(isvab,jsvab)0.0d0 enddo enddo & do ie1,nelem read(itp1)estif do in1,nnode nodeilnods(ie,in) do id1,ndofn nrows(nodei-1)*ndofn+id nrowe(in-1)*ndofn+id do jn1,nnode nodejlnods(ie,jn) do jd1,ndofn ncols(nodej-1)*ndofn+jd ncole(jn-1)*ndofn+jd gstif(nrows,ncols)gstif(nrows,ncols)+ estif(nrowe,ncole) enddo enddo enddo enddo enddo return end

18 1.6 Etension to D et the solution of the 1D element (previous section) be denoted: T u' { u' 1 u' }, and let the corresponding displacement in D be denoted: T u { u1 v1 u v}. The transformation is given by u1 ' u m 0 0 v 1 1 ' u 0 0 m u, v u 18 The element now has 4-dofs per node. Notice that only the element stiffness matri in the program needed to be modified according to:

19 T k k '. 19 The stress can be calculated as: E σ [ 1 1] u '. The rest of the program can remain the same. Eample: Soln: Coordinates: NODE X Y

20 0 Connectivity: EEMENT Direction cosine: EEMENT e m Element 1: k E Element 3: k E Element : k E Element 4: k E

21 3 oad vector: F { } T 10 1 So, can assembly and solve the equations.

22 Tutorial 6 1. Consider the 1D bar shown below. Given A e 1. in, E psi. If it is known that u in. and u 0.05 in., calculate a. The displacement at point P b. The strain and stress in the element c. The element stiffness matri. Consider the bar shown below. By hand calculation, evaluate the nodal displacements, element stresses and support reactions. 3. Computer problem: Determine the nodal displacements, element stiffness and support reactions for the sensor shown below when the tip closes the air gap.

23 3 4. Computer problem: Find the deflection at the free end under its own weight. Plot the number of elements vs. deflection. How do you know that your deflection is correct? 5. Consider the truss element shown. The ( y, ) coordinates of the two nodes are T indicated in the figure. If u { } 10 in., determine a. The vector ' u b. The stress in the element c. The k matri

24 4 6. For the pin-jointed configuration shown below, determine the stiffness values of the global stiffness matri. Hence, solve the deflection at node Computer problem: A small railroad bridge is constructed of steel members, all of which have a cross-sectional area of 350 mm. A train stops on the bridge and the vertical loads applied to the truss on one side of the bridge are estimated to be P 1 80 kn, P 10 kn, P The height of the truss is 3.118m, and each section is of equal width of 3.6m. Estimate how much point 5 moves horizontally because of this loading. Also determine the nodal displacements and element stresses.

25 8. Computer problem: Find the deflection at the nodes for the truss configuration shown below. Take A 8 in. Convert all the units into a consistent SI unit. 5

Development of Truss Equations

Development of Truss Equations CIVL 7/87 Chapter 3 - Truss Equations - Part /53 Chapter 3a Development of Truss Equations Learning Objectives To derive the stiffness matri for a bar element. To illustrate how to solve a bar assemblage

More information

MMJ1153 COMPUTATIONAL METHOD IN SOLID MECHANICS PRELIMINARIES TO FEM

MMJ1153 COMPUTATIONAL METHOD IN SOLID MECHANICS PRELIMINARIES TO FEM B Course Content: A INTRODUCTION AND OVERVIEW Numerical method and Computer-Aided Engineering; Phsical problems; Mathematical models; Finite element method;. B Elements and nodes, natural coordinates,

More information

Chapter 6 2D Elements Plate Elements

Chapter 6 2D Elements Plate Elements Institute of Structural Engineering Page 1 Chapter 6 2D Elements Plate Elements Method of Finite Elements I Institute of Structural Engineering Page 2 Continuum Elements Plane Stress Plane Strain Toda

More information

MECh300H Introduction to Finite Element Methods. Finite Element Analysis (F.E.A.) of 1-D Problems

MECh300H Introduction to Finite Element Methods. Finite Element Analysis (F.E.A.) of 1-D Problems MECh300H Introduction to Finite Element Methods Finite Element Analysis (F.E.A.) of -D Problems Historical Background Hrenikoff, 94 frame work method Courant, 943 piecewise polynomial interpolation Turner,

More information

1 Nonlinear deformation

1 Nonlinear deformation NONLINEAR TRUSS 1 Nonlinear deformation When deformation and/or rotation of the truss are large, various strains and stresses can be defined and related by material laws. The material behavior can be expected

More information

Structural Analysis of Truss Structures using Stiffness Matrix. Dr. Nasrellah Hassan Ahmed

Structural Analysis of Truss Structures using Stiffness Matrix. Dr. Nasrellah Hassan Ahmed Structural Analysis of Truss Structures using Stiffness Matrix Dr. Nasrellah Hassan Ahmed FUNDAMENTAL RELATIONSHIPS FOR STRUCTURAL ANALYSIS In general, there are three types of relationships: Equilibrium

More information

CIVL 7/8117 Chapter 4 - Development of Beam Equations - Part 2 1/34. Chapter 4b Development of Beam Equations. Learning Objectives

CIVL 7/8117 Chapter 4 - Development of Beam Equations - Part 2 1/34. Chapter 4b Development of Beam Equations. Learning Objectives CIV 7/87 Chapter 4 - Development of Beam Equations - Part /4 Chapter 4b Development of Beam Equations earning Objectives To introduce the work-equivalence method for replacing distributed loading by a

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Finite Element Method in Geotechnical Engineering

Finite Element Method in Geotechnical Engineering Finite Element Method in Geotechnical Engineering Short Course on + Dynamics Boulder, Colorado January 5-8, 2004 Stein Sture Professor of Civil Engineering University of Colorado at Boulder Contents Steps

More information

Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods of Structural Analysis

Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods of Structural Analysis uke University epartment of Civil and Environmental Engineering CEE 42L. Matrix Structural Analysis Henri P. Gavin Fall, 22 Review of Strain Energy Methods and Introduction to Stiffness Matrix Methods

More information

Lecture 1: Course Introduction.

Lecture 1: Course Introduction. Lecture : Course Introduction. What is the Finite Element Method (FEM)? a numerical method for solving problems of engineering and mathematical physics. (Logan Pg. #). In MECH 40 we are concerned with

More information

Chapter 3 Variational Formulation & the Galerkin Method

Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 1 Chapter 3 Variational Formulation & the Galerkin Method Institute of Structural Engineering Page 2 Today s Lecture Contents: Introduction Differential formulation

More information

Methods of Analysis. Force or Flexibility Method

Methods of Analysis. Force or Flexibility Method INTRODUCTION: The structural analysis is a mathematical process by which the response of a structure to specified loads is determined. This response is measured by determining the internal forces or stresses

More information

Using the finite element method of structural analysis, determine displacements at nodes 1 and 2.

Using the finite element method of structural analysis, determine displacements at nodes 1 and 2. Question 1 A pin-jointed plane frame, shown in Figure Q1, is fixed to rigid supports at nodes and 4 to prevent their nodal displacements. The frame is loaded at nodes 1 and by a horizontal and a vertical

More information

Chapter 14 Truss Analysis Using the Stiffness Method

Chapter 14 Truss Analysis Using the Stiffness Method Chapter 14 Truss Analsis Using the Stiffness Method Structural Mechanics 2 ept of Arch Eng, Ajou Univ Outline undamentals of the stiffness method Member stiffness matri isplacement and force transformation

More information

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises

Non-linear and time-dependent material models in Mentat & MARC. Tutorial with Background and Exercises Non-linear and time-dependent material models in Mentat & MARC Tutorial with Background and Exercises Eindhoven University of Technology Department of Mechanical Engineering Piet Schreurs July 7, 2009

More information

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I

Institute of Structural Engineering Page 1. Method of Finite Elements I. Chapter 2. The Direct Stiffness Method. Method of Finite Elements I Institute of Structural Engineering Page 1 Chapter 2 The Direct Stiffness Method Institute of Structural Engineering Page 2 Direct Stiffness Method (DSM) Computational method for structural analysis Matrix

More information

Formal Methods for Deriving Element Equations

Formal Methods for Deriving Element Equations Formal Methods for Deriving Element Eqations And the importance of Shape Fnctions Formal Methods In previos lectres we obtained a bar element s stiffness eqations sing the Direct Method to obtain eact

More information

Introduction to Finite Element Analysis Using Pro/MECHANICA Wildfire 5.0

Introduction to Finite Element Analysis Using Pro/MECHANICA Wildfire 5.0 Introduction to Finite Element Analysis Using Pro/MECHANICA Wildfire 5.0 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks.

More information

Alvaro F. M. Azevedo A. Adão da Fonseca

Alvaro F. M. Azevedo A. Adão da Fonseca SECOND-ORDER SHAPE OPTIMIZATION OF A STEEL BRIDGE Alvaro F. M. Azevedo A. Adão da Fonseca Faculty of Engineering University of Porto Portugal 16-18 March 1999 OPTI 99 Orlando - Florida - USA 1 PROBLEM

More information

Mechanical Properties of Materials

Mechanical Properties of Materials Mechanical Properties of Materials Strains Material Model Stresses Learning objectives Understand the qualitative and quantitative description of mechanical properties of materials. Learn the logic of

More information

ME FINITE ELEMENT ANALYSIS FORMULAS

ME FINITE ELEMENT ANALYSIS FORMULAS ME 2353 - FINITE ELEMENT ANALYSIS FORMULAS UNIT I FINITE ELEMENT FORMULATION OF BOUNDARY VALUE PROBLEMS 01. Global Equation for Force Vector, {F} = [K] {u} {F} = Global Force Vector [K] = Global Stiffness

More information

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method

Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method 9210-203 Level 7 Postgraduate Diploma in Engineering Computational mechanics using finite element method You should have the following for this examination one answer book No additional data is attached

More information

Lecture 15: Revisiting bars and beams.

Lecture 15: Revisiting bars and beams. 3.10 Potential Energy Approach to Derive Bar Element Equations. We place assumptions on the stresses developed inside the bar. The spatial stress and strain matrices become very sparse. We add (ad-hoc)

More information

Introduction to Finite Element Method. Dr. Aamer Haque

Introduction to Finite Element Method. Dr. Aamer Haque Introduction to Finite Element Method 4 th Order Beam Equation Dr. Aamer Haque http://math.iit.edu/~ahaque6 ahaque7@iit.edu Illinois Institute of Technology July 1, 009 Outline Euler-Bernoulli Beams Assumptions

More information

Computational Inelasticity FHLN05. Assignment A non-linear elasto-plastic problem

Computational Inelasticity FHLN05. Assignment A non-linear elasto-plastic problem Computational Inelasticity FHLN05 Assignment 2017 A non-linear elasto-plastic problem General instructions A written report should be submitted to the Division of Solid Mechanics no later than October

More information

MEC-E8001 FINITE ELEMENT ANALYSIS

MEC-E8001 FINITE ELEMENT ANALYSIS MEC-E800 FINIE EEMEN ANAYSIS 07 - WHY FINIE EEMENS AND IS HEORY? Design of machines and structures: Solution to stress or displacement by analytical method is often impossible due to complex geometry,

More information

External Work. When a force F undergoes a displacement dx in the same direction i as the force, the work done is

External Work. When a force F undergoes a displacement dx in the same direction i as the force, the work done is Structure Analysis I Chapter 9 Deflection Energy Method External Work Energy Method When a force F undergoes a displacement dx in the same direction i as the force, the work done is du e = F dx If the

More information

Lecture 20: Isoparametric Formulations.

Lecture 20: Isoparametric Formulations. Chapter #0 Isoparametric Formulation. Isoparametric formulations help us solve two problems. Help simplify the definition of the approimate displacement field for more comple planar elements (4-sided elements,

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 06

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Lecture - 06 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Lecture - 06 In the last lecture, we have seen a boundary value problem, using the formal

More information

Due Monday, September 14 th, 12:00 midnight

Due Monday, September 14 th, 12:00 midnight Due Monday, September 14 th, 1: midnight This homework is considering the analysis of plane and space (3D) trusses as discussed in class. A list of MatLab programs that were discussed in class is provided

More information

Example 3.7 Consider the undeformed configuration of a solid as shown in Figure 3.60.

Example 3.7 Consider the undeformed configuration of a solid as shown in Figure 3.60. 162 3. The linear 3-D elasticity mathematical model The 3-D elasticity model is of great importance, since it is our highest order hierarchical model assuming linear elastic behavior. Therefore, it provides

More information

The University of Melbourne Engineering Mechanics

The University of Melbourne Engineering Mechanics The University of Melbourne 436-291 Engineering Mechanics Tutorial Four Poisson s Ratio and Axial Loading Part A (Introductory) 1. (Problem 9-22 from Hibbeler - Statics and Mechanics of Materials) A short

More information

Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University

Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University Nonlinear Static - 1D Plasticity - Isotropic and Kinematic Hardening Walla Walla University Professor Louie L. Yaw c Draft date January 18, 2017 Copyright is reserved. Individual copies may be made for

More information

Finite Element Method-Part II Isoparametric FE Formulation and some numerical examples Lecture 29 Smart and Micro Systems

Finite Element Method-Part II Isoparametric FE Formulation and some numerical examples Lecture 29 Smart and Micro Systems Finite Element Method-Part II Isoparametric FE Formulation and some numerical examples Lecture 29 Smart and Micro Systems Introduction Till now we dealt only with finite elements having straight edges.

More information

Truss Structures: The Direct Stiffness Method

Truss Structures: The Direct Stiffness Method . Truss Structures: The Companies, CHAPTER Truss Structures: The Direct Stiffness Method. INTRODUCTION The simple line elements discussed in Chapter introduced the concepts of nodes, nodal displacements,

More information

4 NON-LINEAR ANALYSIS

4 NON-LINEAR ANALYSIS 4 NON-INEAR ANAYSIS arge displacement elasticity theory, principle of virtual work arge displacement FEA with solid, thin slab, and bar models Virtual work density of internal forces revisited 4-1 SOURCES

More information

PLAXIS. Scientific Manual

PLAXIS. Scientific Manual PLAXIS Scientific Manual 2016 Build 8122 TABLE OF CONTENTS TABLE OF CONTENTS 1 Introduction 5 2 Deformation theory 7 2.1 Basic equations of continuum deformation 7 2.2 Finite element discretisation 8 2.3

More information

Introduction to Finite Element Method

Introduction to Finite Element Method Introduction to Finite Element Method Dr. Rakesh K Kapania Aerospace and Ocean Engineering Department Virginia Polytechnic Institute and State University, Blacksburg, VA AOE 524, Vehicle Structures Summer,

More information

Comb Resonator Design (2)

Comb Resonator Design (2) Lecture 6: Comb Resonator Design () -Intro. to Mechanics of Materials Sh School of felectrical ti lengineering i and dcomputer Science, Si Seoul National University Nano/Micro Systems & Controls Laboratory

More information

Chapter 5 Structural Elements: The truss & beam elements

Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 1 Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 2 Chapter Goals Learn how to formulate the Finite Element Equations

More information

Steps in the Finite Element Method. Chung Hua University Department of Mechanical Engineering Dr. Ching I Chen

Steps in the Finite Element Method. Chung Hua University Department of Mechanical Engineering Dr. Ching I Chen Steps in the Finite Element Method Chung Hua University Department of Mechanical Engineering Dr. Ching I Chen General Idea Engineers are interested in evaluating effects such as deformations, stresses,

More information

Stress analysis of a stepped bar

Stress analysis of a stepped bar Stress analysis of a stepped bar Problem Find the stresses induced in the axially loaded stepped bar shown in Figure. The bar has cross-sectional areas of A ) and A ) over the lengths l ) and l ), respectively.

More information

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method

Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method 9210-220 Post Graduate Diploma in Mechanical Engineering Computational mechanics using finite element method You should have the following for this examination one answer book scientific calculator No

More information

CIV E 205 Mechanics of Solids II. Course Notes

CIV E 205 Mechanics of Solids II. Course Notes Department of Civil Engineering CIV E 205 Mechanics of Solids II Instructor: Tarek Hegazi Email: tarek@uwaterloo.ca Course Notes Mechanics of Materials Objectives: - Solve Problems in a structured systematic

More information

A two-dimensional FE truss program

A two-dimensional FE truss program A two-dimensional FE truss program 4M020: Design Tools Eindhoven University of Technology Introduction The Matlab program fem2d allows to model and analyze two-dimensional truss structures, where trusses

More information

Code No: RT41033 R13 Set No. 1 IV B.Tech I Semester Regular Examinations, November - 2016 FINITE ELEMENT METHODS (Common to Mechanical Engineering, Aeronautical Engineering and Automobile Engineering)

More information

Mechanics PhD Preliminary Spring 2017

Mechanics PhD Preliminary Spring 2017 Mechanics PhD Preliminary Spring 2017 1. (10 points) Consider a body Ω that is assembled by gluing together two separate bodies along a flat interface. The normal vector to the interface is given by n

More information

FEA CODE WITH MATLAB. Finite Element Analysis of an Arch ME 5657 FINITE ELEMENT METHOD. Submitted by: ALPAY BURAK DEMIRYUREK

FEA CODE WITH MATLAB. Finite Element Analysis of an Arch ME 5657 FINITE ELEMENT METHOD. Submitted by: ALPAY BURAK DEMIRYUREK FEA CODE WITH MATAB Finite Element Analysis of an Arch ME 5657 FINITE EEMENT METHOD Submitted by: APAY BURAK DEMIRYUREK This report summarizes the finite element analysis of an arch-beam with using matlab.

More information

Chapter 5 Elastic Strain, Deflection, and Stability 1. Elastic Stress-Strain Relationship

Chapter 5 Elastic Strain, Deflection, and Stability 1. Elastic Stress-Strain Relationship Chapter 5 Elastic Strain, Deflection, and Stability Elastic Stress-Strain Relationship A stress in the x-direction causes a strain in the x-direction by σ x also causes a strain in the y-direction & z-direction

More information

CHAPTER 5 Statically Determinate Plane Trusses

CHAPTER 5 Statically Determinate Plane Trusses CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS TYPES OF ROOF TRUSS ROOF TRUSS SETUP ROOF TRUSS SETUP OBJECTIVES To determine the STABILITY and DETERMINACY of plane trusses To analyse

More information

As an example, the two-bar truss structure, shown in the figure below will be modelled, loaded and analyzed.

As an example, the two-bar truss structure, shown in the figure below will be modelled, loaded and analyzed. Program tr2d 1 FE program tr2d The Matlab program tr2d allows to model and analyze two-dimensional truss structures, where trusses are homogeneous and can behave nonlinear. Deformation and rotations can

More information

Chapter 11. Displacement Method of Analysis Slope Deflection Method

Chapter 11. Displacement Method of Analysis Slope Deflection Method Chapter 11 Displacement ethod of Analysis Slope Deflection ethod Displacement ethod of Analysis Two main methods of analyzing indeterminate structure Force method The method of consistent deformations

More information

CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS

CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS CHAPTER 5 Statically Determinate Plane Trusses TYPES OF ROOF TRUSS 1 TYPES OF ROOF TRUSS ROOF TRUSS SETUP 2 ROOF TRUSS SETUP OBJECTIVES To determine the STABILITY and DETERMINACY of plane trusses To analyse

More information

Errata Sheet for S. D. Rajan, Introduction to Structural Analysis & Design (1 st Edition) John Wiley & Sons Publication

Errata Sheet for S. D. Rajan, Introduction to Structural Analysis & Design (1 st Edition) John Wiley & Sons Publication S D Rajan, Introduction to Structural Analsis & Design ( st Edition) Errata Sheet for S D Rajan, Introduction to Structural Analsis & Design ( st Edition) John Wile & Sons Publication Chapter Page Correction

More information

PART I. Basic Concepts

PART I. Basic Concepts PART I. Basic Concepts. Introduction. Basic Terminology of Structural Vibration.. Common Vibration Sources.. Forms of Vibration.3 Structural Vibration . Basic Terminology of Structural Vibration The term

More information

JEPPIAAR ENGINEERING COLLEGE

JEPPIAAR ENGINEERING COLLEGE JEPPIAAR ENGINEERING COLLEGE Jeppiaar Nagar, Rajiv Gandhi Salai 600 119 DEPARTMENT OFMECHANICAL ENGINEERING QUESTION BANK VI SEMESTER ME6603 FINITE ELEMENT ANALYSIS Regulation 013 SUBJECT YEAR /SEM: III

More information

ENGN1300: Structural Analysis

ENGN1300: Structural Analysis ENGN1300: Structural Analysis Homework 4 Due Wednesday, March 3, 2010 Division of Engineering Brown University 1. For the statically indeterminate structure shown below, all members have identical values

More information

CHAPTER OBJECTIVES CHAPTER OUTLINE. 4. Axial Load

CHAPTER OBJECTIVES CHAPTER OUTLINE. 4. Axial Load CHAPTER OBJECTIVES Determine deformation of axially loaded members Develop a method to find support reactions when it cannot be determined from euilibrium euations Analyze the effects of thermal stress

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. D : SOLID MECHANICS Q. 1 Q. 9 carry one mark each. Q.1 Find the force (in kn) in the member BH of the truss shown. Q.2 Consider the forces of magnitude F acting on the sides of the regular hexagon having

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

1 Introduction IPICSE-2016

1 Introduction IPICSE-2016 (06) DOI: 0.05/ matecconf/06860006 IPICSE-06 Numerical algorithm for solving of nonlinear problems of structural mechanics based on the continuation method in combination with the dynamic relaxation method

More information

COLUMNS: BUCKLING (DIFFERENT ENDS)

COLUMNS: BUCKLING (DIFFERENT ENDS) COLUMNS: BUCKLING (DIFFERENT ENDS) Buckling of Long Straight Columns Example 4 Slide No. 1 A simple pin-connected truss is loaded and supported as shown in Fig. 1. All members of the truss are WT10 43

More information

Lecture 8: Assembly of beam elements.

Lecture 8: Assembly of beam elements. ecture 8: Assembly of beam elements. 4. Example of Assemblage of Beam Stiffness Matrices. Place nodes at the load application points. Assembling the two sets of element equations (note the common elemental

More information

4 Finite Element Method for Trusses

4 Finite Element Method for Trusses 4 Finite Element Method for Trusses To solve the system of linear equations that arises in IPM, it is necessary to assemble the geometric matrix B a. For the sake of simplicity, the applied force vector

More information

Comb resonator design (2)

Comb resonator design (2) Lecture 6: Comb resonator design () -Intro Intro. to Mechanics of Materials School of Electrical l Engineering i and Computer Science, Seoul National University Nano/Micro Systems & Controls Laboratory

More information

Prepared by M. GUNASHANKAR AP/MECH DEPARTMENT OF MECHANICAL ENGINEERING

Prepared by M. GUNASHANKAR AP/MECH DEPARTMENT OF MECHANICAL ENGINEERING CHETTINAD COLLEGE OF ENGINEERING AND TECHNOLOGY-KARUR FINITE ELEMENT ANALYSIS 2 MARKS QUESTIONS WITH ANSWER Prepared by M. GUNASHANKAR AP/MECH DEPARTMENT OF MECHANICAL ENGINEERING FINITE ELEMENT ANALYSIS

More information

Consider an elastic spring as shown in the Fig.2.4. When the spring is slowly

Consider an elastic spring as shown in the Fig.2.4. When the spring is slowly .3 Strain Energy Consider an elastic spring as shown in the Fig..4. When the spring is slowly pulled, it deflects by a small amount u 1. When the load is removed from the spring, it goes back to the original

More information

Calculus of Variations

Calculus of Variations Structural Engineering Research Group (SERG) Summer Seminar Series #9 July, 4 Calculus of Variations Tzuyang Yu Associate Professor, Ph.D. Department of Civil and Environmental Engineering The University

More information

INTRODUCTION TO STRAIN

INTRODUCTION TO STRAIN SIMPLE STRAIN INTRODUCTION TO STRAIN In general terms, Strain is a geometric quantity that measures the deformation of a body. There are two types of strain: normal strain: characterizes dimensional changes,

More information

16.21 Techniques of Structural Analysis and Design Spring 2005 Unit #8 Principle of Virtual Displacements

16.21 Techniques of Structural Analysis and Design Spring 2005 Unit #8 Principle of Virtual Displacements 6. Techniques of Structural Analysis and Design Spring 005 Unit #8 rinciple of irtual Displacements Raúl Radovitzky March 3, 005 rinciple of irtual Displacements Consider a body in equilibrium. We know

More information

1.105 Solid Mechanics Laboratory Fall 2003

1.105 Solid Mechanics Laboratory Fall 2003 1.105 Solid Mechanics Laboratory Fall 200 Experiment 7 Elastic Buckling. The objectives of this experiment are To study the failure of a truss structure due to local buckling of a compression member. To

More information

du(l) 5 dl = U(0) = 1 and 1.) Substitute for U an unspecified trial function into governing equation, i.e. dx + = =

du(l) 5 dl = U(0) = 1 and 1.) Substitute for U an unspecified trial function into governing equation, i.e. dx + = = Consider an ODE of te form: Finite Element Metod du fu g d + wit te following Boundary Conditions: U(0) and du(l) 5 dl.) Substitute for U an unspecified trial function into governing equation, i.e. ^ U

More information

MEI solutions to exercise 4 1

MEI solutions to exercise 4 1 MEI-55 solutions to exercise Problem Solve the stationary two-dimensional heat transfer problem shown in the figure below by using linear elements Use symmetry to reduce the problem size The material is

More information

NONLINEAR CONTINUUM FORMULATIONS CONTENTS

NONLINEAR CONTINUUM FORMULATIONS CONTENTS NONLINEAR CONTINUUM FORMULATIONS CONTENTS Introduction to nonlinear continuum mechanics Descriptions of motion Measures of stresses and strains Updated and Total Lagrangian formulations Continuum shell

More information

7.4 The Elementary Beam Theory

7.4 The Elementary Beam Theory 7.4 The Elementary Beam Theory In this section, problems involving long and slender beams are addressed. s with pressure vessels, the geometry of the beam, and the specific type of loading which will be

More information

ENGN 2290: Plasticity Computational plasticity in Abaqus

ENGN 2290: Plasticity Computational plasticity in Abaqus ENGN 229: Plasticity Computational plasticity in Abaqus The purpose of these exercises is to build a familiarity with using user-material subroutines (UMATs) in Abaqus/Standard. Abaqus/Standard is a finite-element

More information

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading MA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 2 Stress & Strain - Axial Loading MA 3702 Mechanics & Materials Science Zhe Cheng (2018) 2 Stress & Strain - Axial Loading Statics

More information

THE GENERAL ELASTICITY PROBLEM IN SOLIDS

THE GENERAL ELASTICITY PROBLEM IN SOLIDS Chapter 10 TH GNRAL LASTICITY PROBLM IN SOLIDS In Chapters 3-5 and 8-9, we have developed equilibrium, kinematic and constitutive equations for a general three-dimensional elastic deformable solid bod.

More information

3. The linear 3-D elasticity mathematical model

3. The linear 3-D elasticity mathematical model 3. The linear 3-D elasticity mathematical model In Chapter we examined some fundamental conditions that should be satisfied in the modeling of all deformable solids and structures. The study of truss structures

More information

Using MATLAB and. Abaqus. Finite Element Analysis. Introduction to. Amar Khennane. Taylor & Francis Croup. Taylor & Francis Croup,

Using MATLAB and. Abaqus. Finite Element Analysis. Introduction to. Amar Khennane. Taylor & Francis Croup. Taylor & Francis Croup, Introduction to Finite Element Analysis Using MATLAB and Abaqus Amar Khennane Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business

More information

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b)

1. Solve Problem 1.3-3(c) 2. Solve Problem 2.2-2(b) . Sole Problem.-(c). Sole Problem.-(b). A two dimensional trss shown in the figre is made of alminm with Yong s modls E = 8 GPa and failre stress Y = 5 MPa. Determine the minimm cross-sectional area of

More information

VORONOI APPLIED ELEMENT METHOD FOR STRUCTURAL ANALYSIS: THEORY AND APPLICATION FOR LINEAR AND NON-LINEAR MATERIALS

VORONOI APPLIED ELEMENT METHOD FOR STRUCTURAL ANALYSIS: THEORY AND APPLICATION FOR LINEAR AND NON-LINEAR MATERIALS The 4 th World Conference on Earthquake Engineering October -7, 008, Beijing, China VORONOI APPLIED ELEMENT METHOD FOR STRUCTURAL ANALYSIS: THEORY AND APPLICATION FOR LINEAR AND NON-LINEAR MATERIALS K.

More information

Errata (Includes critical corrections only for the 1 st, 2 nd & 3 rd reprints)

Errata (Includes critical corrections only for the 1 st, 2 nd & 3 rd reprints) Page Number Errata (Includes critical corrections only for the 1 st, 2 nd & 3 rd reprints) Description of Correction Mechanics of Materials, 8e James M. Gere & Barry J. Goodno ISBN: 9781111577735 11 Figure

More information

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich

UNIVERSITY OF SASKATCHEWAN ME MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich UNIVERSITY OF SASKATCHEWAN ME 313.3 MECHANICS OF MATERIALS I FINAL EXAM DECEMBER 13, 2008 Professor A. Dolovich A CLOSED BOOK EXAMINATION TIME: 3 HOURS For Marker s Use Only LAST NAME (printed): FIRST

More information

Lecture M1 Slender (one dimensional) Structures Reading: Crandall, Dahl and Lardner 3.1, 7.2

Lecture M1 Slender (one dimensional) Structures Reading: Crandall, Dahl and Lardner 3.1, 7.2 Lecture M1 Slender (one dimensional) Structures Reading: Crandall, Dahl and Lardner 3.1, 7.2 This semester we are going to utilize the principles we learnt last semester (i.e the 3 great principles and

More information

EXAMINATION OF AN OPTIMIZED REPLACEABLE CUTTING TOOTH OF EXCAVATOR

EXAMINATION OF AN OPTIMIZED REPLACEABLE CUTTING TOOTH OF EXCAVATOR Geosciences and Engineering, Vol. 1, No. (01), pp. 337 34. EXAMINATION OF AN OPTIMIZED REPLACEABLE CUTTING TOOTH OF EXCAVATOR ZOLTÁN VIRÁG 1 SÁNDOR SZIRBIK 1 Department of Geotechnical Equipment, University

More information

COORDINATE TRANSFORMATIONS

COORDINATE TRANSFORMATIONS COORDINAE RANSFORMAIONS Members of a structural system are typically oriented in differing directions, e.g., Fig. 17.1. In order to perform an analysis, the element stiffness equations need to be expressed

More information

Numerical modeling of rock deformation: 06 FEM Introduction

Numerical modeling of rock deformation: 06 FEM Introduction Numerical modeling of rock deformation: 6 FEM Introduction Stefan Schmalholz schmalholz@erdw.ethz.ch NO E 6 AS 9, Thursday -, NO D Introduction We have learned that geodynamic processes can be described

More information

EFFECTS OF THERMAL STRESSES AND BOUNDARY CONDITIONS ON THE RESPONSE OF A RECTANGULAR ELASTIC BODY MADE OF FGM

EFFECTS OF THERMAL STRESSES AND BOUNDARY CONDITIONS ON THE RESPONSE OF A RECTANGULAR ELASTIC BODY MADE OF FGM Proceedings of the International Conference on Mechanical Engineering 2007 (ICME2007) 29-31 December 2007, Dhaka, Bangladesh ICME2007-AM-76 EFFECTS OF THERMAL STRESSES AND BOUNDARY CONDITIONS ON THE RESPONSE

More information

3D problem: Fx Fy Fz. Forces act parallel to the members (2 5 ) / 29 (2 5 ) / 29

3D problem: Fx Fy Fz. Forces act parallel to the members (2 5 ) / 29 (2 5 ) / 29 problem: x y z 0 t each joint a a a a 5a j i W k y z x x y z Equations:S x =S y =S z =0 at each joint () Unknowns: Total of : Member forces,,, () Reactions : x, y, z, x, y, z, x, y, z (9) y z x W orces

More information

The science of elasticity

The science of elasticity The science of elasticity In 1676 Hooke realized that 1.Every kind of solid changes shape when a mechanical force acts on it. 2.It is this change of shape which enables the solid to supply the reaction

More information

Module 2 Stresses in machine elements

Module 2 Stresses in machine elements Module 2 Stresses in machine elements Lesson 3 Strain analysis Instructional Objectives At the end of this lesson, the student should learn Normal and shear strains. 3-D strain matri. Constitutive equation;

More information

Chapter 2. Formulation of Finite Element Method by Variational Principle

Chapter 2. Formulation of Finite Element Method by Variational Principle Chapter 2 Formulation of Finite Element Method by Variational Principle The Concept of Variation of FUNCTIONALS Variation Principle: Is to keep the DIFFERENCE between a REAL situation and an APPROXIMATE

More information

14. *14.8 CASTIGLIANO S THEOREM

14. *14.8 CASTIGLIANO S THEOREM *14.8 CASTIGLIANO S THEOREM Consider a body of arbitrary shape subjected to a series of n forces P 1, P 2, P n. Since external work done by forces is equal to internal strain energy stored in body, by

More information

dw 2 3(w) x 4 x 4 =L x 3 x 1 =0 x 2 El #1 El #2 El #3 Potential energy of element 3: Total potential energy Potential energy of element 1:

dw 2 3(w) x 4 x 4 =L x 3 x 1 =0 x 2 El #1 El #2 El #3 Potential energy of element 3: Total potential energy Potential energy of element 1: MAE 44 & CIV 44 Introduction to Finite Elements Reading assignment: ecture notes, ogan. Summary: Pro. Suvranu De Finite element ormulation or D elasticity using the Rayleigh-Ritz Principle Stiness matri

More information

Chapter 3: BASIC ELEMENTS. solid mechanics)

Chapter 3: BASIC ELEMENTS. solid mechanics) Chapter 3: BASIC ELEMENTS Section 3.: Preliminaries (review of solid mechanics) Outline Most structural analsis FE codes are displacement based In this chapter we discuss interpolation methods and elements

More information

Solution Manual A First Course in the Finite Element Method 5th Edition Logan

Solution Manual A First Course in the Finite Element Method 5th Edition Logan Solution Manual A First Course in the Finite Element Method 5th Edition Logan Instant download and all chapters Solution Manual A First Course in the Finite Element Method 5th Edition Logan https://testbandata.com/download/solution-manual-first-course-finite-elementmethod-5th-edition-logan/

More information

CIV E 205 Mechanics of Solids II. Course Notes

CIV E 205 Mechanics of Solids II. Course Notes University of Waterloo Department of Civil Engineering CIV E 205 Mechanics of Solids II Instructor: Tarek Hegazi Room: CPH 2373 G, Ext. 2174 Email: tarek@uwaterloo.ca Course Web: www.civil.uwaterloo.ca/tarek/205-2005.html

More information

CIVL 8/7117 Chapter 12 - Structural Dynamics 1/75. To discuss the dynamics of a single-degree-of freedom springmass

CIVL 8/7117 Chapter 12 - Structural Dynamics 1/75. To discuss the dynamics of a single-degree-of freedom springmass CIV 8/77 Chapter - /75 Introduction To discuss the dynamics of a single-degree-of freedom springmass system. To derive the finite element equations for the time-dependent stress analysis of the one-dimensional

More information