Damping. Code_Aster, Salome-Meca course material GNU FDL licence (

Size: px
Start display at page:

Download "Damping. Code_Aster, Salome-Meca course material GNU FDL licence ("

Transcription

1 Dampin Code_Aster, Salome-Meca course material GNU FDL licence (

2 Outline Dampin in dynamic analysis Types of modelin Gettin started with Code_Aster for dynamic analysis Modal calculation with dampin Solvin the quadratic problem : principles Methods and alorithms implemented in Code_Aster 2 - Code_Aster and Salome-Meca course material GNU FDL Licence

3 Dampin : theoretical issues Dampin : enery dissipation within the different materials of the structure, in the connections between structural elements, and with the surroundin medium. Two simple models in Code_Aster viscous dampin : the dissipated enery is proportional to the speed of movement ; hysteretic dampin : the dissipated enery is proportional to the displacement & such that the dampin force is of opposite sin to the speed. Variables to characterize dampin Loss rate : η= E d par cycle 2πEp max Reduced dampin : = Code_Aster and Salome-Meca course material GNU FDL Licence

4 Viscous dampin : modellin principles Viscous dampin : time or frequency definition m u + c u + k u = f Rayleih dampin C = αk + βm Defined in the material properties DEFI_MATERIAU Or easy to implement with the command COMB_MATR_ASSE Useful for validatin alorithms Successfully introduced for transient analysis by modal recombination Does not represent heteroeneity of the structure relative to the dampin Depends heavily on the identification of the coefficients, Non physical model for dissipation, but required for some reulatory studies 4 - Code_Aster and Salome-Meca course material GNU FDL Licence

5 Viscous dampin : identification of coefficients Dampin proportional inertia characteristics Widely used for direct transient resolution can be identified with the experimental reduced dampin i of the normal mode which contributes most to the response Hiher modes are very little damped and low frequency modes are very damped Dampin proportional to stiffness characteristics Widely used for direct transient resolution can be identified with the experimental reduced dampin j of the normal mode which contributes most to the response Hiher modes are very damped and low frequency modes are very little damped i, i, are identified from two independent modes of frequencies i, j In the interval i, j, the variation of the reduced dampin remains low and outside modes will be over-damped Full proportional dampin 5 - Code_Aster and Salome-Meca course material GNU FDL Licence 0, i i, 0

6 Viscous dampin Global dampin Coefficients are defined with the material properties in DEFI_MATERIAU AMOR_ALPHA and AMOR_BETA Use in harmonic and transient analysis, physical or reduced bases DYNA_VIBRA with the keyword MATR_AMOR Modal reduced dampin DYNA_VIBRA(BASE_CALCUL= GENE with the keyword AMOR_REDUIT COMB_SISM_MODAL with the keyword AMOR_REDUIT Localized or non-proportional dampin Discrete dampers are introduced with AFFE_CARA_ELEM c = a elem i elem i Material dampin coefficients defined in DEFI_MATERIAU with AMOR_ALPHA and AMOR_BETA affected material by material in the model c elem i = α k i elem i + β i m elem i 6 - Code_Aster and Salome-Meca course material GNU FDL Licence

7 Hysteretic (or structural) dampin : principles Valid only in frequential approach noncausal model 2 mu k 1 ju f is a constant Representation of the dissipation suitable for metallic materials Used to deal with harmonic responses of structures with viscoelastic materials The coefficient is determined from a test with cyclic harmonic loadin K(1+j) m f u 7 - Code_Aster and Salome-Meca course material GNU FDL Licence 0 = j t * E cos jsin 0 e * 0 j E e 0 = jt 0 0 e * E1 E = E1 1 j with = tan E 2

8 Hysteretic dampin Used for harmonic analysis only DYNA_VIBRA(TYPE_CALCUL= HARM ) keyword MATR_RIGI Global or homoeneous dampin, identical on the whole model K c = 1+ jηk The dampin coefficient is defined with DEFI_MATERIAU, keyword AMOR_HYST The complex lobal matrix is built within ASSEMBLAGE Localized or non-proportional dampin Discrete stiffness elements are defined with AFFE_CARA_ELEM, option AMOR_HYST k = 1 c discret i + jηdiscret i kdiscret i Material dampin is defined with DEFI_MATERIAU, keyword AMOR_HYST k = 1 c elem i + jηelem i kelem i Transient analysis calculation of eienmodes and dampin coefficient ( quadratic CALC_MODES) and resolution on a real modal basis with identified modal dampin coefficients (DYNA_VIBRA(TYPE_CALCUL= TRANS,BASE_CALCUL= GENE ) 8 - Code_Aster and Salome-Meca course material GNU FDL Licence

9 Solvin the quadratic problem Initial quadratic problem : findin l & F such as K l 2 M lc F 0 Linear form : M 0 l 0 K M Usual alorithm for normal modes quad C K K 0 K quad lf F 0 Meanin of eienvalues l 2 i ii ji 1i * T i C i * T i M i = 2 Re l i * T i K i * T i M i = l i 2 i is the pulsation i is the dampin of mode i 9 - Code_Aster and Salome-Meca course material GNU FDL Licence

10 Some theory Spectral transform => different strateies Shift & Invert with complex shift 1 M u u K u lm u K M quad quad quad quad A 1 l For hih dampin : real arithmetic l 1 l Re A For low dampin : imainary arithmetic Im j l 1 l A More enerally : complex approach A 1 l 10 - Code_Aster and Salome-Meca course material GNU FDL Licence

11 In Code_Aster Power iteration methods (inverse methods) in CALC_MODES Only for a couple of frequencies Subspace iteration methods in CALC_MODES METHODE= TRI_DIAG Real approach shift = 0 => OPTION = PLUS_PETITE or CENTRE Non-zero shift => OPTION= CENTRE Imainary approach Non-zero shift => OPTION= CENTRE METHODE= SORENSEN Real approach shift = 0 => OPTION = PLUS_PETITE or CENTRE Non-zero shift => OPTION= CENTRE Imainary approach Non-zero shift => OPTION= CENTRE Complex approach Non-zero shift => OPTION= CENTRE Decomposition method in the complex space METHOD= QZ Very robust Only for small problems : computes all the modes! Nota Bene : No OPTION= BANDE and no verifications on the number of eienvalues 11 - Code_Aster and Salome-Meca course material GNU FDL Licence

12 In three steps with modal reduction Problem to solve : l c,f c such as K First step : normal modes without dampin l,f such as K l 2 M F 0 l 2 M C Second step : modal reduction by projection t t t K F KF M F MF C F CF Third step : quadratic problem on a reduced basis M l c 0 0 K C K F 0 c l c 0 Only for low dampin Far more robust & effective method use METHOD= QZ for the third step Always use PROFIL= PLEIN for numberin (and assembly) Default option in NUME_DDL and ASSEMBLAGE commands K 0 lcf F c 12 - Code_Aster and Salome-Meca course material GNU FDL Licence

13 End of presentation Is somethin missin or unclear in this document? Or feelin happy to have read such a clear tutorial? Please, we welcome any feedbacks about Code_Aster trainin materials. Do not hesitate to share with us your comments on the Code_Aster forum dedicated thread Code_Aster and Salome-Meca course material GNU FDL Licence

Continuation methods for non-linear analysis

Continuation methods for non-linear analysis Continuation methods for non-linear analysis FR : Méthodes de pilotage du chargement Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html) Outline Definition of

More information

Linear transient & harmonic analysis. Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.

Linear transient & harmonic analysis. Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl. Linear ransien & harmonic analysis Code_Aser, Salome-Meca course maerial GNU FDL licence hp://www.gnu.org/copylef/fdl.hml Ouline Wha is dynamics abou? Ineria! Transien analysis Harmonic analysis Eigen

More information

Functions and formulas. Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html)

Functions and formulas. Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html) Functions and formulas Code_Aster, Salome-Meca course material GNU FDL licence (http://wwwgnuorg/copyleft/fdlhtml) Definitions FONCTION : tabulated (discrete) function depending on one parameter NAPPE

More information

Contact and friction. Code_Aster, Salome-Meca course material GNU FDL licence (

Contact and friction. Code_Aster, Salome-Meca course material GNU FDL licence ( Contact and friction Code_Aster, Salome-Meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html) Outline Introduction Frictional Contact problems : Definition Numerical treatment Pairing

More information

Fracture mechanics. code_aster, salome_meca course material GNU FDL licence (

Fracture mechanics. code_aster, salome_meca course material GNU FDL licence ( Fracture mechanics code_aster, salome_meca course material GNU FDL licence (http://www.gnu.org/copyleft/fdl.html) Why fracture mechanics? 2 - code_aster and salome_meca course material GNU FDL Licence

More information

Table of Contents. Preface... 13

Table of Contents. Preface... 13 Table of Contents Preface... 13 Chapter 1. Vibrations of Continuous Elastic Solid Media... 17 1.1. Objective of the chapter... 17 1.2. Equations of motion and boundary conditions of continuous media...

More information

Fonctionnalités de Code_Aster version 12

Fonctionnalités de Code_Aster version 12 Fonctionnalités de Code_Aster version 12 Outline Version 12 in a nutshell Fracture mechanics Non-linear constitutive laws Linear and non-linear dynamics Numerical methods Architecture, ergonomics, performances

More information

Note for the construction of scale models in dynamics

Note for the construction of scale models in dynamics itre : Notice pour la construction de modèles réduits en [...] Date : 01/07/2016 Page : 1/29 Note for the construction of scale models in dynamics Summary: he models used for calculations of answers in

More information

Code_Aster. Resolution of the modal problem quadratic (QEP)

Code_Aster. Resolution of the modal problem quadratic (QEP) Titre : Résolution du problème modal quadratique (QEP) Date : 27/02/2015 Page : 1/32 Resolution of the modal problem quadratic (QEP) Summary The study of the dynamic stability of a deadened and/or revolving

More information

Introduction to Vibration. Professor Mike Brennan

Introduction to Vibration. Professor Mike Brennan Introduction to Vibration Professor Mie Brennan Introduction to Vibration Nature of vibration of mechanical systems Free and forced vibrations Frequency response functions Fundamentals For free vibration

More information

midas Civil Dynamic Analysis

midas Civil Dynamic Analysis Edgar De Los Santos Midas IT August 23 rd 2017 Contents: Introduction Eigen Value Analysis Response Spectrum Analysis Pushover Analysis Time History Analysis Seismic Analysis Seismic Analysis The seismic

More information

Advanced Methods Development for Equilibrium Cycle Calculations of the RBWR. Andrew Hall 11/7/2013

Advanced Methods Development for Equilibrium Cycle Calculations of the RBWR. Andrew Hall 11/7/2013 Advanced Methods Development for Equilibrium Cycle Calculations of the RBWR Andrew Hall 11/7/2013 Outline RBWR Motivation and Desin Why use Serpent Cross Sections? Modelin the RBWR Axial Discontinuity

More information

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations.

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations. Outline of Multi-Degree-of-Freedom Systems Formulation of Equations of Motions. Newton s 2 nd Law Applied to Free Masses. D Alembert s Principle. Basic Equations of Motion for Forced Vibrations of Linear

More information

Lecture 6 mechanical system modeling equivalent mass gears

Lecture 6 mechanical system modeling equivalent mass gears M2794.25 Mechanical System Analysis 기계시스템해석 lecture 6,7,8 Dongjun Lee ( 이동준 ) Department of Mechanical & Aerospace Engineering Seoul National University Dongjun Lee Lecture 6 mechanical system modeling

More information

Software Verification

Software Verification POGAM NAME: EVISION NO.: 0 EXAMPLE 6-005 LINK DAMPE ELEMENT UNDE HAMONIC LOADING POBLEM DESCIPTION In this single degree of freedom example a spring-mass-damper system is subjected to a harmonic load.

More information

MOOC QP Set 2 Principles of Vibration Control

MOOC QP Set 2 Principles of Vibration Control Section I Section II Section III MOOC QP Set 2 Principles of Vibration Control (TOTAL = 100 marks) : 20 questions x 1 mark/question = 20 marks : 20 questions x 2 marks/question = 40 marks : 8 questions

More information

Vibration Dynamics and Control

Vibration Dynamics and Control Giancarlo Genta Vibration Dynamics and Control Spri ringer Contents Series Preface Preface Symbols vii ix xxi Introduction 1 I Dynamics of Linear, Time Invariant, Systems 23 1 Conservative Discrete Vibrating

More information

SDLV302 Modal analysis by under-structuring: bi-- supported beam

SDLV302 Modal analysis by under-structuring: bi-- supported beam Titre : SDLV302 Analyse modale par sous-structuration : [...] Date : 21/07/2017 age : 1/10 SDLV302 Modal analysis by under-structuring: bi-- supported beam Summary: This test validates the modal analysis

More information

Consider a square wave potential with lattice constant a. In the first unit cell, this means:

Consider a square wave potential with lattice constant a. In the first unit cell, this means: Consider a square wave potential with lattice constant a. In the first unit cell, this means: = for - a/4 < x < a/4, =0 for -a/ < x < - a/4 and a/4 < x < a/, This is repeated throuhout the crystal. 1.

More information

Section 3.7: Mechanical and Electrical Vibrations

Section 3.7: Mechanical and Electrical Vibrations Section 3.7: Mechanical and Electrical Vibrations Second order linear equations with constant coefficients serve as mathematical models for mechanical and electrical oscillations. For example, the motion

More information

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams.

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Outline of Continuous Systems. Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Vibrations of Flexible Strings. Torsional Vibration of Rods. Bernoulli-Euler Beams.

More information

Identification of Damping Using Proper Orthogonal Decomposition

Identification of Damping Using Proper Orthogonal Decomposition Identification of Damping Using Proper Orthogonal Decomposition M Khalil, S Adhikari and A Sarkar Department of Aerospace Engineering, University of Bristol, Bristol, U.K. Email: S.Adhikari@bristol.ac.uk

More information

Damping Modelling and Identification Using Generalized Proportional Damping

Damping Modelling and Identification Using Generalized Proportional Damping Damping Modelling and Identification Using Generalized Proportional Damping S Adhikari Department of Aerospace Engineering, University of Bristol, Bristol, U.K. Email: S.Adhikari@bristol.ac.uk Generalized

More information

Preliminary Examination in Dynamics

Preliminary Examination in Dynamics Fall Semester 2017 Problem 1 The simple structure shown below weighs 1,000 kips and has a period of 1.25 sec. It has no viscous damping. It is subjected to the impulsive load shown in the figure. If the

More information

Etienne Balmès SDTools Ecole Centrale Paris

Etienne Balmès SDTools Ecole Centrale Paris and complex modes. Etienne Balmès SDTools Ecole Centrale Paris IMAC 21, Kissimmee Outline Modes real and complex When are modes real? test modes modeling Damped FEM models Mode 1 DOF system 1 DOF : influence

More information

The 10 th international Energy Conference (IEC 2014)

The 10 th international Energy Conference (IEC 2014) The 10 th international Enery Conference (IEC 2014) Wind Turbine Interated Control durin Full Load Operation 1. Hamed Habibi and 2. Ahil Yousefi-Koma 1. MSc, Centre of Advanced Systems and Technoloies

More information

Dynamic Modelling of Mechanical Systems

Dynamic Modelling of Mechanical Systems Dynamic Modelling of Mechanical Systems Dr. Bishakh Bhattacharya Professor, Department of Mechanical Engineering g IIT Kanpur Joint Initiative of IITs and IISc - Funded by MHRD Hints of the Last Assignment

More information

Stochastic Dynamics of SDOF Systems (cont.).

Stochastic Dynamics of SDOF Systems (cont.). Outline of Stochastic Dynamics of SDOF Systems (cont.). Weakly Stationary Response Processes. Equivalent White Noise Approximations. Gaussian Response Processes as Conditional Normal Distributions. Stochastic

More information

Seismic design of bridges

Seismic design of bridges NAIONAL ECHNICAL UNIVERSIY OF AHENS LABORAORY FOR EARHQUAKE ENGINEERING Seismic design of bridges Lecture 4 Ioannis N. Psycharis Seismic isolation of bridges I. N. Psycharis Seismic design of bridges 2

More information

SHAKING TABLE DEMONSTRATION OF DYNAMIC RESPONSE OF BASE-ISOLATED BUILDINGS ***** Instructor Manual *****

SHAKING TABLE DEMONSTRATION OF DYNAMIC RESPONSE OF BASE-ISOLATED BUILDINGS ***** Instructor Manual ***** SHAKING TABLE DEMONSTRATION OF DYNAMIC RESPONSE OF BASE-ISOLATED BUILDINGS ***** Instructor Manual ***** A PROJECT DEVELOPED FOR THE UNIVERSITY CONSORTIUM ON INSTRUCTIONAL SHAKE TABLES http://wusceel.cive.wustl.edu/ucist/

More information

Chapter K. Oscillatory Motion. Blinn College - Physics Terry Honan. Interactive Figure

Chapter K. Oscillatory Motion. Blinn College - Physics Terry Honan. Interactive Figure K. - Simple Harmonic Motion Chapter K Oscillatory Motion Blinn Collee - Physics 2425 - Terry Honan The Mass-Sprin System Interactive Fiure Consider a mass slidin without friction on a horizontal surface.

More information

A STUDY AND DEVELOPMENT OF SEMI-ACTIVE CONTROL METHOD BY MAGNETORHEOLOGICAL FLUID DAMPER IN BASE ISOLATED STRUCTURES

A STUDY AND DEVELOPMENT OF SEMI-ACTIVE CONTROL METHOD BY MAGNETORHEOLOGICAL FLUID DAMPER IN BASE ISOLATED STRUCTURES October -7,, Beijing, China A STUDY AND DEVELOPMENT OF SEMI-ACTIVE CONTROL METHOD BY MAGNETORHEOLOGICAL FLUID DAMPER IN BASE ISOLATED STRUCTURES Norio HORI, Yoko SAGAMI and Norio INOUE 3 Assistant Professor,

More information

Abstract. 1. Introduction

Abstract. 1. Introduction Dynamic effects for structures caused by moving vehicles J. Gyorgyi Department of Structural Mechanics, Technical University of Budapest, H-1521 Budapest, Hungary Email: gyorgy@botond.me.bme.hu Abstract

More information

Department of Architecture & Civil Engineering ( ) 2 2a. L = 65 2 ρπa4 L. + asinα = 3aθ 2. ( ) = a 1 cos( θ ρπa4 L.

Department of Architecture & Civil Engineering ( ) 2 2a. L = 65 2 ρπa4 L. + asinα = 3aθ 2. ( ) = a 1 cos( θ ρπa4 L. MODE ANSWER age: 1 QUESTION Mass of tube = ρπ 3a ( ) ( a) Moment of inertia of tube = ρπ 3 Mass of bar = ρπa Moment of inertia of bar = = 5ρπa ( 3a) 4 a ( ) 4 ρπ ( a )4 = 1 3 ρπa4 Horizontal displacement

More information

Theoretical Manual Theoretical background to the Strand7 finite element analysis system

Theoretical Manual Theoretical background to the Strand7 finite element analysis system Theoretical Manual Theoretical background to the Strand7 finite element analysis system Edition 1 January 2005 Strand7 Release 2.3 2004-2005 Strand7 Pty Limited All rights reserved Contents Preface Chapter

More information

Fonctionnalités de la version 11. Nouveautés de la version 12

Fonctionnalités de la version 11. Nouveautés de la version 12 Fonctionnalités de la version 11 Nouveautés de la version 12 Version 11 and version 12 in a nutshell Fracture mechanics Non-linear constitutive laws Linear and non-linear dynamics Numerical methods Architecture,

More information

VIBRATION ENERGY FLOW IN WELDED CONNECTION OF PLATES. 1. Introduction

VIBRATION ENERGY FLOW IN WELDED CONNECTION OF PLATES. 1. Introduction ARCHIVES OF ACOUSTICS 31, 4 (Supplement), 53 58 (2006) VIBRATION ENERGY FLOW IN WELDED CONNECTION OF PLATES J. CIEŚLIK, W. BOCHNIAK AGH University of Science and Technology Department of Robotics and Mechatronics

More information

1-DOF Forced Harmonic Vibration. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 8 Fall 2011

1-DOF Forced Harmonic Vibration. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 8 Fall 2011 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 8 Fall 2011 Harmonic Forcing Functions Transient vs. Steady Vibration Follow Palm, Sect. 4.1, 4.9 and 4.10 Harmonic forcing

More information

Temperature Effects on LIGO Damped Coil Springs

Temperature Effects on LIGO Damped Coil Springs LIGO-T97241--D HYTEC-TN-LIGO-18 Temperature Effects on LIGO Damped Coil Springs Franz Biehl July 28, 1997 Abstract A simple method for estimating a damping material stiffness and loss factor as a function

More information

THE subject of the analysis is system composed by

THE subject of the analysis is system composed by MECHANICAL VIBRATION ASSIGNEMENT 1 On 3 DOF system identification Diego Zenari, 182160, M.Sc Mechatronics engineering Abstract The present investigation carries out several analyses on a 3-DOF system.

More information

Rayleigh s Classical Damping Revisited

Rayleigh s Classical Damping Revisited Rayleigh s Classical Damping Revisited S. Adhikari and A. Srikantha Phani Department of Aerospace Engineering, University of Bristol, Bristol, U.K. Email: S.Adhikari@bristol.ac.uk URL: http://www.aer.bris.ac.uk/contact/academic/adhikari/home.html

More information

DAMPING MODELLING AND IDENTIFICATION USING GENERALIZED PROPORTIONAL DAMPING

DAMPING MODELLING AND IDENTIFICATION USING GENERALIZED PROPORTIONAL DAMPING DAMPING MODELLING AND IDENTIFICATION USING GENERALIZED PROPORTIONAL DAMPING S. Adhikari Department of Aerospace Engineering, University of Bristol, Queens Building, University Walk, Bristol BS8 1TR (U.K.)

More information

TOPIC E: OSCILLATIONS EXAMPLES SPRING Q1. Find general solutions for the following differential equations:

TOPIC E: OSCILLATIONS EXAMPLES SPRING Q1. Find general solutions for the following differential equations: TOPIC E: OSCILLATIONS EXAMPLES SPRING 2019 Mathematics of Oscillating Systems Q1. Find general solutions for the following differential equations: Undamped Free Vibration Q2. A 4 g mass is suspended by

More information

SHOCK RESPONSE OF MULTI-DEGREE-OF-FREEDOM SYSTEMS Revision F By Tom Irvine May 24, 2010

SHOCK RESPONSE OF MULTI-DEGREE-OF-FREEDOM SYSTEMS Revision F By Tom Irvine   May 24, 2010 SHOCK RESPONSE OF MULTI-DEGREE-OF-FREEDOM SYSTEMS Revision F By Tom Irvine Email: tomirvine@aol.com May 4, 010 Introduction The primary purpose of this tutorial is to present the Modal Transient method

More information

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review

Dr Ian R. Manchester Dr Ian R. Manchester AMME 3500 : Review Week Date Content Notes 1 6 Mar Introduction 2 13 Mar Frequency Domain Modelling 3 20 Mar Transient Performance and the s-plane 4 27 Mar Block Diagrams Assign 1 Due 5 3 Apr Feedback System Characteristics

More information

Chapter 3 Mathematical Methods

Chapter 3 Mathematical Methods Chapter 3 Mathematical Methods Slides to accompany lectures in Vibro-Acoustic Design in Mechanical Systems 0 by D. W. Herrin Department of Mechanical Engineering Lexington, KY 40506-0503 Tel: 859-8-0609

More information

STUDIES ON UNDERWATER VIBRATION ISOLATION MODULE

STUDIES ON UNDERWATER VIBRATION ISOLATION MODULE ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology An ISO 3297: 2007 Certified Organization, Volume 2, Special Issue

More information

A 1. The Polymer Parameters. Webinar on Accelerated Testing of Adhesives and Polymers- Part One. Strain Energy Total. Time Domain Experiments

A 1. The Polymer Parameters. Webinar on Accelerated Testing of Adhesives and Polymers- Part One. Strain Energy Total. Time Domain Experiments A Webinar on Accelerated estin of Adhesives and Polymers- Part One Sponsored by ASC Presented by Dr. homas C. Ward Virinia ech tward@vt.edu A he Polymer Parameters Chemical Composition Molecular Weiht

More information

Outline of parts 1 and 2

Outline of parts 1 and 2 to Harmonic Loading http://intranet.dica.polimi.it/people/boffi-giacomo Dipartimento di Ingegneria Civile Ambientale e Territoriale Politecnico di Milano March, 6 Outline of parts and of an Oscillator

More information

Version default Titre : Introduction à Code_Aster Date : 03/12/2017 Page : 1/12 Responsable : ABBAS Mickaël Clé : U Révision : d0492cc0f2bc

Version default Titre : Introduction à Code_Aster Date : 03/12/2017 Page : 1/12 Responsable : ABBAS Mickaël Clé : U Révision : d0492cc0f2bc Titre : Introduction à Code_Aster Date : 03/12/2017 Page : 1/12 Introduction to Code_Aster Warning: In this document one describes the philosophy and the scopes of application of Code_Aster, without developing

More information

Vibration Control Prof. Dr. S. P. Harsha Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee

Vibration Control Prof. Dr. S. P. Harsha Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Vibration Control Prof. Dr. S. P. Harsha Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Module - 1 Review of Basics of Mechanical Vibrations Lecture - 2 Introduction

More information

a) Find the equation of motion of the system and write it in matrix form.

a) Find the equation of motion of the system and write it in matrix form. .003 Engineering Dynamics Problem Set Problem : Torsional Oscillator Two disks of radius r and r and mass m and m are mounted in series with steel shafts. The shaft between the base and m has length L

More information

Finite Element Analysis Lecture 1. Dr./ Ahmed Nagib

Finite Element Analysis Lecture 1. Dr./ Ahmed Nagib Finite Element Analysis Lecture 1 Dr./ Ahmed Nagib April 30, 2016 Research and Development Mathematical Model Mathematical Model Mathematical Model Finite Element Analysis The linear equation of motion

More information

Math 308 Exam II Practice Problems

Math 308 Exam II Practice Problems Math 38 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Forced Oscillations in a Linear System Problems

Forced Oscillations in a Linear System Problems Forced Oscillations in a Linear System Problems Summary of the Principal Formulas The differential equation of forced oscillations for the kinematic excitation: ϕ + 2γ ϕ + ω 2 0ϕ = ω 2 0φ 0 sin ωt. Steady-state

More information

Seismic Base Isolation Analysis for the Control of Structural Nonlinear Vibration

Seismic Base Isolation Analysis for the Control of Structural Nonlinear Vibration Seismic Base Isolation Analysis for the Control of Structural Nonlinear Vibration L. Y. Li & J. P. Ou Faculty of Infrastructure Engineering, Dalian University of Technology, Dalian, 11624, China SUMMARY:

More information

A Guide to linear dynamic analysis with Damping

A Guide to linear dynamic analysis with Damping A Guide to linear dynamic analysis with Damping This guide starts from the applications of linear dynamic response and its role in FEA simulation. Fundamental concepts and principles will be introduced

More information

Response Spectrum Analysis Shock and Seismic. FEMAP & NX Nastran

Response Spectrum Analysis Shock and Seismic. FEMAP & NX Nastran Response Spectrum Analysis Shock and Seismic FEMAP & NX Nastran Table of Contents 1. INTRODUCTION... 3 2. THE ACCELEROGRAM... 4 3. CREATING A RESPONSE SPECTRUM... 5 4. NX NASTRAN METHOD... 8 5. RESPONSE

More information

SPATIAL VARIATION EFFECTS ON SEISMIC RESPONSE CONTROL OF CABLE-STAYED BRIDGES

SPATIAL VARIATION EFFECTS ON SEISMIC RESPONSE CONTROL OF CABLE-STAYED BRIDGES The 14 th World Conference on Earthquake Enineerin October 12-17, 2008, Beijin, China SPATIAL VARIATION EFFECTS ON SEISMIC RESPONSE CONTROL OF CABLE-STAYED BRIDGES ABSTRACT : Shehata E. ABDEL RAHEEM 1,

More information

Structural Dynamics Lecture 2. Outline of Lecture 2. Single-Degree-of-Freedom Systems (cont.)

Structural Dynamics Lecture 2. Outline of Lecture 2. Single-Degree-of-Freedom Systems (cont.) Outline of Single-Degree-of-Freedom Systems (cont.) Linear Viscous Damped Eigenvibrations. Logarithmic decrement. Response to Harmonic and Periodic Loads. 1 Single-Degreee-of-Freedom Systems (cont.). Linear

More information

Boundary Nonlinear Dynamic Analysis

Boundary Nonlinear Dynamic Analysis Boundary Nonlinear Dynamic Analysis Damper type Nonlinear Link Base Isolator type Nonlinear Link Modal Nonlinear Analysis : Equivalent Dynamic Load Damper type Nonlinear Link Visco-Elastic Damper (VED)

More information

University of California at Berkeley Structural Engineering Mechanics & Materials Department of Civil & Environmental Engineering Spring 2012 Student name : Doctoral Preliminary Examination in Dynamics

More information

A pragmatic approach to including complex natural modes of vibration in aeroelastic analysis

A pragmatic approach to including complex natural modes of vibration in aeroelastic analysis A pragmatic approach to including complex natural modes of vibration in aeroelastic analysis International Aerospace Symposium of South Africa 14 to 16 September, 215 Stellenbosch, South Africa Louw van

More information

Code_Aster. Note of calculation to buckling

Code_Aster. Note of calculation to buckling Titre : Notice de calcul au flambage Date : 24/07/2015 Page : 1/11 Note of calculation to buckling Summary: The objective of this documentation is to present a methodological guide for a nonlinear analysis

More information

Program System for Machine Dynamics. Abstract. Version 5.0 November 2017

Program System for Machine Dynamics. Abstract. Version 5.0 November 2017 Program System for Machine Dynamics Abstract Version 5.0 November 2017 Ingenieur-Büro Klement Lerchenweg 2 D 65428 Rüsselsheim Phone +49/6142/55951 hd.klement@t-online.de What is MADYN? The program system

More information

MOOC QP Set 1 Principles of Vibration Control

MOOC QP Set 1 Principles of Vibration Control Section I Section II Section III MOOC QP Set 1 Principles of Vibration Control (TOTAL = 100 marks : 0 questions x 1 mark/question = 0 marks : 0 questions x marks/question = 40 marks : 8 questions x 5 marks/question

More information

REAL-TIME DYNAMIC HYBRID TESTING OF STRUCTURAL SYSTEMS

REAL-TIME DYNAMIC HYBRID TESTING OF STRUCTURAL SYSTEMS REAL-TIME DYNAMIC HYBRID TESTING OF STRUCTURAL SYSTEMS Andrei REINHORN Clifford C. Furnas Professor Mettupalayam V. SIVASELVAN and Zach LIANG Project Engineers, G. E. Brown Network for Earthq. Eng. Simulation

More information

3D Simulation of Flows Around Hydraulic Structures

3D Simulation of Flows Around Hydraulic Structures The 4 th Asian Conress of Fluid Mechanics - 4ACFM October 5-9, 0; Hanoi and Halon, Vietnam D Simulation of Flows Around Hydraulic Structures Tran Noc Anh, Shinichiro Onda, Nuyen Duc Hanh * and Nuyen Thanh

More information

MODELING A METAL HYDRIDE HYDROGEN STORAGE SYSTEM. Apurba Sakti EGEE 520, Mathematical Modeling of EGEE systems Spring 2007

MODELING A METAL HYDRIDE HYDROGEN STORAGE SYSTEM. Apurba Sakti EGEE 520, Mathematical Modeling of EGEE systems Spring 2007 MODELING A METAL HYDRIDE HYDROGEN STORAGE SYSTEM Apurba Sakti EGEE 520, Mathematical Modelin of EGEE systems Sprin 2007 Table of Contents Abstract Introduction Governin Equations Enery balance Momentum

More information

ENERGY DIAGRAM w/ HYSTERETIC

ENERGY DIAGRAM w/ HYSTERETIC ENERGY DIAGRAM ENERGY DIAGRAM w/ HYSTERETIC IMPLIED NONLINEAR BEHAVIOR STEEL STRESS STRAIN RELATIONSHIPS INELASTIC WORK DONE HYSTERETIC BEHAVIOR MOMENT ROTATION RELATIONSHIP IDEALIZED MOMENT ROTATION DUCTILITY

More information

Dynamic Analysis in FEMAP. May 24 th, presented by Philippe Tremblay Marc Lafontaine

Dynamic Analysis in FEMAP. May 24 th, presented by Philippe Tremblay Marc Lafontaine Dynamic Analysis in FEMAP presented by Philippe Tremblay Marc Lafontaine marc.lafontaine@mayasim.com 514-951-3429 date May 24 th, 2016 Agenda NX Nastran Transient, frequency response, random, response

More information

CAEFEM v9.5 Information

CAEFEM v9.5 Information CAEFEM v9.5 Information Concurrent Analysis Corporation, 50 Via Ricardo, Thousand Oaks, CA 91320 USA Tel. (805) 375 1060, Fax (805) 375 1061 email: info@caefem.com or support@caefem.com Web: http://www.caefem.com

More information

Preliminary Examination - Dynamics

Preliminary Examination - Dynamics Name: University of California, Berkeley Fall Semester, 2018 Problem 1 (30% weight) Preliminary Examination - Dynamics An undamped SDOF system with mass m and stiffness k is initially at rest and is then

More information

Breathing mechanism of a cracked rotor subject to non-trivial mass unbalance

Breathing mechanism of a cracked rotor subject to non-trivial mass unbalance Breathing mechanism of a cracked rotor subject to non-trivial mass unbalance Joseph Patrick SPAGNOL 1 ; Helen WU 2 1, 2 University of Western Sydney, Australia ABSTRACT The effects of dynamic loading on

More information

Ch 3.7: Mechanical & Electrical Vibrations

Ch 3.7: Mechanical & Electrical Vibrations Ch 3.7: Mechanical & Electrical Vibrations Two important areas of application for second order linear equations with constant coefficients are in modeling mechanical and electrical oscillations. We will

More information

Control of Earthquake Induced Vibrations in Asymmetric Buildings Using Passive Damping

Control of Earthquake Induced Vibrations in Asymmetric Buildings Using Passive Damping Control of Earthquake Induced Vibrations in Asymmetric Buildings Using Passive Damping Rakesh K. Goel, California Polytechnic State University, San Luis Obispo Abstract This paper summarizes the results

More information

Simple Optimization (SOPT) for Nonlinear Constrained Optimization Problem

Simple Optimization (SOPT) for Nonlinear Constrained Optimization Problem (ISSN 4-6) Journal of Science & Enineerin Education (ISSN 4-6) Vol.,, Pae-3-39, Year-7 Simple Optimization (SOPT) for Nonlinear Constrained Optimization Vivek Kumar Chouhan *, Joji Thomas **, S. S. Mahapatra

More information

Modelling Seismic Isolation and Viscous Damping

Modelling Seismic Isolation and Viscous Damping Modelling Seismic Isolation and Viscous Damping Andreas Schellenberg, Ph.D., P.E. Open System for Earthquake Engineering Simulation Pacific Earthquake Engineering Research Center Outline of Presentation

More information

Differential Equations: Homework 8

Differential Equations: Homework 8 Differential Equations: Homework 8 Alvin Lin January 08 - May 08 Section.6 Exercise Find a general solution to the differential equation using the method of variation of parameters. y + y = tan(t) r +

More information

Introduction to Mechanical Vibration

Introduction to Mechanical Vibration 2103433 Introduction to Mechanical Vibration Nopdanai Ajavakom (NAV) 1 Course Topics Introduction to Vibration What is vibration? Basic concepts of vibration Modeling Linearization Single-Degree-of-Freedom

More information

A NONLINEAR FINITE ELEMENT TOOLBOX FOR STRUCTURAL CONTROL

A NONLINEAR FINITE ELEMENT TOOLBOX FOR STRUCTURAL CONTROL A NONLINEAR FINITE ELEMENT TOOLBOX FOR STRUCTURAL CONTROL Matthew W. Roberts 1, Luciana R. Barroso 2, and Loren D. Lutes ABSTRACT The unique informational requirements of structural control often preclude

More information

NON-LINEAR ATTENUATION IN SOILS AND ROCKS

NON-LINEAR ATTENUATION IN SOILS AND ROCKS THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volume 7, Number 3/6, pp. - NON-LINEAR ATTENUATION IN SOILS AND ROCKS Dinu BRATOSIN Institute of Solid Mechanics

More information

Control Systems. Dynamic response in the time domain. L. Lanari

Control Systems. Dynamic response in the time domain. L. Lanari Control Systems Dynamic response in the time domain L. Lanari outline A diagonalizable - real eigenvalues (aperiodic natural modes) - complex conjugate eigenvalues (pseudoperiodic natural modes) - phase

More information

8.1.6 Quadratic pole response: resonance

8.1.6 Quadratic pole response: resonance 8.1.6 Quadratic pole response: resonance Example G(s)= v (s) v 1 (s) = 1 1+s L R + s LC L + Second-order denominator, of the form 1+a 1 s + a s v 1 (s) + C R Two-pole low-pass filter example v (s) with

More information

Effect of Transient Dynamic Loading on Flexible Pavement Response

Effect of Transient Dynamic Loading on Flexible Pavement Response Effect of Transient Dynamic Loading on Flexible Pavement Response Imad L. Al-Qadi Founder Professor of Engineering Pyeong Jun Yoo Graduate Research Assistant Illinois Center for Transportation University

More information

Chapter 5 Design. D. J. Inman 1/51 Mechanical Engineering at Virginia Tech

Chapter 5 Design. D. J. Inman 1/51 Mechanical Engineering at Virginia Tech Chapter 5 Design Acceptable vibration levels (ISO) Vibration isolation Vibration absorbers Effects of damping in absorbers Optimization Viscoelastic damping treatments Critical Speeds Design for vibration

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

2C9 Design for seismic and climate changes. Jiří Máca

2C9 Design for seismic and climate changes. Jiří Máca 2C9 Design for seismic and climate changes Jiří Máca List of lectures 1. Elements of seismology and seismicity I 2. Elements of seismology and seismicity II 3. Dynamic analysis of single-degree-of-freedom

More information

Contents. PART I METHODS AND CONCEPTS 2. Transfer Function Approach Frequency Domain Representations... 42

Contents. PART I METHODS AND CONCEPTS 2. Transfer Function Approach Frequency Domain Representations... 42 Contents Preface.............................................. xiii 1. Introduction......................................... 1 1.1 Continuous and Discrete Control Systems................. 4 1.2 Open-Loop

More information

A priori verification of local FE model based force identification.

A priori verification of local FE model based force identification. A priori verification of local FE model based force identification. M. Corus, E. Balmès École Centrale Paris,MSSMat Grande voie des Vignes, 92295 Châtenay Malabry, France e-mail: corus@mssmat.ecp.fr balmes@ecp.fr

More information

Critical loss factor in 2-DOF in-series system with hysteretic friction and its use for vibration control

Critical loss factor in 2-DOF in-series system with hysteretic friction and its use for vibration control Critical loss factor in -DOF in-series system with hysteretic friction and its use for vibration control Roman Vinokur Acvibrela, Woodland Hills, CA Email: romanv99@aol.com Although the classical theory

More information

T1 T e c h n i c a l S e c t i o n

T1 T e c h n i c a l S e c t i o n 1.5 Principles of Noise Reduction A good vibration isolation system is reducing vibration transmission through structures and thus, radiation of these vibration into air, thereby reducing noise. There

More information

A CONTINUOUS MODEL FOR THE VERTICAL VIBRATION OF THE HUMAN BODY IN A STANDING POSITION

A CONTINUOUS MODEL FOR THE VERTICAL VIBRATION OF THE HUMAN BODY IN A STANDING POSITION ABSTRACT A CONTINUOUS MODEL FOR THE VERTICAL VIBRATION OF THE HUMAN BODY IN A STANDING POSITION Tianjian Ji Building Research Establishment, Watford, UK This paper is concerned with modelling the vertical

More information

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 PROBLEM 1: Given the mass matrix and two undamped natural frequencies for a general two degree-of-freedom system with a symmetric stiffness matrix, find the stiffness

More information

Solution to Tutorial 5 Isolated DC-DC Converters & Inverters

Solution to Tutorial 5 Isolated DC-DC Converters & Inverters ELEC464 University of New South Wales School of Electrical Engineering & Telecommunications Solution to Tutorial 5 Isolated DC-DC Converters & Inverters. i D O d T The maximum value of L m which will ensure

More information

Introduction to structural dynamics

Introduction to structural dynamics Introduction to structural dynamics p n m n u n p n-1 p 3... m n-1 m 3... u n-1 u 3 k 1 c 1 u 1 u 2 k 2 m p 1 1 c 2 m2 p 2 k n c n m n u n p n m 2 p 2 u 2 m 1 p 1 u 1 Static vs dynamic analysis Static

More information

Another possibility is a rotation or reflection, represented by a matrix M.

Another possibility is a rotation or reflection, represented by a matrix M. 1 Chapter 25: Planar defects Planar defects: orientation and types Crystalline films often contain internal, 2-D interfaces separatin two reions transformed with respect to one another, but with, otherwise,

More information

Analysis on propulsion shafting coupled torsional-longitudinal vibration under different applied loads

Analysis on propulsion shafting coupled torsional-longitudinal vibration under different applied loads Analysis on propulsion shafting coupled torsional-longitudinal vibration under different applied loads Qianwen HUANG 1 ; Jia LIU 1 ; Cong ZHANG 1,2 ; inping YAN 1,2 1 Reliability Engineering Institute,

More information

18. FAST NONLINEAR ANALYSIS. The Dynamic Analysis of a Structure with a Small Number of Nonlinear Elements is Almost as Fast as a Linear Analysis

18. FAST NONLINEAR ANALYSIS. The Dynamic Analysis of a Structure with a Small Number of Nonlinear Elements is Almost as Fast as a Linear Analysis 18. FAS NONLINEAR ANALYSIS he Dynamic Analysis of a Structure with a Small Number of Nonlinear Elements is Almost as Fast as a Linear Analysis 18.1 INRODUCION he response of real structures when subjected

More information

Modeling and Experimentation: Mass-Spring-Damper System Dynamics

Modeling and Experimentation: Mass-Spring-Damper System Dynamics Modeling and Experimentation: Mass-Spring-Damper System Dynamics Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin July 20, 2014 Overview 1 This lab is meant to

More information