Questin about DispBeamColumn and ForceBeamColumn

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
foadEng
Posts: 28
Joined: Sun Jan 24, 2010 12:51 pm
Location: Iran

Questin about DispBeamColumn and ForceBeamColumn

Post by foadEng » Tue Feb 02, 2010 2:58 am

Hi
I want to ask a question about the differences between these 2 commands : "element nonlinearBeamColumn" and "element dispBeamColumn" ? I can't really understand how each of these commands can effect pushover analysis? :?:
thanks!
Foad Mohajeri Nav
Iran University of Science and Technology

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

Post by fmk » Tue Feb 02, 2010 10:33 am

the two commands generate two different nonlinear beam column elements .. one is force based and the other is displacement based .. i suggest you look at the papers given in the command manual as references for the nonlinearBeamColumn element (also known as forceBeamColumn) to learn more.

soroushali
Posts: 13
Joined: Tue Mar 10, 2015 6:21 am
Location: Amirkabir
Contact:

Re: Questin about DispBeamColumn and ForceBeamColumn

Post by soroushali » Thu Oct 15, 2015 12:03 am

What about displacement based, from where a can found more about it?
Or the equation that based on?

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

Re: Questin about DispBeamColumn and ForceBeamColumn

Post by fmk » Fri Oct 30, 2015 11:26 am

the displacement beam is just your standard beam element found in any nonlinear code .. it assumes linear curvature over length and constant axial strain .. standard finite element integration is used.

linguan118
Posts: 140
Joined: Sun Oct 03, 2010 11:36 pm
Location: Hong Kong

Re: Questin about DispBeamColumn and ForceBeamColumn

Post by linguan118 » Sat Oct 31, 2015 7:23 pm

I found from the source code that nonlinearbeamelement is just directed to the code of forcebeamelement. I don't know if there was any intended difference between the two?
Research Assistant Professor, The Hong Kong Polytechnic University
guanlin@polyu.edu.hk

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

Re: Questin about DispBeamColumn and ForceBeamColumn

Post by fmk » Mon Nov 09, 2015 10:28 am

there was no intended difference, the person who wrote the original forceBeamColumn used the name nonlinearBEamColumn in the element command .. when the displacement beam came along we redid the options in the ele command, one for dispBeamColumn and the other for forceBeamColumn .. the nonlinearBeamColumn stuck around for backward compatability, i.e. to keep old scripts running .. the command manual only has force or disp options.

Post Reply