plastic hinge

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

Moderators: silvia, selimgunay, Moderators

Post Reply
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

plastic hinge

Post by talebian.s.e »

Hi
As I told,I use nonlinearBeamColumn element for pushover analysis and actually distributed plasticity.

now,How can I find location of the plastic hinges and their maximum rotations ?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

as you point out, IT IS DISTRIBUTED PLATICITY .. you cannot get information about plastic hinge formations from the element .. you can only look at the sections at the integration points along the element and have a look at their deformations and forces.
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

Post by talebian.s.e »

Thanks.
khosravifar
Posts: 9
Joined: Fri Nov 03, 2006 3:15 pm
Location: Fugro Consultants Inc.

Post by khosravifar »

I suggest using the following syntax instead of the one online:

element nonlinearBeamColumn $eleTag $nodeI $nodeJ $transfTag $intRule $SecTag $numIntPnt

And $intRule could be "Legendre", "Lobatto", etc. In this case you know exactly where the intgr points are located. Then use recorders to record moment and curvature. Examples are below:

recorder Element -file 1.out -time -ele $eleTag section $secTag force
recorder Element -file 2.out -time -ele $eleTag section $secTag deformation

Which $secTag is your intgr point. Then draw moment vs curvature for all intgr points to figure where your hinge is located.
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

Post by talebian.s.e »

Thanks.
I will try it.
Post Reply