Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Write the parameter value to a text file Reply To: Write the parameter value to a text file

danielshaw
Ansys Employee

You are opening and closing the output file each time through the *DO loop.  You could try opening it before the *DO and closing it after the *DO.  You could also store time solution times in an array (one time stored each loop) and then use *VWRITE to write out that array after the *DO is finished.

 

[bingo_chatbox]