response history analysis of an elastic coupled wall

In this page, we perform eigen analysis and response history analysis of an elastic coupled wall model.

The wall model is a simplified version of the example shown in section 7.2 of this paper: 10.1016/j.engstruct.2020.110760.

The model can be downloaded.

Model Brief

The geometry is summarized in the following figure.

Definitions of nodes, elements, materials, boundary conditions are stored in node.supan and element.supan. Use proper commands to load files.

file node.supan
file element.supan

Eigen Analysis

Before performing the eigen analysis, the system is double-checked to be symmetric. In fact, as eigen analysis is normally conducted on elastic structures, which are most likely to be symmetric, it is in general not problematic as long as elasto-plastic behavior is not involved.

Now we define a Frequency step to compute ten eigenvalues of the generalized eigen problem.

step Frequency 1 10

Invoke analysis and check the eigenvalues.

peek eigenvalue

The output is shown as follows.

Eigenvalues:
   3.6759e+02
   1.1518e+04
   4.3152e+04
   6.0047e+04
   6.8965e+04
   1.1525e+05
   1.8269e+05
   2.2550e+05
   3.0590e+05
   3.1665e+05

Thus, the period of the first mode can be computed as

Response History Analysis

Ground Motion

After downloading the processed recording file, the following command can be used to define the amplitude.

amplitude NZStrongMotion 1 20110221_235142_LPCC
acceleration 1 1 3.92 1

Damping Model

integrator LeeNewmark 1 .25 .5 .05 19.17

Other Settings

step dynamic 1 60
set ini_step_size 5E-3
set fixed_step_size 1

integrator LeeNewmark 1 .25 .5 .05 19.17

converger RelIncreDisp 1 1E-8 10 1

analyze

Some Stats

Result

We show roof displacement history to close this example.

Last updated