Search found 2 matches

by ymerino
Wed Nov 25, 2020 10:03 am
Forum: OpenSeesPy
Topic: Large LIST OF NODES to record
Replies: 2
Views: 1812

Re: Large LIST OF NODES to record

Thanks Dr! It didn't work in that exact way, but it helped me so much to find the solution! Now I'm having the same problem in OpenSees tcl :( I'm trying to record so many node responses using a list in tcl, but it doesn't recognize it: # ------------------------------------------------- set colNod_...
by ymerino
Tue Nov 10, 2020 1:39 pm
Forum: OpenSeesPy
Topic: Large LIST OF NODES to record
Replies: 2
Views: 1812

Large LIST OF NODES to record

Hi everyone, I'm trying to record node displacements in a large 3D model, so I used: op.recorder('Node', '-file','nodeICols.txt', '-time', '-node', 878,884,...,891, '-dof', 1, 'disp') It works, but it was neccesary to write a large number of node tags :( So I tried: >> op.recorder ( 'Node' , '-file'...