ph47reey
Structural
- May 26, 2015
- 7
hello fellow ansys-users,
let's say I have succesfully created an array with name "evalx". This array has a dimension of 39 rows by 12 columns. The rows contain the nodal x-displacement of selected nodes and the columns contain the corresponding eigemodes.
And now I want to print the array with 39 rows and 12 columns as a .txt file on my harddrive. I have copid the command line as follow:
*CFOPEN,outputdateiXmode1a,txt,,C:\User\Documents\Eigenmodes\evalx*VWRITE,evalX(1,1)
(F10.5)
*CFCLOS
As far as I have understood it, it loops automatically, writing values from each row and each column.
However it does not function and I got a "COMMAND LINE CLOSED" notification on the outpot window.
Could somebody please help me? I thank you very much.