Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

ANSYS +EXCEL

Status
Not open for further replies.

alif

Structural
Joined
Oct 17, 2003
Messages
3
Location
IR
Hi
please tell me , how can i insert reasults from ANSYS to EXCEL.
 
Which version of ANSYS are you using? Are you using DesignSpace/Workbench? If you are using ANSYS, you can redirect output to a file/extension of your choice using:

GUI:
Utility Menu>File>Switch Output to>File

or you use the Command line:
fini
/cle
...
...
etc.
/prep7
...
...
/solu
solv
...
etc.
/output,<jobname>,<ext>
prrsol,f ! reaction forces only
/output ! prevent further items being redirected to the file
...
...
...


You can then bring this file into excel. If you are using DesignSpace/AWE you can directly export the results to an excel spreadsheet by right-clicking on the item in the tree, clicking &quot;Export&quot; and following the prompts. Beware! this can create HUGE files!

The best of luck,

-- drej --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top