COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS

Size: px
Start display at page:

Download "COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS"

Transcription

1 International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 2, February 2017, pp Article ID: IJCIET_08_02_025 Available online at ISSN Print: and ISSN Online: IAEME Publication Scopus Indexed COMPARISON OF LABVIEW WITH SAP2000 AND NONLIN FOR STRUCTURAL DYNAMICS PROBLEMS Palash Rajepandhare M.Tech. Scholar, Department of Civil Engineering, NIT, Raipur, India Govardhan Bhatt Assistant Professor, Department of Civil Engineering, NIT, Raipur, India Abhyuday Titiksh PhD Scholar, Department of Civil Engineering, NIT, Raipur, India ABSTRACT Structural dynamics is a module of structural analysis that encapsulates the behavior of structures subjected to dynamic loadings. The problems of structural dynamics can be categorized as SDOF, MDOF or Continuous systems. LabVIEW is simulating software possessing extensive graphical representation and data acquisition capabilities. It is of particular interest to the engineers working in the general area of structural health monitoring. The graphical user interface and the capability to acquire & process real time data makes it the ideal choice of programming language. In this study, an attempt has been made to develop a dynamic system using a SDOF model in LabVIEW. The results were compared with NONLIN program and SAP2000 software. Parametric study has been done using Newmark β method and the results were plotted for accelerations, velocities and displacements. Key words: LabVIEW, SAP2000, NONLIN, SDOF, Validation of LabVIEW. Cite this Article: Palash Rajepandhare, Govardhan Bhatt and Abhyuday Titiksh, Comparison of LabVIEW with SAP 2000 and NONLIN for Structural Dynamics Problems. International Journal of Civil Engineering and Technology, 8(2), 2017, pp INTRODUCTION A typical SDOF system, shown in Fig. 1(a), consists of a mass 'm', a weightless frame which provides lateral stiffness, and a viscous damper (called a dashpot) for dissipating the vibrational energy of the entire system. The beam and columns are assumed to be axially inextensible. In this system, all these properties are concentrated in three separate components: mass component, stiffness component, and damping component. This structure has only one DOF when it is idealized with mass concentrated at one location. Thus we call this a single degree of freedom (SDOF) system. However in case of mass distributed throughout the height of the structure, as shown in Fig. 1(b), multi degree of freedom editor@iaeme.com

2 Palash Rajepandhare, Govardhan Bhatt and Abhyuday Titiksh systems are considered for analysis [1]. In our study, earthquake-induced ground motions of Loma Prieta (1989), San Fernando (1971) and Santa Monica (1994) earthquakes are provided to the SDOF system. LabVIEW was introduced some 30 years ago and since then, it has become one of the most reliable and dominant programming language. It is commonly used for works like instrumentation, data acquisition and control [2]. LabVIEW offers the user a chance to integrate the creation of user panel interface to the development cycle. The biggest advantage that the software has to offer is its capability to allow non-programmers to build programs simply by dragging and dropping virtual connections of equipments or formulae. However it also has a drawback; the programming language adopted in LabVIEW is G, which can prove very tricky to understand in complex situations. As far as the performance is concerned, LabVIEW produces results at a slightly slower rate when compared to other hand coded applications such as C or Fortran. However, high degree of precision can be achieved using dedicated toolkits for certain tasks. It is essentially a proprietary product, developed and owned by National Instruments, Texas and is not conforming to any other third party standards such as ANSI, IEEE or ISO. This therefore, raises the question of its application in solving complex problems of Structural Dynamics. Figure 1 (a) Idealized SDOF Figure 1 (b) MDOF systems So a comparative study is prepared, SAP2000 and NONLIN, by taking up a SDOF system. It is subjected to three different earthquake excitations using past as mentioned before and the response of the SDOF system is obtained using time domain analysis which comes under LDP. For systems that have irregular mass or stiffness distributions & irregular geometries, the demands predicted by a LDP analysis are more accurate than those predicted by the Linear Static Procedures (LSP).In this study, the response of the system is obtained by assuming that the system remains in a linear range (i.e. elastic range). As opposed to Nonlinear Dynamic Procedure (NDP), LDP is less time consuming if the system is responding in nearly elastic manner to seismic ground motions. In time domain analysis there are many methods to obtain the response of the structure. Newmark's β method (a kind of Numerical method) is adopted here Objectives of this Study To model a SDOF system in LabVIEW and analyze it using LDP. The response of the SDOF system in terms of acceleration, velocity and displacement is to be plotted against time. To model the same SDOF system in SAP2000 and NONLIN with the same parameters and obtain the responses of the system as mentioned above. Studying the variations in the above responses of the SDOF system editor@iaeme.com

3 Comparison of LabVIEW with SAP 2000 and NONLIN for Structural Dynamics Problems Commenting on the suitability of LabVIEW for applications in the solving complex problems of structural dynamics Newmark's β method Linear equation of motion for a SDOF system is given as: = () (1) where, M = Mass, C = Damping, K = Stiffness, a = acceleration, v = velocity, d = displacement, F(t) = External force at time t The Newmark's β method is adopted in solving such differential equations. It is a method of numerical integration and is widely used in numerical evaluation of the dynamic response of structures and solids. The method is named after Nathan M. Newmark (former Professor of Civil Engineering at the University of Illinois) who developed it in 1959 for use in the field of structural dynamics. Newmark's β method uses a step-by-step numerical integration scheme. The equation of motion at (i+1) th step is evaluated by using acceleration, velocity & displacement at the i th step and external force at (i+1) th step, assuming linear acceleration in small time step. Optimum values of this time interval 'dt' should be chosen to obtain the fastest converging results with required degree of precision. The biggest limitation with Time stepping methods is that the total error goes on accumulating as the calculation proceeds [3]. In order to keep Newmark s β method stable, the time step should be taken such that the ratio where To = 2π/ω, is the time period of the SDOF system [4]. Displacement and velocity equations given by Newmark are: = + [(1 ). ]. + (. ). (2) = +. + [(0.5 ).. ]. + (.. ). (3) where, β, γ = Newmark's parameter. Here constant (average) acceleration is considered for which γ = ½ & β = ¼. To avoid iteration, incremental form of equations were introduced by Newmark [5]. = (4) = (5) =.... (6) Here, dd, dv & da are the incremental values of displacement, velocity & acceleration. Adding these incremental values of displacement, velocity & acceleration at i th step to previously obtained values at i th gives values at (i+1) th step [5], [6]. = + (7) = + (8) = + (9) 2. MODELLING OF THE SYSTEMS Modelling in LabVIEW For the purpose of modelling, zero initial conditions were assumed, damping (c) was taken as 5%, incremental time interval (dt) was taken as 0.02 s, and unit mass was considered for the SDOF system. SI system of measurement was followed in the entire study. The records of three different earthquakes as mentioned before were taken up for time history analysis. The SDOF system with above mentioned editor@iaeme.com

4 Palash Rajepandhare, Govardhan Bhatt and Abhyuday Titiksh properties is subjected to earthquake ground accelerations as obtained from PEER Ground Motion Database [7], [8]. The stiffness of the system was taken as N/m. The module developed in LabVIEW for the above stated problem statement is shown below in Fig. 2. Figure 2 Block Diagram for the flow of information in LabVIEW 2.1. Modelling in NONLIN Developed by Advanced Structural Concepts, Inc., NONLIN is software specially prepared for earthquake related analysis. It has a default option of SDOF system and hence required values of parameters can be directly entered in it [9]. Same parameters were selected as in the case of modelling in LabVIEW. Time History data present in the software was selected for the before mentioned earthquakes and analysis was done to obtain the response plots in terms of acceleration, velocity and displacement Modelling in SAP2000 Preparing the damped SDOF system and analyzing it by Newmark's β method, in SAP2000, was done by giving a special joint at the axis intersection. Same parameters were selected as in the case of modelling in LabVIEW. This joint was assigned with mass and stiffness parameters in the same direction and degree of freedom (DOF) was also assigned in the same direction. Time History functions were added from files along the direction of DOF. These files contained records of past earthquakes and were obtained from PEER Ground Motion Database [7], [8]. Linear direct integration was done and acceleration parameter was used to apply the loads. Other factors such as scale function for time history loads and damping (c = 0.05) was provided as default values provided in the software and Newmark's β method was selected for the purpose of analysis. 3. VALIDATION To validate the accuracy of results obtained from LabVIEW, two sample problems were solved. For the first problem, the parameters entered for SDOF system were taken from a solved example in editor@iaeme.com

5 Comparison of LabVIEW with SAP 2000 and NONLIN for Structural Dynamics Problems Dynamics of Structures [1]. El Centro earthquake records were used with a maximum acceleration of g. Damping (c = 0.02) and unit mass (m = 9.81 N) were provided and a time step of 0.02 s was selected. Results for different time periods (T 1 = 0.5 s, T 2 = 1.0 s and T 3 = 2.0 s) as obtained from LabVIEW and as presented by Chopra, 1995 are shown below in Fig. 3. For the second problem, the parameters entered for SDOF system were taken from a solved example in Dynamics of Earthquake Analysis : NPTEL Courses [3]. Here again El Centro earthquake records were used with a maximum acceleration of g. Damping (c = 0.02) and unit mass (m = 9.81 N) were provided and a time step of 0.02 s was selected. Results for time period (T = 1.0 s) as obtained from LabVIEW and as presented by Jangid, 2013 are shown below in Fig. 4. For both the sample problems considered, almost identical results were obtained, thus validating the LabVIEW program presented in this paper. (a) Figure 3 For the first sample problem, results obtained through: (a) LabVIEW, (b) Chopra, 1995 (b) (a) (b) Figure 4 For the second sample problem, results obtained through: (a) LabVIEW, (b) Jangid, editor@iaeme.com

6 Palash Rajepandhare, Govardhan Bhatt and Abhyuday Titiksh 4. RESULTS & DISCUSSIONS In this paper, a comparative analysis is presented for a SDOF system using LabVIEW, SAP2000 and NONLIN. The parameters considered for the system were c = 0.05, dt = 0.02 sec and m = 9.81 N. The system was subjected to three different earthquake excitations of Loma Prieta (1989), Santa Monica (1994) and San Fernando (1971) earthquakes. The response of the system was obtained using time domain analysis in terms of acceleration, velocity & displacement. Note PA Max = Peak Acceleration (+ve) (m/s 2 ) PA Min = Peak Acceleration (-ve) (m/s 2 ) PV Max = Peak Velocity (+ve) (m/s) PV Min = Peak Velocity (-ve) (m/s) PD Max = Peak Displacement (+ve) (m) PD Min = Peak Displacement (-ve) (m) 4.1. Responses of Loma Prieta Earthquake Table 1 Variation of Responses for Loma Prieta Earthquake Santa Monica PA (m/s 2 % variation % variation % variation ) PV (m/s) PD (m) LabVIEW NONLIN SAP Figure 5 Response in terms of Acceleration (m/s 2 ) for Loma Prieta Earthquake Figure 6 Response in terms of Velocity (m/s) for Loma Prieta Earthquake editor@iaeme.com

7 Comparison of LabVIEW with SAP 2000 and NONLIN for Structural Dynamics Problems Figure 7 Response in terms of Displacement (m) for Loma Prieta Earthquake The responses obtained from LabVIEW are same as that of responses obtained from NONLIN with negligible difference. In case of SAP2000, the phase (pattern) of the responses and peak values of responses are differing slightly. As per SAP200, the peak acceleration is 11.05% higher, peak velocity is 14.21% higher and peak displacement is 10.81% higher as compared to the respective responses obtained through LabVIEW. Also the phase is slightly varying in the region of 17 sec to 30 sec Responses of San-Fernando Earthquake Table 2 Variation of Responses for Santa Monica Earthquake Santa Monica PA (m/s 2 % variation % variation % variation ) PV (m/s) PD (m) LabVIEW NONLIN SAP The responses obtained from LabVIEW are same as that of responses obtained from NONLIN with negligible difference. In case of SAP2000, the phase of the responses and peak values of responses are differing slightly. As per SAP200, the peak acceleration is 13.19% higher, peak velocity is 11.37% higher and peak displacement is 11.11% higher as compared to the respective responses obtained through LabVIEW. Also the phase is slightly varying in the region of 10 sec to 20 sec. Figure 8 Response in terms of Acceleration (m/s 2 ) for San Fernando Earthquake editor@iaeme.com

8 Palash Rajepandhare, Govardhan Bhatt and Abhyuday Titiksh Figure 9 Response in terms of Velocity (m/s) for San Fernando Earthquake Figure 10 Response in terms of Displacement (m) for San Fernando Earthquake 4.3. Responses of Santa Monica Earthquake Table 3 Variation of Responses for San Fernando Earthquake Santa Monica PA (m/s 2 % variation % variation % variation with ) PV (m/s) PD (m) LabVIEW LabVIEW NONLIN SAP The responses obtained from LabVIEW are same as that of responses obtained from NONLIN with negligible difference. In case of SAP2000, the phase of the responses and peak values of responses are differing slightly. As per SAP200, the peak acceleration is 23.46% lower, peak velocity is 16.62% higher and peak displacement is 12.12% higher as compared to the respective responses obtained through LabVIEW. Also the phase is slightly varying in the region of 5 sec to 15 sec editor@iaeme.com

9 Comparison of LabVIEW with SAP 2000 and NONLIN for Structural Dynamics Problems Figure 11 Response in terms of Acceleration (m/s 2 ) for Santa Monica Earthquake Figure 12 Response in terms of Velocity (m/s) for Santa Monica Earthquake Figure 13 Response in terms of Displacement (m) for Santa Monica Earthquake editor@iaeme.com

