plastic rotation

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 rotation

Post by talebian.s.e »

Hi
How can I calculate plastic rotation at the two ends of a beam-column element?

and how can I calculate elastic rotation at the two ends of a beam-column element?

I am using nonlinearBeamColumn elements.

Is there any recorder element?
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

plastic rotation

Post by talebian.s.e »

Please,
can anyone help me?
I dont have much time.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can ask the forceBeamColumn for the 'plasticDeformation' and the 'chordDeformation' .. subtract the plastic from the chord and you get the elastic part of the deformations .. it is approx (look at the source code to see what it is doing)
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

Post by talebian.s.e »

you mean like this:

recorder Element -file ele1local.out -time -ele 1 plasticDeformation;

And

recorder Element -file ele1local.out -time -ele 1 chordDeformation;
?

the output has four columns:

what are the second,third and forth columns?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

the first is time .. the second, thrird and fourth are axial, rotation end 1 and rotation end 2 quantaties .. use -xml instead of -file to see.
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

Post by talebian.s.e »

Thanks a lot.
You are really kind to everybody.
talebian.s.e
Posts: 72
Joined: Fri Jul 10, 2009 3:05 am
Location: Griffith University

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 ?
Post Reply