Recorder command returns a file without any data
Moderators: silvia, selimgunay, Moderators
Recorder command returns a file without any data
Hi everybody
I am analyzing seismic response of a steel braced frame subjected to earhquake in OpenSees and I want to obtain the hysteretic force-deformation graph of a bracing member.
I used the following recorder command to obtain the bracing member's deformation but it only returns an output file without any data:
recorder Element- file Def.out -time -ele 1 section 1 deformation
I do not have any idea why it does not work.
Does anyone know what can be done in this case?
I am analyzing seismic response of a steel braced frame subjected to earhquake in OpenSees and I want to obtain the hysteretic force-deformation graph of a bracing member.
I used the following recorder command to obtain the bracing member's deformation but it only returns an output file without any data:
recorder Element- file Def.out -time -ele 1 section 1 deformation
I do not have any idea why it does not work.
Does anyone know what can be done in this case?
Re: Recorder command returns a file without any data
Hi,
I dont know what is wrong with your recorder command but I had the same problem. In order to obtain the output you have to close the black opensees window first.
I dont know what is wrong with your recorder command but I had the same problem. In order to obtain the output you have to close the black opensees window first.
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
Hi to All
I modeled my shear walls with fiber section.
I put a Element Recorder to record moment and curvature of a fiber section.
after pushover analyze finished successfully , Recorder command returns a file without any data ( 0 KB).
Can anyone Help me?
I modeled my shear walls with fiber section.
I put a Element Recorder to record moment and curvature of a fiber section.
after pushover analyze finished successfully , Recorder command returns a file without any data ( 0 KB).
Can anyone Help me?
Re: Recorder command returns a file without any data
add "wipe" command at the end of your file.
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
Dear Vesna
at the end of my file "Wipe all" command exist but my recorder returns a empty file for moment and curvature of a fiber section.
another Recorders (for example: Spring Moment- rotation or Forces) work properly.
Can you help me please?
at the end of my file "Wipe all" command exist but my recorder returns a empty file for moment and curvature of a fiber section.
another Recorders (for example: Spring Moment- rotation or Forces) work properly.
Can you help me please?
Re: Recorder command returns a file without any data
show me your recorders
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
### this part records element 151- this element is a shear wall with Fiber Section and modeled with nonlinearBeamColumn (numIntgrPts: 7)####
recorder Element -file $dataDir/ele151sec1Force.out –time -ele 151 section 1 force;
recorder Element -file $dataDir/ele151sec1Defo.out –time -ele 151 section 1 deformation;
recorder Element -file $dataDir/ele151sec2Force.out –time -ele 151 section 2 force;
recorder Element -file $dataDir/ele151sec2Defo.out –time -ele 151 section 2 deformation;
recorder Element -file $dataDir/ele151sec3Force.out –time -ele 151 section 3 force;
recorder Element -file $dataDir/ele151sec3Defo.out –time -ele 151 section 3 deformation;
recorder Element -file $dataDir/ele151sec4Force.out –time -ele 151 section 4 force;
recorder Element -file $dataDir/ele151sec4Defo.out –time -ele 151 section 4 deformation;
recorder Element -file $dataDir/ele151sec5Force.out –time -ele 151 section 5 force;
recorder Element -file $dataDir/ele151sec5Defo.out –time -ele 151 section 5 deformation;
recorder Element -file $dataDir/ele151sec6Force.out –time -ele 151 section 6 force;
recorder Element -file $dataDir/ele151sec6Defo.out –time -ele 151 section 6 deformation;
recorder Element -file $dataDir/ele151sec7Force.out –time -ele 151 section 7 force;
recorder Element -file $dataDir/ele151sec7Defo.out –time -ele 151 section 7 deformation;
recorder Element -file $dataDir/ele151sec1Force.out –time -ele 151 section 1 force;
recorder Element -file $dataDir/ele151sec1Defo.out –time -ele 151 section 1 deformation;
recorder Element -file $dataDir/ele151sec2Force.out –time -ele 151 section 2 force;
recorder Element -file $dataDir/ele151sec2Defo.out –time -ele 151 section 2 deformation;
recorder Element -file $dataDir/ele151sec3Force.out –time -ele 151 section 3 force;
recorder Element -file $dataDir/ele151sec3Defo.out –time -ele 151 section 3 deformation;
recorder Element -file $dataDir/ele151sec4Force.out –time -ele 151 section 4 force;
recorder Element -file $dataDir/ele151sec4Defo.out –time -ele 151 section 4 deformation;
recorder Element -file $dataDir/ele151sec5Force.out –time -ele 151 section 5 force;
recorder Element -file $dataDir/ele151sec5Defo.out –time -ele 151 section 5 deformation;
recorder Element -file $dataDir/ele151sec6Force.out –time -ele 151 section 6 force;
recorder Element -file $dataDir/ele151sec6Defo.out –time -ele 151 section 6 deformation;
recorder Element -file $dataDir/ele151sec7Force.out –time -ele 151 section 7 force;
recorder Element -file $dataDir/ele151sec7Defo.out –time -ele 151 section 7 deformation;
Re: Recorder command returns a file without any data
In case the element number is correct the recorders are defined properly. Do you at least see the time when you open these files?
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
No. I can't see anything (even time) and file is empty.
Eigenvalue and pushover analysis finished successfully but Can be a error in my fiber section modelling?
I'm so confused dear vesna.
Eigenvalue and pushover analysis finished successfully but Can be a error in my fiber section modelling?
I'm so confused dear vesna.
Re: Recorder command returns a file without any data
Are your recorders defined before the analyze command? They need to be, otherwise the output will not be created.
Try also to add "remove recorders" command at the end of your file.
If your model is not too big (less than 5 elements) post it and I will try to run it and figure out the problem.
Try also to add "remove recorders" command at the end of your file.
If your model is not too big (less than 5 elements) post it and I will try to run it and figure out the problem.
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
my recorders defined after gravity analysis and before pushover analysis (is it OK? )
Unfortunately my model is too big (22 story). I appreciate you for your kindly answers.
I'll try "remove recorders" command. I hope this command solve my problem!
Unfortunately my model is too big (22 story). I appreciate you for your kindly answers.
I'll try "remove recorders" command. I hope this command solve my problem!
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
Dear Vesna
I copied recorder command from one of Opensees examples (http://opensees.berkeley.edu/wiki/index ... troduction) to my code and replaced my element number with example element number (without another changes to my file) and It works properly now!!
I don't know what's difference between my command and example command but it worked good now!
I copied recorder command from one of Opensees examples (http://opensees.berkeley.edu/wiki/index ... troduction) to my code and replaced my element number with example element number (without another changes to my file) and It works properly now!!
I don't know what's difference between my command and example command but it worked good now!
Re: Recorder command returns a file without any data
I am glad to hear that you managed to make it work:)
-
- Posts: 12
- Joined: Mon Apr 25, 2011 12:19 pm
- Location: University of Tehran
Re: Recorder command returns a file without any data
Thank you for your kindly answers dear vesna.
I wish bests for you!
I wish bests for you!
Re: Recorder command returns a file without any data
I have exactly the same problem. When I run my model in the NEEShub Opensees lab the model works perfect. However, on my laptop I saw a lot of empty output files and some of the expected output files even do not exist in the result folder. I used "wipe" and "remove recorders" at the end of my file, nothing changed. I changed the place of recorders several times. In some cases it creates error that the ground motion cannot be read! I put recorders in separate files again nothing changed.
I do appreciate if someone has any solution.
I do appreciate if someone has any solution.