CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Fluent JOURNAL file issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 5, 2013, 12:47
Default Fluent JOURNAL file issue
  #1
New Member
 
Mhsn
Join Date: Oct 2012
Posts: 24
Rep Power: 13
mhsn is on a distinguished road
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..
mhsn is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
wmake compiling new solver mksca OpenFOAM Programming & Development 14 June 22, 2018 06:29
which tutorial can find that include Riemann boundary condition? immortality OpenFOAM Running, Solving & CFD 12 May 3, 2013 18:21
2.0.x on Mac OSX niklas OpenFOAM Installation 74 March 28, 2012 16:46
"parabolicVelocity" in OpenFoam 2.1.0 ? sawyer86 OpenFOAM Running, Solving & CFD 21 February 7, 2012 11:44
error while compiling the USER Sub routine CFD user CFX 3 November 25, 2002 15:16


All times are GMT -4. The time now is 07:17.