ElasticBeam3d Forces and Displacement

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

Moderators: silvia, selimgunay, Moderators

Post Reply
shaneoneill
Posts: 1
Joined: Mon Feb 15, 2010 2:37 pm
Location: Edinburgh Napier University

ElasticBeam3d Forces and Displacement

Post by shaneoneill »

Dear All,

I have modified Example 1 in C++ to analyse a 3d dimensional frame using ElasticBeam3d. I have the verified node displacements and reactions. However I do not know how retrieve values for forces, and deflection at a given location along the element.

I would be very grateful if someone would point me in the right direction.

Kind Regards,
Shane.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

you cannot obtain them from the element .. it's not in the interface .. all you can request from an elastic element is forces at member ends.
Post Reply