|
[Sponsors] |
April 29, 2008, 05:43 |
Journal files - Batch mode
|
#1 |
Guest
Posts: n/a
|
I make a flow calculation in a simple layout.
But, i need to take the outlet temperature and velocity profiles and use them as inlet profiles for the next calculation (same layout). I need to repeat this process 70 times. I know journal files enable to manage this problem. But i don't know how to construc a loop in scheme programming Does anybody know it? Thanks. |
|
April 29, 2008, 06:37 |
Re: Journal files - Batch mode
|
#2 |
Guest
Posts: n/a
|
here on example:
(define start 1) (define ende 9) (do ((n) (i start (+ i 1))) ((= i (+ ende 1)) n) (ti-menu-load-string (format #f "file read-data test000~a.dat yes" i)) (ti-menu-load-string "file read-journal post.jou") (ti-menu-load-string (format #f "display hard-copy test~a.tiff" i)) ) |
|
April 29, 2008, 06:41 |
Re: Journal files - Batch mode
|
#3 |
Guest
Posts: n/a
|
Thank you very much mAx, and how can I save results (for example outlet temperature profiles) at each iteration
Thanks for your answer. |
|
April 29, 2008, 07:21 |
Re: Journal files - Batch mode
|
#4 |
Guest
Posts: n/a
|
File/Write/Profile
|
|
April 30, 2008, 18:06 |
Re: Journal files - Batch mode
|
#5 |
Guest
Posts: n/a
|
hi!
there is a cfd wiki about that: http://www.cfd-online.com/Wiki/Fluen...ournal_file.3F hope, it helps Ralf |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Batch Mode | Titiksh Patel | FLUENT | 13 | February 1, 2010 15:48 |
pb with batch mode | philippe | FLUENT | 2 | October 21, 2008 18:39 |
cleaning gambit journal file in batch mode | HK | FLUENT | 0 | April 1, 2008 21:35 |
Batch mode | Achim Frahm | Phoenics | 0 | July 25, 2003 13:14 |
Batch mode | swapnil | CFX | 5 | November 23, 2002 10:38 |