Append a file in recorder command

A forum dedicated to feature requests and the future direction of OpenSees, i.e. what would you like, what do you need, what should we explore

Moderators: silvia, selimgunay, Moderators

Post Reply
openc
Posts: 20
Joined: Mon Apr 12, 2010 11:11 pm
Location: Xenox university

Append a file in recorder command

Post by openc » Tue Apr 13, 2010 4:10 pm

Hi fmk,

I assume this is where you wanted me to remind you....

My original query is here below:

Is there a way to actually record all the eigen results in just 1 file (say all_evecs.txt) ?

I was trying this below, but the file is not getting appended:

foreach modeno {1 2 3 4 5 6 7} {
puts "mode = $modeno"
recorder Node -file chk.out -time -node 3 5 7 9 11 13 -dof 1 "eigen $modeno"
}

Any suggestions please? Thanks.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Append a file in recorder command

Post by fmk » Thu Mar 17, 2011 9:16 am

in case you don't know and are still interested .. if you know leave of the particular mode, all modes will be recorded now.

Dominque
Posts: 1
Joined: Wed Jan 18, 2012 12:59 pm

Re: Append a file in recorder command

Post by Dominque » Wed Jan 18, 2012 1:00 pm

I was unaware of this, thank you!

Post Reply