CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   how to create input file to run fluent in batch (https://www.cfd-online.com/Forums/fluent/41220-how-create-input-file-run-fluent-batch.html)

Aireen June 1, 2006 12:39

how to create input file to run fluent in batch
 
Hi all, Currently I am running my fluent in window. Recently I received a grant from supercomputer and would like to send a batch job. I don't know how to create the input file. Anybody, help!!!

Ralf Schmidt June 2, 2006 03:33

Re: how to create input file to run fluent in batc
 
have a look at

http://www.cfd-online.com/Wiki/Fluen...ournal_file.3F

Ralf

Aireen June 2, 2006 10:56

Re: how to create input file to run fluent in batc
 
The journal file has this [cx-gui-do cx]in every line, for example: (cx-gui-do cx-activate-item "Select File*Apply") do I need to edit this. Thx.

raunakjung October 16, 2016 09:00

Hi I am also facing the same problem . How did you solve the problem ?

Thank You

LuckyTran October 17, 2016 13:18

cx-gui-do cx are graphical commands that are usually recorded from macros. They don't work if there is no GUI so you should avoid them.

Write a true, proper, text only journal file using only TUI commands.

raunakjung November 17, 2016 06:27

Hi I have to run a LES simulation in batch mode. I have got a grant to use supercomputing facility. I need to run fluent in batch mode.


Is it possible to create a journal file which is able to read case file run steady simulation and initialize transient simulation in a configuration ?
Thank You

Kushal Puri November 21, 2016 08:27

you can easily create a journal file.

e.g

rcd "complete file name "
it 100
wcd "complete file name "

rcd "complete file name2 "
it 100
wcd "complete file name2 "

Above example run for two case and data
:::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::
rcd : read case and data.
it : iterate , 100 number of iterations
wcd : write case and data

Hope this will help


All times are GMT -4. The time now is 02:47.