Modeling Steel Moment Resisting Frames with OpenSees!

Size: px
Start display at page:

Download "Modeling Steel Moment Resisting Frames with OpenSees!"

Transcription

1 Modeling Steel Moment Resisting Frames with OpenSees! DIMITRIOS G. LIGNOS! ASSISTANT PROFESSOR! MCGILL UNIVERSITY, MONTREAL CANADA! With Contributions By: Ahmed Elkady* and Samantha Walker*! *Graduate Students at McGill University! OpenSees Workshop, University of California, Berkeley! September 26 th 2014! 1

2 Agenda! ² Nonlinear Modeling of Steel MRFs! ² Steel Components for Nonlinear Modeling! ² Distributed and Concentrated Plasticity! ² Nonlinear Force-Based Elements! ² Zero Length Elements (Concentrated Plasticity)! ² Background on Available Steel Materials in OpenSees! ² Examples and Applications! ² Summary Remarks! 2

3 Steel Components for Nonlinear Modeling in MRFs! (Images courtesy of Prof. M. Engelhardt)! 3

4 Steel Components for Nonlinear Modeling in MRFs! Panel Zone (Shear Yielding) Column (Flexural & Axial Yielding) Beam (Flexural Yielding) (Image courtesy of Prof. M. Engelhardt)! 4

5 Steel Components for Nonlinear Modeling in MRFs! -Beam Plastic Hinging! Local buckling of Beams with RBS Lateral torsional buckling of Beams with RBS (Images courtesy of Prof. M. Engelhardt)! 5

6 Steel Components for Nonlinear Modeling in MRFs! -Panel Zone Shear Yielding! (Image courtesy of Prof. M. Engelhardt)! 6

7 Steel Components for Nonlinear Modeling in MRFs! -Column Plastic Hinging! (Image from Suzuki and Lignos 2014)! 7

8 Simulation Approach! Image Source: NIST GSR ! 8

9 Concentrated Plasticity Models! Image Source: NIST GSR ! Advantages! ² Fairly simple! ² Effective for interface effects! ² Computationally efficient! Disadvantages! ² Require the moment rotation relationship! (as opposed to engineering stress-strain)! ² They don t capture P-M interaction! (critical for columns)! 9

10 Distributed Plasticity Models! Advantages! ² Force- and displacement-based element permits spread of plasticity along the element! ² P-M interaction can be captured! Disadvantages! ² Localization! Image Source: NIST GSR ! ² Requires fiber section discretization (# fibers matters)! ² Deteriorating phenomena (local buckling) difficult to capture with available engineering stress-strain models in OpenSees! 10

11 Example for Today s Presentation! m I I I I m I I I I I I I I I I I I I I I I I I I I I I I I H = 16.60m 4.6m 4.0m 4.0m 4.0m Perimeter SMF W21x57 W21x57 W21x73 W21x Leaning Column I I I I Modeled SMF 6.10m ² 4-story building with perimeter steel special moment frames (SMFs)! ² Design location Bulk Center Los Angeles, CA! ² Design provisions: ASCE 7-10, AISC 2010! ² Fully-Restrained Beam-to-Column connections with Reduced Beam Sections (RBS)à See AISC or FEMA-350! ² First mode period: 1.51sec! m Rigid links (Source: Elkady and Lignos 2014)! 11

12 Modeling with Distributed Plasticity! Perimeter SMF W21x57 Leaning Column Node i Node j H = 16.60m 4.6m 4.0m 4.0m 4.0m W21x57 W21x73 W21x m Rigid links x Force- or Displacement- Based Element y z IntegraNon point Fiber element Engineering stress- strain domain 12

13 Steel Material Models Available in OpenSees! Steel01-Simple Bilinear! Steel02-Giuffre Menegotto-Pinto Model with Isotropic Strain Hardening! 13

14 Steel Material Models Available in OpenSees! Utilization of Steel01 for Modeling of Steel Components! 14

15 Steel Material Models Available in OpenSees! Utilization of Steel02 for Modeling of Steel Components! Example Utilization of Steel02 Material Model! From calibranon Moment [kn mm] Simulation Experimental Data Chord Rotation [rad] 15

16 Number of Fibers for Cross Section Discretization! à Follow the recommendations by Kostic & Filippou (2012)! W-Shapes: 12 MP gives remarkable accuracy in terms of local response estimates! Biaxial bending and failures associated with weak axis bending: (40MP) 2x8 fibers (Flange) 1x8 fibers (Web)! 16

17 Steel2.tcl FiberSteelWsection2d! 17

18 Nonlinear Beam-Column Elements in OpenSees! -Use of forcebeamcolumn element! (Neuenhofer and Filippou 1997) à good discussion why you may want to consider using force based elements over displacement-based ones.! Node i Node j x Force- Based Element y IntegraNon point z Only one element is adequate! 5 integration points along the member length are sufficient most of the times for modeling of steel MRFs! Fiber element Recommendations by Kostic & Filippou (2012)! 18

19 Steel2.tcl Procedure: ForceBeamWSection2d! à Uses forcebeamcolumn element! 19

20 model Basic ndm 2 ndf 3! source Steel2d.tcl!! # set some lists containing floor and column line locations and nodal masses! set floorlocs { }; # floor locations in inches! set collocs { }; #column line locations in inches! set massesx { }; # mass at nodes on each floor in x dirn! set massesy{ } ; # in y dirn!! # add nodes at each floor at each column line location & fix nodes if at floor 1! foreach floor { } floorloc $floorlocs massx $massesx massy $massesy {! foreach colline { } colloc $collocs {! node $colline$floor $colloc $floorloc -mass $massx $massy 0.! if {$floor == 1} {fix $colline$floor 1 1 1}! }! }! #uniaxialmaterial Steel02 $tag $Fy $E $b $R0 $cr1 $cr2 $a1 $a2 $a3 $a4! uniaxialmaterial Steel ; # material to be used for steel elements!! # set some list for col and beam sizes! set colsizes { W24X103 64}; #col sizes stories 1, 2, 3 and 4! set beamsizes {W21x73 W21X73 W21X57 W21x57}; #beams sizes floor 1, 2, 3 and 4!! # add columns at each column line between floors! geomtransf PDelta 1! MRF1.tcl! Same Model in 35 lines! (Tcl Code by F. McKenna)! Selection of material model! Selection of nonlinear force beamcolumn element! foreach colline { } {! foreach floor1 {1 2 3 } floor2 { } {! set thesection [lindex $colsizes [expr $floor1-1]]; # obtain section size for column! ForceBeamWSection2d $colline$floor1$colline$floor2 $colline$floor1 $colline$floor2 $thesection 1 1 nip 5! }! }! #add beams between column lines at each floor! geomtransf Linear 2! foreach colline1 {1 2 3} colline2 {2 3 4} {! foreach floor { } {! set thesection [lindex $beamsizes [expr $floor -2]]; # obtain section size for floor! ForceBeamWSection2d $colline1$floor$colline2$floor $colline1$floor $colline2$floor $thesection 1 2! }! }! 20

21 Panel Zone Modeling! Perimeter SMF W21x57 Leaning Column H = 16.60m 4.6m 4.0m 4.0m 4.0m W21x57 W21x73 W21x m Nonlinear force-beam! column elements! Rigid links d b! Elastic beam! column elements! d c! How to obtain the input parameters?! see Gupta and Krawinkler (1999)! 21

22 Procedure for Modeling Panel Zones! -Available from OpenSees Examples Posted by Dr. L. Eads! 22

23 Base Shear/Seismic Weight, V/W 4-Story SMF Distributed Plasticity Approach! Basic Results Nonlinear Static Procedure! First Mode Lateral Load Pattern! Ω! Without P Delta With P Delta C s! Roof Drift Ratio, /H [rad] Does not capture strength deterioranon of steel components Floor Formation of a 3-story mechanism! Roof r /H = 1% r /H = 2% r /H = 3% r /H = 4% Normalized Floor Displacement [rad] 23

24 4-Story SMF Distributed Plasticity Approach! Basic Results Nonlinear Response History Analysis! Sa (T, 5%) [g] Canoga Park Record! Northridge 1994 Earthquake! Unscaled (SF=1.0)! Floor Roof SF=1.0 SF= T [sec] Story Drift Ratio, SDR [rad] Does not include the effect of cyclic deterioration on flexural strength and stiffness of steel components! 24

25 4-Story SMF Concentrated Plasticity Approach! Perimeter SMF W21x57 Leaning Column Zero Length element (rotational springs)! With idealized moment rotation relationship! H = 16.60m 4.6m 4.0m 4.0m 4.0m W21x57 W21x73 W21x m Rigid links Elastic beam-column element! 25

26 4-Story SMF Concentrated Plasticity Approach! From Steel2d.tcl: Procedure to Create Elastic Beam-Column Element! à Look for Procedure! ElasticBeamSection2d! 26

27 Available Steel Material Models for Modeling the Moment Rotation Relationship of a Steel Component! ² Steel01 (Basic Bilinear)! ² Steel02 (Giuffre Menegotto-Pinto Model with Isotropic Strain Hardening)! ² Modified Ibarra-Medina-Krawinkler (IMK) Deterioration Model with Bilinear Hysteretic Response (or Bilin in OpenSees) à Considers Strength and Stiffness Deterioration of Steel Components! 27

28 The Modified IMK Deterioration Model! -Input Model Parameters! (Image Source: Lignos and Krawinkler 2012)! The deduced moment rotation relationship of the component under consideration is needed for input parameter identification! 28

29 The Modified IMK Deterioration Model! -Considering Slab Effects (see Elkady and Lignos 2014)! Moment (kn-m) Initial Backbone Curve M - r θ- u θ- pc M - c M + y θ+ p M + c Strength Det. Post Cap. Strength Det. Unload. Stiff. Det. M ȳ θ- M - p ref Chord Rotation (rad) N.A! The deduced moment rotation relationship of the component under consideration is needed for input parameter identification! 29

30 Utilizing the Modified IMK Model in OpenSees! Visit: dimitrios.lignos.research.mcgill.ca/databases/steel/! Contains data from more than 300 experiments from steel beams! 30

31 Utilizing the Modified IMK Model in OpenSees! Sample Model Calibrations! Steel Beam (bare) with RBS! Steel Beam (Composite) with RBS! (Sources: Lignos and Krawinkler 2011, 2013)! 31

32 CAS February 2011 Utilizing the Modified IMK Model in OpenSees! Visit: dimitrios.lignos.research.mcgill.ca/databases/component/! Pre-capping plastic rotation, p, for beams with non-rbs connections: D.G. Lignos et al. / Computers and Structures xx p h b f L d cunit F y 1 t w 2 t f d cunit 21" M y M c p Pre-capping plastic rotation, p, for beams with RBS connections: h b f L CAS c b L d unit F y w 2 f y unit 21" t t r d c 7 February 2011 Moment M r K e θ p θ pc Moment No. of Page Post-capping rotation, pc, for beams with non-rbs connections: D.G. Lignos et al. / Computers and Structures xxx (2011) xxx xxx Chord Rotation θ h b f d cunit F y pc Initial (a) backbone curve t w 2 t f cunit 21" 50 BackBone Curve θ u Post-capping rotation, pc, for beams with RBS connections: pc M M c y b f L c b unit F y h 9.62 t w 2 t f r y 50 Moment Reference cumulative plastic rotation,, for beams with non-rbs M connections: r K e t h b f cunit F y 500 M y t w 2 t f 50 Chord Rotation θ θ u (a) backbone curve (Sources: Lignos and Krawinkler 2011, 2013)! θ p θ pc Moment Post Cap. Strength Det. Chord Rotation θ Unload. Stiffness Det. Strength Det. (b) basic modes of cyclic deterioration Fig. 1. Modified Ibarra Krawinkler deterioration model (Lignos and Krawinkler [39]). 32

33 Utilizing the Modified IMK Model in OpenSees! Visit: dimitrios.lignos.research.mcgill.ca/databases/component/! 33

34 4-Story Concentrated Plasticity Approach! Steel2d.tcl: Rotational Spring with SteelWsectionMR! à Look for SteelWSectionMR! Uses the multivariate-regression equations and utilizes the modified IMK model in OpenSees! 34

35 4-Story SMF Concentrated Plasticity- Deterioration! Nonlinear Static Analysis First Mode Lateral Load Pattern! Comparisons with Distributed Plasticity Model! Base Shear/Seismic Weight, V/W Fiber Based,Steel02 Spring Mod. IMK Model Due to! strength deterioration! Roof Drift Ratio, /H [rad] Floor Formation of a 3-story mechanism! (Did not change in this case)! Roof Normalized Floor Displacement [rad] 35

36 4-Story SMF Concentrated Plasticity- Deterioration! Nonlinear Response History Analysis with Canoga Park Record! Comparisons with Distributed Plasticity Model! Roof Canoga Park SF=1.0! Fiber Based,Steel02 Roof Canoga Park SF=1.5! 4 Spring Mod. IMK Model 4 Floor 3 Floor Story Drift Ratio, SDR [rad] 2 Fiber Based,Steel02 Spring Mod. IMK Model Story Drift Ratio, SDR [rad] The effect of cyclic deterioration on the! structural response is minimal for SF = 1.0 (close to design level earthquake)! The effect of cyclic deterioration on the! structural response is significant! 36

37 4-Story SMF Concentrated Plasticity- Deterioration! Nonlinear Response History Analysis with Canoga Park Record! Comparisons with Distributed Plasticity Model! Canoga Park Record SF=1.5! Normalized Base Shear V 1 / W st Story Drift Ratio [rad] Due to strength deterioration! Spring Mod. IMK Model Fiber Based, Steel02 Approaching! dynamic collapse! 37

38 Collapse Assessment of Steel SMFs Using Concentrated Plasticity Approach! Case studies: Archetype office steel buildings with perimeter steel special moment frames designed in Urban California (ASCE 7-10, AISC-2010)! 20 Story Story W21x57 W21x57 W21x73 W21x W21x57 W21x57 W21x73 W21x W21x57 W21x57 W21x73 W21x Story W21x W27x94 W27x W21x W27x94 W27x W21x W27x94 W27x Story W27x9 4 W27x W27x9 4 W27x W27x9 4 W27x W14x500 W14x455 W14x455 W14x370 W14x370 W14x311 W14x283 W14x233 W14x193 W14x132 W36x330 W36x262 W36x232 W27x194 W27x129 W36x395 W36x361 W36x441 W36x487 W36x W33x13 0 W33x13 0 W33x13 0 W33x13 0 W33x15 2 W33x15 2 W33x15 2 W33x15 2 W33x15 2 W33x15 2 W33x15 2 W33x15 2 W33x14 1 W33x14 1 W33x14 1 W33x14 1 W33x13 0 W33x13 0 (Sources: Elkady and Lignos 2014)! Source: National Seismic Hazard Map (USGS 2008)! 38

39 Example: Collapse Risk of 4-Story Steel SMF! Incremental Dynamic Analysis Utilization of 44 Ground Motions! 2.5 IDA Curves! Collapse! 1 Collapse Fragility Curve! Sa (T 1, 5%) [g] Median Collapse Capacity Ŝ CT! Maximum Story Drift Ratio [rad] Probabilty of Collapse S CT = = Simulation Results Lognormal CDF IM = Sa(T, 5%) [g] 1 Source: Elkady and Lignos (2014)! 39

40 Concluding Remarks! ² Modeling Steel Moment Resisting Frames in OpenSees! Ø You can use a number of readily available tools (procedures in tcl, examples, web-based tools, etc)! ² Steel Components to Consider! ü Steel Beams, Columns and Panel Zones! ² Distributed Versus Concentrated Plasticity Approach! ü For low rise code-compliant steel buildings with perimeter MRFs the differences should not be large for design level earthquakes Distributed plasticity models capture cyclic hardening, P-M interaction! ² If Performance Evaluation at Large Deformations is the Objective: Component Deterioration Must be Considered! ü Concentrated Plasticity with Degrading Phenomenological Models will do reasonably well for low- to mid-rise steel MRFs.!! 40

41 Thank you for your kind attention!! References:! For more information visit: dimitrios-lignos.research.mcgill.ca! 1. Elkady, A., Lignos, D.G. (2014). Modeling of the Composite Action in Fully Restrained Beam-to-Column Connections: Implications in the Seismic Design and Collapse Capacity of Steel Special Moment Frames, Earthquake Engineering and Structural Dynamics, EESD, doi: /eqe.2430 (available in early view).! 2. Lignos, D.G., Krawinkler, H. (2013). Development and Utilization of Structural Component Databases for Performance-Based Earthquake Engineering, ASCE, Journal of Structural Engineering, Vol. 139 (NEES 2), pp , doi:10/1061/(asce)st x ! 3. Lignos, D.G., Krawinkler, H. (2011). Deterioration Modeling of Steel Components in Support to Collapse Prediction of Steel Moment Frames, ASCE Journal of Structural Engineering, Vol. 137 (11), pp , doi: /(ASCE)ST X ! 4. Lignos, D.G., Krawinkler, H. (2012). Sidesway Collapse of Deteriorating Structural Systems under Seismic Excitations, Report No. TB 177, The John A. Blume Earthquake Engineering Center, Stanford, CA.! 5. Ibarra, L., Medina, R., Krawinkler, H. (2005). Hysteretic Models that Incorate Strength and Stiffness Deterioration, Earthquake Engineering and Structural Dynamics, EESD, Vol. 34(12), pp ! 41

SHAKING TABLE COLLAPSE TESTS OF TWO SCALE MODELS OF A 4-STORY MOMENT RESISTING STEEL FRAME

SHAKING TABLE COLLAPSE TESTS OF TWO SCALE MODELS OF A 4-STORY MOMENT RESISTING STEEL FRAME SHAKING TABLE COLLAPSE TESTS OF TWO SCALE MODELS OF A 4-STORY MOMENT RESISTING STEEL FRAME D.G. Lignos 1, H. Krawinkler 2 and A.S. Whittaker 3 1 Ph.D. Candidate, Dept. of Structural Engineering, Stanford

More information

Challenges in Collapse Prediction for Steel Moment Frame Structures

Challenges in Collapse Prediction for Steel Moment Frame Structures Challenges in Collapse Prediction for Steel Moment Frame Structures Helmut Krawinkler Farzin Zareian Dimitrios Lignos Loading History Effects Identical Steel Beams Component Models with Deterioration 1.

More information

Model parameter uncertainties and correlations: quantification and assessment of impacts on seismic collapse risk

Model parameter uncertainties and correlations: quantification and assessment of impacts on seismic collapse risk IASSAR Safety, Reliability, Risk, Resilience and Sustainability of Structures and Infrastructure 12th Int. Conf. on Structural Safety and Reliability, Vienna, Austria, 6 10 August 2017 Christian Bucher,

More information

Use of PBEE to Assess and Improve Building Code Provisions

Use of PBEE to Assess and Improve Building Code Provisions Use of PBEE to Assess and Improve Building Code Provisions Greg Deierlein Stanford University with contributions by Curt Haselton & Abbie Liel Stanford University Long Term: PBEE Standards and Practice

More information

Seismic performance quantification of steel corrugated shear wall system

Seismic performance quantification of steel corrugated shear wall system Seismic performance quantification of steel corrugated shear wall system Laszlo Gergely Vigh, (Geri) Visiting scholar, Stanford, CA Asst. Prof., Budapest University of Technology and Economics, Dept. Of

More information

DEGRADATION PARAMETERS FOR EQUIVALENT SDOF SYSTEMS OBTAINED FROM CYCLIC PUSHOVER ANALYSIS AND PARAMETER OPTIMIZATION

DEGRADATION PARAMETERS FOR EQUIVALENT SDOF SYSTEMS OBTAINED FROM CYCLIC PUSHOVER ANALYSIS AND PARAMETER OPTIMIZATION DEGRADATION PARAMETERS FOR EQUIVALENT SDOF SYSTEMS OBTAINED FROM CYCLIC PUSHOVER ANALYSIS AND PARAMETER OPTIMIZATION David KAMPENHUBER 1 and Christoph ADAM 2 ABSTRACT Assuming that the global hysteretic

More information

GLOBAL COLLAPSE OF DETERIORATING MDOF SYSTEMS

GLOBAL COLLAPSE OF DETERIORATING MDOF SYSTEMS 3 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -, Paper No. GLOBAL COLLAPSE OF DETERIORATING MDOF SYSTEMS Luis F. IBARRA and Helmut KRAWINKLER SUMMARY Global collapse in

More information

Finite Element Modelling with Plastic Hinges

Finite Element Modelling with Plastic Hinges 01/02/2016 Marco Donà Finite Element Modelling with Plastic Hinges 1 Plastic hinge approach A plastic hinge represents a concentrated post-yield behaviour in one or more degrees of freedom. Hinges only

More information

Performance Assessment Through Nonlinear Time History Analysis

Performance Assessment Through Nonlinear Time History Analysis Performance Assessment Through Nonlinear Time History Analysis EQ: 11121, Sa: 2.86g EQ: 11122, Sa: 2.32g FEMA 356 Scaling Method: SRSS of Spectra ) 25 N k 2 ( 5 4 e c r o F ] g [S 3 S R as 2 Experimental

More information

UNCERTAINTY ESTIMATION IN SEISMIC COLLAPSE ASSESSMENT OF MODERN REINFORCED CONCRETE MOMENT FRAME BUILDINGS

UNCERTAINTY ESTIMATION IN SEISMIC COLLAPSE ASSESSMENT OF MODERN REINFORCED CONCRETE MOMENT FRAME BUILDINGS 10NCEE Tenth U.S. National Conference on Earthquake Engineering Frontiers of Earthquake Engineering July 21-25, 2014 Anchorage, Alaska UNCERTAINTY ESTIMATION IN SEISMIC COLLAPSE ASSESSMENT OF MODERN REINFORCED

More information

A ROUGH COLLAPSE ASSESSMENT OF EARTHQUAKE EXCITED STRUCTURAL SYSTEMS VULNERABLE TO THE P-DELTA EFFECT

A ROUGH COLLAPSE ASSESSMENT OF EARTHQUAKE EXCITED STRUCTURAL SYSTEMS VULNERABLE TO THE P-DELTA EFFECT COMPDYN 011 III ECCOMAS Thematic Conference on Computational Methods in Structural Dynamics and Earthquake Engineering M. Papadrakakis, M. Fragiadakis, V. Plevris (eds.) Corfu, Greece, 5 8 May 011 A ROUGH

More information

OpenSees Navigator. OpenSees Navigator

OpenSees Navigator. OpenSees Navigator Andreas Schellenberg & Tony Yang University of California at Berkeley Pacific Earthquake Engineering Research Center Introduction: MATLAB based Graphical User Interface Create 2D/3D structural models for

More information

Force-based Element vs. Displacement-based Element

Force-based Element vs. Displacement-based Element Force-based Element vs. Displacement-based Element Vesna Terzic UC Berkeley December 211 Agenda Introduction Theory of force-based element (FBE) Theory of displacement-based element (DBE) Examples Summary

More information

Illustrating a Bayesian Approach to Seismic Collapse Risk Assessment

Illustrating a Bayesian Approach to Seismic Collapse Risk Assessment 2th International Conference on Applications of Statistics and Probability in Civil Engineering, ICASP2 Vancouver, Canada, July 2-5, 25 Illustrating a Bayesian Approach to Seismic Collapse Risk Assessment

More information

A Statistical Analysis of the Response of Tall Buildings to Recorded and Simulated Ground Motions

A Statistical Analysis of the Response of Tall Buildings to Recorded and Simulated Ground Motions A Statistical Analysis of the Response of Tall Buildings to Recorded and Simulated Ground Motions N. Jayaram & N. Shome Risk Management Solutions Inc., Newark, CA, USA SUMMARY: Performance based earthquake

More information

EVALUATION OF P-DELTA EFFECTS IN NON-DETERIORATING MDOF STRUCTURES FROM EQUIVALENT SDOF SYSTEMS

EVALUATION OF P-DELTA EFFECTS IN NON-DETERIORATING MDOF STRUCTURES FROM EQUIVALENT SDOF SYSTEMS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-, 24 Paper No. 347 EVALUATION OF P-DELTA EFFECTS IN NON-DETERIORATING MDOF STRUCTURES FROM EQUIVALENT SDOF SYSTEMS Christoph

More information

Fragility. manner. in terms of. or an EDP. frame. As

Fragility. manner. in terms of. or an EDP. frame. As Development of Fragility Functions for Seismic Damage Assessment Using Kernel Smoothing Methods H. oh & A.S. Kiremidjian Stanford University, USA SUMMARY: Efficient and reliable assessment of structural

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

ASSESSMENT OF THE PROBABILITY OF COLLAPSE OF STRUCTURES DURING EARTHQUAKES

ASSESSMENT OF THE PROBABILITY OF COLLAPSE OF STRUCTURES DURING EARTHQUAKES Paper N 2441 (Abstract ID) Registration Code: S-G1463165184 ASSESSMENT OF THE PROBABILITY OF COLLAPSE OF STRUCTURES DURING EARTHQUAKES E. Miranda (1), L. Eads (2), H. Davalos (3) and D. Lignos (4) (1)

More information

Effect of eccentric moments on seismic ratcheting of single-degree-of-freedom structures

Effect of eccentric moments on seismic ratcheting of single-degree-of-freedom structures Effect of eccentric moments on seismic ratcheting of single-degree-of-freedom structures K.Z. Saif, C.-L. Lee, G.A. MacRae & T.Z. Yeow Department of Civil Engineering, University of Canterbury, Christchurch.

More information

Seismic Induced Global Collapse of Non-deteriorating Frame Structures

Seismic Induced Global Collapse of Non-deteriorating Frame Structures Seismic Induced Global Collapse of Non-deteriorating Frame Structures Christoph Adam and Clemens Jäger Abstract In a severe seismic event the destabilizing effect of gravity loads, i.e. the P-delta effect,

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

A. Belejo, R. Bento & C. Bhatt Instituto Superior Técnico, Lisbon, Portugal 1.INTRODUCTION

A. Belejo, R. Bento & C. Bhatt Instituto Superior Técnico, Lisbon, Portugal 1.INTRODUCTION Comparison of different computer programs to predict the seismic performance of SPEAR the SPEAR building building by means of by means of Pushover Analysis A. Belejo, R. Bento & C. Bhatt Instituto Superior

More information

COLUMN INTERACTION EFFECT ON PUSH OVER 3D ANALYSIS OF IRREGULAR STRUCTURES

COLUMN INTERACTION EFFECT ON PUSH OVER 3D ANALYSIS OF IRREGULAR STRUCTURES th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -6, Paper No. 6 COLUMN INTERACTION EFFECT ON PUSH OVER D ANALYSIS OF IRREGULAR STRUCTURES Jaime DE-LA-COLINA, MariCarmen HERNANDEZ

More information

NUMERICAL SIMULATION OF INELASTIC CYCLIC RESPONSE OF HSS BRACES UPON FRACTURE

NUMERICAL SIMULATION OF INELASTIC CYCLIC RESPONSE OF HSS BRACES UPON FRACTURE Advanced Steel Construction Vol. 10, No. 4, pp. 442-462 (2014) 442 NUMERICAL SIMULATION OF INELASTIC CYCLIC RESPONSE OF HSS BRACES UPON FRACTURE Lucia Tirca 1,* and Liang Chen 2 1 Department of Building,

More information

CYCLIC BEHAVIOR OF STEEL COLUMNS WITH COMBINED HIGH AXIAL LOAD AND DRIFT DEMAND

CYCLIC BEHAVIOR OF STEEL COLUMNS WITH COMBINED HIGH AXIAL LOAD AND DRIFT DEMAND STRUCTURAL SYSTEMS RESEARCH PROJECT Report No. SSRP-6/22 CYCLIC BEHAVIOR OF STEEL COLUMNS WITH COMBINED HIGH AXIAL LOAD AND DRIFT DEMAND by JAMES NEWELL CHIA-MING UANG Final Report to American Institute

More information

MODELING OF THE NONLINEAR BEHAVIOR OF STEEL FRAMED STRUCTURES WITH SEMI-RIGID CONNECTIONS

MODELING OF THE NONLINEAR BEHAVIOR OF STEEL FRAMED STRUCTURES WITH SEMI-RIGID CONNECTIONS Eighth International Conference on ADVANCES IN STEEL STRUCTURES Lisbon, Portugal, July 22-24, 215 MODELING OF THE NONLINEAR BEHAVIOR OF STEEL FRAMED STRUCTURES WITH SEMI-RIGID CONNECTIONS Afsin Saritas*,

More information

ESTIMATING PARK-ANG DAMAGE INDEX USING EQUIVALENT SYSTEMS

ESTIMATING PARK-ANG DAMAGE INDEX USING EQUIVALENT SYSTEMS ESTIMATING PARK-ANG DAMAGE INDEX USING EQUIVALENT SYSTEMS Debarati Datta 1 and Siddhartha Ghosh 2 1 Research Scholar, Department of Civil Engineering, Indian Institute of Technology Bombay, India 2 Assistant

More information

Vertical acceleration and torsional effects on the dynamic stability and design of C-bent columns

Vertical acceleration and torsional effects on the dynamic stability and design of C-bent columns Vertical acceleration and torsional effects on the dynamic stability and design of C-bent columns A. Chen, J.O.C. Lo, C-L. Lee, G.A. MacRae & T.Z. Yeow Department of Civil Engineering, University of Canterbury,

More information

NON-LINEAR MODELING OF FLAT-PLATE SYSTEMS UNDER CYCLIC LOADING

NON-LINEAR MODELING OF FLAT-PLATE SYSTEMS UNDER CYCLIC LOADING NON-LINEAR MODELING OF FLAT-PLATE SYSTEMS UNDER CYCLIC LOADING S. Derogar & C. Ince Yeditepe University, Turkey P. Mandal University of Manchester, UK Y. C. Toklu Bayburt University, Turkey SUMMARY: There

More information

SEISMIC PERFORMANCE FACTORS FOR STEEL ECCENTRICALLY BRACED FRAMES

SEISMIC PERFORMANCE FACTORS FOR STEEL ECCENTRICALLY BRACED FRAMES SEISMIC PERFORMANCE FACTORS FOR STEEL ECCENTRICALLY BRACED FRAMES Cem Topkaya Professor of Civil Engineering Middle East Technical University Ankara, Turkey e-mail: ctopkaya@metu.edu.tr Ahmet Kuşyılmaz

More information

PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER

PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER Assessing Seismic Collapse Safety of Modern Reinforced Concrete Moment-Frame Buildings Curt B. Haselton Department of Civil Engineering California State University,

More information

CALIBRATED RESPONSE SPECTRA FOR COLLAPSE ASSESSMENT UNDER MULTIVARIATE HAZARD AND STRUCTURAL RESPONSE UNCERTAINTIES

CALIBRATED RESPONSE SPECTRA FOR COLLAPSE ASSESSMENT UNDER MULTIVARIATE HAZARD AND STRUCTURAL RESPONSE UNCERTAINTIES 10NCEE Tenth U.S. National Conference on Earthquake Engineering Frontiers of Earthquake Engineering July 21-25, 2014 Anchorage, Alaska CALIBRATED RESPONSE SPECTRA FOR COLLAPSE ASSESSMENT UNDER MULTIVARIATE

More information

SEISMIC PERFORMANCE OF A STEEL MOMENT-RESISTING FRAME SUBJECT TO STRENGTH AND DUCTILITY UNCERTAINTY *

SEISMIC PERFORMANCE OF A STEEL MOMENT-RESISTING FRAME SUBJECT TO STRENGTH AND DUCTILITY UNCERTAINTY * SEISMIC PERFORMANCE OF A STEEL MOMENT-RESISTING FRAME SUBJECT TO STRENGTH AND DUCTILITY UNCERTAINTY * A. K. Kazantzi, D. Vamvatsikos, D. G. Lignos 3 J.B. ATE, Herakleion, Crete, Greece. School of Civil

More information

DUCTILITY BEHAVIOR OF A STEEL PLATE SHEAR WALL BY EXPLICIT DYNAMIC ANALYZING

DUCTILITY BEHAVIOR OF A STEEL PLATE SHEAR WALL BY EXPLICIT DYNAMIC ANALYZING The 4 th World Conference on arthquake ngineering October -7, 008, Beijing, China ABSTRACT : DCTILITY BHAVIOR OF A STL PLAT SHAR WALL BY XPLICIT DYNAMIC ANALYZING P. Memarzadeh Faculty of Civil ngineering,

More information

INFLUENCE OF FLANGE STIFFNESS ON DUCTILITY BEHAVIOUR OF PLATE GIRDER

INFLUENCE OF FLANGE STIFFNESS ON DUCTILITY BEHAVIOUR OF PLATE GIRDER International Journal of Civil Structural 6 Environmental And Infrastructure Engineering Research Vol.1, Issue.1 (2011) 1-15 TJPRC Pvt. Ltd.,. INFLUENCE OF FLANGE STIFFNESS ON DUCTILITY BEHAVIOUR OF PLATE

More information

Inclusion of a Sacrificial Fuse to Limit Peak Base-Shear Forces During Extreme Seismic Events in Structures with Viscous Damping

Inclusion of a Sacrificial Fuse to Limit Peak Base-Shear Forces During Extreme Seismic Events in Structures with Viscous Damping Inclusion of a Sacrificial Fuse to Limit Peak Base-Shear Forces During Extreme Seismic Events in Structures with Viscous Damping V. Simon, C. Labise, G.W. Rodgers, J.G. Chase & G.A. MacRae Dept. of Civil

More information

MODELING OF HYSTERETIC BEHAVIOR OF BEAM-COLUMN CONNECTIONS BASED ON SELF-LEARNING SIMULATION. Gun Jin Yun, Jamshid Ghaboussi and Amr S.

MODELING OF HYSTERETIC BEHAVIOR OF BEAM-COLUMN CONNECTIONS BASED ON SELF-LEARNING SIMULATION. Gun Jin Yun, Jamshid Ghaboussi and Amr S. MODELING OF HYSTERETIC BEHAVIOR OF BEAM-COLUMN CONNECTIONS BASED ON SELF-LEARNING SIMULATION by Gun Jin Yun, Jamshid Ghaboussi and Amr S. Elnashai Department of Civil and Environmental Engineering University

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

Relevance of Fault-Normal/Parallel and Maximum Direction Rotated Ground Motions on Nonlinear Behavior of Multi-Story Buildings

Relevance of Fault-Normal/Parallel and Maximum Direction Rotated Ground Motions on Nonlinear Behavior of Multi-Story Buildings Relevance of Fault-Normal/Parallel and Maximum Direction Rotated Ground Motions on Nonlinear Behavior of Multi-Story Buildings J.C. Reyes Universidad de los Andes, Bogotá, Colombia E. Kalkan United States

More information

Soil-Structure Interaction in Nonlinear Pushover Analysis of Frame RC Structures: Nonhomogeneous Soil Condition

Soil-Structure Interaction in Nonlinear Pushover Analysis of Frame RC Structures: Nonhomogeneous Soil Condition ABSTRACT: Soil-Structure Interaction in Nonlinear Pushover Analysis of Frame RC Structures: Nonhomogeneous Soil Condition G. Dok ve O. Kırtel Res. Assist., Department of Civil Engineering, Sakarya University,

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

INCLUSION OF P EFFECT IN THE ESTIMATION OF HYSTERETIC ENERGY DEMAND BASED ON MODAL PUSHOVER ANALYSIS

INCLUSION OF P EFFECT IN THE ESTIMATION OF HYSTERETIC ENERGY DEMAND BASED ON MODAL PUSHOVER ANALYSIS ISET Journal of Earthquake Technology, Paper No. 511, Vol. 47, No. 2-4, June-Dec. 2010, pp. 75 86 INCLUSION OF EFFECT IN THE ESTIMATION OF HYSTERETIC ENERGY DEMAND BASED ON MODAL PUSHOVER ANALYSIS Amarnath

More information

PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER

PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER Shear-Flexure Interaction Modeling for Reinforced Concrete Structural Walls and Columns under Reversed Cyclic Loading Kristijan Kolozvari Department of Civil

More information

PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER

PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER PACIFIC EARTHQUAKE ENGINEERING RESEARCH CENTER PACIFIC EARTHQUAKE ENGINEERING Performance and Reliability of Exposed Column Base Plate Connections for Steel Moment-Resisting Frames Ady Aviram Bozidar Stojadinovic

More information

BI-DIRECTIONAL SEISMIC ANALYSIS AND DESIGN OF BRIDGE STEEL TRUSS PIERS ALLOWING A CONTROLLED ROCKING RESPONSE

BI-DIRECTIONAL SEISMIC ANALYSIS AND DESIGN OF BRIDGE STEEL TRUSS PIERS ALLOWING A CONTROLLED ROCKING RESPONSE Proceedings of the 8 th U.S. National Conference on Earthquake Engineering April 18-22, 2006, San Francisco, California, USA Paper No. 1954 BI-DIRECTIONAL SEISMIC ANALYSIS AND DESIGN OF BRIDGE STEEL TRUSS

More information

Comparison of Structural Models for Seismic Analysis of Multi-Storey Frame Buildings

Comparison of Structural Models for Seismic Analysis of Multi-Storey Frame Buildings Comparison of Structural Models for Seismic Analysis of Multi-Storey Frame Buildings Dj. Ladjinovic, A. Raseta, A. Radujkovic & R. Folic University of Novi Sad, Faculty of Technical Sciences, Novi Sad,

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

The Pennsylvania State University. The Graduate School. College of Engineering POST-EARTHQUAKE COLLAPSE PROGNOSTICATION OF STRUCTURAL

The Pennsylvania State University. The Graduate School. College of Engineering POST-EARTHQUAKE COLLAPSE PROGNOSTICATION OF STRUCTURAL The Pennsylvania State University The Graduate School College of Engineering POST-EARTHQUAKE COLLAPSE PROGNOSTICATION OF STRUCTURAL SYSTEMS USING SPARSE RESPONSE DATA A Thesis in Civil Engineering by Purna

More information

RECORD-TO-RECORD VARIABILITY OF THE COLLAPSE CAPACITY OF MULTI-STORY FRAME STRUCTURES VULNERABLE TO P-DELTA

RECORD-TO-RECORD VARIABILITY OF THE COLLAPSE CAPACITY OF MULTI-STORY FRAME STRUCTURES VULNERABLE TO P-DELTA RECORD-TO-RECORD VARIABILITY OF THE COLLAPSE CAPACITY OF MULTI-STORY FRAME STRUCTURES VULNERABLE TO P-DELTA Christoph ADAM, Styliani TSANTAKI 2, Luis F. IBARRA 3 and David KAMPENHUBER 4 ABSTRACT In this

More information

Influence of column web stiffening on the seismic behaviour of beam-tocolumn

Influence of column web stiffening on the seismic behaviour of beam-tocolumn Influence of column web stiffening on the seismic behaviour of beam-tocolumn joints A.L. Ciutina & D. Dubina The Politehnica University of Timisoara, Romania ABSTRACT: The present paper summarises the

More information

林保均 / Pao-Chun Lin. National Center for Research on Earthquake Engineering M.S. / Civil Engineering Department, National Taiwan University

林保均 / Pao-Chun Lin. National Center for Research on Earthquake Engineering M.S. / Civil Engineering Department, National Taiwan University Seismic Design of WES-BRB and Gusset Connections 林保均 / Pao-Chun Lin Assistant Researcher National Center for Research on Earthquake Engineering M.S. / Civil Engineering Department, National Taiwan University

More information

CAPACITY DESIGN FOR TALL BUILDINGS WITH MIXED SYSTEM

CAPACITY DESIGN FOR TALL BUILDINGS WITH MIXED SYSTEM 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 24 Paper No. 2367 CAPACITY DESIGN FOR TALL BUILDINGS WITH MIXED SYSTEM M.UMA MAHESHWARI 1 and A.R.SANTHAKUMAR 2 SUMMARY

More information

Approximate MPA-based method for performing incremental dynamic analysis

Approximate MPA-based method for performing incremental dynamic analysis Nonlinear Dyn (2012) 67:2865 2888 DOI 10.1007/s11071-011-0195-z ORIGINAL PAPER Approximate MPA-based method for performing incremental dynamic analysis Ki-Hoon Moon Sang Whan Han Tae Sup Lee Seung Wook

More information

Behavior and Modeling of Existing Reinforced Concrete Columns

Behavior and Modeling of Existing Reinforced Concrete Columns Behavior and Modeling of Existing Reinforced Concrete Columns Kenneth J. Elwood University of British Columbia with contributions from Jose Pincheira, Univ of Wisconsin John Wallace, UCLA Questions? What

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

2006 by Gun Jin Yun. All rights reserved.

2006 by Gun Jin Yun. All rights reserved. 26 by Gun Jin Yun. All rights reserved. MODELING OF HYSTERETIC BEHAVIOR OF BEAM-COLUMN CONNECTIONS BASED ON SELF-LEARNING SIMULATION BY GUN JIN YUN B.S., Korea Advanced Institute of Science and Technology,

More information

Performance Modeling Strategies for Modern Reinforced Concrete Bridge Columns

Performance Modeling Strategies for Modern Reinforced Concrete Bridge Columns Performance Modeling Strategies for Modern Reinforced Concrete Bridge Columns Michael P. Berry Marc O. Eberhard University of Washington Project funded by the Pacific Earthquake Engineering Research Center

More information

A numerical parametric study on the plate inclination angle of steel plate shear walls

A numerical parametric study on the plate inclination angle of steel plate shear walls Journal of Structural Engineering & Applied Mechanics 219 Volume 1 Issue 4 164-173 https://doi.org/1.31462/jseam.219.1164173 www.goldenlightpublish.com RESEARCH ARTICLE A numerical parametric study on

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

CHAPTER 5. T a = 0.03 (180) 0.75 = 1.47 sec 5.12 Steel moment frame. h n = = 260 ft. T a = (260) 0.80 = 2.39 sec. Question No.

CHAPTER 5. T a = 0.03 (180) 0.75 = 1.47 sec 5.12 Steel moment frame. h n = = 260 ft. T a = (260) 0.80 = 2.39 sec. Question No. CHAPTER 5 Question Brief Explanation No. 5.1 From Fig. IBC 1613.5(3) and (4) enlarged region 1 (ASCE 7 Fig. -3 and -4) S S = 1.5g, and S 1 = 0.6g. The g term is already factored in the equations, thus

More information

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

OS MODELER - EXAMPLES OF APPLICATION Version 1.0. (Draft)

OS MODELER - EXAMPLES OF APPLICATION Version 1.0. (Draft) OS MODELER - EXAMPLES OF APPLICATION Version 1.0 (Draft) Matjaž Dolšek February 2008 Content 1. Introduction... 1 2. Four-storey reinforced concrete frame designed according to EC8... 2 2.1. Description

More information

ANALYTICAL MODELING OF PANEL ZONE SEISMIC BEHAVIOR WITH DIFFERENT CONTINUITY PLATE FORMATION BASED ON SAC96 EXPERIMENTS ABSTRACT

ANALYTICAL MODELING OF PANEL ZONE SEISMIC BEHAVIOR WITH DIFFERENT CONTINUITY PLATE FORMATION BASED ON SAC96 EXPERIMENTS ABSTRACT Proceedings of the 9th US National and 1th Canadian Conference on Earthquake Engineering Compte Rendu de la 9ième Conférence Nationale Américaine et 1ième Conférence Canadienne de Génie Parasismique July

More information

Application and Validation of Simulated BBP & Cybershake Motions for Building Response Analyses

Application and Validation of Simulated BBP & Cybershake Motions for Building Response Analyses Application and Validation of Simulated BBP & Cybershake Motions for Building Response Analyses Greg Deierlein (Stanford) & Ting Lin (Marquette) Kuanshi Zhong, Wen-Yi Yen & Nenad Bijelic (Stanford) SCEC

More information

Modeling Steel Frame Buildings in Three Dimensions - Part I: Panel Zone and Plastic Hinge Beam Elements

Modeling Steel Frame Buildings in Three Dimensions - Part I: Panel Zone and Plastic Hinge Beam Elements Modeling Steel Frame Buildings in Three Dimensions - Part I: Panel Zone and Plastic Hinge Beam Elements Swaminathan Krishnan 1 and John F. Hall Keywords: Steel Frames, Nonlinear Analysis, Panel Zone, Plastic

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

Moment redistribution of continuous composite I-girders with high strength steel

Moment redistribution of continuous composite I-girders with high strength steel Moment redistribution of continuous composite I-girders with high strength steel * Hyun Sung Joo, 1) Jiho Moon, 2) Ik-Hyun sung, 3) Hak-Eun Lee 4) 1), 2), 4) School of Civil, Environmental and Architectural

More information

PRACTICAL USES OF NONLINEAR PUSHOVER ANALYSIS

PRACTICAL USES OF NONLINEAR PUSHOVER ANALYSIS PRACTICAL USES OF NONLINEAR PUSHOVER ANALYSIS Jerod G. Johnson, PhD, SE SEAU Education Conference February 22, 2017 Disclaimer This presentation is meant to neither explicitly endorse nor discourage the

More information

Post-earthquake residual deformations and seismic performance assessment of buildings

Post-earthquake residual deformations and seismic performance assessment of buildings Post-earthquake residual deformations and seismic performance assessment of buildings Ufuk Yazgan and Alessandro Dazio Group of Earthquake Engineering and Structural Dynamics Institute of Structural Engineering,

More information

UIUC EXTENSIONS TO THE LIBRARY OF ELEMENTS FOR DRAIN-2DX

UIUC EXTENSIONS TO THE LIBRARY OF ELEMENTS FOR DRAIN-2DX 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 24 Paper No. 253 UIUC EXTENSIONS TO THE LIBRARY OF ELEENTS FOR DRAIN-2DX Omer O. ERBAY 1, Seung-Yul YUN 2, Douglas A.

More information

Seismic Performance of High-rise RC Wall-type Buildings in Korea

Seismic Performance of High-rise RC Wall-type Buildings in Korea Seismic Performance of High-rise RC Wall-type Buildings in Korea December 2 th, 24 Han Seon Lee Professor, Korea University, Seoul, Korea Structural Concrete Engineering Lab. Ratio of Apartments / Total

