Section analysis

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

Moderators: silvia, selimgunay, Moderators

X
Posts: 9
Joined: Wed Mar 18, 2009 4:26 am

Post by X »

I added this line
recorder Element -file data/ElemForces.out -time -ele all force;
The file contains only zeros.

Thanks.
zvidrih
Posts: 39
Joined: Wed Apr 30, 2008 1:55 am
Location: Ljubljana, Slovenia

loadcontrol

Post by zvidrih »

I have just noticed the line:


integrator LoadControl 0 1 0 0


You want your load factor to be 0, so your forces are all zero...

Simply use

integrator LoadControl 1

if you want to apply the load in one single step...
Zlatko Vidrih
Institute of Structural Engineering, earthquake Engineering and Construction IT
Faculty of Civil and Geodetic Engineering
University of Ljubljana, Slovenia
X
Posts: 9
Joined: Wed Mar 18, 2009 4:26 am

Post by X »

Thank you very much, now I have no zero reactions.
I don't know OpenSees so I modified the file MomentCurvature3D.tcl where there is the line
integrator LoadControl 0 1 0 0

Thanks.
Post Reply