|
[Sponsors] |
![]() |
![]() |
#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. |
|
![]() |
![]() |
![]() |
#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)) ) |
|
![]() |
![]() |
![]() |
#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. |
|
![]() |
![]() |
![]() |
#4 |
Guest
Posts: n/a
|
File/Write/Profile
|
|
![]() |
![]() |
![]() |
#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 |
|
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Batch Mode | Titiksh Patel | FLUENT | 13 | February 1, 2010 14:48 |
pb with batch mode | philippe | FLUENT | 2 | October 21, 2008 17:39 |
cleaning gambit journal file in batch mode | HK | FLUENT | 0 | April 1, 2008 20:35 |
Batch mode | Achim Frahm | Phoenics | 0 | July 25, 2003 12:14 |
Batch mode | swapnil | CFX | 5 | November 23, 2002 09:38 |