|
[Sponsors] |
How to run a series of Fluent journal files in order? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 20, 2014, 11:01 |
How to run a series of Fluent journal files in order?
|
#1 |
New Member
Ju Young Kang
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
Hi, experts!
I have created a series of journal files such as a1, a2, a3 and so on, and I like to run these files in order. I tried to run those journal files through another journal file. The problem was that the commands just read the files, but did not run them. The commands were as below: (cx-gui-do cx-set-text-entry "Select File*Text" "a1") (cx-gui-do cx-set-text-entry "Select File*Text" "a2") (cx-gui-do cx-set-text-entry "Select File*Text" "a3") ... Can anybody tell me how I can run a series of journal files, please? regards, JY |
|
September 22, 2014, 03:21 |
|
#2 |
Senior Member
Max
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
You may create a scheme-file xy.scm with the following content:
(ti-menu-load-string(format #f "/file/read-journal a1.jou")) (ti-menu-load-string(format #f "/file/read-journal a2.jou")) ..... and read it in with /file/read-scheme/ Cheers |
|
September 22, 2014, 09:52 |
It works!
|
#3 |
New Member
Ju Young Kang
Join Date: Jul 2012
Posts: 5
Rep Power: 14 |
Thanks a lot!
It perfectly works! Best regards, JY |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
looking for a smart interface matlab fluent | chary | FLUENT | 24 | June 18, 2021 10:07 |
The fluent stopped and errors with "Emergency: received SIGHUP signal" | yuyuxuan | FLUENT | 0 | December 3, 2013 23:56 |
Fluent JOURNAL file issue | mhsn | FLUENT | 0 | June 5, 2013 13:47 |
Converting ANSYS CFX files to Fluent files | Martin S. Rasmussen | FLUENT | 3 | January 30, 2007 16:08 |
fluent journal files - speedup your postprocessing | warlock | FLUENT | 0 | March 9, 2006 00:36 |