Closed sadilak85 closed 4 years ago
We must first decide if I really need to put every nodes in one file with ID's because I found out that opensees "recorder" function does this automatically as follows:
there is a tag "nodeRange -start -stop" which one gives the start as the first point and stop as the last point in the list.
list here is the arrangement of the node creation, i.e. your input file. and it is highly related to the order of these nodes,, so if you start ground nodes with n1 n2 .. then you have in the output file also results for n1 n2 ...
in the output file, nodes are grouped in columns, so the rows are time increments and rows are DOFs
if one node has only 2 DOFs as in "Masternodes" (Y direction is closed for them) then every 2 colums are reserved for one node...
in our case all other nodes have 3 DOFs outputted (one can also change this but 3DOF is enough, only translations) so every 3 columns are nodes..
@onaycan I wait your response if you are ok with this opensees output formation.. then I close this issue and just change the function tags in opensees again for our needs...
repo master pls
thank you bro...
We have for every element or node an extra output file.
Aim is to combine them into a single file.
Cheers!