Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 4.17 KB

elastomericBearingBoucWen.rst

File metadata and controls

53 lines (43 loc) · 4.17 KB

Elastomeric Bearing (Bouc-Wen) 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.

element('ElastomericBearingBoucWen', eleTag,*eleNodes,kInit, qd, alpha1, alpha2, mu, eta, beta, gamma, '-P', PMatTag, '-Mz', MzMatTag, <'-orient', *orientVals>, <'-shearDist', shearDist>, <'-doRayleigh'>, <'-mass', mass>)

For a two-dimensional problem

element('ElastomericBearingBoucWen', eleTag,*eleNodes,kInit, qd, alpha1, alpha2, mu, eta, beta, gamma, '-P', PMatTag,'-T', TMatTag,'-My', MyMatTag,'-Mz', MzMatTag, <'-orient' ,*orientVals> ,<'-shearDist', shearDist> ,<'-doRayleigh'> ,<'-mass', mass>)

For a three-dimensional problem

eleTag unique element object tag
eleNodes a list of two element nodes
kInit initial elastic stiffness in local shear direction
qd characteristic strength
alpha1 post yield stiffness ratio of linear hardening component
alpha2 post yield stiffness ratio of non-linear hardening component
mu exponent of non-linear hardening component
eta yielding exponent (sharpness of hysteresis loop corners) (default = 1.0)
beta first hysteretic shape parameter (default = 0.5)
gamma second hysteretic shape parameter (default = 0.5)

PMatTag

tag associated with previously-defined UniaxialMaterial in axial direction

TMatTag

tag associated with previously-defined UniaxialMaterial in torsional direction

MyMatTag

tag associated with previously-defined UniaxialMaterial in moment direction around local y-axis

MzMatTag

tag associated with previously-defined UniaxialMaterial in moment direction around local z-axis

orientVals

vector components in global coordinates defining local x-axis (optional), vector components in global coordinates defining

local y-axis (option

al)

shearDist

shear distance from iNode as a fraction of the element length (optional, default = 0.5)

'-doRayleigh'

contribution)

to include Rayleigh damping from the bearing (optional, default = no Rayleigh damping

mass element mass (optional, default = 0.0)