CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Fluent Batch Mode error: No error handler available (https://www.cfd-online.com/Forums/fluent/206807-fluent-batch-mode-error-no-error-handler-available.html)

hahs September 14, 2018 01:29

Fluent Batch Mode error: No error handler available
 
Respected Sir,

The story of error, which i encountered during simulating my solution problem in fluent batch mode. I connected my machine through Putty(SSH) to super computer. In batch mode my simulation start running successfully in background but as the Putty(SSH) session terminated (2 hours termination time of Putty). simulation stopped and it gave me this error.

No error handler available



Warning: An error or interrupt occurred while reading the journal file.

Some commands may not have been completed.





> Halting due to end of file on input.





Command which is used to run simulation in batch mode; nohup fluent 3ddp -t64 -g -cnf=M2.txt -mpi=intel -i input1.txt > output1.txt 2>&1 &

ant the input file command lines are:

; Read case file

rc ke.cas

; Initialize the solution

/solve/initialize/hyb-initialization

;Autosave data frequency

/file/auto-save/data-frequency

360

;Root Name

/file/auto-save/root-name

ke-std-as.dat

; Calculate 108000 iterations

/solve/dual-time-iterate

36000

3

; Write data file

wd ke.dat

; Exit Fluent

exit

OK


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