More information

Ph.D. Preliminary Examination Analysis

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

More information

Seismic Assessment of a RC Building according to FEMA 356 and Eurocode 8

Seismic Assessment of a RC Building according to FEMA 356 and Eurocode 8 1 Seismic Assessment of a RC Building according to FEMA 356 and Eurocode 8 Ioannis P. GIANNOPOULOS 1 Key words: Pushover analysis, FEMA 356, Eurocode 8, seismic assessment, plastic rotation, limit states

More information

SEISMIC PERFORMANCE OF CONCRETE COLUMNS WITH INADEQUATE TRANSVERSE REINFORCEMENT. Alistair Boys 1 Des K. Bull 2 Stefano Pampanin 3 ABSTRACT

SEISMIC PERFORMANCE OF CONCRETE COLUMNS WITH INADEQUATE TRANSVERSE REINFORCEMENT. Alistair Boys 1 Des K. Bull 2 Stefano Pampanin 3 ABSTRACT SEISMIC PERFORMANCE OF CONCRETE COLUMNS WITH INADEQUATE TRANSVERSE REINFORCEMENT. Alistair Boys 1 Des K. Bull 2 Stefano Pampanin 3 ABSTRACT Existing New Zealand building stock contains a significant number

More information

Lap splice length and details of column longitudinal reinforcement at plastic hinge region

