Variational Formulation of Plane Beam Element

Size: px
Start display at page:

Download "Variational Formulation of Plane Beam Element"

Transcription

1 13 Variational Formulation of Plane Beam Element IFEM Ch 13 Slide 1

2 Beams Resist Primarily Transverse Loads IFEM Ch 13 Slide 2

3 Transverse Loads are Transported to Supports by Flexural Action Neutral surface Compressive stress Tensile stress IFEM Ch 13 Slide 3

4 Beam Configuration Spatial (General Beams) Plane (This Chapter) Beam Models Bernoulli-Euler Timoshenko (advanced topic not covered in class) IFEM Ch 13 Slide 4

5 Plane Beam Terminology y,v q(x) y,v Beam cross section x, u z Neutral axis Neutral surface L Symmetry plane IFEM Ch 13 Slide 5

6 Common Support Conditions ;; ;; ;; Simply Supported Cantilever IFEM Ch 13 Slide 6

7 Basic Relations for Bernoulli-Euler Model of Plane Beam [ ] u(x, y ) v(x, y ) = [ y v(x) x v(x) ] [ y ] v = = v(x) [ ] y θ v(x) e = u y y y x = 2 v x = d2 v 2 dx = κ 2 σ = Ee = Ey d2 v y dx = E κ 2 M = E I κ Plus equilibrium equation M'' = q (not used specifically in FEM) IFEM Ch 13 Slide 7

8 Tonti Diagram for Bernoulli-Euler Model of Plane Beam (Strong Form) Prescribed end displacements Displacement BCs Transverse displacements v(x) Distributed transverse load q(x) Kinematic κ = v'' M''=q Equilibrium Curvature κ(x) M = EI κ Constitutive Bending moment M(x) Force BCs Prescribed end loads IFEM Ch 13 Slide 8

9 Total Potential Energy of Beam Member = U W L L ( 2 ) 2 v d x U = 1 2 V σ xx e xx dv = Mκ dx = EI x 2 = 1 2 L 0 EIκ 2 dx W = L 0 qv dx. IFEM Ch 13 Slide 9

10 Degrees of Freedom of Beam Element θ j θ i v i i v j j u (e) = v i θ i v j θ j IFEM Ch 13 Slide 10

11 Bernoulli-Euler Kinematics of Plane Beam Element y,v P (x + u, y + v) θ j v j E = E (e), I = I (e) θ i v i i j x, u x (e) l = L P(x, y) IFEM Ch 13 Slide 11

12 Plane Beam Element Shape Functions ξ = 1 ξ = 1 v (e) i = 1 θ (e) i = 1 N (e) vi (ξ) = 1 4 (1 ξ)2 (2 + ξ) N (e) θi (ξ) = 1 8 l(1 ξ)2 (1 + ξ) v (e) j = 1 θ (e) j = 1 N (e) vj (ξ) = 1 4 (1 + ξ)2 (2 ξ) N (e) θ j (ξ) = 1 8 l(1 + ξ)2 (1 ξ) IFEM Ch 13 Slide 12

13 Shape Functions in Terms of Natural Coordinate ξ v (e) = [ N (e) v i N (e) θ i N (e) v j N (e) θ j ] v (e) i θ (e) i v (e) j θ (e) j = Nu(e) ξ = 2x l 1 N v (e) i = 1 4 (1 ξ)2 (2 + ξ), N (e) θ i N v (e) j = 1 4 (1 + ξ)2 (2 ξ), N (e) θ j = 1 8 l(1 ξ)2 (1 + ξ), = 1 8 l(1 + ξ)2 (1 ξ). IFEM Ch 13 Slide 13

14 Element Stiffness and Consistent Node Forces B = 1 [ ξ 6 l l 3ξ 1 6 ξ l 3ξ + 1 ] (e) = 1 2 u(e)t K (e) u (e) u (e)t f (e) K (e) = l 0 EI B T B dx = 1 1 EI B T B 1 2 l dξ f (e) = l 0 N T qdx= 1 1 N T q 1 2 l dξ IFEM Ch 13 Slide 14

15 Analytical Computation of Prismatic Beam Element Stiffness K (e) = EI 2l ξ 2 6ξ(3ξ 1)l 36ξ 2 6ξ(3ξ + 1)l (3ξ 1) 2 l 2 6ξ(3ξ 1)l (9ξ 2 1)l 2 36ξ 2 6ξ(3ξ + 1)l dξ symm (3ξ + 1) 2 l 2 = EI l l 12 6l 4l 2 6l 2l l symm 4l 2 IFEM Ch 13 Slide 15

