pinned ends on beam elements

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
sbuonopane
Posts: 11
Joined: Wed Jun 23, 2004 12:03 pm
Location: Bucknell University

pinned ends on beam elements

Post by sbuonopane » Tue May 03, 2005 5:25 am

Is there any direct way to define a pinned end (aka hinge, moment release) on a beam element? It seems possible to do this using a zero-length element with "zero" stiffness in the moment direction and "infinite" stiffness in the axial and shear directions, but this approach may cause numerical problems.

Any better methods?

Steve
Stephen Buonopane
Dept. of Civil Engineering
Bucknell Univ.
Lewisburg, PA 17837

berktaftali
Posts: 68
Joined: Fri Jul 02, 2004 6:10 am
Location: Computers and Structures, Inc.

Post by berktaftali » Tue May 03, 2005 6:15 am

1. Define two nodes at the same coordinates.
2. Use equalDOF command to constrain translational degrees of freedom

Code: Select all

equalDOF $nodeI $nodeJ 1 2
3. Connect the column to $nodeI, and the beam to $nodeJ
Berk Taftali
Georgia Institute of Technology
Ph.D. Candidate, Structural Engineering, Mechanics, and Materials
School of Civil and Environmental Engineering
Atlanta, GA 30332 USA
Email: gte994y@mail.gatech.edu

sbuonopane
Posts: 11
Joined: Wed Jun 23, 2004 12:03 pm
Location: Bucknell University

Post by sbuonopane » Wed May 04, 2005 7:26 am

Just what I was looking for. Thanks.
Stephen Buonopane
Dept. of Civil Engineering
Bucknell Univ.
Lewisburg, PA 17837

Post Reply