CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   How to run Fluent on the background?[continued] (https://www.cfd-online.com/Forums/fluent/32934-how-run-fluent-background-continued.html)

David January 30, 2004 07:54

How to run Fluent on the background?[continued]
 
In the CVF6.5 platform, these sentences can start fluent:

USE DFLIB LOGICAL(4) result result = SYSTEMQQ('fluent.bat') end

and 'fluent.bat' is:

@echo off (cd %systemdrive%\TEMP & %FLUENT_INC%\ntbin\nt%PROCESSOR_ARCHITECTURE%\flue nt 3d(or 2d) %*)

then doing the operation "read->journal" in the started Fluent window can partly realize the automatically running Fluent.But whether this action "read->journal" could complete in the outer Fluent window (such as CVF6.5)?


Rob Hart January 31, 2004 15:44

Re: How to run Fluent on the background?[continued
 
I'm not sure what the question is you're asking.

Maybe you want to use:

fluent 3d -i journal.jou

in your .bat file, in order to get fluent to go straight into the journal?

Rob

David January 31, 2004 22:46

Re: How to run Fluent on the background?[continued
 
thank you. It is just what I want.Adding this parameter in the file "fluent.bat" could run all the Fluent actions on the background.Could you explain where I can find some guide of the use of these parameters?

Rob Hart February 1, 2004 04:40

Re: How to run Fluent on the background?[continued
 
RTFM

Try node19.htm in the fluent online help. You may want to put a -gu into your bat file as well.

HTH

Rob

David February 1, 2004 07:38

Re: How to run Fluent on the background?[continued
 
I have found this content in the Fluent help file.Thank you very much!


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