|
[Sponsors] |
May 25, 2016, 00:56 |
Ouput Ansys to Excel
|
#1 |
New Member
Reece
Join Date: Apr 2016
Posts: 2
Rep Power: 0 |
Hi everyone,
I'm trying to output values to excel that are separate to one another. By this mean when i output them using this code: NSEL,,,,1,1200 *get,NCOUNT1,node,,count *dim,NARRAY1,array,NCOUNT1,4 *cfopen,tempz,csv *vwrite ('disp') NSEL,,,,1,1200 *vget,NARRAY1(1,1),node,1,NSEL,1 *VGET,NARRAY1(1,2),NODE,1,U,X *vget,NARRAY1(1,3),node,1,u,y *vget,NARRAY1(1,4),node,1,F,z *vwrite,NARRAY1(1,2),NARRAY1(1,3),NARRAY1(1,4) (2X,E13.5,2X,E13.5,2X,E13.5) I get results that are all in the same cell (also i don't know what 2X,E13.5 is). Would anyone be able assist me with this and exporting force values? As vget doesn't register the 'F' commands and i have the same problem when using etable. Cheers rjdobson |
|
Tags |
ansys, excel, plotting |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Running Ansys in BAtch Mode | kuleuvenstudent | ANSYS | 1 | October 18, 2017 13:11 |
Using ICEM CFD to repair/edit ANSYS Meshing | Kaaji1359 | ANSYS | 2 | July 30, 2013 11:28 |
Excel in Ansys WB | Halle | ANSYS | 1 | May 28, 2013 03:05 |
ansys workbench interface with excel | shree272 | ANSYS | 0 | April 6, 2013 04:48 |
Exporting results from CFX to ANSYS ?? | sohail ahmed | CFX | 1 | December 20, 2007 02:10 |