May 15, 2024 at 1:22 pm
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.
Â