about section recorder

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

Moderators: silvia, selimgunay, Moderators

Post Reply
hnsmengyu
Posts: 55
Joined: Wed Sep 30, 2009 4:21 am
Location: chongqing university

about section recorder

Post by hnsmengyu »

According to the user mannual, the output format for the "section force" of the ELEMENT RECORDER command is :
section force Fx Mx
if the numbers of integration points are 5, and the first point is recorder, i.e. -ele $eleID section 1 force
there are four output datas for each element section the first two data are section Fx and Mx, BUT what does the last two datas mean?
nobody love
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Post by vesna »

would you post your code so I can look at it?
hnsmengyu
Posts: 55
Joined: Wed Sep 30, 2009 4:21 am
Location: chongqing university

Post by hnsmengyu »

recorder Element -file $dataDir/Moment.txt -time -ele 211 section 1 force
the output file have five columns of data
nobody love
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Post by vesna »

Is your model in 2D or 3D? Did you aggregate shear or torsion to your sections? If you did it let me know which ones did you aggregate.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

replace -file with -xml to see what the columns represent
hnsmengyu
Posts: 55
Joined: Wed Sep 30, 2009 4:21 am
Location: chongqing university

Post by hnsmengyu »

The model is 2D and the section is aggregated with torsion(where G is a really large number).
If the "xml" is used in the recorder cmmand, the output information is:
<ResponseType>P</ResponseType>
<ResponseType>Mz</ResponseType>
<ResponseType>P</ResponseType>
<ResponseType>T</ResponseType>
It is easy to understand
But if the deformation is recorder (recorder Element -xml $dataDir/Curve.txt -time -ele 211 section 1 deformation),the output information is :
<ResponseType>eps</ResponseType>
<ResponseType>kappaZ</ResponseType>
<ResponseType>eps</ResponseType>
<ResponseType>theta</ResponseType>
so what does the "kappaZ" and "theta" represents?
nobody love
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Post by vesna »

kappaZ is a curvature that corresponds to moment Mz, and theta is the angle of twist that corresponds to T.
Post Reply