Lap splice length and details of column longitudinal reinforcement at plastic hinge region Lap length and details of column longitudinal reinforcement at plastic hinge region Hong-Gun Park 1) and Chul-Goo Kim 2) 1), 2 Department of Architecture and Architectural Engineering, Seoul National University,

More information

A Modified Response Spectrum Analysis Procedure (MRSA) to Determine the Nonlinear Seismic Demands of Tall Buildings

A Modified Response Spectrum Analysis Procedure (MRSA) to Determine the Nonlinear Seismic Demands of Tall Buildings Fawad A. Najam Pennung Warnitchai Asian Institute of Technology (AIT), Thailand Email: fawad.ahmed.najam@ait.ac.th A Modified Response Spectrum Analysis Procedure (MRSA) to Determine the Nonlinear Seismic

More information

A Constant Displacement Iteration Algorithm for Nonlinear Static Push-Over Analyses

A Constant Displacement Iteration Algorithm for Nonlinear Static Push-Over Analyses 120 A Constant Displacement Iteration Algorithm for Nonlinear Static Push-Over Analyses ABSTRACT Graham C. Archer Assistant Professor, School of Civil Engineering, University of Purdue 1284 Civil Engineering

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

REFINED ANALYTICAL COLLAPSE CAPACITY SPECTRA *

