nonlinearBeamColumn problem

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

Moderators: silvia, selimgunay, Moderators

Post Reply
hrodrigues
Posts: 44
Joined: Wed Nov 14, 2007 7:50 am
Location: Aveiro
Contact:

nonlinearBeamColumn problem

Post by hrodrigues »

Hello,
I have a OS code and it have the next sentence in the definition of the nonlinearBeamColumn element:

element nonlinearBeamColumn $elemTag $no_e $$no_d 5 -sections 111 112 113 112 111 $transfTag

OS is not running with these code. The problem is in “-sections 111 112 113 112 111”.
in my point of view the previous user associate different section types to the different integration points. However now it’s not working. Anyone knows why ?
these properties is very useful for the definition of the beams with different types of reinforcement.
thanks in advanced.
Hugo
PhD Student
Hugo Rodrigues
University of Aveiro, Portugal
sweet.ua.pt/~a19709
hrodrigues@ua.pt
hrodrigues
Posts: 44
Joined: Wed Nov 14, 2007 7:50 am
Location: Aveiro
Contact:

Post by hrodrigues »

Anyone can help me ??
PhD Student
Hugo Rodrigues
University of Aveiro, Portugal
sweet.ua.pt/~a19709
hrodrigues@ua.pt
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

you need to use the integration points not the section tags.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
hrodrigues
Posts: 44
Joined: Wed Nov 14, 2007 7:50 am
Location: Aveiro
Contact:

Post by hrodrigues »

Sorry,
I can’t understand what you mean.
PhD Student
Hugo Rodrigues
University of Aveiro, Portugal
sweet.ua.pt/~a19709
hrodrigues@ua.pt
hrodrigues
Posts: 44
Joined: Wed Nov 14, 2007 7:50 am
Location: Aveiro
Contact:

Post by hrodrigues »

solved!
PhD Student
Hugo Rodrigues
University of Aveiro, Portugal
sweet.ua.pt/~a19709
hrodrigues@ua.pt
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

how?
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
hanjun009
Posts: 9
Joined: Sat Jul 21, 2007 9:06 am
Location: Chongqing University

Post by hanjun009 »

Hi hrodrigues;
i have encountered the some question. When i use opensees1.7.3,the "sections" work well, but not work using opensees 2.0 version. how did you solve it?
hrodrigues
Posts: 44
Joined: Wed Nov 14, 2007 7:50 am
Location: Aveiro
Contact:

Post by hrodrigues »

hanjun009 wrote:Hi hrodrigues;
i have encountered the some question. When i use opensees1.7.3,the "sections" work well, but not work using opensees 2.0 version. how did you solve it?
It Works in OS 2.0
Please see the example:
element nonlinearBeamColumn 101 51 11 3 UserDefined $numSec 111 112 113 112 111 0 0.327326835 0 0.327326835 1 0.05 0.272222222 0.355555556 0.272222222 0.05

element nonlinearBeamColumn $elem_tag $left_node $right_node $Geotranf UserDefined $numSec $sectype1 $sectype2 $sectype3 $sectype4 $sectype4 $posi1 $posi2 $posi3 $posi4 $posi5 $weight1 $weight2 $weight3 $weight4 $weight5

to see and adequate to you model please see the integration points location and weight in the OS code at:
http://opensees.berkeley.edu/cgi-bin/cv ... ration.cpp

tell me if you need anything.
Best regards
Hugo
PhD Student
Hugo Rodrigues
University of Aveiro, Portugal
sweet.ua.pt/~a19709
hrodrigues@ua.pt
arbarbosa
Posts: 112
Joined: Tue Sep 07, 2004 1:48 am
Location: Oregon State University
Contact:

Post by arbarbosa »

The syntax is now (at least since v1.6.2.f):

element beamType? eleTag? iNode? jNode? transfTag? UserDefined nIP?
secTag1? secTag2? .. secTagN pt1? pt2? .. ptN? wt1? wt2? .. wtN?

where beamType can be forceBeamColumn or dispBeamColumn
André
Post Reply