Fiber section recorder

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

Moderators: silvia, selimgunay, Moderators

arashs
Posts: 13
Joined: Mon Jul 22, 2013 1:24 pm
Location: The University of Georgia

Fiber section recorder

Post by arashs » Mon Mar 03, 2014 2:47 pm

Hi!
I've got a question about element recorders for fiber sections. when defining recorders for circular sections, should I mention fiber coordinates in Y-Z or R-Theta coordinates?

Thank you in advance

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Fiber section recorder

Post by fmk » Mon Mar 03, 2014 5:27 pm

Y-Z

arashs
Posts: 13
Joined: Mon Jul 22, 2013 1:24 pm
Location: The University of Georgia

Re: Fiber section recorder

Post by arashs » Tue Mar 04, 2014 7:48 am

Thanks!

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Sun Mar 09, 2014 3:39 pm

Hello
I want record damage in element with fiber section. In the following example from opensees command manual, the integer number front of "section'' what is refers to ? is it the name of section or integrity point along element?

recorder Element -file Element1.out -time -ele 1 3 section 1 fiber 0.10 0.10 stressStrain

IsmBaha
Posts: 140
Joined: Sun Nov 17, 2013 11:00 pm
Location: University of Arizona

Re: Fiber section recorder

Post by IsmBaha » Mon Mar 10, 2014 8:23 am

Kavir,
It is response of elements 1 and 3 at both of their integration point(=section) 1.

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Fiber section recorder

Post by fmk » Mon Mar 10, 2014 11:36 am

the section in the command just tells the element that this is a section response that is needed, the first integer after the section tells the element which section to send the request to, in your case section 1 .. so in your example, section 1 of elements 1 and 3 will be asked for the response of "fiber 0.10 0.10 stressStrain"

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Thu Mar 13, 2014 6:26 am

Thank you sir fmk.

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Sat Mar 15, 2014 1:45 pm

Hi
I have another question about recorder. in recorder of fatigue material for damage the integer after material what is refer to?
is it material tag? I do not understand explanation of fatigue material forum by ozgura. can you explain it simple for me?

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Fri Mar 21, 2014 2:53 pm

Hi
for recording damage in a fiber section who can I record max damage in a section? in the following command where is the location of 1st fiber in section?

recorder Element -xml "Damage1.out" -time -ele 1 2 section 1 material 0.1 damage

the fiber locations are the same for the fiber numbers from 0.0 to 0.9, which are for the 1st fiber
"Ozgur Atlayan "

paperairplane
Posts: 12
Joined: Mon Oct 29, 2012 11:49 pm

Re: Fiber section recorder

Post by paperairplane » Sun Mar 23, 2014 5:39 am

fmk wrote:
> the section in the command just tells the element that this is a section
> response that is needed, the first integer after the section tells the
> element which section to send the request to, in your case section 1 .. so
> in your example, section 1 of elements 1 and 3 will be asked for the
> response of "fiber 0.10 0.10 stressStrain"
hi fmk, I try the code :
recorder Element -file Element1.out -time -ele 1 section 1 fiber 0.10 0.10 stressStrain

In fact ,i want to get section curvature in a 0-length-element ,
for three point like (0.1 -0.1 ), (0.1 0.1)(-0.1 -0.1).the strain is the same .the data maybe not the same.

Does the code has its range of application?

acv
Posts: 6
Joined: Wed Mar 05, 2014 9:32 am
Location: NTUA

Re: Fiber section recorder

Post by acv » Fri Apr 11, 2014 1:19 pm

fmk wrote:
> the section in the command just tells the element that this is a section
> response that is needed, the first integer after the section tells the
> element which section to send the request to, in your case section 1 .. so
> in your example, section 1 of elements 1 and 3 will be asked for the
> response of "fiber 0.10 0.10 stressStrain"

that was very helpfull. but ...when i try this at a moment curvature problem with a zerolengthelement i still cant get it right . and the element1.out file contains only moment values. here is my section


section Fiber 1 {

# Create the concrete core fibers
patch rect 1 9 9 [expr $cover-$y1] [expr $cover-$z1] [expr $y1-$cover] [expr $z1-$cover]

# Create the concrete cover fibers (top, bottom, left, right)
patch rect 2 2 2 [expr -$y1] [expr $z1-$cover] $y1 $z1
patch rect 2 2 2 [expr -$y1] [expr -$z1] $y1 [expr $cover-$z1]
patch rect 2 2 2 [expr -$y1] [expr $cover-$z1] [expr $cover-$y1] [expr $z1-$cover]
patch rect 2 2 2 [expr $y1-$cover] [expr $cover-$z1] $y1 [expr $z1-$cover]

# Create the reinforcing fibers (left, middle, right)
layer straight 3 5 $As [expr $y1-$cover] [expr $z1-$cover] [expr $y1-$cover] [expr $cover-$z1]
layer straight 3 5 $As [expr $cover-$y1] [expr $z1-$cover] [expr $cover-$y1] [expr $cover-$z1]

and i want the values of stress and strain of one point of the section for all the steps of moment curvature analysis

how can i do that ?? should i have given a "fiber $yLoc $zLoc $A $matTag" command? when building the section
thank you in advance. :? :? :? :? :? :? :? :? :? :? :? :? :?

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Tue Oct 14, 2014 8:05 am

Hi
In element recorder object if we request forceAndDeformation (without -time) so the output file consists of four columns. What is each column respectively?

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Fiber section recorder

Post by fmk » Wed Oct 15, 2014 8:15 am

depends on the element. what is the actual element and recorder command.

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Fri Oct 17, 2014 9:59 pm

Hi
If I use nonlinear beam Column element and use element recorder for recording forceAndDeformation so my question is:
recorder save strain or deformation?

kavir
Posts: 65
Joined: Thu Dec 19, 2013 6:47 am
Location: ghayen - Iran

Re: Fiber section recorder

Post by kavir » Sat Oct 18, 2014 8:04 am

Hi
I model a CBF and fixed base of column in 3 degree of freedom. so I expect rotation of column at the its base be zero. but when record forceAndDeformation of it I see that there is rotation at base of column element!!!!! is there problem or my understanding is wrong?

Post Reply