REFINED ANALYTICAL COLLAPSE CAPACITY SPECTRA * IJST, Transactions of Civil Engineering, Vol. 39, No. C2, pp 253-27 Printed in The Islamic Republic of Iran, 25 Shiraz University REFINED ANALYTICAL COLLAPSE CAPACITY SPECTRA * S. TSANTAKI, L. WURZER 2,

More information

Simulating the Seismic Response of Concentrically Braced Frames Using Physical Theory Brace Models

Simulating the Seismic Response of Concentrically Braced Frames Using Physical Theory Brace Models Open Journal of Civil Engineering, 13, 3, 69-81 http://dx.doi.org/1.436/ojce.13.3a8 Published Online June 13 (http://www.scirp.org/journal/ojce) Simulating the Seismic Response of Concentrically Braced

More information

General Comparison between AISC LRFD and ASD

General Comparison between AISC LRFD and ASD General Comparison between AISC LRFD and ASD 1 General Comparison between AISC LRFD and ASD 2 AISC ASD and LRFD AISC ASD = American Institute of Steel Construction = Allowable Stress Design AISC Ninth

More information

Large-Scale Real-Time Hybrid Simulation (RTHS) of Buildings

Large-Scale Real-Time Hybrid Simulation (RTHS) of Buildings Large-Scale Real-Time Hybrid Simulation (RTHS) of Buildings Chinmoy Kolay Assistant Professor Department of Civil Engineering Indian Institute of Technology Kanpur Kanpur, India Workshop on Performance

