|
[Sponsors] |
June 5, 2013, 13:47 |
Fluent JOURNAL file issue
|
#1 |
New Member
Mhsn
Join Date: Oct 2012
Posts: 24
Rep Power: 14 |
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.. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wmake compiling new solver | mksca | OpenFOAM Programming & Development | 14 | June 22, 2018 07:29 |
which tutorial can find that include Riemann boundary condition? | immortality | OpenFOAM Running, Solving & CFD | 12 | May 3, 2013 19:21 |
2.0.x on Mac OSX | niklas | OpenFOAM Installation | 74 | March 28, 2012 17:46 |
"parabolicVelocity" in OpenFoam 2.1.0 ? | sawyer86 | OpenFOAM Running, Solving & CFD | 21 | February 7, 2012 12:44 |
error while compiling the USER Sub routine | CFD user | CFX | 3 | November 25, 2002 16:16 |