Triple Friction Pendulum Element: Difference between revisions
No edit summary |
No edit summary |
||
Line 64: | Line 64: | ||
[[File:TPB_Nhan_Ex2_4Loop.png|600px]] | [[File:TPB_Nhan_Ex2_4Loop.png|600px]] | ||
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: | |||
[[File:TPB_Nhan_Ex3_1Disp.png|600px]] | |||
[[File:TPB_Nhan_Ex3_2DispTrace.png|300px]] | |||
[[File:TPB_Nhan_Ex3_3Reaction.png|600px]] | |||
[[File:TPB_Nhan_Ex3_4Loop.png|600px]] | |||
EXAMPLE 4: 2-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: | |||
[[File:TPB_Nhan_Ex4_1Disp.png|600px]] | |||
[[File:TPB_Nhan_Ex4_2DispTrace.png|300px]] | |||
[[File:TPB_Nhan_Ex4_3aReaction.png|600px]] | |||
[[File:TPB_Nhan_Ex4_4Loop.png|600px]] | |||
EXAMPLE 5: 2-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: | |||
[[File:TPB_Nhan_Ex5_1Disp.png|600px]] | |||
[[File:TPB_Nhan_Ex5_2DispTrace.png|300px]] | |||
[[File:TPB_Nhan_Ex5_3Reaction.png|600px]] | |||
[[File:TPB_Nhan_Ex5_4aLoop.png|600px]] | |||
EXAMPLE 6: 3-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: | |||
[[File:TPB_Nhan_Ex6_1Disp.png|600px]] | |||
[[File:TPB_Nhan_Ex6_2DispTrace.png|300px]] | |||
[[File:TPB_Nhan_Ex6_3Reaction.png|600px]] | |||
[[File:TPB_Nhan_Ex6_4Loop.png|600px]] | |||
EXAMPLE 7: 3-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: | |||
[[File:TPB_Nhan_Ex7_1Disp.png|600px]] | |||
[[File:TPB_Nhan_Ex7_2DispTrace.png|300px]] | |||
[[File:TPB_Nhan_Ex7_3Reaction.png|600px]] | |||
[[File:TPB_Nhan_Ex7_4Loop.png|600px]] |
Revision as of 06:14, 20 July 2012
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct a Triple Friction Pendulum Bearing element object.
element TripleFrictionPendulum $eleTag $iNode $jNode |
$eleTag | unique element object tag |
$iNode $jNode | end nodes |
EXAMPLE:
element TripleFrictionPendulum 1 1 2 ;
REFERENCES:
1) Dao ND, Ryan KL, … Verification of a Three-dimensional Triple Pendulum Bearing Element with General Friction Model Using Full Scale Test Data. Submitted to Earthquake Engineering and Structural Dynamics, 2012.
2) Dao ND. Experimental and Analytical Studies of the Seismic Response of a Full-scale 5- story Steel Moment Frame Building Isolated by Triple Pendulum Bearings. Dissertation, University of Nevada – Reno, 2012
Code Developed by: Nhan D. Dao, University of Nevada - Reno.
EXAMPLE 1: Unidirectional static pushover of a TPB element with constant friction coefficients.
Tcl code: Media:CheckingTripleFrictionPendulum_StaticCyclicPushover.tcl
Results:
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:
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:
EXAMPLE 4: 2-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:
EXAMPLE 5: 2-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:
File:TPB Nhan Ex5 2DispTrace.png
EXAMPLE 6: 3-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:
EXAMPLE 7: 3-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: