Open the DTF file (cyl_2006.DTF) in CFD-FASTRAN-GUI and use dump script option to write out the script file (cyl_2006.py).
Open the script file in an ASCII editor and modify the following line from GuiSC.Set(“Iter/Cycles”, 500) to GuiSC.Set(“Iter/Cycles”, 1000). This would allow the solver to run for 1000 cycles starting from the results from the first 500 cycles. Also, you can comment out or delete all the other lines since they were not modified.
Modify the name of the DTF file to cyl_2006.DTF in the last line of the script file.