10 Palash Rajepandhare, Govardhan Bhatt and Abhyuday Titiksh 5. CONCLUSIONS An attempt has been made to compare the responses of a SDOF system in terms of acceleration, velocity and displacement. Ground motion data of three earthquakes was used and the results obtained using LabVIEW, NONLIN and SAP2000 were compared. Based on the above analytical study, the following conclusions can be drawn- Accurate results are obtained by the proposed program in LabVIEW. The results were validated through two sample problems and the final responses obtained are in line with the ones obtained through NONLIN. The time period obtained through LabVIEW, NONLIN and SAP2000 are exactly same (T = sec). However for certain intervals, a difference in the phase was observed in the case of responses through SAP2000. The responses obtained through SAP2000 were of slightly higher magnitudes as compared to the responses of LabVIEW. On an average, the acceleration varied by 15.9%, velocity varied by 14.06% and displacement varied by 11.34%. REFERENCES [1] A. K. Chopra, Dynamics of Structures - Theory and Applications to Earthquake Engineering. New Jersey: Prentice Hall, [2] G. W. Johnson, LabVIEW graphical programming : practical applications in instrumentation and control [3] R. S. (IIT B. Jangid, Dynamics of Earthquake Analysis, in NPTEL Courses, vol. 1, Mumbai, India: NPTEL, [4] A. K. Chopra, Elastic response spectrum: a historical note, Earthq. Eng. Struct. Dyn., vol. 36, no. 1, pp. 3 12, [5] C. Caprani, Structural Dynamics, in Structural Analysis IV - Lecture Notes for 2011/12, Dublin, Ireland: Dublin Institute of Technology (DIT), 2012, pp [6] S. Krenk, Non-linear modeling of solids and structures, First. Cambridge, UK: Cambridge University Press, [7] T. D. Ancheta et al., PEER NGA-West2 Database : A Database of Ground Motions Recorded in Shallow Crustal Earthquakes in Active Tectonic, 15th World Conf. Earthq. Eng., [8] P. E. E. R. C. PEER, PEER Ground Motion Database, Shallow Crustal Earthquakes in Active Tectonic Regimes, NGA-West2, [Online]. Available: [9] NONLIN 7.05 User s Manual. Advanced Structural Concepts, Inc. NONLIN7.05, Blacksburg, Virginia, pp , [10] Dharane Sidramappa Shivashaankar and Patil Raobahdur Yashwant, Design and Practical Limitations in Earthquake Resistant Structures and Feedback, International Journal of Civil Engineering and Technology (IJCIET) 5(6), 2014, pp editor@iaeme.com

DETERMINATION OF PERFORMANCE POINT IN CAPACITY SPECTRUM METHOD

DETERMINATION OF PERFORMANCE POINT IN CAPACITY SPECTRUM METHOD 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

Introduction to Geotechnical Earthquake Engineering

Introduction to Geotechnical Earthquake Engineering Module 1 Introduction to Geotechnical Earthquake Engineering by Dr. Deepankar Choudhury Professor Department of Civil Engineering IIT Bombay, Powai, Mumbai 400 076, India. Email: dc@civil.iitb.ac.in URL:

More information

EXPERIMENTAL DETERMINATION OF DYNAMIC CHARACTERISTICS OF STRUCTURES

EXPERIMENTAL DETERMINATION OF DYNAMIC CHARACTERISTICS OF STRUCTURES EXPERIMENTAL DETERMINATION OF DYNAMIC CHARACTERISTICS OF STRUCTURES RADU CRUCIAT, Assistant Professor, Technical University of Civil Engineering, Faculty of Railways, Roads and Bridges, e-mail: rcruciat@utcb.ro

More information

Dynamic Analysis to Study Soil-Pile Interaction Effects

Dynamic Analysis to Study Soil-Pile Interaction Effects by Pallavi Ravishankar, Neelima Satyam in Indexed in Scopus Compendex and Geobase Elsevier, Chemical Abstract Services-USA, Geo-Ref Information Services- USA, List B of Scientific Journals, Poland, Directory

More information

INELASTIC SEISMIC DISPLACEMENT RESPONSE PREDICTION OF MDOF SYSTEMS BY EQUIVALENT LINEARIZATION

INELASTIC SEISMIC DISPLACEMENT RESPONSE PREDICTION OF MDOF SYSTEMS BY EQUIVALENT LINEARIZATION INEASTIC SEISMIC DISPACEMENT RESPONSE PREDICTION OF MDOF SYSTEMS BY EQUIVAENT INEARIZATION M. S. Günay 1 and H. Sucuoğlu 1 Research Assistant, Dept. of Civil Engineering, Middle East Technical University,

More information

Comparison between Different Shapes of Structure by Response Spectrum Method of Dynamic Analysis

Comparison between Different Shapes of Structure by Response Spectrum Method of Dynamic Analysis Open Journal of Civil Engineering, 2016, 6, 131-138 Published Online March 2016 in SciRes. http://www.scirp.org/journal/ojce http://dx.doi.org/10.4236/ojce.2016.62012 Comparison between Different Shapes

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

Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake

Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake Structural Damage Detection Using Time Windowing Technique from Measured Acceleration during Earthquake Seung Keun Park and Hae Sung Lee ABSTRACT This paper presents a system identification (SI) scheme

More information

Numerical Solution of Equation of Motion

Numerical Solution of Equation of Motion Class Notes: Earthquake Engineering, Ahmed Elgamal, September 25, 2001 (DRAFT) Numerical Solution of Equation of Motion Average Acceleration Method (Trapezoidal method) m a + c v + k d = f (t) In the above

More information

Influence of Time Duration between Successive Earthquakes on the Nonlinear Response of SDOF Structure

Influence of Time Duration between Successive Earthquakes on the Nonlinear Response of SDOF Structure Influence of Time Duration between Successive Earthquakes on the Nonlinear Response of SDOF Structure Hussam K. Risan 1 and Mustafa A. Kadim 2 1 Assistant Professor, Al-Nahrian University, Baghdad, Iraq.

More information

Address for Correspondence

Address for Correspondence Research Article EXPERIMENT STUDY OF DYNAMIC RESPONSE OF SOFT STOREY BUILDING MODEL C. S. Sanghvi 1, H S Patil 2 and B J Shah 3 Address for Correspondence 1 Associate Professor, Applied Mechanics Department,

More information

Seismic Analysis of Soil-pile Interaction under Various Soil Conditions

Seismic Analysis of Soil-pile Interaction under Various Soil Conditions Seismic Analysis of Soil-pile Interaction under Various Soil Conditions Preeti Codoori Assistant Professor, Department of Civil Engineering, Gokaraju Rangaraju Institute of Engineering and Technology,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 11, November -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Study

More information

Dynamic Analysis Using Response Spectrum Seismic Loading

Dynamic Analysis Using Response Spectrum Seismic Loading Dynamic Analysis Using Response Spectrum Seismic Loading Paleti Teja M.Tech (Structural Engineering) Department of Civil Engineering Jogaiah Institute of Technology & Sciences College of Engineering Kalagampudi,

More information

SEISMIC RESPONSE OF SINGLE DEGREE OF FREEDOM STRUCTURAL FUSE SYSTEMS

SEISMIC RESPONSE OF SINGLE DEGREE OF FREEDOM STRUCTURAL FUSE SYSTEMS 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 4 Paper No. 377 SEISMIC RESPONSE OF SINGLE DEGREE OF FREEDOM STRUCTURAL FUSE SYSTEMS Ramiro VARGAS and Michel BRUNEAU

More information

Geotechnical Earthquake Engineering

Geotechnical Earthquake Engineering Geotechnical Earthquake Engineering by Dr. Deepankar Choudhury Professor Department of Civil Engineering IIT Bombay, Powai, Mumbai 400 076, India. Email: dc@civil.iitb.ac.in URL: http://www.civil.iitb.ac.in/~dc/

More information

Response Analysis for Multi Support Earthquake Excitation

Response Analysis for Multi Support Earthquake Excitation Chapter 5 Response Analysis for Multi Support Earthquake Excitation 5.1 Introduction It is very important to perform the dynamic analysis for the structure subjected to random/dynamic loadings. The dynamic

More information

DYNAMIC ANALYSIS OF CANTILEVER BEAM

DYNAMIC ANALYSIS OF CANTILEVER BEAM International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 5, May 2017, pp. 1167 1173, Article ID: IJMET_08_05_122 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=5

More information

Software Verification

Software Verification EXAMPLE 6-6 LINK SUNY BUFFALO DAMPER WITH LINEAR VELOCITY EXPONENT PROBLEM DESCRIPTION This example comes from Section 5 of Scheller and Constantinou 1999 ( the SUNY Buffalo report ). It is a two-dimensional,

More information

EQ Ground Motions. Strong Ground Motion and Concept of Response Spectrum. March Sudhir K Jain, IIT Gandhinagar. Low Amplitude Vibrations

EQ Ground Motions. Strong Ground Motion and Concept of Response Spectrum. March Sudhir K Jain, IIT Gandhinagar. Low Amplitude Vibrations Amplitude Strong Ground Motion and Concept of Response Spectrum March 2013 Sudhir K Jain, IIT Gandhinagar Sudhir K. Jain March 2013 1 EQ Ground Motions Low Amplitude Vibrations Long distance events Usually

More information

Probabilistic Performance-Based Optimum Seismic Design of (Bridge) Structures

Probabilistic Performance-Based Optimum Seismic Design of (Bridge) Structures P E E R U C S D Probabilistic Performance-Based Optimum Seismic Design of (Bridge) Structures PI: Joel. P. Conte Graduate Student: Yong Li Sponsored by the Pacific Earthquake Engineering Research Center

More information

Seismic response of multi-story structure with multiple tuned mass friction dampers

Seismic response of multi-story structure with multiple tuned mass friction dampers Int J Adv Struct Eng (215) 7:81 92 DOI 1.17/s491-14-79-9 ORIGINAL RESEARCH Seismic response of multi-story structure with multiple tuned mass friction dampers Alka Y. Pisal Received: 2 July 213 / Accepted:

More information

EXPERIMENTAL STUDY ON CONCRETE BOX GIRDER BRIDGE UNDER TRAFFIC INDUCED VIBRATION

EXPERIMENTAL STUDY ON CONCRETE BOX GIRDER BRIDGE UNDER TRAFFIC INDUCED VIBRATION International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 1, January 2017, pp. 504 511, Article ID: IJCIET_08_01_058 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=1

More information

The Effect of Using Hysteresis Models (Bilinear and Modified Clough) on Seismic Demands of Single Degree of Freedom Systems

The Effect of Using Hysteresis Models (Bilinear and Modified Clough) on Seismic Demands of Single Degree of Freedom Systems American Journal of Applied Sciences Original Research Paper The Effect of Using Hysteresis Models (Bilinear and Modified Clough) on Seismic Demands of Single Degree of Freedom Systems 1 Ahmad N. Tarawneh,

More information

BIRLA INSTITUTE OF TECHNOLOGY AND SCIENCE, Pilani Pilani Campus

BIRLA INSTITUTE OF TECHNOLOGY AND SCIENCE, Pilani Pilani Campus First Semester 2017-2018 Instruction Division Course Handout (Part II) Date: 02/08/2017 In addition to Part I (General Handout for all courses appended to the Time Table), this portion gives further specific

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

To initiate a dynamic analysis in FormWorks, the Analysis Mode in the JOB CONTROL tab of DEFINE JOB window has to be set to one of the two Dynamic

To initiate a dynamic analysis in FormWorks, the Analysis Mode in the JOB CONTROL tab of DEFINE JOB window has to be set to one of the two Dynamic Dynamic Analysis with VecTor2 This bulletin describes the dynamic analysis facilities within VecTor2. Details of VecTor2 and FormWorks can be found in the VecTor2 and FormWorks Manual (Vecchio and Wong,

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

Design of Structures for Earthquake Resistance

Design of Structures for Earthquake Resistance NATIONAL TECHNICAL UNIVERSITY OF ATHENS Design of Structures for Earthquake Resistance Basic principles Ioannis N. Psycharis Lecture 3 MDOF systems Equation of motion M u + C u + K u = M r x g(t) where:

More information

BASIC STRUCTURAL DYNAMICS

BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS James C. Anderson Ph.D. Professor of Civil Engineering, University of Southern California Farzad Naeim Ph.D., S.E., Esq. Vice President and General

More information

Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device

Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device Effects of Damping Ratio of Restoring force Device on Response of a Structure Resting on Sliding Supports with Restoring Force Device A. Krishnamoorthy Professor, Department of Civil Engineering Manipal

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

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

DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS

DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS DYNAMIC RESPONSE OF EARTHQUAKE EXCITED INELASTIC PRIMARY- SECONDARY SYSTEMS Christoph ADAM 1 And Peter A FOTIU 2 SUMMARY The objective of the paper is to investigate numerically the effect of ductile material

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

Effect of Dampers on Seismic Demand of Short Period Structures

Effect of Dampers on Seismic Demand of Short Period Structures Effect of Dampers on Seismic Demand of Short Period Structures Associate Professor of Civil Engineering, University of Jordan. Email: armouti@ju.edu.jo ABSTRACT Seismic behavior of a single bay frame with

More information

ESTIMATION OF INPUT SEISMIC ENERGY BY MEANS OF A NEW DEFINITION OF STRONG MOTION DURATION

ESTIMATION OF INPUT SEISMIC ENERGY BY MEANS OF A NEW DEFINITION OF STRONG MOTION DURATION ESTIMATION OF INPUT SEISMIC ENERGY BY MEANS OF A NEW DEFINITION OF STRONG MOTION DURATION I.M. Taflampas 1, Ch.A. Maniatakis and C.C. Spyrakos 3 1 Civil Engineer, Dept. of Civil Engineering, Laboratory

More information

BEHAVIOR OF BUILDING FRAMES ON SOILS OF VARYING PLASTICITY INDEX

BEHAVIOR OF BUILDING FRAMES ON SOILS OF VARYING PLASTICITY INDEX International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 1, January 2017, pp. 623 627 Article ID: IJCIET_08_01_072 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=1

More information

SEISMIC RELIABILITY ANALYSIS OF BASE-ISOLATED BUILDINGS

SEISMIC RELIABILITY ANALYSIS OF BASE-ISOLATED BUILDINGS International Symposium on Engineering under Uncertainty: Safety Assessment and Management January 4 to 6, 2012 Paper No.: CNP 070 SEISMIC RELIABILITY ANALYSIS OF BASE-ISOLATED BUILDINGS M.C. Jacob 1,

More information

Nonlinear static analysis PUSHOVER

Nonlinear static analysis PUSHOVER Nonlinear static analysis PUSHOVER Adrian DOGARIU European Erasmus Mundus Master Course Sustainable Constructions under Natural Hazards and Catastrophic Events 520121-1-2011-1-CZ-ERA MUNDUS-EMMC Structural

More information

Earthquake-Induced Structural Damage Classification Algorithm

Earthquake-Induced Structural Damage Classification Algorithm Earthquake-Induced Structural Damage Classification Algorithm Max Ferguson, maxkferg@stanford.edu, Amory Martin, amorym@stanford.edu Department of Civil & Environmental Engineering, Stanford University

More information

FORMULA FOR FORCED VIBRATION ANALYSIS OF STRUCTURES USING STATIC FACTORED RESPONSE AS EQUIVALENT DYNAMIC RESPONSE

FORMULA FOR FORCED VIBRATION ANALYSIS OF STRUCTURES USING STATIC FACTORED RESPONSE AS EQUIVALENT DYNAMIC RESPONSE FORMULA FOR FORCED VIBRATION ANALYSIS OF STRUCTURES USING STATIC FACTORED RESPONSE AS EQUIVALENT DYNAMIC RESPONSE ABSTRACT By G. C. Ezeokpube, M. Eng. Department of Civil Engineering Anambra State University,

More information

2C09 Design for seismic and climate changes

2C09 Design for seismic and climate changes 2C09 Design for seismic and climate changes Lecture 08: Seismic response of SDOF systems Aurel Stratan, Politehnica University of Timisoara 13/03/2014 European Erasmus Mundus Master Course Sustainable

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

Software Verification

Software Verification SAP000 EXAMPLE 6-00 LINK LINEAR LINK WITH RAMP LOADING PROBLEM DESCRIPTION In this example a ramp load is applied to an undamped single degree of freedom structure. The ramp loading has a finite rise time

More information

IMPORTANT FEATURES OF THE RESPONSE OF INELASTIC STRUCTURES TO NEAR-FIELD GROUND MOTION

IMPORTANT FEATURES OF THE RESPONSE OF INELASTIC STRUCTURES TO NEAR-FIELD GROUND MOTION IMPORTANT FEATURES OF THE RESPONSE OF INELASTIC STRUCTURES TO NEAR-FIELD GROUND MOTION Wilfred D IWAN 1, Ching-Tung HUANG 2 And Andrew C GUYADER 3 SUMMARY Idealized structural models are employed to reveal

More information

Chapter 7: Solving Structural Dynamic Problems Using DCALC By Karl Hanson, S.E., P.E.* September 2008

Chapter 7: Solving Structural Dynamic Problems Using DCALC By Karl Hanson, S.E., P.E.* September 2008 Chapter 7: Solving Structural Dynamic Problems Using DCALC By Karl Hanson, S.E., P.E.* September 2008 7.1 Introduction: The last chapter presented the fundamental methods used in structural dynamics to

More information

2C09 Design for seismic and climate changes

2C09 Design for seismic and climate changes 2C09 Design for seismic and climate changes Lecture 07: Seismic response of SDOF systems Aurel Stratan, Politehnica University of Timisoara 06/04/2017 European Erasmus Mundus Master Course Sustainable

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

MATHEMATICAL MODEL OF DYNAMIC VIBRATION ABSORBER-RESPONSE PREDICTION AND REDUCTION

MATHEMATICAL MODEL OF DYNAMIC VIBRATION ABSORBER-RESPONSE PREDICTION AND REDUCTION ANNALS of Faculty Engineering Hunedoara International Journal of Engineering Tome XIV [2016] Fascicule 1 [February] ISSN: 1584-2665 [print; online] ISSN: 1584-2673 [CD-Rom; online] a free-access multidisciplinary

More information

Multi Linear Elastic and Plastic Link in SAP2000

Multi Linear Elastic and Plastic Link in SAP2000 26/01/2016 Marco Donà Multi Linear Elastic and Plastic Link in SAP2000 1 General principles Link object connects two joints, i and j, separated by length L, such that specialized structural behaviour may

More information

DESIGN AND ANALYSIS OF VIBRATION AND HARSHNESS CONTROL FOR AUTOMOTIVE STRUCTURES USING FINITE ELEMENT ANALYSIS

DESIGN AND ANALYSIS OF VIBRATION AND HARSHNESS CONTROL FOR AUTOMOTIVE STRUCTURES USING FINITE ELEMENT ANALYSIS International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 10, October 2017, pp. 1364 1370, Article ID: IJCIET_08_10_139 Available online at http://http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=10

More information

EXTENDED ABSTRACT. Dynamic analysis of elastic solids by the finite element method. Vítor Hugo Amaral Carreiro

EXTENDED ABSTRACT. Dynamic analysis of elastic solids by the finite element method. Vítor Hugo Amaral Carreiro EXTENDED ABSTRACT Dynamic analysis of elastic solids by the finite element method Vítor Hugo Amaral Carreiro Supervisor: Professor Fernando Manuel Fernandes Simões June 2009 Summary The finite element

More information

Influence of Modelling Issues on Nonlinear Static Seismic Analysis of a Regular 3D Steel Structure. A. Belejo; R. Bento - Maio de

Influence of Modelling Issues on Nonlinear Static Seismic Analysis of a Regular 3D Steel Structure. A. Belejo; R. Bento - Maio de ISSN: 871-7869 Influence of Modelling Issues on Nonlinear Static Seismic Analysis of a Regular 3D Steel Structure A. Belejo; R. Bento - Maio de 212 - Relatório ICIST DTC nº 13/212 LIST OF CONTENTS LIST

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

DYNAMIC ANALYSIS OF ROTOR-BEARING SYSTEM FOR FLEXIBLE BEARING SUPPORT CONDITION

DYNAMIC ANALYSIS OF ROTOR-BEARING SYSTEM FOR FLEXIBLE BEARING SUPPORT CONDITION International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 7, July 2017, pp. 1785 1792, Article ID: IJMET_08_07_197 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=7

More information

INFLUENCE OF FRICTION PENDULUM SYSTEM ON THE RESPONSE OF BASE ISOLATED STRUCTURES

INFLUENCE OF FRICTION PENDULUM SYSTEM ON THE RESPONSE OF BASE ISOLATED STRUCTURES Octoer 12-17, 28, Beijing, China INFLUENCE OF FRICTION PENDULUM SYSTEM ON THE RESPONSE OF BASE ISOLATED STRUCTURES M. Garevski 1 and M. Jovanovic 2 1 Director, Professor, Institute of Earthquake Engineering

More information

OPTIMAL SEISMIC PERFORMANCE OF FRICTION ENERGY DISSIPATING DEVICES

OPTIMAL SEISMIC PERFORMANCE OF FRICTION ENERGY DISSIPATING DEVICES OPTIMAL SEISMIC PERFORMANCE OF FRICTION ENERGY DISSIPATING DEVICES Sanjaya K. Patro 1 and Ravi Sinha 2 1 Senior Engineer, CPP Wind Engineering and Air Quality Consultants, Fort Collins, Colorado 80524,

More information

Open Access Semi-active Pneumatic Devices for Control of MDOF Structures

Open Access Semi-active Pneumatic Devices for Control of MDOF Structures The Open Construction and Building Technology Journal, 2009, 3, 141-145 141 Open Access Semi-active Pneumatic Devices for Control of MDOF Structures Y. Ribakov* Department of Civil Engineering, Ariel University

More information

REAL-TIME HYBRID EXPERIMENTAL SIMULATION SYSTEM USING COUPLED CONTROL OF SHAKE TABLE AND HYDRAULIC ACTUATOR

REAL-TIME HYBRID EXPERIMENTAL SIMULATION SYSTEM USING COUPLED CONTROL OF SHAKE TABLE AND HYDRAULIC ACTUATOR October -7, 8, Beijing, China REAL-TIME HYBRID EXPERIMENTAL SIMULATION SYSTEM USING COUPLED CONTROL OF SHAKE TABLE AND HYDRAULIC ACTUATOR A. Igarashi and Y.Kikuchi and H.Iemura 3 Assoc. Professor, Dept.

More information

Parametric Identification of a Cable-stayed Bridge using Substructure Approach

Parametric Identification of a Cable-stayed Bridge using Substructure Approach Parametric Identification of a Cable-stayed Bridge using Substructure Approach *Hongwei Huang 1), Yaohua Yang 2) and Limin Sun 3) 1),3) State Key Laboratory for Disaster Reduction in Civil Engineering,

