recorder a beam element's 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
2015James
Posts: 31
Joined: Wed Dec 29, 2010 2:57 am
Location: hit

recorder a beam element's rotation

Post by 2015James »

hi everyone:
I saw a recorder command used to recorder a beam element's rotation, what the roataion of a beam element stands for? thank you
recorder Element -file $dataDir/elerotbasic.out -time -ele 1 rotation
kostast88
Posts: 49
Joined: Tue Jan 31, 2012 1:20 pm
Location: University of Patras

Re: recorder a beam element's rotation

Post by kostast88 »

You must have seen it in an older version of OpenSees tcl example.In current version it outputs nothing. If you want to record rotation, put a node recorder and record -dof 3 -disp;
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: recorder a beam element's rotation

Post by vesna »

I just want to point out that with this "If you want to record rotation, put a node recorder and record -dof 3 -disp" you will record nodal, not element, rotations.
kostast88
Posts: 49
Joined: Tue Jan 31, 2012 1:20 pm
Location: University of Patras

Re: recorder a beam element's rotation

Post by kostast88 »

Yes, you're absolutely right Vesna.Thanks for the correction.You're the best!
Post Reply