Recording story shear

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
juanoviedo
Posts: 38
Joined: Wed Jul 11, 2007 1:46 am
Location: Hokkaido University - Japan

Recording story shear

Post by juanoviedo »

Hello Everybody!

I would like to ask for some help on the following issue.

I am running a nonlinear analysis of 10-story braced R/C building. My model is 3-D. I would like to monitor and record the shear at each story and at each analysis step. I am interested in knowing whether a useful script exists to monitor this story shear.

Dr. Silvia, for instance, is there any script or command to help me sum up the individual shear contributions of the columns at one floor? If so, could I also use it to sum up the constributions of braces?

Thanks for your help,

Regards
Juan Andrés Oviedo A.
Graduate School of Engineering
Hokkaido University
Sapporo, Japan
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

not really, there isn't one.
i go through each element and add up the forces in each direction. for the truss, i calculate the horizontal component.
Frank should be working on getting localForce and globalForce output for the truss, just to make post=processing easier...
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
juanoviedo
Posts: 38
Joined: Wed Jul 11, 2007 1:46 am
Location: Hokkaido University - Japan

Format

Post by juanoviedo »

Hello Dr. Silvia!
Thanks for your prompt reply!

I will go through each element output and sum up; to do so, I would like to ask you whether there is an extra key-word in the Record commands to define the format of the output files.

I mean, one could think of carrying out the post-processing by using an external application programmed by any language which reads the output files. However, I have found that the format of the output file sometimes changes. Can I fixed the a certaint format for the output files (for instance, the number of decimals or integer)

I hope I made myself clear.
Looking forward to hearing from you.

Regards,
Juan Andrés Oviedo A.
Graduate School of Engineering
Hokkaido University
Sapporo, Japan
juanoviedo
Posts: 38
Joined: Wed Jul 11, 2007 1:46 am
Location: Hokkaido University - Japan

Output Format

Post by juanoviedo »

Hello Dr. Silvia!
Thanks for your prompt reply!

I will go through each element output and sum up; to do so, I would like to ask you whether there is an extra key-word in the Record commands to define the format of the output files.

I mean, one could think of carrying out the post-processing by using an external application programmed by any language which reads the output files. However, I have found that the format of the output file sometimes changes. Can I fix a certain format for the output files (for instance, the number of decimals or integers)

I hope I made myself clear.
Looking forward to hearing from you.

Regards,
Juan Andrés Oviedo A.
Graduate School of Engineering
Hokkaido University
Sapporo, Japan
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

no, you can't.
the format depends on whether you are 2D or 3D, and what kind of element you have, yes.
it is a mess, you have to do some serious bookkeeping.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

afterall, each type of element needs its type of recorder!

What i do is that everytime i define a recorder, i build a header file for it.
it is a good idea to do it this way, since matlab won't like a file with a header.

if you want, you may use the -xml option with the recorder, that gives you a header.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
seocy
Posts: 39
Joined: Wed Feb 22, 2006 6:26 pm
Location: Lehigh

Post by seocy »

For transient analysis, why don' you try unbalanceIncludingInertia at the node you want to get restoring force? I am not sure it is a correct way. But in my case, I have a 2-D bracing frame to get story shear at each floor. So I used the command at each node and compare the force in horizontal direction with the member force that is added up at the node in that direction. It seems that the command can be used to get story shear. Would you try this for your case to see any difference and please let me know whether it works or not. If it works, i will feel comfortable to use the command.
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

yes, do let us know, and we'd love to have an example.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply