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.
Plot From two different file.
Moderators: silvia, selimgunay, Moderators
Re: Plot From two different file.
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
Re: Plot From two different file.
Thank you for your reply.