Modelling Round HSS brace in 3story braced frames

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

Modelling Round HSS brace in 3story braced frames

Post by Prayag Sayani »

I am doing Nonlinerar analysis of a 3 story braced frame building. (2D model).

I am using nonlinear beam column element with steel 02 material for braces.

I need to know how to assign sections (no of fibres etc.) to braces.

For example, Opensees has a procedure to create wide flange steel fiber section.

How can I create Round HSS steel fiber section?

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

Post by silvia »

in a similar manner, but use the circular patch.
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 »

Thank you very much
Prayag Sayani
Posts: 22
Joined: Tue Oct 16, 2007 4:21 pm
Location: Utah State University

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:

circular fiber

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
Post Reply