recorder integrator points' displacement in one file

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

Moderators: silvia, selimgunay, Moderators

Post Reply
seu
Posts: 51
Joined: Sun Sep 04, 2011 6:19 pm

recorder integrator points' displacement in one file

Post by seu »

I use the tcl script like this:
for {set i 0} {$i < = np} {incr i 1} {
recorder Element -file element1.out -time -ele 1 section $i displacement;
}
When the integrator points number np=5, it products 5 files.
How can I recorder them in one file? The "region" command is not useful.

Just like this but it's not available:
recorder Element -file element1.out -time -ele 1 section 1 2 3 4 5 displacement;
Post Reply