how to record nodal stress

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Alexzhou
Posts: 11
Joined: Wed Aug 10, 2005 11:01 pm
Location: UI

how to record nodal stress

Post by Alexzhou »

The element stresses and gauss point stresses can be recorded in OpenSees easily. But when I was thinking to ouput the nodal stresses, I don't know how to do.

Has anyone done the nodal stress recording before? Any suggestion?

I think I knew the nodal stresses can be calculated by certain projection or averaging methods. Is there any method for computing the nodal stresses that is implemented in OpenSees?
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

you can record stresses and strains on fibers in sections, please see element recorder documentation.
Afterall, there isn't just one stress at an integration point.

http://opensees.berkeley.edu/OpenSees/m ... index.html
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Alexzhou
Posts: 11
Joined: Wed Aug 10, 2005 11:01 pm
Location: UI

Post by Alexzhou »

I did analyses of solids using only the Brick element, and no fibers of section are involved.
My primary interest now is to ouput the nodal stress for post-processing. For example, if knowing the stress on the nodes, I can easily generate smooth stress plot in Tecpot.
I hope what I said is clear enough. Any more suggestions?
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

that's one for Boris, then
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Gang Wang
Posts: 13
Joined: Thu Jul 01, 2004 2:22 pm
Location: HKUST
Contact:

Post by Gang Wang »

as far as I checked the code today, the answer is no.
One has code a little bit to use shape function to project Gaussian point values to nodal values and modify function, eg. getResponse() etc., accordingly for that element. Not sure who is going to do that.
Alexzhou
Posts: 11
Joined: Wed Aug 10, 2005 11:01 pm
Location: UI

Post by Alexzhou »

I wish I could have time to do a simple least square projection. But if I do need it later, I think I will code it and let you guys know.
Post Reply