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

How to run a series of Fluent journal files in order?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2014, 10:01
Default 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: 13
jyoung79 is on a distinguished road
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
jyoung79 is offline   Reply With Quote

Old   September 22, 2014, 02:21
Default
  #2
Senior Member
 
Max
Join Date: Mar 2009
Posts: 133
Rep Power: 17
coglione is on a distinguished road
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
coglione is offline   Reply With Quote

Old   September 22, 2014, 08:52
Default It works!
  #3
New Member
 
Ju Young Kang
Join Date: Jul 2012
Posts: 5
Rep Power: 13
jyoung79 is on a distinguished road
Thanks a lot!

It perfectly works!

Best regards,

JY
jyoung79 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
looking for a smart interface matlab fluent chary FLUENT 24 June 18, 2021 09:07
The fluent stopped and errors with "Emergency: received SIGHUP signal" yuyuxuan FLUENT 0 December 3, 2013 22:56
Fluent JOURNAL file issue mhsn FLUENT 0 June 5, 2013 12:47
Converting ANSYS CFX files to Fluent files Martin S. Rasmussen FLUENT 3 January 30, 2007 15:08
fluent journal files - speedup your postprocessing warlock FLUENT 0 March 8, 2006 23:36


All times are GMT -4. The time now is 22:00.