STATIC FEM ALGORITHM FOR A TRUSS

Size: px
Start display at page:

Download "STATIC FEM ALGORITHM FOR A TRUSS"

Transcription

1 STATIC FEM ALGORITHM FOR A TRUSS Piotr Pluciński p.plucinski@l5.pk.edu.pl Jerzy Pamin jpamin@l5.pk.edu.pl

2 Scope of lecture Truss as a set of nodes and bars (truss elements) Truss element description Example computations for 2D truss (MathCAD)

3 Computational model - discretization Computational model In the computational model we must guarantee: continuity of displacements (at nodes, where elements are connected) satisfaction of kinematic constraints satisfaction of equilibrium equations for the structure and any substructure (e.g. a node or element)

4 Computational model - discretization Discretization process - mesh generation Bar structure is idealized as a discrete system of elements and nodes Numbering nodes Numbering elements Specification of relations between elements and nodes (topology of discrete model) e i j

5 Truss element description (2D) Definitions of variables describing the displacements, strain and cross-section force in the bar under tension/compression u(x) = {u(x)}, e(x) = {ε 0 (x)}, s(x) = {N(x)} Kinematic and physical equation for a point P(x, y, z) = P(x, 0, 0) = P(x) on bar axis ε 0 = du dx e = Lu, L = [ ] d dx N = EA ε 0 s = De, D = [EA]

