CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   Fluent JOURNAL file issue (https://www.cfd-online.com/Forums/fluent/118869-fluent-journal-file-issue.html)

mhsn June 5, 2013 12:47

Fluent JOURNAL file issue
 
Hi fluent users,

I have an issue with a journal file in fluent. I want to use the bellow journal file go over my .dat files a and export them in separate tecplot files. here is the journal file I use:

define (my-post-proc);;name of the journal-function
(define basename "fluent-25-0.") ;;Filename prefix for the data files
(define nstart 209100);; time-step # for the 1st data set
(define nsave 100) ;; auto-save frequency
(define ndata 4) ;; # of data-sets
(do ((i nstart (+ nsave i)))((= i (+ nstart (* ndata nsave))))
(begin
(ti-menu-load-string (format #f "f rd ~a~d.dat" basename i))
(ti-menu-load-string (format #f "f ex tec tecfilename () pressure temperature))
)))

But I get this error when reading the journal file:
Error: EOF in string read
Error Object: ()


Can anybody help how to resolve this problem?
Thanks in advance..


All times are GMT -4. The time now is 18:39.