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

Help on run fluent jou file

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 11, 2004, 15:22
Default Help on run fluent jou file
  #1
Jack Liang
Guest
 
Posts: n/a
I bulit a fluent jou file by using start Jounal file and stop jou file in the file menu.

this is part of the file I built, the file name is sample.jou : ************************************************** **** (cx-gui-do cx-activate-item "MenuBar*ReadSubMenu*Case & Data...") (cx-gui-do cx-set-text-entry "Select File*FilterText" "*.cas*") ************************************************** *

Since I am not intending to read my "sample.jou" file from the file menu, I want it to be run in background, so I typed command:

fluent 3d -g -i sample.jou

it gives me an error like this: ************************************************ Error: No GUI functions are available. Error Object: () (cx-gui-do cx-activate-item "MenuBar*ReadSubMenu*Case & Data...") ************************************************

Anyone can tell me how to solve this problem? thanks.

  Reply With Quote

Old   February 11, 2004, 17:57
Default Re: Help on run fluent jou file
  #2
Rob Hart
Guest
 
Posts: n/a
yep.

If you want your journal file to run for a background job, then you can only use the text-mode interface when you record it.

So rather than click on the file menu, and selecting read... then case & data, you type: file/read-case-data "myfile.cas"

There are text equivalents of pretty much all the GUI, and there are even a few things that you can only get at through the text interface.

Hope that helps.

Rob
  Reply With Quote

Old   February 13, 2004, 21:08
Default Re: Help on run fluent jou file
  #3
esteban
Guest
 
Posts: n/a
Try the same example but typing: fluent 3d -i sample.jou (do not include -g) the -g command disables the graphic options, that is why you weren't able to run GUI commands (Graphic User Interface)

Hope that helps
  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
pisoFoam compiling error with OF 1.7.1 on MAC OSX Greg Givogue OpenFOAM Programming & Development 3 March 4, 2011 17:18
Version 15 on Mac OS X gschaider OpenFOAM Installation 113 December 2, 2009 10:23
Changing the grid on the same set-up Katya FLUENT 7 October 8, 2009 16:31
DecomposePar links against liblamso0 with OpenMPI jens_klostermann OpenFOAM Bugs 11 June 28, 2007 17:51
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 19:59.