Output format of stresses of an element

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

Moderators: silvia, selimgunay, Moderators

Post Reply
shivanirani11
Posts: 82
Joined: Tue Jun 19, 2012 1:56 am

Output format of stresses of an element

Post by shivanirani11 »

I have a doubt about the recording format of stresses of an element. As per xml file, it is in this format: xx-stress, yy-stress, zz-stress, xy-stress, xz-stress, yz-stress, whereas the results look like to be in this format: xx-stress, yy-stress, zz-stress, xy-stress, yz-stress, xz-stress. Please make me clear which one is correct.

I will wait for your reply.
mhscott
Posts: 876
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Output format of stresses of an element

Post by mhscott »

It depends on the element you are using and unfortunately, there's no consistent ordering enforced among elements.

Most the elements I've seen are 11, 22, 33, 12, 23, 13.
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Output format of stresses of an element

Post by fmk »

what element are you using?
shivanirani11
Posts: 82
Joined: Tue Jun 19, 2012 1:56 am

Re: Output format of stresses of an element

Post by shivanirani11 »

I am using brick element
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Output format of stresses of an element

Post by fmk »

it is the 11, 22, 33 12, 23, 13 .. i have modified the code to output the correct text .. any release > 2.4.2.5540 will have correct output.
shivanirani11
Posts: 82
Joined: Tue Jun 19, 2012 1:56 am

Re: Output format of stresses of an element

Post by shivanirani11 »

Dear Sir,

I am using 2.3.2 version. please tell me what is the correct format as per that
fmk
Site Admin
Posts: 5884
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Output format of stresses of an element

Post by fmk »

11 22 33 12 23 13
shivanirani11
Posts: 82
Joined: Tue Jun 19, 2012 1:56 am

Re: Output format of stresses of an element

Post by shivanirani11 »

Thank you sir
Post Reply