Section Recorder for dispBeamColumn

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

Moderators: silvia, selimgunay, Moderators

Post Reply
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Section Recorder for dispBeamColumn

Post by arbarbosa »

Hello All,

Can the results of a dispBeamColumn element be returned only for one section? I was able to get the following recorder to work that gives the output for all sections in a dispBeamColumn element, but not for one specific section.

So this command seems to work:
recorder Element -file Element1.out -time -ele 1 3 section force

but not:
recorder Element -file Element1.out -time -ele 1 3 section 1 force

It is not so important, except if I want to make a code for a recorder general for both dispBeamColumn elements and forceBeamColumn elements.

Thank you.
André
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Section Recorder for dispBeamColumn

Post by vesna »

Thank you for letting us know. We will fix this.
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Section Recorder for dispBeamColumn

Post by arbarbosa »

Thank you again Vesna and Frank!! I think that this next comment may be of little use once you solve the section output, but currently if I record the stressStrain response of a fiber within a section, I am not sure which fiber (for which section) opensees is currently outputing.
André
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Section Recorder for dispBeamColumn

Post by vesna »

What is your recorder for stressStrain and what is the output?
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Section Recorder for dispBeamColumn

Post by arbarbosa »

For a dispBeamColumn element I am writing something like:

# Strain-Stress in tensioned steel fiber
recorder Element -file $dataDir/Steel.out -time -ele 1 section fiber [expr $cover1-$y1] [expr $z1-$cover2] 3 stressStrain;

# Strain-Stress in more compressed concrete fiber
recorder Element -xml $dataDir/ConcCover.xml -time -ele 1 section fiber [expr $y1] [expr $z1] 2 stressStrain;
André
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Section Recorder for dispBeamColumn

Post by vesna »

As the output you will have time in the first column, and then pairs of stress-strain for each integration point of the element starting from point i and going towards point j (from section 1 to section $nIP).
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Section Recorder for dispBeamColumn

Post by vesna »

If you download the latest version of OpenSees you will be able to record forces at the specific sections. The bug is fixed.
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Re: Section Recorder for dispBeamColumn

Post by arbarbosa »

Thank you. Have a good weekend.
André
Post Reply