|
[Sponsors] |
February 11, 2004, 16:22 |
Help on run fluent jou file
|
#1 |
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. |
|
February 11, 2004, 18:57 |
Re: Help on run fluent jou file
|
#2 |
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 |
|
February 13, 2004, 22:08 |
Re: Help on run fluent jou file
|
#3 |
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 |
|
|
|
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 18:18 |
Version 15 on Mac OS X | gschaider | OpenFOAM Installation | 113 | December 2, 2009 11:23 |
Changing the grid on the same set-up | Katya | FLUENT | 7 | October 8, 2009 17:31 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |