recorders

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

Moderators: silvia, selimgunay, Moderators

Post Reply
kriti1983
Posts: 1
Joined: Mon Dec 11, 2006 4:17 am
Location: EMP

recorders

Post by kriti1983 »

Dear Sylvia, I am trying to simulate a 2D reinforced concrete beam with 1 load in the middle but the recorder doesn't work while the model.dat file I create gives forces and displacements.
# Recorders
recorder Node -file $dataDir/Disp.out -time -node 2 -dof 2 disp ; # displacements of free nodes
recorder Element -file $dataDir/ColForces.out -time -ele 1 "globalForce"; # Beam forces

Can you think of anything wrong?
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

please give more information.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
immelmann
Posts: 2
Joined: Thu Mar 20, 2008 12:44 pm
Location: Roma Tre

Post by immelmann »

Hello Silvia, I solved my truble. I try a different opensees ( before 1.7.3) and with 1.6.0 is all OK. I thougth that the 1.7.3 was an opensees modified by mine professor. I have a question about "element recorder" because I need the stress and the strain on the Gauss point on QUAD element to use this results for a postprocessor in GiD.

I used these recorder, but i don't know if it is right for Gaus Point
recorder Element -file ./data/$f1/stress1_g.out -time -eleRange 1 100 material 1 stress
recorder Element -file ./data/$f1/stress2_g.out -time -eleRange 1 100 material 2 stress
recorder Element -file ./data/$f1/stress3_g.out -time -eleRange 1 100 material 3 stress
recorder Element -file ./data/$f1/stress4_g.out -time -eleRange 1 100 material 4 stress
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

what material are you using
Post Reply