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.

Â