6 Truss element description (2D) Displacement approximation in element (local) coordinate system 0x Number of local dofs of a node ndof w = 1 and element ndof e = 2. 1 q e 1 = ue 1 e L e 2 x e, u ξ = x e L e q e 2 = ue 2 where ξ = x e q w = {u w } [1 1] q e = {q1, e q2} e = {u1, e u2} e [2 1] u(ξ) [1 1] = {u(ξ)} = N(ξ) q e = [1 2] [2 1] ] = [ (1 ξ) ξ ] [ q e 1 q e 2 normalized coordinate Le

7 Truss element description (2D) Strain, normal force and stiffness matrix in element (local) coordinate system 0x e(ξ) [1 1] = {ε 0 (ξ)} = LN e (ξ) q e = B(ξ) q e = [ [ ] 1 1 q e L e L 1 e [1 2] [2 1] q2 e s(ξ) = {N(ξ)} = D [1 1] k e [2 2] = Le 0 B T DBdx = [1 1] B(ξ) [1 2] ( ) e [ EA L q e = [EA] e [ [ ] 1 1 q e L e L 1 e [2 1] q2 e ] ] ]

8 Truss element description (2D) Description of truss element in global coordinate set 0XY y Number of global dofs of a node NDOF w = 2 and element NDOF e = 4 (c = cos α e, s = sin α e ) Q e 4 q e 2 Q e 1 q e 1 Q e 2 [ q e q1 = [2 1] q 2 α e ] e = Q e = T et [4 1] [4 2] qe [2 1] x Q e 3 [ c s c s ] e Q w = {U w, V w } [2 1] Q e = {Q 1, Q 2, Q 3, Q 4 } = [4 1] Q 1 Q 2 Q 3 Q 4 = {U 1, V 1, U 2, V 2 } e = T e [2 4] Qe [4 1]

9 Truss element description (2D) Global stiffness matrix: (c = cos α e, s = sin α e ) K e [4 4] = (TT kt) e = ( EA L ) e cc cs cc cs cs ss cs ss cc cs cc cs cs ss cs ss e

10 Flowchart of FEM algorithm for statics Discretization Computation of stiffness matrices and nodal load vectors for elements Assembly Consideration of boundary conditions Computation of nodal displacement vector and reaction vector Return to each element to compute nodal force vectors

11 Problem definition and discretization Q 6 Q Q 1 Q 2 1 Q 4 Q 3

12 Input data Stiffness matrix k e Incidence matrix Transformation matrix T e Longitudinal stiffness

13 Computation of length, values of trigonometric functions and transformation matrix for element 1

14 Stiffness matrix of element 1 in local and global coordinate set

15 Computation of length, values of trigonometric functions and transformation matrix for element 2

16 Stiffness matrix of element 2 in local and global coordinate set

17 Computation of length, values of trigonometric functions and transformation matrix for element 3

18 Stiffness matrix of element 3 in local and global coordinate set

19 Assembly of stiffness matrix for element 1 into global stiffness matrix

20 Assembly of stiffness matrix for element 2 into global stiffness matrix

21 Assembly of stiffness matrix for element 3 into global stiffness matrix

22 Definition of load vector with point load 10 kn Q 6 Q 5

23 Computation of substitute load vector due to imposed displacement Q 4 Q 3 = m

24 Imposition of boundary conditions K K w, F F w Q 6 Q 5 = 0 K 11 K 12 K 13 K 14 K 15 K 16 K 21 K 22 K 23 K 24 K 25 K 26 K 31 K 32 K 33 K 34 K 35 K 36 K 41 K 42 K 43 K 44 K 45 K 46 K 51 K 52 K 53 K 54 K 55 K 56 K 61 K 62 K 63 K 64 K 65 K Q 3 0 Q 6 = F s6 + R 1 R 2 0 R 4 R 5 0 Q 1 = 0 Q 4 = Q 3 Q 2 = 0

25 Computation of nodal displacements Q 6 = Q 3 = Q 4 =

26 Determination of support reactions R 5 = R 1 = R 2 = R 4 = 2.222

27 Return to element to compute nodal forces - diagram of nodal forces Element 1 Element 2 Element 3

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

CHAPTER 3. INTRODUCTION TO MATRIX METHODS FOR STRUCTURAL ANALYSIS

CHAPTER 3. INTRODUCTION TO MATRIX METHODS FOR STRUCTURAL ANALYSIS 1 CHAPTER 3. INTRODUCTION TO MATRIX METHODS FOR STRUCTURAL ANALYSIS Written by: Sophia Hassiotis, January, 2003 Last revision: February, 2015 Modern methods of structural analysis overcome some of the

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

Programming a truss finite element solver in C

Programming a truss finite element solver in C CHAPTER 4 Programming a truss finite element solver in C In this section, some C functions are developed that allow to compute displacements and internal efforts of a two-dimensional truss structure. 4.1

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

The Matrix Stiffness Method for 2D Trusses

The Matrix Stiffness Method for 2D Trusses The Matrix Stiffness Method for D Trusses Method CEE 4L. Matrix Structural Analysis Department of Civil and Environmental Engineering Duke University Henri P. Gavin Fall, 04. Number all of the nodes and

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

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

SSLV105 - Stiffening centrifuges of a beam in rotation

SSLV105 - Stiffening centrifuges of a beam in rotation Titre : SSLV105 - Raidissement centrifuge d'une poutre en [...] Date : 19/09/2011 Page : 1/6 SSLV105 - Stiffening centrifuges of a beam in rotation Summarized: Test of Structural mechanics in linear static

More information

CHAP 4 FINITE ELEMENT ANALYSIS OF BEAMS AND FRAMES INTRODUCTION

CHAP 4 FINITE ELEMENT ANALYSIS OF BEAMS AND FRAMES INTRODUCTION CHAP FINITE EEMENT ANAYSIS OF BEAMS AND FRAMES INTRODUCTION We learned Direct Stiffness Method in Chapter imited to simple elements such as D bars we will learn Energ Method to build beam finite element

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

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

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

The Convolution Operation

The Convolution Operation The Convolution Operation Convolution is a very natural mathematical operation which occurs in both discrete and continuous modes of various kinds. We often encounter it in the course of doing other operations

More information

FINITE ELEMENT : MATRIX FORMULATION. Georges Cailletaud Ecole des Mines de Paris, Centre des Matériaux UMR CNRS 7633

FINITE ELEMENT : MATRIX FORMULATION. Georges Cailletaud Ecole des Mines de Paris, Centre des Matériaux UMR CNRS 7633 FINITE ELEMENT : MATRIX FORMULATION Georges Cailletaud Ecole des Mines de Paris, Centre des Matériaux UMR CNRS 76 FINITE ELEMENT : MATRIX FORMULATION Discrete vs continuous Element type Polynomial approximation

More information

Calculation of Eigenfields for the European XFEL Cavities

Calculation of Eigenfields for the European XFEL Cavities Calculation of Eigenfields for the European XFEL Cavities Wolfgang Ackermann, Erion Gjonaj, Wolfgang F. O. Müller, Thomas Weiland Institut Theorie Elektromagnetischer Felder, TU Darmstadt Status Meeting

More information

3 Concepts of Stress Analysis

3 Concepts of Stress Analysis 3 Concepts of Stress Analysis 3.1 Introduction Here the concepts of stress analysis will be stated in a finite element context. That means that the primary unknown will be the (generalized) displacements.

More information

AN INTRODUCTORY ANSYS TUTORIAL: SOLVING A STATIC TRUSS PROBLEM

AN INTRODUCTORY ANSYS TUTORIAL: SOLVING A STATIC TRUSS PROBLEM AN INTRODUCTORY ANSYS TUTORIAL: SOLVING A STATIC TRUSS PROBLEM Rajesh Bhaskaran Cornell University E-mail: rb88@cornell.edu This is a quick-and-dirty introductory tutorial to the ANSYS software package

More information

Deflections. Question: What are Structural Deflections?

Deflections. Question: What are Structural Deflections? Question: What are Structural Deflections? Answer: The deformations or movements of a structure and its components, such as beams and trusses, from their original positions. It is as important for the

More information

Topology optimization based on graph theory of crash loaded flight passenger seats

Topology optimization based on graph theory of crash loaded flight passenger seats 7. LS-DYNA Anwenderforum, Bamberg 2008 Optimierung III Topology optimization based on graph theory of crash loaded flight passenger seats Axel Schumacher, Christian Olschinka, Bastian Hoffmann Hamburg

More information

Reliable FE-Modeling with ANSYS

Reliable FE-Modeling with ANSYS Reliable FE-Modeling with ANSYS Thomas Nelson, Erke Wang CADFEM GmbH, Munich, Germany Abstract ANSYS is one of the leading commercial finite element programs in the world and can be applied to a large

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

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

Nonlinear analysis and form-finding in GSA Training Course

Nonlinear analysis and form-finding in GSA Training Course Nonlinear analysis and form-finding in GSA Training Course Non-linear analysis and form-finding in GSA 1 of 47 Oasys Ltd Non-linear analysis and form-finding in GSA 2 of 47 Using the GSA GsRelax Solver

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 11, 2005 Plan for Today Hand Calculations Aero Æ Structures FEM Lecture (ca. 45 min)

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

ú Ó Á É é ú ú É ú Á Á ú É É É ú É Ó É ó É Á ú ú ó Á Á ú Ó ú Ó ú É Á ú Á ú ó ú Á ú Á É Á Á Ó É Á ú ú é ú ú ú ú Á ú ó ú Ó Á Á Á Á ú ú ú é É ó é ó ú ú ú É é ú ú ú óú ú ú Ó Á ú ö é É ú ú ú úé ú ú É É Á É

More information

CAE -Finite Element Method

CAE -Finite Element Method 16.810 Engineering Design and Rapid Prototyping Lecture 3b CAE -Finite Element Method Instructor(s) Prof. Olivier de Weck January 16, 2007 Numerical Methods Finite Element Method Boundary Element Method

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

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

Structural Analysis - II Prof. P. Banerjee Department of Civil Engineering Indian Institute of Technology, Bombay. Lecture - 02

Structural Analysis - II Prof. P. Banerjee Department of Civil Engineering Indian Institute of Technology, Bombay. Lecture - 02 Structural Analysis - II Prof. P. Banerjee Department of Civil Engineering Indian Institute of Technology, Bombay Lecture - 02 Good morning. Today is the second lecture in the series of lectures on structural

More information

Finite Element Method

Finite Element Method 16.810 (16.682) Engineering Design and Rapid Prototyping Finite Element Method Instructor(s) Prof. Olivier de Weck deweck@mit.edu Dr. Il Yong Kim kiy@mit.edu January 12, 2004 Plan for Today FEM Lecture

More information

APPLIED MATHEMATICS ADVANCED LEVEL

APPLIED MATHEMATICS ADVANCED LEVEL APPLIED MATHEMATICS ADVANCED LEVEL INTRODUCTION This syllabus serves to examine candidates knowledge and skills in introductory mathematical and statistical methods, and their applications. For applications

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

INTRODUCTION TO THE FINITE ELEMENT METHOD

INTRODUCTION TO THE FINITE ELEMENT METHOD INTRODUCTION TO THE FINITE ELEMENT METHOD G. P. Nikishkov 2004 Lecture Notes. University of Aizu, Aizu-Wakamatsu 965-8580, Japan niki@u-aizu.ac.jp 2 Updated 2004-01-19 Contents 1 Introduction 5 1.1 What

More information

The Direct Stiffness Method I

The Direct Stiffness Method I 2 The Direct Stiffness Method I 2 1 Chapter 2: THE DIRECT STIFFNESS METHOD I TABLE OF CONTENTS Page 2.1 Foreword...................... 2 3 2.2 Why A Plane Truss?................. 2 3 2.3 Truss Structures....................

More information

Mechanics lecture 7 Moment of a force, torque, equilibrium of a body

Mechanics lecture 7 Moment of a force, torque, equilibrium of a body G.1 EE1.el3 (EEE1023): Electronics III Mechanics lecture 7 Moment of a force, torque, equilibrium of a body Dr Philip Jackson http://www.ee.surrey.ac.uk/teaching/courses/ee1.el3/ G.2 Moments, torque and

More information

Tutorial for Assignment #2 Gantry Crane Analysis By ANSYS (Mechanical APDL) V.13.0

Tutorial for Assignment #2 Gantry Crane Analysis By ANSYS (Mechanical APDL) V.13.0 Tutorial for Assignment #2 Gantry Crane Analysis By ANSYS (Mechanical APDL) V.13.0 1 Problem Description Design a gantry crane meeting the geometry presented in Figure 1 on page #325 of the course textbook

More information

Dispersion diagrams of a water-loaded cylindrical shell obtained from the structural and acoustic responses of the sensor array along the shell

Dispersion diagrams of a water-loaded cylindrical shell obtained from the structural and acoustic responses of the sensor array along the shell Dispersion diagrams of a water-loaded cylindrical shell obtained from the structural and acoustic responses of the sensor array along the shell B.K. Jung ; J. Ryue ; C.S. Hong 3 ; W.B. Jeong ; K.K. Shin

More information

Finite Element Methods (in Solid and Structural Mechanics)

Finite Element Methods (in Solid and Structural Mechanics) CEE570 / CSE 551 Class #1 Finite Element Methods (in Solid and Structural Mechanics) Spring 2014 Prof. Glaucio H. Paulino Donald Biggar Willett Professor of Engineering Department of Civil and Environmental

More information

MODULE E: BEAM-COLUMNS

MODULE E: BEAM-COLUMNS MODULE E: BEAM-COLUMNS This module of CIE 428 covers the following subjects P-M interaction formulas Moment amplification Web local buckling Braced and unbraced frames Members in braced frames Members

More information

Conservative Systems 6 1

Conservative Systems 6 1 6 Conservative Systems 6 1 Chapter 6: CONSERVATIVE SYSTEMS TABLE OF CONTENTS Page 6.1 Introduction..................... 6 3 6.2 Work and Work Functions................ 6 3 6.2.1 Mechanical Work Concept.............

More information

STRUCTURAL ANALYSIS SKILLS

STRUCTURAL ANALYSIS SKILLS STRUCTURAL ANALYSIS SKILLS ***This document is held up to a basic level to represent a sample for our both theoretical background & software capabilities/skills. (Click on each link to see the detailed

More information

P4 Stress and Strain Dr. A.B. Zavatsky MT07 Lecture 3 Statically Indeterminate Structures

P4 Stress and Strain Dr. A.B. Zavatsky MT07 Lecture 3 Statically Indeterminate Structures 4 Stress and Strain Dr... Zavatsky MT07 ecture 3 Statically Indeterminate Structures Statically determinate structures. Statically indeterminate structures (equations of equilibrium, compatibility, and

More information

Statically determinate structures

Statically determinate structures Statically determinate structures A statically determinate structure is the one in which reactions and internal forces can be determined solely from free-body diagrams and equations of equilibrium. These

More information

Course in. FEM ANSYS Classic

Course in. FEM ANSYS Classic Course in Introduction Introduction Presentation Anders Schmidt Kristensen M.Sc. in Mechanical Eng. from Aalborg University in 1993 Ph.D. in Mechanical Eng. from Aalborg University in 1997 Consultant for

More information

ENGINEERING MECHANICS STATIC

ENGINEERING MECHANICS STATIC EX 16 Using the method of joints, determine the force in each member of the truss shown. State whether each member in tension or in compression. Sol Free-body diagram of the pin at B X = 0 500- BC sin

More information

Analysis of Stresses and Strains

Analysis of Stresses and Strains Chapter 7 Analysis of Stresses and Strains 7.1 Introduction axial load = P / A torsional load in circular shaft = T / I p bending moment and shear force in beam = M y / I = V Q / I b in this chapter, we

More information

SIEMENS. Superelement User's Guide

SIEMENS. Superelement User's Guide SIEMENS Superelement User's Guide Contents Proprietary & Restricted Rights Notice....................................... 7 Introduction and Fundamentals.......................................... 1-1 Why

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

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

Piston Ring. Problem:

Piston Ring. Problem: Problem: A cast-iron piston ring has a mean diameter of 81 mm, a radial height of h 6 mm, and a thickness b 4 mm. The ring is assembled using an expansion tool which separates the split ends a distance

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

Compensation of Thermal Effects on Machine Tools using a FDEM Simulation Approach

Compensation of Thermal Effects on Machine Tools using a FDEM Simulation Approach Compensation of Thermal Effects on Machine Tools using a FDEM Simulation Approach Josef Mayr, Markus Ess 2, Sascha Weikert 2, Konrad Wegener,2 IWF Institute of Machine Tools and Manufacturing, ETH Zurich,

More information

Shear Forces and Bending Moments

Shear Forces and Bending Moments Chapter 4 Shear Forces and Bending Moments 4.1 Introduction Consider a beam subjected to transverse loads as shown in figure, the deflections occur in the plane same as the loading plane, is called the

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

Method of Joints. Method of Joints. Method of Joints. Method of Joints. Method of Joints. Method of Joints. CIVL 3121 Trusses - Method of Joints 1/5

Method of Joints. Method of Joints. Method of Joints. Method of Joints. Method of Joints. Method of Joints. CIVL 3121 Trusses - Method of Joints 1/5 IVL 3121 Trusses - 1/5 If a truss is in equilibrium, then each of its joints must be in equilibrium. The method of joints consists of satisfying the equilibrium equations for forces acting on each joint.

More information

IMPROVING THE STRUT AND TIE METHOD BY INCLUDING THE CONCRETE SOFTENING EFFECT

IMPROVING THE STRUT AND TIE METHOD BY INCLUDING THE CONCRETE SOFTENING EFFECT International Journal of Civil Engineering and Technology (IJCIET) Volume 7, Issue 2, March-April 2016, pp. 117 127, Article ID: IJCIET_07_02_009 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=7&itype=2

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

BASIC CONCEPTS AND CONVENTIONAL METHODS OF STUCTURAL ANALYSIS (LECTURE NOTES)

BASIC CONCEPTS AND CONVENTIONAL METHODS OF STUCTURAL ANALYSIS (LECTURE NOTES) BASIC CONCEPTS AND CONVENTIONA METHODS OF STUCTURA ANAYSIS (ECTURE NOTES) DR. MOHAN KAANI (Retired Professor of Structural Engineering) DEPARTMENT OF CIVI ENGINEERING INDIAN INSTITUTE OF TECHNOOGY (BOMBAY)

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

Advanced Structural Analysis. Prof. Devdas Menon. Department of Civil Engineering. Indian Institute of Technology, Madras. Module - 5.3.

Advanced Structural Analysis. Prof. Devdas Menon. Department of Civil Engineering. Indian Institute of Technology, Madras. Module - 5.3. Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Module - 5.3 Lecture - 29 Matrix Analysis of Beams and Grids Good morning. This is

More information

ASEN 3112 - Structures. MDOF Dynamic Systems. ASEN 3112 Lecture 1 Slide 1

ASEN 3112 - Structures. MDOF Dynamic Systems. ASEN 3112 Lecture 1 Slide 1 19 MDOF Dynamic Systems ASEN 3112 Lecture 1 Slide 1 A Two-DOF Mass-Spring-Dashpot Dynamic System Consider the lumped-parameter, mass-spring-dashpot dynamic system shown in the Figure. It has two point

More information

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

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

CAD-BASED DESIGN PROCESS FOR FATIGUE ANALYSIS, RELIABILITY- ANALYSIS, AND DESIGN OPTIMIZATION

CAD-BASED DESIGN PROCESS FOR FATIGUE ANALYSIS, RELIABILITY- ANALYSIS, AND DESIGN OPTIMIZATION CAD-BASED DESIGN PROCESS FOR FATIGUE ANALYSIS, RELIABILITY- ANALYSIS, AND DESIGN OPTIMIZATION K.K. Choi, V. Ogarevic, J. Tang, and Y.H. Park Center for Computer-Aided Design College of Engineering The

More information

Simulation of Trajectories and Comparison of Joint Variables for Robotic Manipulator Using Multibody Dynamics (MBD)

Simulation of Trajectories and Comparison of Joint Variables for Robotic Manipulator Using Multibody Dynamics (MBD) Simulation of Trajectories and Comparison of Joint Variables for Robotic Manipulator Using Multibody Dynamics (MBD) Jatin Dave Assistant Professor Nirma University Mechanical Engineering Department, Institute

More information

The one dimensional heat equation: Neumann and Robin boundary conditions

The one dimensional heat equation: Neumann and Robin boundary conditions The one dimensional heat equation: Neumann and Robin boundary conditions Ryan C. Trinity University Partial Differential Equations February 28, 2012 with Neumann boundary conditions Our goal is to solve:

More information

STRESS AND DEFORMATION ANALYSIS OF LINEAR ELASTIC BARS IN TENSION

STRESS AND DEFORMATION ANALYSIS OF LINEAR ELASTIC BARS IN TENSION Chapter 11 STRESS AND DEFORMATION ANALYSIS OF LINEAR ELASTIC BARS IN TENSION Figure 11.1: In Chapter10, the equilibrium, kinematic and constitutive equations for a general three-dimensional solid deformable

More information

The simulation of machine tools can be divided into two stages. In the first stage the mechanical behavior of a machine tool is simulated with FEM

The simulation of machine tools can be divided into two stages. In the first stage the mechanical behavior of a machine tool is simulated with FEM 1 The simulation of machine tools can be divided into two stages. In the first stage the mechanical behavior of a machine tool is simulated with FEM tools. The approach to this simulation is different

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

The HR Variational Principle of Elastostatics

The HR Variational Principle of Elastostatics The HR ariational Principle of Elastostatics Chapter : THE HR ARIATIONAL PRINCIPLE OF ELASTOSTATICS TABLE OF CONTENTS Page.. Introduction 3... Mixed ersus Hybrid............... 3... The Canonical Functionals............

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

Prototype modelling of mechanical systems

Prototype modelling of mechanical systems Faculty of Engineering Technology Mechanical Automation and Mechatronics Prototype modelling of mechanical systems An introduction for Project F R.G.K.M. Aarts, J.B. Jonker, J. van Dijk edition: 2011 course:

More information

TWO-DIMENSIONAL TRANSFORMATION

TWO-DIMENSIONAL TRANSFORMATION CHAPTER 2 TWO-DIMENSIONAL TRANSFORMATION 2.1 Introduction As stated earlier, Computer Aided Design consists of three components, namely, Design (Geometric Modeling), Analysis (FEA, etc), and Visualization

More information

An Object-Oriented class design for the Generalized Finite Element Method programming

An Object-Oriented class design for the Generalized Finite Element Method programming 10(2013) 1267 1291 An Object-Oriented class design for the Generalized Finite Element Method programming Abstract The Generalized Finite Element Method (GFEM) is a numerical method based on the Finite

More information

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI

Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI Department of Chemical Engineering ChE-101: Approaches to Chemical Engineering Problem Solving MATLAB Tutorial VI Solving a System of Linear Algebraic Equations (last updated 5/19/05 by GGB) Objectives:

More information

CE 201 (STATICS) DR. SHAMSHAD AHMAD CIVIL ENGINEERING ENGINEERING MECHANICS-STATICS

CE 201 (STATICS) DR. SHAMSHAD AHMAD CIVIL ENGINEERING ENGINEERING MECHANICS-STATICS COURSE: CE 201 (STATICS) LECTURE NO.: 28 to 30 FACULTY: DR. SHAMSHAD AHMAD DEPARTMENT: CIVIL ENGINEERING UNIVERSITY: KING FAHD UNIVERSITY OF PETROLEUM & MINERALS, DHAHRAN, SAUDI ARABIA TEXT BOOK: ENGINEERING

More information

Constraint satisfaction and global optimization in robotics

Constraint satisfaction and global optimization in robotics Constraint satisfaction and global optimization in robotics Arnold Neumaier Universität Wien and Jean-Pierre Merlet INRIA Sophia Antipolis 1 The design, validation, and use of robots poses a number of

More information

Course in. Nonlinear FEM

Course in. Nonlinear FEM Course in Introduction Outline Lecture 1 Introduction Lecture 2 Geometric nonlinearity Lecture 3 Material nonlinearity Lecture 4 Material nonlinearity continued Lecture 5 Geometric nonlinearity revisited

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

FOOTING DESIGN EXAMPLE

FOOTING DESIGN EXAMPLE County: Any Design: BRG Date: 10/007 Hwy: Any Ck Dsn: BRG Date: 10/007 FOOTING DESIGN EXAMPLE Design: Based on AASHTO LRFD 007 Specifications, TxDOT LRFD Bridge Design Manual, and TxDOT Project 0-4371

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

How To Understand The Dynamics Of A Multibody System

How To Understand The Dynamics Of A Multibody System 4 Dynamic Analysis. Mass Matrices and External Forces The formulation of the inertia and external forces appearing at any of the elements of a multibody system, in terms of the dependent coordinates that

More information

Statically Indeterminate Structure. : More unknowns than equations: Statically Indeterminate

Statically Indeterminate Structure. : More unknowns than equations: Statically Indeterminate Statically Indeterminate Structure : More unknowns than equations: Statically Indeterminate 1 Plane Truss :: Determinacy No. of unknown reactions = 3 No. of equilibrium equations = 3 : Statically Determinate

More information

www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x

www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x Mechanics 2 : Revision Notes 1. Kinematics and variable acceleration Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx differentiate a = dv = d2 x dt dt dt 2 Acceleration Velocity

More information

Topology Optimization of Engine Mount Brackets Dr. Dirk Sprengel Ford Werke GmbH

Topology Optimization of Engine Mount Brackets Dr. Dirk Sprengel Ford Werke GmbH Topology Optimization of Engine Mount Brackets Dr. Dirk Sprengel Ford Werke GmbH Dr. D. Sprengel 6/2007 Topology Optimization of EMS Bracket 1 ( 21 ) EMS Bracket Funktion EMS: Engine Mount System Link

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

Math 432 HW 2.5 Solutions

Math 432 HW 2.5 Solutions Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/

More information

Chebyshev Expansions

Chebyshev Expansions Chapter 3 Chebyshev Expansions The best is the cheapest. Benjamin Franklin 3.1 Introduction In Chapter, approximations were considered consisting of expansions around a specific value of the variable (finite

More information

3D Tranformations. CS 4620 Lecture 6. Cornell CS4620 Fall 2013 Lecture 6. 2013 Steve Marschner (with previous instructors James/Bala)

3D Tranformations. CS 4620 Lecture 6. Cornell CS4620 Fall 2013 Lecture 6. 2013 Steve Marschner (with previous instructors James/Bala) 3D Tranformations CS 4620 Lecture 6 1 Translation 2 Translation 2 Translation 2 Translation 2 Scaling 3 Scaling 3 Scaling 3 Scaling 3 Rotation about z axis 4 Rotation about z axis 4 Rotation about x axis

More information

FINITE ELEMENT STRUCTURAL ANALYSIS ON AN EXCEL SPREADSHEET

FINITE ELEMENT STRUCTURAL ANALYSIS ON AN EXCEL SPREADSHEET FINITE ELEMENT STRUCTURAL ANALYSIS ON AN EXCEL SPREADSHEET INTRODUCTION Finite Element (FE) software is an essential tool for most structural design engineers, and at the cost of most commercial FE software,

More information

Mesh-Current Method (Loop Analysis)

Mesh-Current Method (Loop Analysis) Mesh-Current Method (Loop Analysis) Nodal analysis was developed by applying KCL at each non-reference node. Mesh-Current method is developed by applying KVL around meshes in the circuit. A mesh is a loop

More information

Finite cloud method: a true meshless technique based on a xed reproducing kernel approximation

Finite cloud method: a true meshless technique based on a xed reproducing kernel approximation INTERNATIONAL JOURNAL FOR NUMERICAL METHODS IN ENGINEERING Int. J. Numer. Meth. Engng 2001; 50:2373 2410 Finite cloud method: a true meshless technique based on a xed reproducing kernel approximation N.

More information

Dynamics of Multibody Systems: Conventional and Graph-Theoretic Approaches

Dynamics of Multibody Systems: Conventional and Graph-Theoretic Approaches Dynamics of Multibody Systems: Conventional and Graph-Theoretic Approaches SD 65 John McPhee Systems Design Engineering University of Waterloo, Canada Summary of Course: 1. Review of kinematics and dynamics.

More information

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

ANSYS TUTORIAL ANSYS 8.1 Analysis of a Spring System. John R. Baker; phone: 270-534-3114; email: jbaker@engr.uky.edu

ANSYS TUTORIAL ANSYS 8.1 Analysis of a Spring System. John R. Baker; phone: 270-534-3114; email: jbaker@engr.uky.edu Copyright 2001-2005, John R. Baker ANSYS TUTORIAL ANSYS 8.1 Analysis of a Spring System John R. Baker; phone: 270-534-3114; email: jbaker@engr.uky.edu This exercise is intended only as an educational tool

More information