CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   how to stop FLUENT batch job and save the results? (https://www.cfd-online.com/Forums/fluent/46095-how-stop-fluent-batch-job-save-results.html)

sophie September 20, 2007 21:41

how to stop FLUENT batch job and save the results?
 
how to stop FLUENT batch job and save the results in TUI?

1)stop and save,exit FLUENT

2)stop and save,continue the computation

thanks a lot!

Joe September 21, 2007 05:04

Re: how to stop FLUENT batch job and save the resu
 
Seach the manual for checkpointing.

sophie September 21, 2007 05:15

Re: how to stop FLUENT batch job and save the resu
 
i read the manual,but not quite understand it

could you tell the detail?

thanks a lot

mAx September 21, 2007 05:18

Re: how to stop FLUENT batch job and save the resu
 
There are two checkpointing modes:

* check-fluent - After the current iteration is complete, Fluent will save the current solution to case and data files, then continue running. * exit-fluent - After the current iteration is complete, Fluent will save the current solution to case and data files, then exit.

To do this on a UNIX machine:

* Create a text file with either the filename "check-fluent" or "exit-fluent" and place this file in the directory /tmp. The contents of the file are irrelevant - Fluent will only check to see if a file with one of the above names exists in the /tmp directory.

To do this on a PC/Windows machine:

* Create a text file with either the filename "check-fluent.txt" or "exit-fluent.txt" and place this file in the directory C:\TEMP. The contents of the file are irrelevant - Fluent will only check to see if a file with one of the above names exists in the C:\TEMP directory.

Notes:

* DOS requires the .txt extension on the filename. * Once a check-fluent or exit-fluent is performed, Fluent will automatically remove the file from /tmp or C:\TEMP. Thus, if you wish to perform another check-fluent, simply create a new file. * Fluent will append the current iteration counter to the filename so that unique filenames will be created if multiple instances of check-fluent are performed.


sophie September 21, 2007 23:07

Re: how to stop FLUENT batch job and save the resu
 
thanks a lot! i finally solve the problem!

i write my .jou as follow:

;case 1)save and exit (set! checkpoint/exit-filename "your directory.txt") ;case 2)save and continue (set! checkpoint/check-filename "your directory.txt") ... and type

touch your directory.txt

the process will case 1)stop,and Fluent save the .cas.gz and .dat.gz file,then exit.

case 2)stop,and Fluent save the .cas.gz and .dat.gz file,then continue the iteration.

thanks for you guys' help!

sophie



All times are GMT -4. The time now is 00:38.