16 Mathematica Script for Symbolic Computation of Prismatic Plane Beam Element Stiffness ClearAll[EI,l,Ξ]; B={{6*Ξ,(3*Ξ-1)*l,-6*Ξ,(3*Ξ+1)*l}}/l^2; Ke=(EI*l/2)*Integrate[Transpose[B].B,{Ξ,-1,1}]; Ke=Simplify[Ke]; Print["Ke for prismatic beam:"]; Print[Ke//MatrixForm]; Ke for prismatic beam: 12 EI l 3 6EI l 2 12 EI l 3 6EI l 2 6EI l 2 4EI l 6EI l 2 2EI l 12 EI l 3 6EI l 2 12 EI l 3 6EI l 2 6EI l 2 2EI l 6EI l 2 4EI l Corroborates the result from hand integration. IFEM Ch 13 Slide 16

17 Analytical Computation of Consistent Node Force Vector for Uniform Load q f (e) = 1 2 ql 1 1 N dξ = 1 2 ql = ql l l 1 4 (1 ξ)2 (2 + ξ) 1 8 l(1 ξ)2 (1 + ξ) 1 4 (1 + ξ)2 (2 ξ) 1 8 l(1 + ξ)2 (1 ξ) "fixed end moments" dξ IFEM Ch 13 Slide 17

18 Mathematica Script for Computation of Consistent Node Force Vector for Uniform q ClearAll[q,l,Ξ] Ne={{2*(1-Ξ)^2*(2+Ξ), (1-Ξ)^2*(1+Ξ)*l, 2*(1+Ξ)^2*(2-Ξ),-(1+Ξ)^2*(1-Ξ)*l}}/8; fe=(q*l/2)*integrate[ne,{ξ,-1,1}]; fe=simplify[fe]; Print["fe^T for uniform load q:"]; Print[fe//MatrixForm]; fe^t for uniform load q: lq 2 l 2 q 12 lq 2 l2 q 12 Force vector printed as row vector to save space. IFEM Ch 13 Slide 18

Variational Formulation of Plane Beam Element

Variational Formulation of Plane Beam Element . Variational Formulation of Plane Beam Element Chapter : VARIATIONAL FORMULATION OF PLANE BEAM ELEMENT TABLE OF CONTENTS Page.. Introduction 3.. What is a Beam? 3... Terminology................. 3...

More information

Variational Formulation of Plane Beam Element

Variational Formulation of Plane Beam Element Variational Formulation of Plane Beam Element Chapter : VARIATIONAL FORMULATION OF PLANE BEAM ELEMENT TABLE OF CONTENTS Page. Introduction..................... 3. What is a Beam?................... 3..

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

Lecture 7: The Beam Element Equations.

Lecture 7: The Beam Element Equations. 4.1 Beam Stiffness. A Beam: A long slender structural component generally subjected to transverse loading that produces significant bending effects as opposed to twisting or axial effects. MECH 40: Finite

More information

Lecture 15 Strain and stress in beams

Lecture 15 Strain and stress in beams Spring, 2019 ME 323 Mechanics of Materials Lecture 15 Strain and stress in beams Reading assignment: 6.1 6.2 News: Instructor: Prof. Marcial Gonzalez Last modified: 1/6/19 9:42:38 PM Beam theory (@ ME

More information

The Plane Stress Problem

The Plane Stress Problem 14 The Plane Stress Problem IFEM Ch 14 Slide 1 Plate in Plane Stress Thickness dimension or transverse dimension z Top surface Inplane dimensions: in, plane IFEM Ch 14 Slide 2 Mathematical Idealization

More information

[8] Bending and Shear Loading of Beams

[8] Bending and Shear Loading of Beams [8] Bending and Shear Loading of Beams Page 1 of 28 [8] Bending and Shear Loading of Beams [8.1] Bending of Beams (will not be covered in class) [8.2] Bending Strain and Stress [8.3] Shear in Straight

More information

Mechanics in Energy Resources Engineering - Chapter 5 Stresses in Beams (Basic topics)

Mechanics in Energy Resources Engineering - Chapter 5 Stresses in Beams (Basic topics) Week 7, 14 March Mechanics in Energy Resources Engineering - Chapter 5 Stresses in Beams (Basic topics) Ki-Bok Min, PhD Assistant Professor Energy Resources Engineering i Seoul National University Shear

More information

Finite element modelling of structural mechanics problems

Finite element modelling of structural mechanics problems 1 Finite element modelling of structural mechanics problems Kjell Magne Mathisen Department of Structural Engineering Norwegian University of Science and Technology Lecture 10: Geilo Winter School - January,

More information

Slender Structures Load carrying principles

Slender Structures Load carrying principles Slender Structures Load carrying principles Basic cases: Extension, Shear, Torsion, Cable Bending (Euler) v017-1 Hans Welleman 1 Content (preliminary schedule) Basic cases Extension, shear, torsion, cable

More information

General elastic beam with an elastic foundation

General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Slender Structures Load carrying principles

Slender Structures Load carrying principles Slender Structures Load carrying principles Continuously Elastic Supported (basic) Cases: Etension, shear Euler-Bernoulli beam (Winkler 1867) v2017-2 Hans Welleman 1 Content (preliminary schedule) Basic

More information

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

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 11 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 11 Last class, what we did is, we looked at a method called superposition

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

Presented By: EAS 6939 Aerospace Structural Composites

Presented By: EAS 6939 Aerospace Structural Composites A Beam Theory for Laminated Composites and Application to Torsion Problems Dr. BhavaniV. Sankar Presented By: Sameer Luthra EAS 6939 Aerospace Structural Composites 1 Introduction Composite beams have

More information

Symmetric Bending of Beams

Symmetric Bending of Beams Symmetric Bending of Beams beam is any long structural member on which loads act perpendicular to the longitudinal axis. Learning objectives Understand the theory, its limitations and its applications

More information

The CR Formulation: BE Plane Beam

The CR Formulation: BE Plane Beam 6 The CR Formulation: BE Plane Beam 6 Chapter 6: THE CR FORMUATION: BE PANE BEAM TABE OF CONTENTS Page 6. Introduction..................... 6 4 6.2 CR Beam Kinematics................. 6 4 6.2. Coordinate

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

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen

CIV-E1060 Engineering Computation and Simulation Examination, December 12, 2017 / Niiranen CIV-E16 Engineering Computation and Simulation Examination, December 12, 217 / Niiranen This examination consists of 3 problems rated by the standard scale 1...6. Problem 1 Let us consider a long and tall

More information

Linear elastic analysis of thin laminated beams with uniform and symmetric cross-section

Linear elastic analysis of thin laminated beams with uniform and symmetric cross-section Applied and Computational Mechanics 2 (2008) 397 408 Linear elastic analysis of thin laminated beams with uniform and symmetric cross-section M. Zajíček a, a Faculty of Applied Sciences, UWB in Pilsen,

More information

EML4507 Finite Element Analysis and Design EXAM 1

EML4507 Finite Element Analysis and Design EXAM 1 2-17-15 Name (underline last name): EML4507 Finite Element Analysis and Design EXAM 1 In this exam you may not use any materials except a pencil or a pen, an 8.5x11 formula sheet, and a calculator. Whenever

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

Strength of Materials Prof. S.K.Bhattacharya Dept. of Civil Engineering, I.I.T., Kharagpur Lecture No.26 Stresses in Beams-I

Strength of Materials Prof. S.K.Bhattacharya Dept. of Civil Engineering, I.I.T., Kharagpur Lecture No.26 Stresses in Beams-I Strength of Materials Prof. S.K.Bhattacharya Dept. of Civil Engineering, I.I.T., Kharagpur Lecture No.26 Stresses in Beams-I Welcome to the first lesson of the 6th module which is on Stresses in Beams

More information

bending moment in the beam can be obtained by integration

bending moment in the beam can be obtained by integration q 0 L 4 B = - v(l) = CCC ( ) 30 EI Example 9-5 an overhanging beam ABC with a concentrated load P applied at the end determine the equation of deflection curve and the deflection C at the end flexural

More information

4.5 The framework element stiffness matrix

4.5 The framework element stiffness matrix 45 The framework element stiffness matri Consider a 1 degree-of-freedom element that is straight prismatic and symmetric about both principal cross-sectional aes For such a section the shear center coincides

More information

CHAPTER 5. Beam Theory

CHAPTER 5. Beam Theory CHPTER 5. Beam Theory SangJoon Shin School of Mechanical and erospace Engineering Seoul National University ctive eroelasticity and Rotorcraft Lab. 5. The Euler-Bernoulli assumptions One of its dimensions

More information

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian ahmadian@iust.ac.ir Dynamic Response of MDOF Systems: Mode-Superposition Method Mode-Superposition Method:

More information

M5 Simple Beam Theory (continued)

M5 Simple Beam Theory (continued) M5 Simple Beam Theory (continued) Reading: Crandall, Dahl and Lardner 7.-7.6 In the previous lecture we had reached the point of obtaining 5 equations, 5 unknowns by application of equations of elasticity

More information

M.S Comprehensive Examination Analysis

M.S Comprehensive Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... M.S Comprehensive

More information

ENGN2340 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn

ENGN2340 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn ENGN234 Final Project: Implementation of a Euler-Bernuolli Beam Element Michael Monn 12/11/13 Problem Definition and Shape Functions Although there exist many analytical solutions to the Euler-Bernuolli

More information

FINAL EXAMINATION. (CE130-2 Mechanics of Materials)

FINAL EXAMINATION. (CE130-2 Mechanics of Materials) UNIVERSITY OF CLIFORNI, ERKELEY FLL SEMESTER 001 FINL EXMINTION (CE130- Mechanics of Materials) Problem 1: (15 points) pinned -bar structure is shown in Figure 1. There is an external force, W = 5000N,

More information

Mechanics of Inflatable Fabric Beams

Mechanics of Inflatable Fabric Beams Copyright c 2008 ICCES ICCES, vol.5, no.2, pp.93-98 Mechanics of Inflatable Fabric Beams C. Wielgosz 1,J.C.Thomas 1,A.LeVan 1 Summary In this paper we present a summary of the behaviour of inflatable fabric

More information

CHAPTER -6- BENDING Part -1-

CHAPTER -6- BENDING Part -1- Ishik University / Sulaimani Civil Engineering Department Mechanics of Materials CE 211 CHAPTER -6- BENDING Part -1-1 CHAPTER -6- Bending Outlines of this chapter: 6.1. Chapter Objectives 6.2. Shear and

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

EE C245 ME C218 Introduction to MEMS Design

EE C245 ME C218 Introduction to MEMS Design EE C245 ME C218 Introduction to MEMS Design Fall 2007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 Lecture 16: Energy

More information

A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS

A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS A HIGHER-ORDER BEAM THEORY FOR COMPOSITE BOX BEAMS A. Kroker, W. Becker TU Darmstadt, Department of Mechanical Engineering, Chair of Structural Mechanics Hochschulstr. 1, D-64289 Darmstadt, Germany kroker@mechanik.tu-darmstadt.de,

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

BEAM DEFLECTION THE ELASTIC CURVE

BEAM DEFLECTION THE ELASTIC CURVE BEAM DEFLECTION Samantha Ramirez THE ELASTIC CURVE The deflection diagram of the longitudinal axis that passes through the centroid of each cross-sectional area of a beam. Supports that apply a moment

More information

6. Bending CHAPTER OBJECTIVES

6. Bending CHAPTER OBJECTIVES CHAPTER OBJECTIVES Determine stress in members caused by bending Discuss how to establish shear and moment diagrams for a beam or shaft Determine largest shear and moment in a member, and specify where

More information

Indeterminate Analysis Force Method 1

Indeterminate Analysis Force Method 1 Indeterminate Analysis Force Method 1 The force (flexibility) method expresses the relationships between displacements and forces that exist in a structure. Primary objective of the force method is to

More information

Vibration of a Euler Bernoulli uniform beam carrying a rigid body at each end

Vibration of a Euler Bernoulli uniform beam carrying a rigid body at each end Vibration of a Euler Bernoulli uniform beam carrying a rigid body at each end S. Naguleswaran Department of Mechanical Engineering, University of Canterbury, Christchurch, New Zealand E-Mail: sivapatham.naguleswaran@canterbury.ac.nz

More information

Lecture notes Models of Mechanics

Lecture notes Models of Mechanics Lecture notes Models of Mechanics Anders Klarbring Division of Mechanics, Linköping University, Sweden Lecture 7: Small deformation theories Klarbring (Mechanics, LiU) Lecture notes Linköping 2012 1 /

More information

More Examples Of Generalized Coordinates

More Examples Of Generalized Coordinates Slides of ecture 8 Today s Class: Review Of Homework From ecture 7 Hamilton s Principle More Examples Of Generalized Coordinates Calculating Generalized Forces Via Virtual Work /3/98 /home/djsegal/unm/vibcourse/slides/ecture8.frm

More information

1 Static Plastic Behaviour of Beams

1 Static Plastic Behaviour of Beams 1 Static Plastic Behaviour of Beams 1.1 Introduction Many ductile materials which are used in engineering practice have a considerable reserve capacity beyond the initial yield condition. The uniaxial

More information

Elasto-plastic concrete beam analysis by 1-dimensional Finite Element Method

Elasto-plastic concrete beam analysis by 1-dimensional Finite Element Method AALBORG UNIVERSITY MASTER S THESIS Elasto-plastic concrete beam analysis by 1-dimensional Finite Element Method Authors: Niels F. Overgaard Martin B. Andreasen Supervisors: Johan Clausen Lars V. Andersen

More information

Chapter 12 Plate Bending Elements. Chapter 12 Plate Bending Elements

Chapter 12 Plate Bending Elements. Chapter 12 Plate Bending Elements CIVL 7/8117 Chapter 12 - Plate Bending Elements 1/34 Chapter 12 Plate Bending Elements Learning Objectives To introduce basic concepts of plate bending. To derive a common plate bending element stiffness

More information

Ph.D. Preliminary Examination Analysis

Ph.D. Preliminary Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... Ph.D.

More information

Aircraft Structures Kirchhoff-Love Plates

Aircraft Structures Kirchhoff-Love Plates University of Liège erospace & Mechanical Engineering ircraft Structures Kirchhoff-Love Plates Ludovic Noels Computational & Multiscale Mechanics of Materials CM3 http://www.ltas-cm3.ulg.ac.be/ Chemin

More information

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation

Quintic beam closed form matrices (revised 2/21, 2/23/12) General elastic beam with an elastic foundation General elastic beam with an elastic foundation Figure 1 shows a beam-column on an elastic foundation. The beam is connected to a continuous series of foundation springs. The other end of the foundation

More information

Seismic Pushover Analysis Using AASHTO Guide Specifications for LRFD Seismic Bridge Design

Seismic Pushover Analysis Using AASHTO Guide Specifications for LRFD Seismic Bridge Design Seismic Pushover Analysis Using AASHTO Guide Specifications for LRFD Seismic Bridge Design Elmer E. Marx, Alaska Department of Transportation and Public Facilities Michael Keever, California Department

More information

Lecture 11: The Stiffness Method. Introduction

Lecture 11: The Stiffness Method. Introduction Introduction Although the mathematical formulation of the flexibility and stiffness methods are similar, the physical concepts involved are different. We found that in the flexibility method, the unknowns

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

December 10, PROBLEM NO points max.

December 10, PROBLEM NO points max. PROBLEM NO. 1 25 points max. PROBLEM NO. 2 25 points max. B 3A A C D A H k P L 2L Given: Consider the structure above that is made up of rod segments BC and DH, a spring of stiffness k and rigid connectors

More information

HIGHER-ORDER THEORIES

HIGHER-ORDER THEORIES HIGHER-ORDER THEORIES THIRD-ORDER SHEAR DEFORMATION PLATE THEORY LAYERWISE LAMINATE THEORY J.N. Reddy 1 Third-Order Shear Deformation Plate Theory Assumed Displacement Field µ u(x y z t) u 0 (x y t) +

More information

Application of Finite Element Method to Create Animated Simulation of Beam Analysis for the Course of Mechanics of Materials

Application of Finite Element Method to Create Animated Simulation of Beam Analysis for the Course of Mechanics of Materials International Conference on Engineering Education and Research "Progress Through Partnership" 4 VSB-TUO, Ostrava, ISSN 156-35 Application of Finite Element Method to Create Animated Simulation of Beam

More information

MECE 3321: Mechanics of Solids Chapter 6

MECE 3321: Mechanics of Solids Chapter 6 MECE 3321: Mechanics of Solids Chapter 6 Samantha Ramirez Beams Beams are long straight members that carry loads perpendicular to their longitudinal axis Beams are classified by the way they are supported

More information

2 marks Questions and Answers

2 marks Questions and Answers 1. Define the term strain energy. A: Strain Energy of the elastic body is defined as the internal work done by the external load in deforming or straining the body. 2. Define the terms: Resilience and

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

ACCURATE MODELLING OF STRAIN DISCONTINUITIES IN BEAMS USING AN XFEM APPROACH

ACCURATE MODELLING OF STRAIN DISCONTINUITIES IN BEAMS USING AN XFEM APPROACH VI International Conference on Adaptive Modeling and Simulation ADMOS 213 J. P. Moitinho de Almeida, P. Díez, C. Tiago and N. Parés (Eds) ACCURATE MODELLING OF STRAIN DISCONTINUITIES IN BEAMS USING AN

More information

CHAPTER 14 BUCKLING ANALYSIS OF 1D AND 2D STRUCTURES

CHAPTER 14 BUCKLING ANALYSIS OF 1D AND 2D STRUCTURES CHAPTER 14 BUCKLING ANALYSIS OF 1D AND 2D STRUCTURES 14.1 GENERAL REMARKS In structures where dominant loading is usually static, the most common cause of the collapse is a buckling failure. Buckling may

More information

Free vibration and stability of axially functionally graded tapered Euler-Bernoulli beams

Free vibration and stability of axially functionally graded tapered Euler-Bernoulli beams Shock and Vibration 18 211 683 696 683 DOI 1.3233/SAV-21-589 IOS Press Free vibration and stability of axially functionally graded tapered Euler-Bernoulli beams Ahmad Shahba a,b, Reza Attarnejad a,b, and

More information

Mechanics of Structures (CE130N) Lab 3

Mechanics of Structures (CE130N) Lab 3 UNIVERSITY OF CALIFORNIA AT BERKELEY CE 130N, Spring 2009 Department of Civil and Environmental Engineering Prof. S. Govindjee and Dr. T. Koyama Structural Engineering, Mechanics and Materials Lab 3 1

More information

Macaulay s method for a Timoshenko beam

Macaulay s method for a Timoshenko beam Macaulay s method for a Timoshenko beam N. G. Stephen School of Engineering Sciences, Mechanical Engineering, University of Southampton, Highfield, Southampton SO7 BJ, UK E-mail: ngs@soton.ac.uk Abstract

More information

3. BEAMS: STRAIN, STRESS, DEFLECTIONS

3. BEAMS: STRAIN, STRESS, DEFLECTIONS 3. BEAMS: STRAIN, STRESS, DEFLECTIONS The beam, or flexural member, is frequently encountered in structures and machines, and its elementary stress analysis constitutes one of the more interesting facets

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

MECHANICS OF MATERIALS. Analysis of Beams for Bending

MECHANICS OF MATERIALS. Analysis of Beams for Bending MECHANICS OF MATERIALS Analysis of Beams for Bending By NUR FARHAYU ARIFFIN Faculty of Civil Engineering & Earth Resources Chapter Description Expected Outcomes Define the elastic deformation of an axially

More information

Mechanical Design in Optical Engineering

Mechanical Design in Optical Engineering OPTI Buckling Buckling and Stability: As we learned in the previous lectures, structures may fail in a variety of ways, depending on the materials, load and support conditions. We had two primary concerns:

More information

Stresses in Curved Beam

Stresses in Curved Beam Stresses in Curved Beam Consider a curved beam subjected to bending moment M b as shown in the figure. The distribution of stress in curved flexural member is determined by using the following assumptions:

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

Beams. Beams are structural members that offer resistance to bending due to applied load

Beams. Beams are structural members that offer resistance to bending due to applied load Beams Beams are structural members that offer resistance to bending due to applied load 1 Beams Long prismatic members Non-prismatic sections also possible Each cross-section dimension Length of member

More information

a x Questions on Classical Solutions 1. Consider an infinite linear elastic plate with a hole as shown. Uniform shear stress

a x Questions on Classical Solutions 1. Consider an infinite linear elastic plate with a hole as shown. Uniform shear stress Questions on Classical Solutions. Consider an infinite linear elastic plate with a hole as shown. Uniform shear stress σ xy = T is applied at infinity. Determine the value of the stress σ θθ on the edge

More information

Discontinuous Distributions in Mechanics of Materials

Discontinuous Distributions in Mechanics of Materials Discontinuous Distributions in Mechanics of Materials J.E. Akin, Rice University 1. Introduction The study of the mechanics of materials continues to change slowly. The student needs to learn about software

More information

Engineering Mechanics Department of Mechanical Engineering Dr. G. Saravana Kumar Indian Institute of Technology, Guwahati

Engineering Mechanics Department of Mechanical Engineering Dr. G. Saravana Kumar Indian Institute of Technology, Guwahati Engineering Mechanics Department of Mechanical Engineering Dr. G. Saravana Kumar Indian Institute of Technology, Guwahati Module 3 Lecture 6 Internal Forces Today, we will see analysis of structures part

More information

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

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 13 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:25) Module - 01 Lecture - 13 In the last class, we have seen how

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

Nonconservative Loading: Overview

Nonconservative Loading: Overview 35 Nonconservative Loading: Overview 35 Chapter 35: NONCONSERVATIVE LOADING: OVERVIEW TABLE OF CONTENTS Page 35. Introduction..................... 35 3 35.2 Sources...................... 35 3 35.3 Three

More information

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 6 Shearing Stress in Beams & Thin-Walled Members

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 6 Shearing Stress in Beams & Thin-Walled Members EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 6 Shearing Stress in Beams & Thin-Walled Members Beams Bending & Shearing EMA 3702 Mechanics & Materials Science Zhe Cheng (2018)

More information

BEAM A horizontal or inclined structural member that is designed to resist forces acting to its axis is called a beam

BEAM A horizontal or inclined structural member that is designed to resist forces acting to its axis is called a beam BEM horizontal or inclined structural member that is designed to resist forces acting to its axis is called a beam INTERNL FORCES IN BEM Whether or not a beam will break, depend on the internal resistances

More information

Chapter 7: Internal Forces

Chapter 7: Internal Forces Chapter 7: Internal Forces Chapter Objectives To show how to use the method of sections for determining the internal loadings in a member. To generalize this procedure by formulating equations that can

More information

EE C245 ME C218 Introduction to MEMS Design Fall 2010

EE C245 ME C218 Introduction to MEMS Design Fall 2010 EE C245 ME C218 Introduction to MEMS Design Fall 2010 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 Lecture EE C245:

More information

Preliminaries: Beam Deflections Virtual Work

Preliminaries: Beam Deflections Virtual Work Preliminaries: Beam eflections Virtual Work There are several methods available to calculate deformations (displacements and rotations) in beams. They include: Formulating moment equations and then integrating

More information

Chapter 2 Examples of Optimization of Discrete Parameter Systems

Chapter 2 Examples of Optimization of Discrete Parameter Systems Chapter Examples of Optimization of Discrete Parameter Systems The following chapter gives some examples of the general optimization problem (SO) introduced in the previous chapter. They all concern the

More information

MISG 2011, Problem 1: Coal Mine pillar extraction

MISG 2011, Problem 1: Coal Mine pillar extraction MISG 2011, Problem 1: Coal Mine pillar extraction Group 1 and 2 January 14, 2011 Group 1 () Coal Mine pillar extraction January 14, 2011 1 / 30 Group members C. Please, D.P. Mason, M. Khalique, J. Medard.

More information

Kirchhoff Plates: Field Equations

Kirchhoff Plates: Field Equations 20 Kirchhoff Plates: Field Equations AFEM Ch 20 Slide 1 Plate Structures A plate is a three dimensional bod characterized b Thinness: one of the plate dimensions, the thickness, is much smaller than the

More information

Module 3. Analysis of Statically Indeterminate Structures by the Displacement Method

Module 3. Analysis of Statically Indeterminate Structures by the Displacement Method odule 3 Analysis of Statically Indeterminate Structures by the Displacement ethod Lesson 14 The Slope-Deflection ethod: An Introduction Introduction As pointed out earlier, there are two distinct methods

More information

Application of Differential Transform Method in Free Vibration Analysis of Rotating Non-Prismatic Beams

Application of Differential Transform Method in Free Vibration Analysis of Rotating Non-Prismatic Beams World Applied Sciences Journal 5 (4): 44-448, 8 ISSN 88-495 IDOSI Publications, 8 Application of Differential Transform Method in Free Vibration Analysis of Rotating Non-Prismatic Beams Reza Attarnejad

More information

ENG2000 Chapter 7 Beams. ENG2000: R.I. Hornsey Beam: 1

ENG2000 Chapter 7 Beams. ENG2000: R.I. Hornsey Beam: 1 ENG2000 Chapter 7 Beams ENG2000: R.I. Hornsey Beam: 1 Overview In this chapter, we consider the stresses and moments present in loaded beams shear stress and bending moment diagrams We will also look at

More information

Introduction to Timoshenko Beam Theory

Introduction to Timoshenko Beam Theory Introduction to Timoshenko Beam Theory Aamer Haque Abstract Timoshenko beam theory includes the effect of shear deformation which is ignored in Euler-Bernoulli beam theory. An elementary derivation is

More information

Eindhoven University of Technology MASTER. Finite element methods for geometrically linear curved beams. Kinyanjui, T.W.

Eindhoven University of Technology MASTER. Finite element methods for geometrically linear curved beams. Kinyanjui, T.W. Eindhoven University of Technology MASTER Finite element methods for geometrically linear curved beams Kinyanjui, T.W. Award date: 2012 Link to publication Disclaimer This document contains a student thesis

More information

Analysis of Infinitely Long Euler Bernoulli Beam on Two Parameter Elastic Foundation: Case of Point Load

Analysis of Infinitely Long Euler Bernoulli Beam on Two Parameter Elastic Foundation: Case of Point Load Analysis of Infinitely Long Euler Bernoulli Beam on Two Parameter Elastic Foundation: Case of Point Load Dr. Mama, Benjamin Okwudili Department of Civil Engineering, University of Nigeria, Nsukka. benjamin.mama@unn.edu.ng

More information

EE C245 ME C218 Introduction to MEMS Design

EE C245 ME C218 Introduction to MEMS Design EE C245 ME C218 Introduction to MEMS Design Fall 2007 Prof. Clark T.-C. Nguyen Dept. of Electrical Engineering & Computer Sciences University of California at Berkeley Berkeley, CA 94720 ecture 15: Beam

More information

This procedure covers the determination of the moment of inertia about the neutral axis.

This procedure covers the determination of the moment of inertia about the neutral axis. 327 Sample Problems Problem 16.1 The moment of inertia about the neutral axis for the T-beam shown is most nearly (A) 36 in 4 (C) 236 in 4 (B) 136 in 4 (D) 736 in 4 This procedure covers the determination

More information

PURE BENDING. If a simply supported beam carries two point loads of 10 kn as shown in the following figure, pure bending occurs at segment BC.

PURE BENDING. If a simply supported beam carries two point loads of 10 kn as shown in the following figure, pure bending occurs at segment BC. BENDING STRESS The effect of a bending moment applied to a cross-section of a beam is to induce a state of stress across that section. These stresses are known as bending stresses and they act normally

More information

10. Applications of 1-D Hermite elements

10. Applications of 1-D Hermite elements 10. Applications of 1-D Hermite elements... 1 10.1 Introduction... 1 10.2 General case fourth-order beam equation... 3 10.3 Integral form... 5 10.4 Element Arrays... 7 10.5 C1 Element models... 8 10.6

More information

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 10 Columns

EMA 3702 Mechanics & Materials Science (Mechanics of Materials) Chapter 10 Columns EMA 370 Mechanics & Materials Science (Mechanics of Materials) Chapter 10 Columns Columns Introduction Columns are vertical prismatic members subjected to compressive forces Goals: 1. Study the stability

More information

Green s Functions for Euler-Bernoulli Beams

Green s Functions for Euler-Bernoulli Beams Green s Functions for Euler-Bernoulli Beams Aamer Haque Abstract A Green s function for the Euler-Bernoulli beam is the response of a dependent variable to a unit load. The form of the Green s functions

More information

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method

Module 2. Analysis of Statically Indeterminate Structures by the Matrix Force Method Module 2 Analysis of Statically Indeterminate Structures by the Matrix Force Method Lesson 8 The Force Method of Analysis: Beams Instructional Objectives After reading this chapter the student will be

More information

9.1 Introduction to bifurcation of equilibrium and structural

9.1 Introduction to bifurcation of equilibrium and structural Module 9 Stability and Buckling Readings: BC Ch 14 earning Objectives Understand the basic concept of structural instability and bifurcation of equilibrium. Derive the basic buckling load of beams subject

More information

William J. McCutcheon U.S. Department of Agriculture, Forest Service Forest Products Laboratory Madison, Wisconsin 53705

William J. McCutcheon U.S. Department of Agriculture, Forest Service Forest Products Laboratory Madison, Wisconsin 53705 This article appeared in Civil Engineering for Practicing and Design Engineers 2: 207-233; 1983. McCutcheon, William J. Deflections and stresses in circular tapered beams and poles. Civil Eng. Pract. Des,

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