Get nodal force function

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

Moderators: silvia, selimgunay, Moderators

Post Reply
pejman_opensees
Posts: 123
Joined: Tue Oct 31, 2006 10:40 am
Location: k.n.toosi University

Get nodal force function

Post by pejman_opensees »

Hi,

I would like to receive nodal forces for my element.
Is there any public function for getting forces from the nodes at committed steps? Most functions seem to be private
Pejman
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you can get the unbalanced load getUnbalancedLoads() .. that is the contribition from all the nodal loads in the load patterns .. there is no contriution t it from element loads or element resisting forces.
Post Reply