More information

STRENGTH REDUCTION FACTORS CONSIDERING SOIL-STRUCTURE INTERACTION

STRENGTH REDUCTION FACTORS CONSIDERING SOIL-STRUCTURE INTERACTION 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 4 Paper No. 331 STRENGTH REDUCTION FACTORS CONSIDERING SOIL-STRUCTURE INTERACTION Mohammad Ali GHANNAD 1, Hossein JAHANKHAH

More information

Comparison between the visco-elastic dampers And Magnetorheological dampers and study the Effect of temperature on the damping properties

Comparison between the visco-elastic dampers And Magnetorheological dampers and study the Effect of temperature on the damping properties Comparison between the visco-elastic dampers And Magnetorheological dampers and study the Effect of temperature on the damping properties A.Q. Bhatti National University of Sciences and Technology (NUST),

More information

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum

Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum STRUCTURAL DYNAMICS Dr.Vinod Hosur, Professor, Civil Engg.Dept., Gogte Institute of Technology, Belgaum Overview of Structural Dynamics Structure Members, joints, strength, stiffness, ductility Structure

More information

New implicit method for analysis of problems in nonlinear structural dynamics

New implicit method for analysis of problems in nonlinear structural dynamics Applied and Computational Mechanics 5 (2011) 15 20 New implicit method for analysis of problems in nonlinear structural dynamics A. A. Gholampour a,, M. Ghassemieh a a School of Civil Engineering, University

