blank output files for section force/deformation recorder
Moderators: silvia, selimgunay, Moderators
blank output files for section force/deformation recorder
hi all.
I've modeled a 3-bay 4-story RC moment frame and subjected it to an earthquake record. I've used element type dispBeamColumn and fiber section, I've used the following recorders:
##############################################################
recorder Element -file Data/ele1sec1Force.out –time -ele 1 section 1 force
recorder Element -file Data/ele1sec1Defo.out –time -ele 1 section 1 deformation
##############################################################
but all the output files was empty. can anyone say why this happening ?
I've modeled a 3-bay 4-story RC moment frame and subjected it to an earthquake record. I've used element type dispBeamColumn and fiber section, I've used the following recorders:
##############################################################
recorder Element -file Data/ele1sec1Force.out –time -ele 1 section 1 force
recorder Element -file Data/ele1sec1Defo.out –time -ele 1 section 1 deformation
##############################################################
but all the output files was empty. can anyone say why this happening ?
Re: blank output files for section force/deformation recorde
Your recorders look good to me.
What version of OpenSees do you use?
Will it work if you change the section number to let say 3?
What version of OpenSees do you use?
Will it work if you change the section number to let say 3?
Re: blank output files for section force/deformation recorde
Dear Vesna Thank you so much for your attention,
I use version 2.3.0 of OpenSees, my model is without any error or warning ,but even when i change the section number the output files is empty!!!
section force/deformation recorder only work for the zeroLength elements in my model.
I use version 2.3.0 of OpenSees, my model is without any error or warning ,but even when i change the section number the output files is empty!!!
section force/deformation recorder only work for the zeroLength elements in my model.
Re: blank output files for section force/deformation recorde
I tested it on an example, and I could record both forces and deformations. Usually you see blank files if in one of the recorders defined before these ones you had an error.
-
- Posts: 122
- Joined: Tue Oct 28, 2008 4:01 am
Re: blank output files for section force/deformation recorde
vesna wrote:
> I tested it on an example, and I could record both forces and deformations.
> Usually you see blank files if in one of the recorders defined before these
> ones you had an error.
Dear vesna,
I still cannot output any information whenever I am using dispbeamColumn element, my recorder code is as follows:
############################################################################
recorder Element -file $dataDir/ele111sec3Defo1.out –time -ele 111 section 3 deformation
############################################################################
and I have not found ant error during the analysis.
it really puzzled me, thanks in advance for your help.
> I tested it on an example, and I could record both forces and deformations.
> Usually you see blank files if in one of the recorders defined before these
> ones you had an error.
Dear vesna,
I still cannot output any information whenever I am using dispbeamColumn element, my recorder code is as follows:
############################################################################
recorder Element -file $dataDir/ele111sec3Defo1.out –time -ele 111 section 3 deformation
############################################################################
and I have not found ant error during the analysis.
it really puzzled me, thanks in advance for your help.
Re: blank output files for section force/deformation recorde
vesna wrote:
> I tested it on an example, and I could record both forces and deformations.
> Usually you see blank files if in one of the recorders defined before these
> ones you had an error.
I have exact the same problem, My recorder is like "recorder Element -file series/defor1.out -time -ele 3 section 1 deformation;" and there is no error and the output file is empty, too.
But in some other recorders I can get the results, but I don't understand the output which has four columns for the deformation, for one section 3D problem, shouldn't it be TWO( axial-strain and curvature)?
Can you explain it?
thanks so much!
> I tested it on an example, and I could record both forces and deformations.
> Usually you see blank files if in one of the recorders defined before these
> ones you had an error.
I have exact the same problem, My recorder is like "recorder Element -file series/defor1.out -time -ele 3 section 1 deformation;" and there is no error and the output file is empty, too.
But in some other recorders I can get the results, but I don't understand the output which has four columns for the deformation, for one section 3D problem, shouldn't it be TWO( axial-strain and curvature)?
Can you explain it?
thanks so much!
-
- Posts: 9
- Joined: Sun May 30, 2010 6:47 am
- Location: Tongji university
Re: blank output files for section force/deformation recorde
sometime this error is from the wrong writing of "-time".
If you copy the recorder sentence from the Openseeswiki, and paste them in your TCL file. There may be have a error for the output.
But if you type the sentence yourself, there may be successful.
If you copy the recorder sentence from the Openseeswiki, and paste them in your TCL file. There may be have a error for the output.
But if you type the sentence yourself, there may be successful.
E-mail: 2008wangbin@tongji.edu.cn
Re: blank output files for section force/deformation recorde
wangbin_tongji wrote:
> sometime this error is from the wrong writing of "-time".
>
> If you copy the recorder sentence from the Openseeswiki, and paste them in
> your TCL file. There may be have a error for the output.
> But if you type the sentence yourself, there may be successful.
OK, i see. so how to explain the four columns output for a section's deformation, which should not be two (axial-strain and curvature)? Thanks a lot!
> sometime this error is from the wrong writing of "-time".
>
> If you copy the recorder sentence from the Openseeswiki, and paste them in
> your TCL file. There may be have a error for the output.
> But if you type the sentence yourself, there may be successful.
OK, i see. so how to explain the four columns output for a section's deformation, which should not be two (axial-strain and curvature)? Thanks a lot!
Re: blank output files for section force/deformation recorde
3D section will have four columns at least: axial deformation, curvatures in local y and z, and torsional deformation.
If you record deformation using -xml instead of -file you will get information about each column of your output file.
If you record deformation using -xml instead of -file you will get information about each column of your output file.
Re: blank output files for section force/deformation recorde
Dear all,
I also have the same problem, though I am new in this field, I wrote an already done example to get familiar with Opensees.
I put the code very carefully as it was done.= No error.
But all the output files are empty.
Need your help
I also have the same problem, though I am new in this field, I wrote an already done example to get familiar with Opensees.
I put the code very carefully as it was done.= No error.
But all the output files are empty.
Need your help
Re: blank output files for section force/deformation recorde
What recorders did you use?
Re: blank output files for section force/deformation recorde
Thank you Vesna,
My problem solved. The output will come out when the "wipe" command is done or "exit" the opensees.
My problem solved. The output will come out when the "wipe" command is done or "exit" the opensees.
Re: blank output files for section force/deformation recorde
glad you solved it!
-
- Posts: 140
- Joined: Sun Oct 03, 2010 11:36 pm
- Location: Hong Kong
Re: blank output files for section force/deformation recorde
Sometimes, it happens!
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk
guanlin@polyu.edu.hk