Triple Friction Pendulum Element

From OpenSeesWiki
Revision as of 10:54, 30 October 2014 by Ndao (talk | contribs)
Jump to navigationJump to search




The documentation for version v1.0.1 of the element can be downloaded from here: https://dl.dropboxusercontent.com/u/21442020/TPBDocumentation.rar

This command is used to construct a Triple Friction Pendulum Bearing (TPB) (Figure 1) element object. The element is a 3-dimensional element with variable friction coefficient models [1] [2]. The element accounts for the vertical-horizontal coupling and the bidirectional coupling in horizontal behavior. The friction coefficient model is a general model that accounts for the variation of friction coefficient on velocity and vertical force. Other simplified friction coefficient models such as vertical-force-independent friction coefficient, velocity-independent friction coefficient and constant friction coefficient can also be defined. The element can also be used for modeling single friction pendulum bearings or double friction pendulum bearings by simplifying the general backbone curve of the TPB.

TPB Nhan Fig1.jpg


The horizontal normalized behavior of the element is an extension of the unidirectional behavior proposed by Fenz and Constantinou [3] and Morgan and Mahin [4]. The envelope normalized backbone curve for unidirectional behavior is in Figure 2 where effective radii are calculated from L_i=R_i- h_i, based on the bearing geometry in Figure 1. Displacements u_i^* and normalized forces f_i^* are evaluated according to [2], [3] or [4]. The Excel file for generating a backbone curve of a TPB can be downloaded here:Media:TPB_Nhan_BackboneCurve.xls

TPB Nhan Fig2.jpg


Overturning moment and torsion due to the eccentricity of internal forces are equally distributed to the 2 nodes of the element.

In the vertical direction, the element is multi-linear elastic with different stiffnesses k_vc and k_vt in compression and tension, respectively. Even though a TPB has no resistance in tension, a small nonzero stiffness should be provided in tension for stability of the numerical procedure. The reasonable vertical stiffness in tension depends on the stiffness of the superstructure, but a value between 10 N/m to 100 N/m should work well in most cases. Very small ratio of k_vt/k_vc may cause the convergence difficulty when the superstructure is uplifted.


element TripleFrictionPendulum $eleTag $iNode $jNode $frnTag1 $frnTag2 $frnTag3 $L1 $L2 $L3 $d1 $d2 $d3 $W $uy $kvc $kvt $minFv $tol

$eleTag = unique element object tag
$iNode $jNode = end nodes
$frnTag1, $frnTag2, $frnTag2 = tags associated with previously-defined FrictionModels at the three sliding interfaces
$L1, $L2, $L3 = effective radii. Li = R_i - h_i (see Figure 1)
$d1, $d2, $d3 = displacement limits of pendulums (Figure 1). Displacement limit of the bearing is 2$d1+$d2+$d3+$L1.$d3/$L3-$L1.$d2/$L2
$W = axial force used for the first trial of the first analysis step.
$uy = lateral displacement where sliding of the bearing starts. Recommended value = 0.25 to 1 mm. A smaller value may cause convergence problem.
$kvc, $kvt = compression k_vc and tension stiffness k_vt of the bearing.
$minFv (>=0) = minimum vertical compression force in the bearing used for computing the horizontal tangent stiffness matrix from the normalized tangent stiffness matrix of the element. $minFv is substituted for the actual compressive force when it is less than $minFv, and prevents the element from using a negative stiffness matrix in the horizontal direction when uplift occurs. The vertical nodal force returned to nodes is always computed from $kvc (or $kvt) and vertical deformation, and thus is not affected by $minFv.
$tol = relative tolerance for checking the convergence of the element. Recommended value = 1.e-10 to 1.e-3.


SPECIAL CASES:

1. Vertical-horizontal uncoupled bearing:

Restrain vertical displacement of the 2 nodes and set $minFv = static vertical reaction of the bearing.


NOTES:

The current element requires 6 degree of freedoms at each node and defines the local coordinate system to be the same as the global coordinate system, where the vertical axis must be 3.

Since the element accounts for the vertical-horizontal coupling behavior of TPBs, the time step size in analysis of vertically stiff structures should be small enough so that the high frequency components in responses can be captured.

Rayleigh damping is automatically included when using Rayleigh command.

The height of the bearing (for computing overturning moment from horizontal force) is computed from the vertical distance between the two end nodes.



EXAMPLE:

frictionModel VelNormalFrcDep 1 [expr 0.012/pow($W,0.8-1.0)] 0.8 [expr 0.018/pow($W,0.7-1.0)] 0.7 25.0 0.0 0.0 3.0

frictionModel VelNormalFrcDep 2 [expr 0.052/pow($W,0.8-1.0)] 0.8 [expr 0.075/pow($W,0.7-1.0)] 0.7 25.0 0.0 0.0 3.0

frictionModel VelNormalFrcDep 3 [expr 0.12/pow($W,0.8-1.0)] 0.8 [expr 0.16/pow($W,0.7-1.0)] 0.7 25.0 0.0 0.0 3.0

element TripleFrictionPendulum 1 1 2 1 2 3 0.36 1.25 1.25 0.1 0.2 0.2 1000.0 0.0005 1.E6 1.0 0.1 1.E-5;



REFERENCES:

[1] Dao ND, Ryan KL, Sato E, Sasaki T. Predicting the displacement of triple pendulum™ bearings in a full-scale shaking experiment using a three-dimensional element. Earthquake Engineering and Structural Dynamics, 2013.

[2] Dao ND. Seismic Response of a Full-scale 5-story Steel Frame Building Isolated by Triple Pendulum Bearings under 3D Excitations. Dissertation, University of Nevada – Reno, 2012.

[3] Fenz DM, Constantinou MC. Spherical sliding isolation bearings with adaptive behavior: Theory. Earthquake Engineering and Structural Dynamics 2008; 37(2):163-183.

[4] Morgan TA, Mahin SA. The use of innovative base isolation systems to achieve complex seismic performance objectives. PEER-2011/06 2011.



Code Developed by: Nhan D. Dao, University of Nevada - Reno. E-mail: nhan.unr@gmail.com



APPLICATION EXAMPLES


Download these 3 ground motion files and change the extension ".tcl" to ".ATH" for EXAMPLES 2 to 7: Media:TCU065-E.tcl, Media:TCU065-N.tcl, Media:TCU065-V.tcl


EXAMPLE 1:

Unidirectional static pushover of a TPB element with constant friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_StaticCyclicPushover.tcl

Results:

TPB Nhan Ex1a.png


EXAMPLE 2:

Unidirectional dynamic seismic analysis of a single mass supported by a TPB element with constant friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_1DDynamics_ConstFriction.tcl

Results:

TPB Nhan Ex2 1Disp.png

TPB Nhan Ex2 2DispTrace.png

TPB Nhan Ex2 3Reaction.png

TPB Nhan Ex2 4Loop.png



EXAMPLE 3:

Unidirectional dynamic seismic analysis of a single mass supported by a TPB element with variable friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_1DDynamics_VariableFriction.tcl

Results:

TPB Nhan Ex3 1Disp.png

TPB Nhan Ex3 2DispTrace.png

TPB Nhan Ex3 3Reaction.png

TPB Nhan Ex3 4Loop.png


EXAMPLE 4:

Two-dimensional dynamic seismic analysis of a single mass supported by a TPB element with constant friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_2DDynamic_ConstFriction.tcl

Results:

TPB Nhan Ex4 1Disp.png

TPB Nhan Ex4 2DispTrace.png

TPB Nhan Ex4 3aReaction.png

TPB Nhan Ex4 4Loop.png



EXAMPLE 5:

Two-dimensional dynamic seismic analysis of a single mass supported by a TPB element with variable friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_2DDynamic_VariableFriction.tcl

Results:

TPB Nhan Ex5 1Disp.png

TPB Nhan Ex5 2Trace.png

TPB Nhan Ex5 3Reaction.png

TPB Nhan Ex5 4aLoop.png



EXAMPLE 6:

Three-dimensional dynamic seismic analysis of a single mass supported by a TPB element with constant friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_3DDynamic_ConstFriction.tcl

Results:

TPB Nhan Ex6 1Disp.png

TPB Nhan Ex6 2DispTrace.png

TPB Nhan Ex6 3Reaction.png

TPB Nhan Ex6 4Loop.png



EXAMPLE 7:

Three-dimensional dynamic seismic analysis of a single mass supported by a TPB element with variable friction coefficients.

Tcl code: Media:CheckingTripleFrictionPendulum_3DDynamic_VariableFriction.tcl

Results:

TPB Nhan Ex7 1Disp.png

TPB Nhan Ex7 2DispTrace.png

TPB Nhan Ex7 3Reaction.png

TPB Nhan Ex7 4Loop.png