Stress - Strain Recorder does not work

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Araj
Posts: 26
Joined: Thu Jul 15, 2004 5:20 am

Stress - Strain Recorder does not work

Post by Araj »

Hello,

The Stress Strain Recorder is not working. When I try to implement it, gives "Debug Error".

Any suggestions in this matter.

Thank you,

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

Post by fmk »

lests see the command you are using .. if small enough you can also post the entire script.
Araj
Posts: 26
Joined: Thu Jul 15, 2004 5:20 am

Post by Araj »

Hello,

The scriptI am running is the one presented in the the OpenSees Documentation User Manual "PR1.tcl"

Following is the command as presented in this script:

recorder Element -file $RBbt.out -ele 7 node2BarSlipB stressStrain

recorder Element -file $RBtp.out -ele 7 node2BarSlipT stressStrain

I suspected this recorder has problem because when I try to run this script it says "Debug Error". The interesting part is it still yield results.

However, if I silence this recorder as shown below, the program runs as usual and there is no "Debug Error".

# recorder Element -file $RBbt.out -ele 7 node2BarSlipB stressStrain

# recorder Element -file $RBtp.out -ele 7 node2BarSlipT stressStrain

I hope this will do.

Thanks.

Aloke
Post Reply