YamamotoBiaxialHDR Element: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a YamamotoBiaxialHDR element object, which is defined by two nodes. This element can be used to represent the isotropic b...')
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 41: Line 41:
'globalForce', 'localForce', 'basicForce', 'localDisplacement' and 'basicDeformation'.
'globalForce', 'localForce', 'basicForce', 'localDisplacement' and 'basicDeformation'.


[[Image:YamamotoBiaxialHDR_Model.png|400px]]
[[Image:YamamotoBiaxialHDR_Model.png|150px]]


----
----
Line 47: Line 47:
EXAMPLE:
EXAMPLE:


  element KikuchiBearing 1 1 2 -shape round -size 1.016 0.320 -nMSS 8 -matMSS 1 -nMNS 30 -matMNS 2
  element YamamotoBiaxialHDR 1 1 2 1 1.300 0.030 0.261 –orient 0 0 1 1 0 0


[[Media:KikuchiBearing_Sample.tcl|KikuchiBearing_Sample.tcl]],
[[Media:YamamotoBiaxialHDR_Sample.tcl|YamamotoBiaxialHDR_Sample.tcl]],
[[Media:KikuchiBearing_input_Z.tcl|KikuchiBearing_input_Z.tcl]],
[[Media:YamamotoBiaxialHDR_input_X.tcl|YamamotoBiaxialHDR_input_X.tcl]],
[[Media:KikuchiBearing_input_X.tcl|KikuchiBearing_input_X.tcl]]
[[Media:YamamotoBiaxialHDR_input_Y.tcl|YamamotoBiaxialHDR_input_Y.tcl]]


{|
| case 1: P-Delta effect not considered (use -noPDInput -noTilt option)
|-
| case 2: P-Delta effect considered, uniform distribution of compression modulus
|-
| case 3: P-Delta effect considered (use -lambda option)
|}


[[Image:Bidirectional-Disp_pattern.png|250px]]       [[Image:Unidirectional.png|250px]]


[[Image:KikuchiBearing_ForceDeformation_case1_v2.png|250px]]       [[Image:KikuchiBearing_ForceDeformation_case2_v2.png|250px]]       [[Image:KikuchiBearing_ForceDeformation_case3_v2.png|250px]]
[[Image:Bidirectional-X.png|250px]]       [[Image:Bidirectional-Y.png|250px]]




REFERENCES:
REFERENCES:


M. Kikuchi , I. D. Aiken and A. Kasalanati , "Simulation analysis for the ultimate behavior of full-scale lead-rubber seismic isolation bearings", ''15th World Conference on Earthquake Engineering'', No. 1688, 2012.
Masashi Yamamoto, Shigeo Minewaki, Harumi Yoneda and Masahiko Higashino, "Nonlinear behavior of high-damping rubber bearings under horizontal bidirectional loading: full-scale tests and analytical modeling", ''Earthquake Engineering and Structural Dynamics'', '''41''', 1845-1860, 2012.
 
----
 
Code Developed by: <span style="color:blue"> mkiku </span>

Latest revision as of 06:05, 26 January 2015




This command is used to construct a YamamotoBiaxialHDR element object, which is defined by two nodes. This element can be used to represent the isotropic behavior of high-damping rubber bearing in the local y-z plane.

element YamamotoBiaxialHDR $eleTag $iNode $jNode $Tp $DDo $DDi $Hr <-coRS $cr $cs> <-orient <$x1 $x2 $x3> $y1 $y2 $y3> <-mass $m>

$eleTag unique element object tag
$inode $jnode end nodes
$Tp compound type
= 1 : X0.6R manufactured by Bridgestone corporation.
$DDo outer diameter [m]
$DDi bore diameter [m]
$Hr total thickness of rubber layer [m]
Optional Data
$cr $cs coefficients for shear stress components of <math>\tau_{r}</math> and <math>\tau_{s}</math>
$x1 $x2 $x3 vector components in global coordinates defining local x-axis
$yp1 $yp2 $yp3 vector components in global coordinates defining vector yp which lies in the local x-y plane for the element
$m element mass [kg]

NOTES:

1) The valid queries to a YamamotoBiaxialHDR element when creating an ElementRecorder object are 'globalForce', 'localForce', 'basicForce', 'localDisplacement' and 'basicDeformation'.


EXAMPLE:

element YamamotoBiaxialHDR 1 1 2 1 1.300 0.030 0.261 –orient 0 0 1 1 0 0

YamamotoBiaxialHDR_Sample.tcl, YamamotoBiaxialHDR_input_X.tcl, YamamotoBiaxialHDR_input_Y.tcl


     

     


REFERENCES:

Masashi Yamamoto, Shigeo Minewaki, Harumi Yoneda and Masahiko Higashino, "Nonlinear behavior of high-damping rubber bearings under horizontal bidirectional loading: full-scale tests and analytical modeling", Earthquake Engineering and Structural Dynamics, 41, 1845-1860, 2012.


Code Developed by: mkiku