opensees中桥梁支座模拟.doc_第1页
opensees中桥梁支座模拟.doc_第2页
opensees中桥梁支座模拟.doc_第3页
opensees中桥梁支座模拟.doc_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、opensees中最简单的支座模拟时用0长度单元模拟支座,6个方向分别取不同的刚度值。2、Elastomeric Bearing Element(弹性支座)可模拟支座的屈服后刚度。This command is used to construct an elastomericBearing 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) plasticity properties for the shear deformations, and force-deformation behaviors defined by UniaxialMaterials in the remaining two (2D) or four (3D) directions. By default (sDratio = 0.5) P-Delta moments are equally distributed to the two end-nodes. To avoid the introduction of artificial viscous damping in the isolation system (sometimes referred to as damping leakage in the isolation system), the bearing element does not contribute to the Rayleigh damping by default. 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. For a two-dimensional problem: element elastomericBearing $eleTag $iNode $jNode $kInit $fy $alpha -P $matTag -Mz $matTag For a three-dimensional problem: element elastomericBearing $eleTag $iNode $jNode $kInit $fy $alpha -P $matTag -T $matTag -My $matTag -Mz $matTag -orient $y1 $y2 $y3 $eleTag unique element object tag $iNode $jNode end nodes $kInit initial elastic stiffness in local shear direction 初始水平剪切刚度$fy yield strength 屈服力$alpha post yield stiffness ratio 屈服系数-P $matTag tag associated with previously-defined UniaxialMaterial in axial direction -T $matTag tag associated with previously-defined UniaxialMaterial in torsional direction -My $matTag tag associated with previously-defined UniaxialMaterial in moment direction around local y-axis -Mz $matTag tag associated with previously-defined UniaxialMaterial in moment direction around local z-axis $x1 $x2 $x3 vector components in global coordinates defining local x-axis (optional) $y1 $y2 $y3 vector components in global coordinates defining local y-axis (optional) $sDratio shear distance from iNode as a fraction of the element length (optional, default = 0.5) -doRayleigh to include Rayleigh damping from the bearing (optional, default = no Rayleigh damping contribution) $m element mass (optional, default = 0.0) NOTE: 1) 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. 2) Elastomeric bearings are very stiff in compression, but not rigid. It is not a good idea to specify an extremely large axial stiffness (such as 1E10), because it can lead to problems with numerical sensitivity. Always specify a realistic value for the stiffness of the material that is assigned along the axial direction. 3) The valid queries to an elastomeric 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 elastomericBearing 1 1 2 20.0 2.50 0.02 -P 1 -Mz 2; # for a 2D elastomeric bearing element elastomericBearing 1 1 2 20 2.50 0.02 -P 1 -T 2 -My 3 -Mz 4; # for a 3D elastomeric bearing 3、Flat Slider Bearing Element可模拟四氟乙烯滑板支座以及板式支座的滑动现象。(并不用直接定义屈服力,通过摩擦系数及支座反力算得屈服力)This command is used to construct a flatSliderBearing element object, which is defined by two nodes. The iNode represents the flat sliding surface and the jNode represents the slider. The element can have zero length or the appropriate bearing height. The bearing has unidirectional (2D) or coupled (3D) friction properties 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. By default (sDratio = 0.0) P-Delta moments are entirely transferred to the flat sliding surface (iNode). It is important to note that rotations of the flat sliding surface (rotations at the iNode) affect the shear behavior of the bearing. To avoid the introduction of artificial viscous damping in the isolation system (sometimes referred to as damping leakage in the isolation system), the bearing element does not contribute to the Rayleigh damping by default. 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. For a two-dimensional problem: element flatSliderBearing $eleTag $iNode $jNode $frnMdlTag $kInit -P $matTag -Mz $matTag For a three-dimensional problem: element flatSliderBearing $eleTag $iNode $jNode $frnMdlTag $kInit -P $matTag -T $matTag -My $matTag -Mz $matTag -orient $y1 $y2 $y3 $eleTag unique element object tag $iNode $jNode end nodes $frnMdlTag tag associated with previously-defined FrictionModel (用于定义摩擦系数)$kInit initial elastic stiffness in local shear direction 初始水平刚度-P $matTag tag associated with previously-defined UniaxialMaterial in axial direction -T $matTag tag associated with previously-defined UniaxialMaterial in torsional direction -My $matTag tag associated with previously-defined UniaxialMaterial in moment direction around local y-axis -Mz $matTag tag associated with previously-defined UniaxialMaterial in moment direction around local z-axis $x1 $x2 $x3 vector components in global coordinates defining local x-axis (optional) $y1 $y2 $y3 vector components in global coordinates defining local y-axis (optional) $sDratio shear distance from iNode as a fraction of the element length (optional, default = 0.0) -doRayleigh to include Rayleigh damping from the bearing (optional, default = no Rayleigh damping contribution) $m element mass (optional, default = 0.0) $maxIter maximum number of iterations to undertake to satisfy element equilibrium (optional, default = 20) $tol convergence tolerance to satisfy element equilibrium (optional, default = 1E-8) NOTE: 1) 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. 2) Because the friction force is affected by both the axial force and the slip rate, the element can be sensitive numerically. It is recommended that for dynamic analysis a smaller time step is being used than what would be used for a comparable structure with no isolators. 3) If there is uplift (and therefore impact) i

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论