More information

COMPARISON OF ANALYSIS OF FOLDED PLATE STRUCTURES BY SIMPLIFIED BENDING THEORY AND ANSYS PROGRAM

COMPARISON OF ANALYSIS OF FOLDED PLATE STRUCTURES BY SIMPLIFIED BENDING THEORY AND ANSYS PROGRAM International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 1, December 17, pp. 796 83, Article ID: IJCIET_8_1_86 Available online at http://http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=1

More information

NUMERICAL ANALYSIS OF ELEVATED FRAMED STAGING SHALLOW TANK BY NEWMARK S STEP-BY-STEP METHOD

NUMERICAL ANALYSIS OF ELEVATED FRAMED STAGING SHALLOW TANK BY NEWMARK S STEP-BY-STEP METHOD International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March- April 2019, pp. 22-33, Article ID: IJARET_10_02_003 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=10&itype=02

More information

Displacement ductility demand and strength reduction factors for rocking structures

Displacement ductility demand and strength reduction factors for rocking structures Earthquake Resistant Engineering Structures VI 9 Displacement ductility demand and strength reduction factors for rocking structures M. Trueb, Y. Belmouden & P. Lestuzzi ETHZ-Swiss Federal Institute of

More information

QUAKE/W ProShake Comparison

QUAKE/W ProShake Comparison 1 Introduction QUAKE/W Comparison is a commercially available software product for doing one-dimensional ground response analyses. It was developed and is being maintained under the guidance of Professor

