help in modelling of braces

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Prayag Sayani
Posts: 22
Joined: Tue Oct 16, 2007 4:21 pm
Location: Utah State University

help in modelling of braces

Post by Prayag Sayani »

Dr. Silvia,

Thanks for your previos reply.

Now, I am assigning section using circular patch for Round HSS braces.
The code is like this:
section Fiber $secTag {
# patch circ $matTag $numSubdivCirc $numSubdivRad $yCenter $zCenter $intRad $extRad <$startAng $endAng>
patch circ 3 32 2 0.0 0.0 4.65 5.0
}
I am not defining any layer and fiber for this section.

Now, when I run my .tcl file. The error is like this:
" WARNING: invaid no. of parameters:
patch circ $matTag $numSubdivCirc $numSubdivRad $yCenter $zCenter $intRad $extRad <$startAng $endAng> error reading information in {} .
Any trouble shooting suggetions?

Thank you,
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

strange.
try and remove the commented statement.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Prayag Sayani
Posts: 22
Joined: Tue Oct 16, 2007 4:21 pm
Location: Utah State University

Post by Prayag Sayani »

Dr. Silvia,

Still, I am getting the same error. I am defining my section like following way:

set matID 1
set matID_brace 2
set matID3 3

uniaxialMaterial Steel02 $matID $E $Fy $b $R0 $cR1 $cR2
uniaxialMaterial Steel02 $matID_brace $E $Fy_brace $b $R0 $cR1 $cR2
uniaxialMaterial Fatigue $matID3 $matID_brace -E0 0.191 -m -0.458

set BraceSecTag2 2;

set numSubdivCirc 32;
set numSubdivRad 2;
set yCenter 0.0;
set zCenter 0.0;
set intRad 5.785;
set extRad 6.25;

section fiberSec $BraceSecTag2 {
patch circ $matID3 $numSubdivCirc $numSubdivRad $yCenter $zCenter $intRad $extRad
}

Any suggetions?

Thanks,
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

try putting in the start and end angles. they seem like they should be defaults, but put them in anyway and see what happens.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Prayag Sayani
Posts: 22
Joined: Tue Oct 16, 2007 4:21 pm
Location: Utah State University

Post by Prayag Sayani »

Thanks Dr. Silvia,

It works........
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

sorry that i didn't think of it right away. i guess we need to fix that in the documentation.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Post Reply