Triple Friction Pendulum Bearing Element: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
| '''$iNode $jNode''' || end nodes
| '''$iNode $jNode''' || end nodes
|-
|-
| '''$R1''' || tag associated with previously-defined FrictionModel
| '''$R1''' || Radius of inner bottom sliding surface
|-
|-
| '''$R2''' || radius of concave sliding surface
| '''$R2''' || Radius of inner top sliding surface
|-
|-
| '''$R3''' || height of articulated slider
| '''$R3''' || Radius of outer bottom sliding surface
|-
|-
| '''$R4''' || height of articulated slider
| '''$R4''' || Radius of outer top sliding surface
|-
|-
| '''$D1''' || yield displacement
| '''$D1''' || Diameter of inner bottom sliding surface
|-
|-
| '''$D2''' || tag associated with previously-defined UniaxialMaterial in axial direction
| '''$D2''' || Diameter of inner top sliding surface
|-
|-
| '''$D3''' || yield displacement
| '''$D3''' || Diameter of outer bottom sliding surface
|-
|-
| '''$D4''' || tag associated with previously-defined UniaxialMaterial in axial direction
| '''$D4''' || Diameter of outer top sliding surface
|-
|-
| '''$d1''' || yield displacement
| '''$d1''' || yield displacement

Revision as of 17:35, 11 May 2011




This command is used to construct a Triple Friction Pendulum Bearing element object, which is defined by two nodes. The element can have zero length or the appropriate bearing height. The bearing has unidirectional (2D) or coupled (3D) friction properties (with post-yield stiffening due to the concave sliding surface) for the shear deformations, and force-deformation behaviors defined by UniaxialMaterials in the remaining two (2D) or four (3D) directions. To capture the uplift behavior of the bearing, the user-specified UniaxialMaterial in the axial direction is modified for no-tension behavior. P-Delta moments are entirely transferred to the concave sliding surface (iNode). It is important to note that rotations of the concave sliding surface (rotations at the iNode) affect the shear behavior of the bearing. If the element has non-zero length, the local x-axis is determined from the nodal geometry unless the optional x-axis vector is specified in which case the nodal geometry is ignored and the user-defined orientation is utilized.

element TFP $eleTag $iNode $jNode $R1 $R2 $R3 $R4 $D1 $D2 $D3 $D4 $d1 $d2 $d3 $d4 $mu1 $mu2 $mu3 $mu4 $h1 $h2 $h3 $h4 $H0 $colLoad <$K>



$eleTag unique element object tag
$iNode $jNode end nodes
$R1 Radius of inner bottom sliding surface
$R2 Radius of inner top sliding surface
$R3 Radius of outer bottom sliding surface
$R4 Radius of outer top sliding surface
$D1 Diameter of inner bottom sliding surface
$D2 Diameter of inner top sliding surface
$D3 Diameter of outer bottom sliding surface
$D4 Diameter of outer top sliding surface
$d1 yield displacement
$d2 tag associated with previously-defined UniaxialMaterial in axial direction
$d3 yield displacement
$d4 tag associated with previously-defined UniaxialMaterial in axial direction
$h1 yield displacement
$h2 tag associated with previously-defined UniaxialMaterial in axial direction
$h3 yield displacement
$h4 tag associated with previously-defined UniaxialMaterial in axial direction
$H0 tag associated with previously-defined UniaxialMaterial in torsional direction
$colLoad tag associated with previously-defined UniaxialMaterial in moment direction around local y-axis
$K optional, stiffness of spring in vertical dirn (dof 2 if ndm= 2, dof 3 if ndm = 3) (default=1.0e15)


NOTE:

If the element has zero length and optional orientation vectors are not specified, the local element axes coincide with the global axes. Otherwise the local z-axis is defined by the cross product between the x- and y-vectors specified on the command line.

The valid queries to a single concave friction pendulum bearing element when creating an ElementRecorder object are 'force,' 'localForce,' 'basicForce,' 'localDisplacement,' 'basicDisplacement' and 'material $matNum matArg1 matArg2 ...' Where $matNum is the number associated with the material whose data is to be output.


EXAMPLES:

element singleFPBearing 1 1 2 1 37.28 2.60 0.01 -P 1 -Mz 2 -orient 0 1 0 -1 0 0; # for a 2D single concave friction pendulum bearing

element singleFPBearing 1 1 2 1 37.28 2.60 0.01 -P 1 -T 2 -My 3 -Mz 4 -orient 0 0 1 -1 0 0; # for a 3D single concave friction pendulum bearing



Code Developed by: Tracy Becker, University of California, Berkeley.