Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Check Pointing (1)

ƒ It is possible to tell the Fluent process to stop the iteration and write the case/data files
without interacting with the GUI
ƒ This procedure is useful to stop a batch process or when the GUI process has crashed, and
can be used as long as Fluent is still in the iteration loop
ƒ In Unix/Linux environment, the owner of the process can create a kill file inside the /tmp
directory:
unix> cd /tmp
unix> touch exit-fluent exit Fluent after writing files
or
unix> touch check-fluent continue iteration after writing files

If either exit-fluent or check-fluent found in /tmp, Fluent will finish the current iteration, write
the files, and then delete the exit-fluent or check-fluent file
ƒ The files will be written to the same directory where the original input files were read and
will have the same names but with appended current iteration number
By default, the case file will be written
ƒ To write the data file only, execute the following Scheme command before iterating:
(rpsetvar 'checkpoint/write-case? #f)

9 / 75

You might also like