Calibration of Maxwell Material: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
[[File:2s1b-Sketch.PNG|frame|Figure 1.  Schematic representation of a viscous damper.]]
[[File:2s1b-Sketch.PNG|frame|Figure 1.  Schematic representation of a viscous damper.]]


The viscous damper shown in Figure 1 is modeled with [[nonlinearBeamColumn Element|nonlinearBeamColumn elements]] connected by [[zeroLength Element|zeroLength elements]] which serve as rotational springs to represent the structure’s nonlinear behavior. The springs follow a [[Bilin Material|bilinear]] hysteretic response based on the Modified Ibarra Krawinkler Deterioration Model.  A leaning column with gravity loads is linked to the frame by [[Truss Element|truss elements]] to simulate P-Delta effects.  An idealized schematic of the model is presented in Figure 1.
The viscous damper is modeled with the [[nonlinearBeamColumn Element|nonlinearBeamColumn element]]. This element follow a [[Maxwell Material| Maxwell]] hysteretic response.  An idealized schematic of the model is presented in Figure 1.


To simplify this model, panel zone contributions are neglected, plastic hinges form at the beam-column joints, and centerline dimensions are used.  For an example that explicitly models the panel zone shear distortions and includes reduced beam sections (RBS), see [[Pushover and Dynamic Analyses of 2-Story Moment Frame with Panel Zones and RBS|Pushover and Dynamic Analyses of 2-Story Moment Frame with Panel Zones and RBS]].
The units of the model are mm, kN, and seconds.


For a detailed description of this model, see [[Pushover Analysis of 2-Story Moment Frame|Pushover Analysis of 2-Story Moment Frame]].
=== Basic Geometry ===
The basic geometry of the viscous damper is defined by input variables for the length L=5000mm, and area A = 12000mm<sup>2</sup>.  Two nodes are used for the geometry of the damper.


The units of the model are kips, inches, and seconds.
=== Damper Section ===


== Damping and the Rayleigh Command ==
A square section is used to define the area A of the damper (A<sub>damper</sub> = 10000.0mm<sup>2</sup>).
This model uses Rayleigh damping which formulates the damping matrix as a linear combination of the mass matrix and stiffness matrix: '''c''' = a<sub>0</sub>*'''m''' + a<sub>1</sub>*'''k''', where a<sub>0</sub> is the mass proportional damping coefficient and a<sub>1</sub> is the stiffness proportional damping coefficient.  A damping ratio of 2%, which is a typical value for steel buildings, is assigned to the first two modes of the structure. The [[Rayleigh Damping Command|rayleigh command]] allows the user to specify whether the initial, current, or last committed stiffness matrix is used in the damping matrix formulation.  In this example, only the initial stiffness matrix is used, which is accomplished by assigning values of 0.0 to the other stiffness matrix coefficients.


To properly model the structure, stiffness proportional damping is applied only to the frame elements and not to the highly rigid truss elements that link the frame and leaning column, nor to the leaning column itself.  OpenSees does not apply stiffness proportional damping to [[zeroLength Element|zeroLength elements]].  In order to apply damping to only certain elements, the [[Rayleigh Damping Command|rayleigh command]] is used in combination with the [[Region Command|region command]].  As noted in the [[Region Command|region command]] documentation, the region cannot be defined by BOTH elements and nodes.  Because mass proportional damping assigns damping to nodes with mass, OpenSees will ignore any mass proportional damping that is assigned using the [[Rayleigh Damping Command|rayleigh command]] in combination with the [[Region Command|region command]] for a region of elements.  Therefore, if using the region command to assign damping, the mass proportional damping and stiffness proportional damping must be assigned in separate steps.
=== Damper Links ===


=== Modifications to the Stiffness Proportional Damping Coefficient ===
[[nonlinearBeamColumn Element|nonlinearBeamColumn elements]] are used to link the two nodes that define the geometry of the viscous damper with n=5 sections of integration and the damper section defined previously.
As described in the “Stiffness Modifications to Elastic Frame Elements” section of [[Pushover Analysis of 2-Story Moment Frame|Pushover Analysis of 2-Story Moment Frame]], the stiffness of the elastic frame elements has been modified.  As explained in Ibarra and Krawinkler (2005) and Zareian and Medina (2010), the stiffness proportional damping coefficient that is used with these elements must also be modified.  As the stiffness of the elastic elements was made “(n+1)/n” times greater than the stiffness of the actual frame member, the stiffness proportional damping coefficient of these elements must also be made “(n+1)/n” times greater than the traditional stiffness proportional damping coefficient.


== Dynamic Analysis ==
=== Constraints ===
The frame columns are fixed at the base, and the leaning column is pinned at the base.  To simulate a rigid diaphragm, the horizontal displacements of all nodes in a given floor are constrained to the leftmost beam-column joint node using the [[EqualDOF command|equalDOF]] command.
 
=== Loading ===
Gravity loads are assigned to the beam-column joint nodes using the [[NodalLoad Command|nodal load command]].  Gravity loads tributary to the frame members are assigned to the frame nodes while the remaining gravity loads are applied to the leaning columns.  The gravity loads are applied as a [[Plain Pattern|plain load pattern]] with a [[Constant TimeSeries|constant time series]] since the gravity loads always act on the structure.
 
In this example, lateral loads are distributed to the frame using the methodology of ASCE 7-10 (http://www.asce.org/Product.aspx?id=2147487569).  Lateral loads are applied to all the frame nodes in a given floor.  A [[Plain Pattern|plain load pattern]] with a [[Linear TimeSeries|linear time series]] is used for lateral load application so that loads increase with time.


=== Recorders ===
=== Recorders ===
The [[Recorder Command|recorders]] used in this example include:
The [[Recorder Command|recorders]] used in this example include:
* The [[Drift Recorder|drift recorder]] to track the story and roof drift histories
* The [[Drift Recorder|drift recorder]] to track the story and roof drift histories
* The [[Node Recorder|node recorder]] to track the floor displacement and base shear reaction histories
* The [[Node Recorder|node recorder]] to track the base shear reaction history
* The [[Element Recorder|element recorder]] to track the element forces in the first story columns as well as the moment and rotation histories of the springs in the concentrated plasticity model
* The [[Element Recorder|element recorder]] to track the element forces in the first story columns as well as the moment and rotation histories of the springs in the concentrated plasticity model
For the [[Element Recorder|element recorder]], the [[Region Command|region command]] was used to assign all column springs to one group and all beam springs to a separate group.
To record the moment and rotation histories in the springs, the [[Region Command|region command]] was used to assign all column springs to one group and all beam springs to a separate group, and the region was used as an input to the [[Element Recorder|element recorder]].


It is important to note that the recorders only record information for [[Analyze Command|analyze commands]] that are called after the [[Recorder Command|recorder commands]] are called.  In this example, the recorders are placed after the gravity analysis so that the steps of the gravity analysis do not appear in the output files.
It is important to note that the recorders only record information for [[Analyze Command|analyze commands]] that are called after the [[Recorder Command|recorder commands]] are called.  In this example, the recorders are placed after the gravity analysis so that the steps of the gravity analysis do not appear in the output files.


=== Analysis ===
=== Analysis ===
The structure is analyzed under gravity loads before the dynamic analysis is conducted.  The gravity loads are applied using a [[Load Control|load-controlled]] static analysis with 10 steps. So that the gravity loads remain on the structure for all subsequent analyses, the [[LoadConst Command|loadConst command]] is used after the gravity analysis is completed. This command is also used to reset the time to zero so that the dynamic analysis starts from time zero.
The structure is first analyzed under gravity loads before the pushover analysis is conducted.  The gravity loads are applied using a [[Load Control|load-controlled]] static analysis with 10 steps. So that the gravity loads remain on the structure for all subsequent analyses, the [[LoadConst Command|loadConst command]] is used after the gravity analysis is completed. This command is also used to reset the time to zero so that the pushover starts from time zero.


For the dynamic analysis, the structure is subjected to the Canoga Park record from the 1994 Northridge earthquake.  To apply the ground motion to the structure, the [[Uniform Exciatation Pattern|uniform excitation pattern]] is usedThe name of the file containing the acceleration record, timestep of the ground motion, scale factor applied to the ground motion, and the direction in which the motion is to be applied must all be specified as part of the [[Uniform Exciatation Pattern|uniform excitation pattern command]].
The pushover analysis is performed using a [[Displacement Control|displacement-controlled]] static analysisIn this example, the structure was pushed to 10% roof drift, or 32.4”.  The roof node at Pier 1, node 13 in Figures 1 and 2, was chosen as the control node where the displacement was monitored.  Incremental displacement steps of 0.01” were used.  This step size was used because it is small enough to capture the progression of hinge formation and generate a smooth backbone curve, but not too small that it makes the analysis time unreasonable.


To execute the dynamic analysis, the [[Analyze Command|analyze command]] is used with the specified number of analysis steps and the timestep of the analysis.  The timestep used in the analysis should be less than or equal to the timestep of the input ground motion.


== Results ==
== Results ==
=== Comparison of OpenSees Models ===
[[File:pushover_curve.png|frame|Figure 3.  Pushover Curve:  Comparison of OpenSees Models]]
Theoretically, the results of the distributed plasticity model should approach those of the concentrated plasticity model as the length of the plastic hinge regions approaches zero.  Because of localized instability due to the stress-strain formulation of the [[Beam With Hinges Element|beam with hinges element]], the distributed plasticity model does not give reasonable results when the length of the plastic hinge is very small (i.e., 10e<sup>-5</sup>).  Therefore, the length of the plastic hinges was increased from 10e<sup>-5</sup> until the results of this model approached those of the concentrated plasticity model.  The plastic hinge length that led to agreement between the models was 0.4% of the frame member's total length.  The periods of the concentrated and distributed models are very close:  T<sub>1</sub> = 0.83 s (con) vs. 0.82 s (dist) and  T<sub>2</sub> = 0.22 s (con) vs. 0.21 s (dist).


[[File:Dhist_plot_ConcDynam.png|frame|Figure 2.  Floor Displacement History]]
The results of the pushover analyses from the OpenSees models are shown in Figure 3.   This figure shows the normalized base shear (weight of the structure divided by the base shear) versus the roof drift (roof displacement divided by the roof elevation).  The models are nearly identical until about 2.5% roof drift when their curves begin to divergeThe descending branch of the the concentrated plasticity model is slightly steeper, but the two models agree reasonably well as there is less than 10% percent difference in the base shears at 10% roof drift.


The floor displacement histories from the dynamic analysis are shown in Figure 2.  The top graph shows the ground acceleration history while the middle and bottom graphs show the displacement time histories of the 3rd floor (roof) and 2nd floor, respectively.


== References ==
== References ==
Line 65: Line 72:
# Lignos, D. G., and Krawinkler, H. (2009). “Sidesway Collapse of Deteriorating Structural Systems under Seismic Excitations,” Technical Report 172, The John A. Blume Earthquake Engineering Research Center, Department of Civil Engineering, Stanford University, Stanford, CA.
# Lignos, D. G., and Krawinkler, H. (2009). “Sidesway Collapse of Deteriorating Structural Systems under Seismic Excitations,” Technical Report 172, The John A. Blume Earthquake Engineering Research Center, Department of Civil Engineering, Stanford University, Stanford, CA.
# Lignos, D. G., and Krawinkler, H. (2010). “Deterioration Modeling of Steel Beams and Columns in Support to Collapse Prediction of Steel Moment Frames,” ASCE, Journal of Structural Engineering (under review).
# Lignos, D. G., and Krawinkler, H. (2010). “Deterioration Modeling of Steel Beams and Columns in Support to Collapse Prediction of Steel Moment Frames,” ASCE, Journal of Structural Engineering (under review).
# Zareian, F. and Medina, R. A. (2010). “A practical method for proper modeling of structural damping in inelastic plane structural systems,” Computers & Structures, Vol. 88, 1-2, pp. 45-53.

Revision as of 03:55, 27 February 2011

Example posted by: Dimitrios G. Lignos, Ph.D., McGill University


This example demonstrates how to conduct a calibration of a viscous damper using the maxwell model.

The files needed to analyze this structure in OpenSees are included here:

Supporting procedure files

  • SquareSsection.tcl – displays a square fiber section
  • Damper.txt – contains the displacement loading history of the damper in units of mm

All files are available in a compressed format here: Calibration_Maxwell_example.zip

The rest of this example describes the model and shows the analysis results.

Model Description

Figure 1. Schematic representation of a viscous damper.

The viscous damper is modeled with the nonlinearBeamColumn element. This element follow a Maxwell hysteretic response. An idealized schematic of the model is presented in Figure 1.

The units of the model are mm, kN, and seconds.

Basic Geometry

The basic geometry of the viscous damper is defined by input variables for the length L=5000mm, and area A = 12000mm2. Two nodes are used for the geometry of the damper.

Damper Section

A square section is used to define the area A of the damper (Adamper = 10000.0mm2).

Damper Links

nonlinearBeamColumn elements are used to link the two nodes that define the geometry of the viscous damper with n=5 sections of integration and the damper section defined previously.

Constraints

The frame columns are fixed at the base, and the leaning column is pinned at the base. To simulate a rigid diaphragm, the horizontal displacements of all nodes in a given floor are constrained to the leftmost beam-column joint node using the equalDOF command.

Loading

Gravity loads are assigned to the beam-column joint nodes using the nodal load command. Gravity loads tributary to the frame members are assigned to the frame nodes while the remaining gravity loads are applied to the leaning columns. The gravity loads are applied as a plain load pattern with a constant time series since the gravity loads always act on the structure.

In this example, lateral loads are distributed to the frame using the methodology of ASCE 7-10 (http://www.asce.org/Product.aspx?id=2147487569). Lateral loads are applied to all the frame nodes in a given floor. A plain load pattern with a linear time series is used for lateral load application so that loads increase with time.

Recorders

The recorders used in this example include:

  • The drift recorder to track the story and roof drift histories
  • The node recorder to track the base shear reaction history
  • The element recorder to track the element forces in the first story columns as well as the moment and rotation histories of the springs in the concentrated plasticity model

To record the moment and rotation histories in the springs, the region command was used to assign all column springs to one group and all beam springs to a separate group, and the region was used as an input to the element recorder.

It is important to note that the recorders only record information for analyze commands that are called after the recorder commands are called. In this example, the recorders are placed after the gravity analysis so that the steps of the gravity analysis do not appear in the output files.

Analysis

The structure is first analyzed under gravity loads before the pushover analysis is conducted. The gravity loads are applied using a load-controlled static analysis with 10 steps. So that the gravity loads remain on the structure for all subsequent analyses, the loadConst command is used after the gravity analysis is completed. This command is also used to reset the time to zero so that the pushover starts from time zero.

The pushover analysis is performed using a displacement-controlled static analysis. In this example, the structure was pushed to 10% roof drift, or 32.4”. The roof node at Pier 1, node 13 in Figures 1 and 2, was chosen as the control node where the displacement was monitored. Incremental displacement steps of 0.01” were used. This step size was used because it is small enough to capture the progression of hinge formation and generate a smooth backbone curve, but not too small that it makes the analysis time unreasonable.


Results

Comparison of OpenSees Models

Figure 3. Pushover Curve: Comparison of OpenSees Models

Theoretically, the results of the distributed plasticity model should approach those of the concentrated plasticity model as the length of the plastic hinge regions approaches zero. Because of localized instability due to the stress-strain formulation of the beam with hinges element, the distributed plasticity model does not give reasonable results when the length of the plastic hinge is very small (i.e., 10e-5). Therefore, the length of the plastic hinges was increased from 10e-5 until the results of this model approached those of the concentrated plasticity model. The plastic hinge length that led to agreement between the models was 0.4% of the frame member's total length. The periods of the concentrated and distributed models are very close: T1 = 0.83 s (con) vs. 0.82 s (dist) and T2 = 0.22 s (con) vs. 0.21 s (dist).

The results of the pushover analyses from the OpenSees models are shown in Figure 3. This figure shows the normalized base shear (weight of the structure divided by the base shear) versus the roof drift (roof displacement divided by the roof elevation). The models are nearly identical until about 2.5% roof drift when their curves begin to diverge. The descending branch of the the concentrated plasticity model is slightly steeper, but the two models agree reasonably well as there is less than 10% percent difference in the base shears at 10% roof drift.


References

  1. Ibarra, L. F., and Krawinkler, H. (2005). “Global collapse of frame structures under seismic excitations,” Technical Report 152, The John A. Blume Earthquake Engineering Research Center, Department of Civil Engineering, Stanford University, Stanford, CA. [electronic version: https://blume.stanford.edu/tech_reports]
  2. Ibarra, L. F., Medina, R. A., and Krawinkler, H. (2005). “Hysteretic models that incorporate strength and stiffness deterioration,” Earthquake Engineering and Structural Dynamics, Vol. 34, 12, pp. 1489-1511.
  3. Lignos, D. G., and Krawinkler, H. (2009). “Sidesway Collapse of Deteriorating Structural Systems under Seismic Excitations,” Technical Report 172, The John A. Blume Earthquake Engineering Research Center, Department of Civil Engineering, Stanford University, Stanford, CA.
  4. Lignos, D. G., and Krawinkler, H. (2010). “Deterioration Modeling of Steel Beams and Columns in Support to Collapse Prediction of Steel Moment Frames,” ASCE, Journal of Structural Engineering (under review).