What are the exact difference between following elements?

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

Moderators: silvia, selimgunay, Moderators

Post Reply
rmandok
Posts: 40
Joined: Tue Nov 27, 2012 4:05 am

What are the exact difference between following elements?

Post by rmandok »

I am wondering what are the differences between nonlinearBeamColumn, forceBeamColumn and dispBeamColumn elements and their usages?
Thanks
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: What are the exact difference between following elements

Post by fmk »

the nonlinearBeamColumn and forceBeam column are the same. the nonlinearBeamColumn command is not in the manual anymore.

the dispBEamColumn is a displacement based element (given nodal displacements, it can determine section deformations at gauss points along element assuming linear curvature between end nodes).
the forceBeamColumn is a force based element (it iteratively finds section deformations at gauss points for case where beam is in force equilibrium given end displacements .. force method)

see the documentation listed in the commands for the force based element for a more detailed description. there was also a webinar on the topic. it is theoretically the more correct element.
Post Reply