Matrix methods.

Slides:



Advertisements
Similar presentations
AERSP 301 Finite Element Method
Advertisements

Lecture 6; The Finite Element Method 1-dimensional spring systems (modified ) 1 Lecture 6; The Finite Element Method 1-dimensional spring systems.
Element Loads Strain and Stress 2D Analyses Structural Mechanics Displacement-based Formulations.
Statically Determinate and Indeterminate System of Bars.
Basic FEA Procedures Structural Mechanics Displacement-based Formulations.
1D MODELS Logan; chapter 2.
Introduction to Finite Elements
LECTURE SERIES on STRUCTURAL OPTIMIZATION Thanh X. Nguyen Structural Mechanics Division National University of Civil Engineering
MANE 4240 & CIVL 4240 Introduction to Finite Elements Practical considerations in FEM modeling Prof. Suvranu De.
Some Ideas Behind Finite Element Analysis
Shear stresses and shear center in multiple closed contour
Matrix Methods (Notes Only)
Finite Element Method in Geotechnical Engineering
MANE 4240 & CIVL 4240 Introduction to Finite Elements
CE 384 STRUCTURAL ANALYSIS I
MCE 561 Computational Methods in Solid Mechanics
2005 February, 2 Page 1 Finite Element Analysis Basics – Part 2/2 Johannes Steinschaden.
CHAP 4 FINITE ELEMENT ANALYSIS OF BEAMS AND FRAMES
MANE 4240 & CIVL 4240 Introduction to Finite Elements
Chapter 5 Formulation and Solution Strategies
Using Inverse Matrices Solving Systems. You can use the inverse of the coefficient matrix to find the solution. 3x + 2y = 7 4x - 5y = 11 Solve the system.
Finite Element: Theory, Applications & Implementation Presented By: Arthur Anconetani Barbara Gault Ryan Whitney.
General Procedure for Finite Element Method FEM is based on Direct Stiffness approach or Displacement approach. A broad procedural outline is listed.
2004 March, 4 Page 1 Finite Element Analysis Basics – Part 2/2 Johannes Steinschaden.
CE 329 Structural Analysis Spring Objectives ― General List Course Objectives Describe Topical Coverage for Class Provide the Formula for Computing.
7-Bar Elements in 3-D Space Dr. Ahmet Zafer Şenalp Mechanical Engineering Department Gebze Technical.
An introduction to the finite element method using MATLAB
6-Bar Elements in 2-D Space Dr. Ahmet Zafer Şenalp Mechanical Engineering Department Gebze Technical.
Lecture #13 Concluding lecture. PLACE OF STRUCTURAL ANALYSIS IN THE ASSURANCE OF AIRCRAFT STRENGTH 2 Mechanics of Materials Structural Analysis Strength.
Lecture #6 Classification of structural analysis problems. Statical determinacy.
Review Conjugate beam method Prepaid by:
Eng Ship Structures 1 Matrix Analysis Using MATLAB Example.
1 20-Oct-15 Last course Lecture plan and policies What is FEM? Brief history of the FEM Example of applications Discretization Example of FEM softwares.
10-Beam Elements in 2-D Space (Plane Frame Element) Dr. Ahmet Zafer Şenalp Mechanical Engineering.
THE ANALYSIS OF BEAMS & FRAMES
Lecture #11 Matrix methods.
HEAT TRANSFER FINITE ELEMENT FORMULATION
1 2. The number of unknowns a 1, a 2, a 3, a 4 equals the number of degrees of freedom of the element We have assumed that displacement u at coordinate.
Structural Analysis 7 th Edition in SI Units Russell C. Hibbeler Chapter 15: Beam Analysis Using the Stiffness Method.
Introduction to Stiffness Matrix Method of Structural Analysis By Prof
BAR ELEMENT IN 2D (TRUSS, LINK)
March 20, :35 AM Little 109 CES 4141 Forrest Masters A Recap of Stiffness by Definition and the Direct Stiffness Method.
Force Method for the Analysis of Indeterminate Structures By Prof. Dr. Wail Nourildean Al-Rifaie.
Finite Element: Theory, Applications & Implementation Presented By: Arthur Anconetani Barbara Gault Ryan Whitney.
UNIT III FINITE ELEMENT METHOD. INTRODUCTION General Methods of the Finite Element Analysis 1. Force Method – Internal forces are considered as the unknowns.
AAE 3521 AAE 352 Lecture 08 Matrix methods - Part 1 Matrix methods for structural analysis Reading Chapter 4.1 through 4.5.
STIFFNESS MATRIX METHOD
Our task is to estimate the axial displacement u at any section x
Structures Matrix Analysis
Finite Element Method in Geotechnical Engineering
Lecture #6 Classification of structural analysis problems. Statical determinacy.
Superposition & Statically Indeterminate Beams
Chapter four: Structures
Lecture #7 Statically indeterminate structures. Force method.
Solid Mechanics Course No. ME213.
Introduction to Finite Elements
FEA convergence requirements.
Introduction to Finite Element Analysis for Skeletal Structures
Implementation of 2D stress-strain Finite Element Modeling on MATLAB
FEM Steps (Displacement Method)
CHAPTER 2 BASIC CONCEPTS OF DISPLACEMENT OR STIFFNESS METHOD:
Structural Analysis II
Slender Structures Load carrying principles
DIRECT STIFFNESS METHOD FOR TRUSSES:
Plane Trusses (Initial notes are designed by Dr. Nazri Kamsah)
Structural Analysis II
Structural Analysis II
November 5, 2002 SE 180 Final Project.
Presentation transcript:

