We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

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.

Â