Plot From two different 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
faraklit
Posts: 21
Joined: Mon Feb 25, 2013 10:38 pm
Location: Ohio State University

Plot From two different file.

Post by faraklit »

I can plot time vs displacement and time vs force at each time step by using closeOnWrite, however I want to plot force vs displacement of a node at each time.

In OpenSees, as far as I concern it is not possible to record nodal force and displacement into one file. Is it possible?

And I wonder, it is possible to get force and displacement from different two files to plot.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Plot From two different file.

Post by fmk »

you cannot record them both into 1 file .. you only option if you want to use the plot command would be to create your own file obtaining the info using the commands or from the current recorder files and writing the file
faraklit
Posts: 21
Joined: Mon Feb 25, 2013 10:38 pm
Location: Ohio State University

Re: Plot From two different file.

Post by faraklit »

Thank you for your reply.
Post Reply