More information

Numerical Modeling of Interface Between Soil and Pile to Account for Loss of Contact during Seismic Excitation

Numerical Modeling of Interface Between Soil and Pile to Account for Loss of Contact during Seismic Excitation Numerical Modeling of Interface Between Soil and Pile to Account for Loss of Contact during Seismic Excitation P. Sushma Ph D Scholar, Earthquake Engineering Research Center, IIIT Hyderabad, Gachbowli,

More information

Simulation of Aeroelastic System with Aerodynamic Nonlinearity

Simulation of Aeroelastic System with Aerodynamic Nonlinearity Simulation of Aeroelastic System with Aerodynamic Nonlinearity Muhamad Khairil Hafizi Mohd Zorkipli School of Aerospace Engineering, Universiti Sains Malaysia, Penang, MALAYSIA Norizham Abdul Razak School

More information

Comparative Study of Impact Simulation Models for Linear Elastic Structures in Seismic Pounding

Comparative Study of Impact Simulation Models for Linear Elastic Structures in Seismic Pounding Comparative Study of Impact Simulation Models for Linear Elastic Structures in Seismic Pounding N. U. Mate 1, S. V. Bakre and O. R. Jaiswal 3 1 Research Scholar, Associate Professor, 3 Professor Applied

More information

Module 4: Dynamic Vibration Absorbers and Vibration Isolator Lecture 19: Active DVA. The Lecture Contains: Development of an Active DVA

Module 4: Dynamic Vibration Absorbers and Vibration Isolator Lecture 19: Active DVA. The Lecture Contains: Development of an Active DVA The Lecture Contains: Development of an Active DVA Proof Mass Actutor Application of Active DVA file:///d /chitra/vibration_upload/lecture19/19_1.htm[6/25/2012 12:35:51 PM] In this section, we will consider

More information

RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND

RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND RESPONSE SPECTRUM METHOD FOR ESTIMATION OF PEAK FLOOR ACCELERATION DEMAND Shahram Taghavi 1 and Eduardo Miranda 2 1 Senior catastrophe risk modeler, Risk Management Solutions, CA, USA 2 Associate Professor,

More information

Dynamics of structures

Dynamics of structures Dynamics of structures 2.Vibrations: single degree of freedom system Arnaud Deraemaeker (aderaema@ulb.ac.be) 1 Outline of the chapter *One degree of freedom systems in real life Hypothesis Examples *Response

More information

NON-LINEAR VISCOELASTIC MODEL OF STRUCTURAL POUNDING

NON-LINEAR VISCOELASTIC MODEL OF STRUCTURAL POUNDING 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, 004 Paper No. 308 NON-LINEAR VISCOELASTIC MODEL OF STRUCTURAL POUNDING Robert JANKOWSKI SUMMARY Pounding between structures

More information

CE 6701 Structural Dynamics and Earthquake Engineering Dr. P. Venkateswara Rao

CE 6701 Structural Dynamics and Earthquake Engineering Dr. P. Venkateswara Rao CE 6701 Structural Dynamics and Earthquake Engineering Dr. P. Venkateswara Rao Associate Professor Dept. of Civil Engineering SVCE, Sriperumbudur Difference between static loading and dynamic loading Degree

More information

Computational Simulation of Dynamic Response of Vehicle Tatra T815 and the Ground

Computational Simulation of Dynamic Response of Vehicle Tatra T815 and the Ground IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Computational Simulation of Dynamic Response of Vehicle Tatra T815 and the Ground To cite this article: Jozef Vlek and Veronika

More information

Structural System, Machines and Load Cases

Structural System, Machines and Load Cases Machine-Induced Vibrations Machine-Induced Vibrations In the following example the dynamic excitation of two rotating machines is analyzed. A time history analysis in the add-on module RF-DYNAM Pro - Forced

More information

EFFECT OF SOIL TYPE LOCATION ON THE LATERALLY LOADED SINGLE PILE

EFFECT OF SOIL TYPE LOCATION ON THE LATERALLY LOADED SINGLE PILE International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 12, December 2018, pp. 1196 1205, Article ID: IJCIET_09_12 122 Available online at http://www.ia aeme.com/ijciet/issues.asp?jtype=ijciet&vtype=

More information

1. Multiple Degree-of-Freedom (MDOF) Systems: Introduction

1. Multiple Degree-of-Freedom (MDOF) Systems: Introduction 1. Multiple Degree-of-Freedom (MDOF) Systems: Introduction Lesson Objectives: 1) List examples of MDOF structural systems and state assumptions of the idealizations. 2) Formulate the equation of motion

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

NON LINEAR DYNAMIC RESPONSE VARIATION UNDER DIFFERENT SETS OF EARTHQUAKES

NON LINEAR DYNAMIC RESPONSE VARIATION UNDER DIFFERENT SETS OF EARTHQUAKES NON LINEAR DYNAMIC RESPONSE VARIATION UNDER DIFFERENT SETS OF EARTHQUAKES Giuseppe Maddaloni 1, Gennaro Magliulo and Edoardo Cosenza 3 1 Assistant Professor, University of Naples Parthenope, Department

More information

CAPACITY SPECTRUM FOR STRUCTURES ASYMMETRIC IN PLAN

