about section recorder
Moderators: silvia, selimgunay, Moderators
about section recorder
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?
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
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?
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