From bc47c2f6407574d68296d32d78f14647753d7629 Mon Sep 17 00:00:00 2001 From: Pedro Arduino Date: Wed, 19 Jun 2024 11:24:59 -0700 Subject: [PATCH] small change to case3 by Jose --- source/case_3_OLD.rst | 435 ------------------------------------------ 1 file changed, 435 deletions(-) delete mode 100644 source/case_3_OLD.rst diff --git a/source/case_3_OLD.rst b/source/case_3_OLD.rst deleted file mode 100644 index 8eebe30..0000000 --- a/source/case_3_OLD.rst +++ /dev/null @@ -1,435 +0,0 @@ -.. _case_3: - -S\ :sup:`3` hark - Site Response 1 -================================== - -Author: José Manuel Barreto Espinola ------------------------------------- - -Introduction ------------- - -One-dimensional (1-D) site response analysis is a geotechnical engineering method used to evaluate how seismic waves propagate through soil layers from bedrock to the ground surface. This type of analysis is crucial for understanding the local effects of an earthquake on a particular site, enabling engineers to design structures that can better withstand seismic events. -The primary goal of 1-D site response analysis is to predict how different soil layers will affect the amplitude, frequency content, and duration of seismic ground motions. - -Problem Description -------------------- - -On this problem, we will perform a site response analysis on an specfic location subjected to a seven different earthquakes in order to analyze the propagation of seismic waves through soil and obtain the ground surface response. The ground surface response is typically the major output from these analyses, along with profile plots such as peak horizontal acceleration along the soil profile. - -In cases where liquefiable soils are present, maximum shear strain and excess pore pressure ratio plots are also important. - -In the figure below, we can observe a representation of the one-dimensional response analyses, which assume that all boundaries are horizontal and that the response of a soil deposit is predominately caused by SH-waves propagating vertically from the underlying bedrock. - -.. figure:: ./images/Case3_siteResponse2.png - :scale: 50 % - :align: center - :figclass: align-center - - Figure 1. One-dimensional response analyses - - -Solution Strategy ------------------ - -For this example it will be implement the Site-Specific Seismic Hazard Analysis and Research Kit (S\ :sup:`3` HARK) tool, which focuses on simulating wave propagation along soil depth using finite element (FE) method, to perform site-specific analysis of soil in response to earthquakes. This tool provides multiple nonlinear material models for simulating the soil behavior under earthquake loading, The available constitutive models are listed below:: - - * ElasticIsotropic (Elastic). - * PM4Sand. - * PM4Silt. - * PressureIndependendeMultiYield (PIMY). - * PressureDependMultiYield (PDMY). - * PressureDependMultiYield02 (PDMY02). - * Mazari Dafalias. - * J2CyclicBoundingSurface (J2Bounding). - -For the porpuse of this example we will implement and provide basic definitions for two of these constitutive models: - - * **PM4Sand Model:** this constitutive model is developed to simulate the behavior of sandy soils under various loading conditions, especially during seismic events. It is specifically designed to capture the cyclic and dynamic behavior of sands, including the phenomena of liquefaction and cyclic mobility. - - .. note:: - **What is Liquefaction?** - - Liquefaction occurs when seismic waves induce cyclic loading in saturated, loose, sandy soils, causing the soil grains to rearrange and densify. This rearrangement increases the pore water pressure within the soil, reducing the effective stress and consequently the soil's shear strength. When the pore pressure approaches the overburden pressure, the soil behaves like a liquid, losing its ability to support loads. - - * **ElasticIsotropic Model:** Often referred to simply as the Elastic model, this is one of the simplest constitutive models used in geotechnical and structural engineering. It is based on the assumption that the material behaves elastically and isotropically, meaning that the material's properties are the same in all directions and that it returns to its original shape upon unloading - -SimCenter Tool Used -------------------- - -#. Click on the icon of s\ :sup:`3` hark to open the application. - -.. figure:: ./images/Case3_Step1.png - :scale: 70 % - :align: center - :figclass: align-center - - Figure 3. S\ :sup:`3` hark executable icon. - -#. Operations Area: In the upper toolbar, you can see three options (Figure 4.): - - #. In **Height**, you can choose the depth of your soil column. - #. In **GWT**, you can choose the depth of the groundwater table of your specific site. - #. In **Total layer**, you can modify the number of soil layers on your specific site. Click the "+" button to add a soil layer (a layer will be added below the selected layer) and the "-" button to delete a selected soil layer. Click several times to add more layers. - - .. figure:: ./images/Case3_Step2.png - :scale: 45 % - :align: center - :figclass: align-center - - Figure 4. Main window - Operations area - -#. Soil Layer Table: In this table the user provides the characteristics of each soil layer, such as layer thickness, density, V\ :sub:`s`, material type, and element size in the finite element mesh (Figure 5.). - - .. note:: - Variables are assumed to have m, kPa, and kN units in the Site Response panel. - - -#. Soil Column Graphic: The first graphic on the left of the panel shows a visualization of the soil column (Figure 5.). - -#. Finite Element Mesh Graphic: The second graphic on the left shows the finite element mesh (Figure 5.). - -#. Configure Tab: This section shows the configuration options (Figure 5.). - - * Under the *"OpenSees"* label, type the path of OpenSees executable. You can also select the executable from your local computer by clicking on the "+" button on the right of the input area. - * Under the *"Rock motion"* label, type the path of a ground motion file. You can also select the file from your local computer by clicking on the "+" button on the right of the input area. - * Under the *"Slope parameters"* label, we can modify the degree of inclination of our study terrain if this were the case. - - .. note:: - The rock motion file must follow the SimCenter event format. - - - .. figure:: ./images/Case3_Step3.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 5. Main window - Soil layer table, graphics and configure tab. - -#. Layer Properties Tab: This tab allows the user to enter additional material properties for the selected soil layer (Figure 6.). - - .. figure:: ./images/Case3_Step4.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 6. Main window - Layer properties tab. - -#. Response Tab: Once the site response analysis has been performed, this tab provides information about element and nodal time varying response quantities (Figure 7.). - - .. figure:: ./images/Case3_Step5.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 7. Main window - Response tab. - -#. Click the “Analyze” button on the right side of the upper toolbar to run the finite element analysis. - - * You will see a progress bar displayed at the bottom of the right hand side of the app, which shows the percentage of steps perfomed (Figure 8.). - - * Once the simulation is done, the *"Response"* tab and the *"PGA"* profile plot will be displayed. At the same time, a pop up window showing *"The analysis is done"* will show up. And when you click *"I know"*, the progress bar will disappear (Figure 8.). - - .. figure:: ./images/Case3_Step6.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 8. Main window - Analyze Done. - - * You can see the profile plots of the PGA, γ\ :sub:`max` \, maximum displacement and maximum r\ :sub:`u` \ by clicking on the respective tabs on the right side of the Finite Element Mesh Graphic and the surface and ground motion by clicking the Response tab (Figure 8.). - - .. figure:: ./images/Case3_Step7.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 9. Main window - Results. - - -Example Application -------------------- - -Soil Condition -~~~~~~~~~~~~~~ - -The soil column being analyzed is a 20.29 meters high sitting on rock. The ground water table is at 4.57 meters below the soil surface. In the column, there are a total of three layers. Each layer is meshed by elements with size of 0.20 meter in height. The soil profile is shown in Figure 10. and basic properties of soil layers are shown in Table 1. The first two layers are modeled by PM4Sand and the third layer is modeled by elastic isotropic material. - -.. figure:: ./images/Case3_soil_profile.png - :scale: 70 % - :align: center - :figclass: align-center - - Figure 10. Soil profile representation - -.. list-table:: *Table 1. Soil Profile Parameters* - :widths: 5 5 5 5 5 5 5 5 5 5 - :header-rows: 1 - - * - Layers - - Thickness \ - (m) - - V\ :sub:`s` \ - (m/s) - - ρ\ :sub:`unsat` \ - (kg/m\ :sup:`3`) - - ρ\ :sub:`sat` \ - (kg/m\ :sup:`3`) - - G\ :sub:`o,ref` \ - (MPa) - - D\ :sub:`R` \ - (%) - - h\ :sub:`po` - - v - - E\ :sub:`50,ref` \ - (kPa) - * - ESU1 - - 0.91 - - 266.09 - - 2.08 - - 2.16 - - 335.16 - - 79.50 - - 0.52 - - 0.3 - - 167580.91 - * - ESU2 - - 17.4 - - 202.39 - - 2.00 - - 2.08 - - 76.61 - - 39.67 - - 0.52 - - 0.32 - - 14364.08 - * - ESU3 - - 1.98 - - 380.39 - - 2.24 - - 2.32 - - - 316.01 - - 85.98 - - - - 0.25 - - 153216.83 - -Earthquake Condition -~~~~~~~~~~~~~~~~~~~~ - -Information on the seven ground motions to be used in this example is shown in Table 2, and in Figure 11, you can see the response spectrum of the 7 earthquakes in a single graph. - -.. list-table:: *Table 2. Ground Motion Parameters* - :widths: 10 10 10 10 10 - :header-rows: 1 - - * - Motion - - PGA (g) - - dT (sec) - - Duration (sec) - - N° of steps - * - Tohoku 41207-EW - - 0.58 - - 0.01 - - 359.98 - - 35999.00 - * - RSN6911_DARFIELD_HORCN18E - - 0.61 - - 0.01 - - 60.17 - - 12036.00 - * - RSN803_LOMAP_WVC270 - - 0.67 - - 0.01 - - 39.98 - - 7998.00 - * - RSN4457_MONTENE - - 0.68 - - 0.01 - - 40.39 - - 4040.00 - * - Tohoku Ishinomaki-NS - - 0.77 - - 0.01 - - 299.98 - - 29999.00 - * - Conception-L - - 0.82 - - 0.01 - - 141.67 - - 28335.00 - * - RSN727_SUPER - - 0.96 - - 0.01 - - 22.20 - - 2221.00 - -.. figure:: ./images/Case3_logSpectraCombined.png - :scale: 60 % - :align: center - :figclass: align-center> - - Figure 11. Response spectrum. - -The rock motions, in SimCenter format, can be downloaded from the `rock motions `_ folder (this can be found in the GitHub Repository). - -Results -~~~~~~~ - -The below images present the PGA, maximum shear strain, maximum displacement, maximum excess pore pressure ratio, ground surface response and rock motions results obtained from S\ :sup:`3` HARK. - -*Peak Ground Acceleration* -^^^^^^^^^^^^^^^^^^^^^^^^^^ - -.. figure:: ./images/Case3_PGA_1.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_PGA_2.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 12. Peak Ground Acceleration. - -*Maximum Shear Strain* -^^^^^^^^^^^^^^ - -.. figure:: ./images/Case3_Shear_strain_1.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Shear_strain_2.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 13. Maximum Shear Strain. - -*Maximum Displacement* -^^^^^^^^^^^^^^ - -.. figure:: ./images/Case3_Displacement_1.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Displacement_2.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 14. Maximum Displacement. - -*Maximum Excess Pore Pressure Ratio* -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -.. figure:: ./images/Case3_Ru_1.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Ru_2.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 15. Maximum Excess Pore Pressure Ratio (r\ :sub:`u` \). - -*Ground Surface Response* -^^^^^^^^^^^^^^^^^^^^^^^^^ - -.. figure:: ./images/Case3_Ground_surface_response_1.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Ground_surface_response_2.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 16.1. Acceleration (m/s\ :sup:`2`). - - -.. figure:: ./images/Case3_Ground_surface_response_3.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Ground_surface_response_4.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 16.2. Velocity (m/s). - -.. figure:: ./images/Case3_Ground_surface_response_5.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Ground_surface_response_6.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 16.3. Displacement (m). - - Figure 16. Ground Surface Response. - -*Rock Motion* -^^^^^^^^^^^^^ - -.. figure:: ./images/Case3_Input_rock_motion_1.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Input_rock_motion_2.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 17.1. Acceleration (m/s\ :sup:`2`). - -.. figure:: ./images/Case3_Input_rock_motion_3.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Input_rock_motion_4.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 17.2. Velocity (m/s). - -.. figure:: ./images/Case3_Input_rock_motion_5.png - :scale: 45 % - :align: center - :figclass: align-center> - -.. figure:: ./images/Case3_Input_rock_motion_6.png - :scale: 45 % - :align: center - :figclass: align-center> - - Figure 17.3. Displacement (m). - - Figure 17. Input Rock Motion. - - -Remarks -------- - -.. note:: - In the out_tcl folder, located on your computer (SimCenter -> s3hark -> out_tcl), you can find all the results of the analysis performed by Shark and plot them in the tool of your preference. - -.. warning:: - If you perform more than one analysis, make sure to copy the results before running the next analysis, as s\ :sup:`3` hark will overwrite the new results on the old ones. - -