4.4. E4 - OpenSeesPy FEM

Download files

Download

Advanced response estimation is enabled in this example through custom scripts that generate a finite element model for a building using the information available in the building inventory. A template script is provided that creates a building-specific cantilever and performs the response-history analysis to obtain EDPs. The hazard is described by empirical ground motion records from the PEER NGA West2 database. The buildings are located in Albany, CA, and their damage and loss assessment is based on the HAZUS methodology. This example includes 81 buildings and 5 are selected for analysis.

../../../../../_images/r2dt-0004.png

4.4.1. Required Files

  1. cantilever_light.py This Python script defines the following functions which use OpenSeesPy to construct a structural model.

    cantilever_light.build_model(model_params)

    Generates OpenSeesPy model of an elastic-perfectly plastic SDOF system and runs gravity analysis.

    Assumes that length is measured in inches and acceleration in in/s2

    W: float

    Weight of the structure

    f_yield: float

    Yield stress of the material

    T1: float

    Fundamental period of the structure

    cantilever_light.run_analysis(GM_dt, GM_npts, TS_List, EDP_specs)

    Run dynamic analysis for a time history and return a dictionary of envelope EDPs.

    Assumes that length is measured in inches and acceleration in in/s2

    GM_dt: float

    Time step of time series

    GM_npts: float

    Number of points in time series

    TS_List: float

    1x2 list where first component is a list of accelerations in the X direction, the second component is a list of accelerations in the Y direction.

    EDP_specs: dict

4.4.2. Modeling Procedure

This example is a small-scale regional earthquake risk assessment which performs response simulation and damage/loss estimation for a group of 20 wood buildings under a pseudo earthquake scenario. The procedure for this example can be configured through the R2D interface by sequentially entering the following parameters into the respective panels:

  1. VIZ The visualization pane shows the assets and ground motion grid.

    ../../../../../_images/r2dt-0004-VIZ.png
  2. GI Next, the general information panel is used to broadly characterize the problem at hand. In this example, the imperial force and length units are used, and we’re interested in the building engineering demand parameters (e.g., peak story drift ratio, peak floor acceleration), damage measures, and the resulting decision variable (e.g., expected replacement cost).

    ../../../../../_images/r2dt-0004-GI.png
  3. HAZ Now in the hazard panel, the User Specified Ground Motions option is selected which allows for the use of pre-generated earthquake scenarios. The following figure shows the relevant example files which are now entered in this pane. These ground motion records are selected for stations in a grid.

    ../../../../../_images/r2dt-0004-HAZ.png
  4. ASD In the asset definition panel, the path to the input_params.csv file is specified. Once this file is loaded, the user can select which particular assets will be included in the analysis by entering a valid range in the form and clicking Select. The input_params.csv includes parameters for the damage and loss assessment (i.e., number of stories, year of built, occupancy class, structure type, plan area, and replacement cost) are specified.

    ../../../../../_images/r2dt-0004-ASD.png
  5. HTA Next, a hazard mapping algorithm is specified using the Nearest Neighbor method and the SimCenterEvent application, which are configured as shown in the following figure with 5 samples in 4 neighbors, i.e., randomly sampling 5 ground motions from the nearest four stations (each station has a set of records specified in the HAZ).

    ../../../../../_images/r2dt-0004-HTA.png
  6. MOD In the modeling panel, the cantilever_light.py file is specified in the Input Script field and a DOF scheme is defined as shown in the following figure. This example uses the OpenSeesPyInput modeling application. The buildings are modeled as elastic-perfectly plastic single-degree-of-freedom (SDOF) systems defined by three input model parameters: the weight, yield strength, and fundamental period.

    ../../../../../_images/r2dt-0004-MOD.png
  7. ANA In the analysis panel, OpenSeesPy is selected from the primary dropdown.

    ../../../../../_images/r2dt-0004-ANA.png
  8. DL The damage and loss panel is now used to configure the Pelicun3 backend. The HAZUS MH EQ Story damage and loss method is selected and configured as shown in the following figure:

    ../../../../../_images/r2dt-0004-DL.png
  9. UQ In the UQ panel Dakota uncertainty quantification engine is employed to carry out Latin Hypercube Sampling (LHS) with 5 samples and an arbitrary seed for reproducibility.

    ../../../../../_images/r2dt-0004-UQ.png
  10. RV

    The random variable panel will be left empty for this example.

  11. RES The analysis outputs for the selected buildings are shown in the figure below.

    ../../../../../_images/r2dt-0004-RES.png