Matrix methods

of statical indeterminacy of statical indeterminacy METHODS TO SOLVE INDETERMINATE PROBLEM Small degree of statical indeterminacy Force method Displacement methods Displacement method in matrix formulation Numerical methods Large degree of statical indeterminacy 2

ADVANTAGES AND DISADVANTAGES OF MATRIX METHODS very formalized and computer-friendly; versatile, suitable for large problems; applicable for both statically determinate and indeterminate problems. Disadvantages: bulky calculations (not for hand calculations); structural members should have some certain number of unknown nodal forces and nodal displacements; for complex members such as curved beams and arbitrary solids this requires some discretization, so no analytical solution is possible. 3

FLOWCHART OF MATRIX METHOD 4

STIFFNESS MATRIX OF STRUCTURAL MEMBER Stiffness matrix (K) gives the relation between vectors of nodal forces (F) and nodal displacements (Z): 5

EXAMPLE OF MEMBER STIFFNESS MATRIX Stiffness relation for a rod: Stiffness matrix: 6

ASSEMBLY OF STIFFNESS MATRICES To assemble stiffness matrices of separate members into a single matrix for the whole structure, we should simply add terms for corresponding displacements. Physically, this procedure represent the usage of compatibility and equilibrium equations. 7

ASSEMBLY OF STIFFNESS MATRICES - EXAMPLE Let’s consider a system of two rods: 8

SOLUTION USING MATRIX METHOD - EXAMPLE 9

SOLUTION USING MATRIX METHOD - EXAMPLE 10

SOLUTION USING MATRIX METHOD - EXAMPLE 11

TRANSFORMATION MATRIX Transformation matrix is used to transform nodal displacements and forces from local to global coordinate system (CS) and vice versa: Transformation matrix is always orthogonal, thus, the inverse matrix is equal to transposed matrix: The transformation from local CS to global CS: 12

TRANSFORMATION MATRIX EXAMPLE For simplest member (rod) we get: 13

TRANSFORMATION MATRIX To transform the stiffness matrix from local CS to global CS, the following formula is used: 14

EXAMPLE FOR A TRUSS The truss has three members, thus 6 degrees of freedom. The stiffness matrix will be 6x6. 15

EXAMPLE FOR A TRUSS 16

EXAMPLE FOR A TRUSS 17

EXAMPLE FOR A TRUSS 18

EXAMPLE FOR A TRUSS 19

EXAMPLE FOR A TRUSS 20

EXAMPLE FOR A TRUSS 21

EXAMPLE FOR A TRUSS 22

EXAMPLE FOR A TRUSS 23

How are they implemented in matrix method THREE BASIC EQUATIONS How are they implemented in matrix method 24