More information

A METHOD OF LOAD INCREMENTS FOR THE DETERMINATION OF SECOND-ORDER LIMIT LOAD AND COLLAPSE SAFETY OF REINFORCED CONCRETE FRAMED STRUCTURES

A METHOD OF LOAD INCREMENTS FOR THE DETERMINATION OF SECOND-ORDER LIMIT LOAD AND COLLAPSE SAFETY OF REINFORCED CONCRETE FRAMED STRUCTURES A METHOD OF LOAD INCREMENTS FOR THE DETERMINATION OF SECOND-ORDER LIMIT LOAD AND COLLAPSE SAFETY OF REINFORCED CONCRETE FRAMED STRUCTURES Konuralp Girgin (Ph.D. Thesis, Institute of Science and Technology,

More information

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering

Static & Dynamic. Analysis of Structures. Edward L.Wilson. University of California, Berkeley. Fourth Edition. Professor Emeritus of Civil Engineering Static & Dynamic Analysis of Structures A Physical Approach With Emphasis on Earthquake Engineering Edward LWilson Professor Emeritus of Civil Engineering University of California, Berkeley Fourth Edition

More information

A Nonlinear Static (Pushover) Procedure Consistent with New Zealand Standards

A Nonlinear Static (Pushover) Procedure Consistent with New Zealand Standards A Nonlinear Static (Pushover) Procedure Consistent with New Zealand Standards B. J. Davidson Compusoft Engineering Ltd, Auckland, New Zealand. 010 NZSEE Conference ABSTRACT: The Nonlinear Static Procedure,

More information

EUROCODE EN SEISMIC DESIGN OF BRIDGES

EUROCODE EN SEISMIC DESIGN OF BRIDGES Brussels, 18-20 February 2008 Dissemination of information workshop 1 EUROCODE EN1998-2 SEISMIC DESIGN OF BRIDGES Basil Kolias Basic Requirements Brussels, 18-20 February 2008 Dissemination of information

More information

Non-Linear Modeling of Reinforced Concrete Structures for Seismic Applications

Non-Linear Modeling of Reinforced Concrete Structures for Seismic Applications 2/18/21 Non-Linear Modeling of Reinforced Concrete Structures for Seismic Applications Luis A. Montejo Assistant Professor Department of Engineering Science and Materials University of Puerto Rico at Mayaguez

More information

Preliminary Assessment of Ground Motion Duration Effects on Structural Collapse

Preliminary Assessment of Ground Motion Duration Effects on Structural Collapse Preliminary Assessment of Ground Motion Duration Effects on Structural Collapse J.C. Foschaar, J.W. Baker & G.G. Deierlein J.A. Blume Earthquake Engineering Center, Stanford University, Stanford, CA SUMMARY:

More information

M.S Comprehensive Examination Analysis

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

More information

Characterizing Ground Motions That Collapse Steel Special Moment-Resisting Frames or Make Them Unrepairable

Characterizing Ground Motions That Collapse Steel Special Moment-Resisting Frames or Make Them Unrepairable Characterizing Ground Motions That Collapse Steel Special Moment-Resisting Frames or Make Them Unrepairable Anna H. Olsen, a) M.EERI, Thomas H. Heaton, b) M.EERI, and John F. Hall b) This work applies

