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
ninashnash
Posts: 3
Joined: Mon Mar 16, 2009 6:54 am
Location: UT

Recorder

Post by ninashnash »

Hi,


I have questions regarding the recorder (it might be funny for you, sorry). I could not find my answers by looking at manuals.

How I can get the rotation of beam-column element? (or any beam-column element)

How I can ger the force-displacement output of a zero-lenght element?

Is there any place or reference in which I can look for compelete response (types) to be recorded?

Thank you very much for your time and help,
r0d4n
Posts: 6
Joined: Thu Jun 07, 2007 9:39 am
Location: Univesità di Chieti

Post by r0d4n »

Hi ninashnash,

elastic case:

you can get the rotation from nodal recorders of the i-j nodes and the forces from:

recorder Element -file ele1local.out -time -ele 1 localForce (or globalForce according with global coordinates)

fiber beam-column element case:

recorder Element -file $outputfile -time -ele $elemID section $isec deformation
recorder Element -file $outputfile -time -ele $elemID section $jsec deformation

recorder Element -file $outputfile -time -ele $elemID section $isec force
recorder Element -file $outputfile -time -ele $elemID section $jsec force

In this way you can get the curvatures and forces of the end sections of your elements according with the chosen number of integration points


For the ZLE you go with nodal recorders of i and j nodes

Opensees gives you more informations in the output if you use -xml instead of -file.


RODAN
borjiajia
Posts: 91
Joined: Wed Jan 20, 2010 12:08 am
Location: DL, China

could you explain more ?

Post by borjiajia »

[quote="r0d4n"]Hi ninashnash,

elastic case:

you can get the rotation from nodal recorders of the i-j nodes and the forces from:

recorder Element -file ele1local.out -time -ele 1 localForce (or globalForce according with global coordinates)

fiber beam-column element case:

recorder Element -file $outputfile -time -ele $elemID section $isec deformation
recorder Element -file $outputfile -time -ele $elemID section $jsec deformation

recorder Element -file $outputfile -time -ele $elemID section $isec force
recorder Element -file $outputfile -time -ele $elemID section $jsec force

In this way you can get the curvatures and forces of the end sections of your elements according with the chosen number of integration points


For the ZLE you go with nodal recorders of i and j nodes

Opensees gives you more informations in the output if you use -xml instead of -file.


RODAN[/quote]

What do you mean by
"Opensees gives you more informations in the output if you use -xml instead of -file." ?
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Post by vesna »

In the command manual (http://opensees.berkeley.edu/wiki/index ... and_Manual) you can find definition of the all arguments in order to define the recorder. If you want to record nodal responses look here:
http://opensees.berkeley.edu/wiki/index ... e_Recorder

To record the element response first look here for definition of the element recorder:
http://opensees.berkeley.edu/wiki/index ... t_Recorder
and then go to the element of interest to see which responses you can record for that element. For example, zeroLenght element can output: 'force,' 'deformation,' 'stiff,' and 'material $matNum matArg1 matArg2 ...' Where $matNum is the tag associated with the material whose data is to be output (these element outputs are given under NOTE).
akaratze
Posts: 3
Joined: Wed Feb 29, 2012 1:01 pm
Location: AUTH

Re: Recorder

Post by akaratze »

Hello,

I have a question concerning the recorders in opensees. I have a rigid beam element of 1m dimension in x-x (node1 ... node2) and I would like to record its rotation. The analysis is elastic in 2D. I used this record for one of the nodes of my element:

recorder Node -file DBase.out -time -node 1 -dof 3 disp; # displacements at found

Can anyone help me? The record I used gives displacement due to rotation, rotation or relative vertical displacement/element length? How can I record the element elastic rotation (in rad) in one step?

Thank you very much
With my best regards
AK
vesna
Posts: 3033
Joined: Tue May 23, 2006 11:23 am
Location: UC Berkeley

Re: Recorder

Post by vesna »

The recorder you used gives you rotation of node 1. If your element is rigid the rotation of the element should be the same as rotation of the node.
akaratze
Posts: 3
Joined: Wed Feb 29, 2012 1:01 pm
Location: AUTH

Re: Recorder

Post by akaratze »

thank you very much for your help.
AK
sugandha
Posts: 8
Joined: Tue Sep 22, 2015 11:07 am
Location: North Carolina State University

Re: Recorder

Post by sugandha »

Hi,

I am trying to get force for a zerolength element using the following command:-

recorder Element -file Data/Force.out –time -ele 1 force;

but my output file is empty. Can you please help me with that?

Thanks,
Sugandha
mahjoob
Posts: 1
Joined: Sun Jan 17, 2016 5:43 am

Re: Recorder

Post by mahjoob »

hi
im have a same problem
Can you please help me with that?
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Recorder

Post by fmk »

what are the element commands
Post Reply