CAPACITY SPECTRUM FOR STRUCTURES ASYMMETRIC IN PLAN 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 004 Paper No. 653 CAPACITY SPECTRUM FOR STRUCTURES ASYMMETRIC IN PLAN B. K. Raghu Prasad 1, A. Seetha Ramaiah and A.

More information

DISPERSION OF ELASTIC AND INELASTIC SPECTRA WITH REGARD TO EARTHQUAKE RECORD SELECTION

DISPERSION OF ELASTIC AND INELASTIC SPECTRA WITH REGARD TO EARTHQUAKE RECORD SELECTION DISPERSION OF ELASTIC AND INELASTIC SPECTRA WITH REGARD TO EARTHQUAKE RECORD SELECTION Nuri ÖZHENDEKCĐ 1, Devrim ÖZHENDEKCĐ 2 ABSTRACT During the determination of an earthquake record set matching a target

More information

INVESTIGATION OF JACOBSEN'S EQUIVALENT VISCOUS DAMPING APPROACH AS APPLIED TO DISPLACEMENT-BASED SEISMIC DESIGN

INVESTIGATION OF JACOBSEN'S EQUIVALENT VISCOUS DAMPING APPROACH AS APPLIED TO DISPLACEMENT-BASED SEISMIC DESIGN 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paper No. 228 INVESTIGATION OF JACOBSEN'S EQUIVALENT VISCOUS DAMPING APPROACH AS APPLIED TO DISPLACEMENT-BASED

More information

Investigated in this paper is the approximation in the ATC-40 nonlinear static procedure (NSP)

Investigated in this paper is the approximation in the ATC-40 nonlinear static procedure (NSP) EVALUATION OF NSP TO ESTIMATE SEISMIC DEFORMATION: SDF SYSTEMS By Anil K. Chopra 1 and Rakesh K. Goel Investigated in this paper is the approximation in the ATC-40 nonlinear static procedure (NSP) ABSTRACT:

More information

midas Civil Advanced Tutorial Nonlinear time history analysis of a bridge with seismic isolators

midas Civil Advanced Tutorial Nonlinear time history analysis of a bridge with seismic isolators midas Civil Advanced Tutorial Nonlinear time history analysis of a bridge with seismic isolators Nonlinear Time History Analysis of a Bridge with Seismic Isolators Nonlinear time history analysis of a

More information

1. Introduction

1. Introduction 15. Pounding of adjacent buildings considering pile-soil-structure interaction Lihua Zou, Kai Huang, Liyuan Wang, Laiqing Fang 15. POUNDING OF ADJACENT BUILDINGS CONSIDERING PILE-SOIL-STRUCTURE INTERACTION.

More information

Broadband Vibration Response Reduction Using FEA and Optimization Techniques

Broadband Vibration Response Reduction Using FEA and Optimization Techniques Broadband Vibration Response Reduction Using FEA and Optimization Techniques P.C. Jain Visiting Scholar at Penn State University, University Park, PA 16802 A.D. Belegundu Professor of Mechanical Engineering,

More information

A new seismic testing method E. Kausel Professor of Civil and Environmental Engineering, Massachusetts 7-277, OamWd^e, ^ 027 JP,

A new seismic testing method E. Kausel Professor of Civil and Environmental Engineering, Massachusetts 7-277, OamWd^e, ^ 027 JP, A new seismic testing method E. Kausel Professor of Civil and Environmental Engineering, Massachusetts 7-277, OamWd^e, ^ 027 JP, Introduction The bulleted enumeration that follows shows five experimental

More information

QUALITATIVE COMPARISON OF STATIC PUSHOVER VERSUS INCREMENTAL DYNAMIC ANALYSIS CAPACITY CURVES

QUALITATIVE COMPARISON OF STATIC PUSHOVER VERSUS INCREMENTAL DYNAMIC ANALYSIS CAPACITY CURVES QUALITATIVE COMPARISON OF STATIC PUSHOVER VERSUS INCREMENTAL DYNAMIC ANALYSIS CAPACITY CURVES Michalis Fragiadakis Department of Civil and Environmental Engineering, University of Cyprus, Cyprus Department

More information

Dynamic Soil Structure Interaction

Dynamic Soil Structure Interaction Dynamic Soil Structure Interaction Kenji MIURA, Dr. Eng. Professor Graduate School of Engineering Hiroshima University Dynamic Soil Structure Interaction Chapter 1 : Introduction Kenji MIURA, Dr. Eng.

More information

Seismic Collapse Margin of Structures Using Modified Mode-based Global Damage Model

Seismic Collapse Margin of Structures Using Modified Mode-based Global Damage Model Seismic Collapse Margin of Structures Using Modified Mode-based Global Damage Model X. Y. Ou, Z. He & J. P. Ou Dalian University of Technology, China SUMMARY: Collapse margin ratio (CMR) introduced in

More information

Influence of First Shape Factor in Behaviour of Rubber Bearings Base Isolated Buildings.

Influence of First Shape Factor in Behaviour of Rubber Bearings Base Isolated Buildings. ISSN (Online) 2347-327 Influence of First Shape Factor in Behaviour of Rubber Bearings Base Isolated Buildings. Luan MURTAJ 1, Enkelejda MURTAJ 1 Pedagogue, Department of Structural Mechanics Faculty of

More information

Evaluating the effects of near-field earthquakes on the behavior of moment resisting frames

Evaluating the effects of near-field earthquakes on the behavior of moment resisting frames Comp. Meth. Civil Eng., Vol. 3, 2 (2012) 79-91 Copyright by the University of Guilan, Printed in I.R. Iran CMCE Computational Methods in Civil Engineering Evaluating the effects of near-field earthquakes

More information

Missing Mass in Dynamic Analysis

Missing Mass in Dynamic Analysis Missing Mass in Dynamic Analysis Introduction: The common practice of performing a dynamic analysis of a structure is to evaluate the response of a structure mode by mode and then combining the results

More information

Nonlinear Analysis of Reinforced Concrete Bridges under Earthquakes

Nonlinear Analysis of Reinforced Concrete Bridges under Earthquakes 6 th International Conference on Advances in Experimental Structural Engineering 11 th International Workshop on Advanced Smart Materials and Smart Structures Technology August 1-2, 2015, University of

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

Modal pushover analysis for seismic vulnerability analysis

Modal pushover analysis for seismic vulnerability analysis Bauhaus Summer School in Forecast Engineering: Global Climate change and the challenge for built environment 17-29 August 2014, Weimar, Germany Modal pushover analysis for seismic vulnerability analysis

More information