question about fiber section

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

Moderators: silvia, selimgunay, Moderators

Post Reply
yuejun
Posts: 27
Joined: Wed Oct 31, 2007 12:43 pm
Location: MTU
Contact:

question about fiber section

Post by yuejun »

Ex9c.build.RCSection.RectUnconfinedSymm2D.tcl

Code: Select all

set numBarsSec 4;	
set nfY 16;	
set nfZ 4;
section fiberSec $SecTag   {;
patch quadr $IDconcU $nfZ $nfY -$coverY $coverZ -$coverY -$coverZ $coverY -$coverZ $coverY $coverZ; 
layer straight $IDreinf $numBarsSec $barAreaSec  $coreY $coreZ  $coreY -$coreZ;
layer straight $IDreinf $numBarsSec $barAreaSec -$coreY $coreZ -$coreY -$coreZ;	
};
In this code, 4 reinforcements are placed on top and bottom of the column section, respectively. And the column section is divided into 64 patches. My question is why it defines so many patches.
There is notation following the code

Code: Select all

set nfY 16;
saying:

Code: Select all

# number of fibers for concrete in y-direction
what's the meaning of this comment? What is the physical subject this command describing? It is straightforward that LAYER defines the locations, areas, and arrangements of the reinforcements of the section. But it is so confusing to me what the PATCH command does.
Thanks a lot.
Eugene
From China
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

please review the command language manual.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
yuejun
Posts: 27
Joined: Wed Oct 31, 2007 12:43 pm
Location: MTU
Contact:

Post by yuejun »

silvia wrote:please review the command language manual.
I could not find help from reading the manual. So I post it here for help. Thanks.
Eugene
From China
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

look at some workshop material, it might help.

http://opensees.berkeley.edu/workshop/OpenSeesDays.html
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply