Elastic Timoshenko Beam Column Element

From OpenSeesWiki
Revision as of 05:05, 3 February 2015 by Jatkinson (talk | contribs) (Created page with '{{CommandManualMenu}} This command is used to construct an ElasticTimoshenkoBeam element object. A Timoshenko beam is a frame member that accounts for shear deformations. The ar...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search




This command is used to construct an ElasticTimoshenkoBeam element object. A Timoshenko beam is a frame member that accounts for shear deformations. The arguments for the construction of an elastic Timoshenko beam element depend on the dimension of the problem, ndm:

For a two-dimensional problem:

element ElasticTimoshenkoBeam $eleTag $iNode $jNode $E $G $A $Iz $Avy $transfTag

For a three-dimensional problem:

element ElasticTimoshenkoBeam $eleTag $iNode $jNode $E $G $A $Jx $Iy $Iz $Avy $Avz $transfTag


$eleTag unique element object tag
$iNode $jNode end nodes
$E Young's Modulus
$G Shear Modulus
$A cross-sectional area of element
$Jx torsional moment of inertia of cross section
$Iy second moment of area about the local y-axis
$Iz second moment of area about the local z-axis
$Avy Shear area for the local y-axis
$Avz Shear area for the local z-axis
$transfTag identifier for previously-defined coordinate-transformation (CrdTransf) object


NOTES:

The valid queries to an elastic Timoshenko beam element when creating an ElementRecorder object are 'force'.

For solid rectangular sections, shear area is often assumed to be 5/6 of the gross area. For I-shapes, the shear area can be approximated as Aweb.


EXAMPLE:

element ElasticTimoshenkoBeam 1 2 4 100.0 45.0 6.0 4.5 5.0 9; # elastic Timoshenko element with tag 1 between nodes 2 and 4 with E=100, G=45, A=6.0, I=4.5 and Av=5.0 which uses transformation 9


Code Developed by: Andreas Schellenberg