process of seismic simulationprocess of seismic simulation of a...

19
Process of Seismic Simulation Process of Seismic Simulation of a 2-Bay, 2-Story RC Building Michelle Stadel NSF Summer Scholar University of Houston

Upload: others

Post on 13-Oct-2020

27 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

Process of Seismic SimulationProcess of Seismic Simulation of a 2-Bay, 2-Story RC Building

Michelle StadelNSF Summer Scholar University of Houston

Page 2: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

OVERVIEWOVERVIEW

• National Center for Research on Earthquake qEngineering project

• Open System for EarthquakeEngineering Simulation

• Basics of Tcl/Tk script• 2D Frame example simulation• NCREE structure simulation

R l• Results• Additional research

Page 3: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

NCREE Projectj

St d ff t f t i d lti• Study effects of torsion and multi-directional loading on RC structure

• Study real-time data and incorporate computer simulations for applications beyond the project

Page 4: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

NNCCCCRREEEEEE

PPRRRROOJJJJEECCCCTT

Page 5: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

OpenSeesOpen System for Earthquake Engineering Simulation

• Developed by Pacific Earthquake Engineering Research Center & the University of California, Berkeley

• Object-oriented framework for finite element analysis

• Uses Tcl/Tk script

Page 6: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

BBasics of Tcl/Tk Script

Basic syntax -- Command argument1 argument2

Example: expr 20 + 10

The set command writes and reads variables.

$ ll i l d fi d i bl$ recalls previously defined variables.

Page 7: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

M d l f O SModules for OpenSees

MODEL RECORDER ANALYSIS

Defines: Creates an output Defines objects Defines:

• Coordinate system

• Beams

Creates an output file that records data of interest to the programmer.

e es objec snecessary for performing the analysis

• Columns

• Materials

• Cross-sections

Page 8: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

2-D frame problem2 D frame problem

Page 9: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

ModelingModeling

• ModelModel• Node

C t i t Column cross section• Constraints• Materials

Column cross-section

• Section• ElementElement• Load

Beam cross-section

Page 10: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

RecorderRecorder# Define LATERAL LOADS ---------------------------# Define LATERAL LOADS pattern Plain 1 Linear {

# nodeID Fx Fy Mz# nodeID Fx Fy Mzload 15 100.0 0.0 0.0

}}# Create RECORDERS --------------------------------recorder Node file Node15 out time node 15recorder Node -file Node15.out -time -node 15 -dof 1 disp

Page 11: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

AnalysisAnalysissystem BandGeneralconstraints Transformationnumberer RCMtest NormDispIncr 1.0e-12 50 0algorithm Newton integrator DisplacementControl 15 1 0.1analysis Staticinitializeanalyze 50

Page 12: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

2-D frame results Ulti t St th2 D frame results70

Ultimate Strength64 kips

50

60

30

40

Load

(kip

s)

Ruptures at 63 kips

10

20

L

Modulus of Elasticity

00 2 4 6 8 10 12

Displacement (inches)

Page 13: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

2-story 2-bay RC building2 story, 2 bay RC building

Page 14: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

Column cross-section

2-story, 2-bay2 story, 2 bay RC building

Beam cross-section

Model differences:

• Numbering of nodes

C tiBeam cross section • Cross-sections

• Section aggregators

• Loadingg

• Shear walls

Page 15: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

Shear WallsShear Walls• Reinforced concrete plane• Reinforced concrete plane

stress elements• Modeled by standard brick• Modeled by standard brick

elementM t i l l ti i t i• Material – elastic isotropic

Page 16: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

600

700

ResultsResults400

500

600

ad (k

N)

ResultsResults100

200

300Loa

00 1 2 3 4 5

Displacement (mm)

Page 17: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

On-going Researchg g• Work is continuing to fine tune to the

OpenSees program to simulate the structure’s response to earthquake loading.

• The structure is set to be tested next week in Taiwan.

Page 18: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

References• Howser, Rachel, A. Laskar, Y.L. Mo. (2007) “Seismic Interaction of Flexural

Ductility and Shear Capacity in Reinforced Concrete Columns.”• Hwang, S.J., M. Saiid Saiidi, Sara Wadia-Fascetti, JoAnn Browning, Jerry P. Lynch,

Kamal Tawfig, K.C. Tsai, G. Song, Y.L. Mo. (2006) “Experiments and Simulation of Reinforced Concrete Buildings Subjected to Reversed Cyclic Loading and Shake Table Excitation.”

• Mazzoni Silvia Frank McKenna Michael H Scott Gregory L Fenves et al• Mazzoni, Silvia, Frank McKenna, Michael H. Scott, Gregory L. Fenves, et. al. (2006). “Open System for Earthquake Engineering Simulation User Command-Language Manual,” Pacific Earthquake Engineering Research Center, UC Berkeley, http://opensees.berkeley.edu/OpenSees/manuals/usermanual/index.html.

• Pacific Earthquake Engineering Research Center (PEER). (2001) “Open System for Earthquake Engineering Simulation.” http://peer.berkeley.edu/news/2001spring/opensees.htmlS h d D i l (2006) “S i i h S i A hi ”• Schwerd, Daniel. (2006) “Scriptics.com – the Script Archive.” http://dev.scriptics.com/software/tcltk/.

• Tseng, Chien-Chuang. (2006) Experiment of Reinforced Concrete Building Frame PresentationPresentation.

• http://bi-directional.blogspot.com/

Page 19: Process of Seismic SimulationProcess of Seismic Simulation of a …structurallab.egr.uh.edu/sites/structurallab.egr.uh.edu/files/files/... · Mdl f O SModules for OpenSees MODEL RECORDER

AcknowledgementThe research study described herein wasThe research study described herein was

sponsored by the National Science Foundation under the Award No EEC-Foundation under the Award No. EEC

0649163. The opinions expressed in this study are those of the authors and do notstudy are those of the authors and do not

necessarily reflect the views of the sponsorsponsor.