Get a plot with hysteretic curve of the structure

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

Moderators: silvia, selimgunay, Moderators

Post Reply
giovannimilan
Posts: 71
Joined: Wed Apr 05, 2017 12:49 am
Location: ARUP, amsterdam

Get a plot with hysteretic curve of the structure

Post by giovannimilan »

Hi all,

is there a fast way to get a plot (recorder command) directly at the end of the analysis the force displacement curves for all the piers?

Cheers,

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

Re: Get a plot with hysteretic curve of the structure

Post by fmk »

no .. you need to put the command in the script .. typically i build things inside for and while loops, if i needed to have a recorder for all piers, i would add the element tag to a list that is added to inside one of these loops and then issue the recorder command once all have been constructed using this list and an eval command.
Post Reply