Interpretation of .out files

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

Moderators: silvia, selimgunay, Moderators

Post Reply
duttaANURAG
Posts: 37
Joined: Fri Mar 23, 2018 2:56 am
Location: NERIST

Interpretation of .out files

Post by duttaANURAG » Thu Apr 12, 2018 7:19 am

Good Evening,

I am working on Dynamic Wall-Backfill-Foundation Soil Interaction Problems in OpenSees.

Well, I recently started Analysis of Static Wall-Backfill-Foundation Soil Problems. After the analysis we get stress.out,displacement.out,slaveForce.out,frictForce.out,contForce.out,mastForce.out.

Please tell me how to analyse these files contain only values and doesn't indicate to which quantity does these values correspond?

I would appreciate your help a lot.

Thank You.

Jhno
Posts: 214
Joined: Sat May 05, 2012 2:55 pm
Location: Laval

Re: Interpretation of .out files

Post by Jhno » Thu Apr 12, 2018 8:59 am

That would depend on the recorder used and on the material output.
For example, for the PIMY material (http://opensees.berkeley.edu/wiki/index ... d_Material)
it would be, as specified on the material's page : For 2D problems, the stress output follows this order: σxx, σyy, σzz, σxy, ηr, where ηr is the ratio between the shear (deviatoric) stress and peak shear strength at the current confinement (0<=ηr<=1.0). The strain output follows this order: εxx, εyy, γxy.
Remember that if in the recorder command -time was entered, the first column will be the time of the system.

You can display the element response on screen to see what the recorder will return in the output file using command EleResponse (http://opensees.berkeley.edu/wiki/index ... se_Command)
Check this file for more specific details and example : http://opensees.berkeley.edu/wiki/image ... Output.pdf
Hope it helps, GL

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: Interpretation of .out files

Post by fmk » Sat Apr 14, 2018 7:22 pm

try -xml instead of -file in the command line .. the xml description of data the preceeds the data in the output may help

duttaANURAG
Posts: 37
Joined: Fri Mar 23, 2018 2:56 am
Location: NERIST

Re: Interpretation of .out files

Post by duttaANURAG » Tue Apr 17, 2018 2:06 am

Thank You Sir.

Post Reply