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.
Append a file in recorder command
Moderators: silvia, selimgunay, Moderators
Re: Append a file in recorder command
in case you don't know and are still interested .. if you know leave of the particular mode, all modes will be recorded now.
Re: Append a file in recorder command
I was unaware of this, thank you!