Recording Absolute Velocity

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

Moderators: silvia, selimgunay, Moderators

Post Reply
suusie
Posts: 30
Joined: Mon May 21, 2012 4:16 am

Recording Absolute Velocity

Post by suusie »

Dear Sir or Madam.

I want to record absolute (total) velocity in time-history analysis of structures.

I wrote the following sentences in .tcl file to get absolute (total) velocity. Is this correct? If not, can you correct the sentence?

# Record Absolute (Total) Velocity
timeSeries Path 1 -dt $dt -filePath $GMfile -factor $GMfact;
recorder Node -file AbsVelocity.out -time -timeSeries 1 -node (node numbers) -dof 1 vel;
#

Thanks in advance! :D
Post Reply