Roof 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
papaloo
Posts: 15
Joined: Fri Apr 08, 2011 8:41 am
Location: Istanbul Technical University

Roof rotation

Post by papaloo »

I want to get the rotation of the floor
is it be ok if I use this command ?: recorder Node -file $node rotation -time -nodes 1 -dof 5 disp
where tag 1 belongs to CM(center of mass) of the floor.
thanks alot
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Roof rotation

Post by vesna »

no.

This will give you the rotation around y axis at node 1:
recorder Node -file nodeRot.out -time -node 1 -dof 5 disp
Post Reply