More information

SEISMIC RESPONSE OF STRENGTH AND STIFFNESS DEGRADING SINGLE DEGREE OF FREEDOM SYSTEMS

SEISMIC RESPONSE OF STRENGTH AND STIFFNESS DEGRADING SINGLE DEGREE OF FREEDOM SYSTEMS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-, Paper No. 93 SEISMIC RESPONSE OF STRENGTH AND STIFFNESS DEGRADING SINGLE DEGREE OF FREEDOM SYSTEMS Hasan A. PEKOZ 1 and

More information

Seismic Performance Assessment Uses Incremental Dynamic Analysis

Seismic Performance Assessment Uses Incremental Dynamic Analysis J. Basic. Appl. Sci. Res., 3(8)757-764, 2013 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com Seismic Performance Assessment Uses Incremental

More information

EFFECTS OF CONFINED CONCRETE MODELS ON SIMULATING RC COLUMNS UNDER LOW-CYCLIC LOADING

EFFECTS OF CONFINED CONCRETE MODELS ON SIMULATING RC COLUMNS UNDER LOW-CYCLIC LOADING 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paper No. 1498 EFFECTS OF CONFINED CONCRETE MODELS ON SIMULATING RC COLUMNS UNDER LOW-CYCLIC LOADING Zongming HUANG

More information

STEEL JOINTS - COMPONENT METHOD APPLICATION

STEEL JOINTS - COMPONENT METHOD APPLICATION Bulletin of the Transilvania University of Braşov Vol. 5 (54) - 2012 Series 1: Special Issue No. 1 STEEL JOINTS - COPONENT ETHOD APPLICATION D. RADU 1 Abstract: As long as the rotation joint stiffness

More information

A NEXT GENERATION SCALAR INTENSITY MEASURE FOR ANALYTICAL VULNERABILITY STUDIES

A NEXT GENERATION SCALAR INTENSITY MEASURE FOR ANALYTICAL VULNERABILITY STUDIES COMPDYN 2015 5 th ECCOMAS Thematic Conference on Computational Methods in Structural Dynamics and Earthquake Engineering M. Papadrakakis, V. Papadopoulos, V. Plevris (eds.) Crete Island, Greece, 25 27

More information

Experimental investigation on monotonic performance of steel curved knee braces for weld-free beam-to-column connections

Experimental investigation on monotonic performance of steel curved knee braces for weld-free beam-to-column connections Experimental investigation on monotonic performance of steel curved knee braces for weld-free beam-to-column connections *Zeyu Zhou 1) Bo Ye 2) and Yiyi Chen 3) 1), 2), 3) State Key Laboratory of Disaster

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

SEISMIC DEMANDS AND CAPACITIES OF SINGLE-STORY AND LOW- RISE MULTI-STORY WOODFRAME STRUCTURES

SEISMIC DEMANDS AND CAPACITIES OF SINGLE-STORY AND LOW- RISE MULTI-STORY WOODFRAME STRUCTURES th World Conference on Earthquake Engineering Vancouver, B.C., Canada August -, Paper No. SEISMIC DEMANDS AND CAPACITIES OF SINGLE-STORY AND LOW- RISE MULTI-STORY WOODFRAME STRUCTURES Farzin ZAREIAN, Luis

More information

Failure in Flexure. Introduction to Steel Design, Tensile Steel Members Modes of Failure & Effective Areas

Failure in Flexure. Introduction to Steel Design, Tensile Steel Members Modes of Failure & Effective Areas Introduction to Steel Design, Tensile Steel Members Modes of Failure & Effective Areas MORGAN STATE UNIVERSITY SCHOOL OF ARCHITECTURE AND PLANNING LECTURE VIII Dr. Jason E. Charalambides Failure in Flexure!

More information