recorders for quad elements

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

Moderators: silvia, selimgunay, Moderators

Post Reply
endryus
Posts: 47
Joined: Wed Apr 13, 2005 5:59 am
Location: freelance
Contact:

recorders for quad elements

Post by endryus »

Running an analysis with quad elements and writing results with
recorder Element -file quadstress.out -time -region 3 force
I get 2 values for each integration point.
I think the values should be three (sig x, sig y, tau xy).
Using the print element command in fact I obtain 3 values.
How can this difference be explained?

Andrea
Dr. Andrea Mordini
Civil Engineer, Ph.D. in Structural Mechanics
VCE - Vienna Consulting Engineers
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk »

when you ask for forces you are gettting the nodal forces .. of which
there are two .. to get at the stresses use:

recorder Element -file quadstress.out -time -region 3 material 1 stresses

so to get all 12 you will need 4 files; 1 for each gauss point.

i will have a new version out by the start of next week that you
will be able to ask the stresses from the element and you will get
all 3 for each of the 4 gauss points.
Post Reply