mrife
Ansys Employee

Yes; generally speaking we usually gather the result to an array (*VGET); open a file for writing (*CFOPEN); write the array to the file with a format of your choice (*VWRITE); then close the file (*CFCLOS).Â