Triple Friction Pendulum Element: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a Triple Friction Pendulum Bearing element object. {| | style="background:yellow; color:black; width:800px" | '''eleme...') |
No edit summary |
||
Line 15: | Line 15: | ||
| '''$iNode $jNode''' || end nodes | | '''$iNode $jNode''' || end nodes | ||
|} | |} | ||
EXAMPLE: | |||
element TripleFrictionPendulum 1 1 2 ; | |||
REFERENCE: | |||
# 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. | |||
# 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: <span style="color:blue"> Nhan D. Dao, University of Nevada - Reno. </span> |
Revision as of 23:47, 19 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 ;
REFERENCE:
- 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.
- 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.