Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Matlab to extract data from FE output file

Status
Not open for further replies.

Chris31

New member
Jul 20, 2007
19
Can anyone offer suggestions on where to look for the following:

I'm trying to write a script that will search through a Finite Element output file and print axial force values for specific element ID numbers.

Any help is greatly appreciated.

Thanks,
Chris
 
Replies continue below

Recommended for you

You didn't provide ANY detail about what form your FEA results are in, so the general idea is:

inx = strmatch(EID_you want,EIDS)

axial_stress = EIDS(inx,column_of_axial_stress)



 
Sorry,

The output is NX Nastran Ouput and there are multiple subcases and element types.

Thanks for all your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor