Notes
Notes
\;then,
\;file-->read-->journal-->batchfiletest
...................................................................................
.............................................................................
\;To run two journal files, the first journal file ran, fluent ask to save the
current case or Ok to discard
\; the first journal file with number of time steps 110
\; in cmd write:
fluent 2ddp -g -t8
/file> read-journal
journal file names [] "C:\Users\Len MASHAQI\OneDrive\Desktop\Journal\
batchfiletest.jou"
journal file names []
(press enter)
\; fluent will run the folowing 1st journal file with number of steps 110
chdir C:\Users\LENMAS~1\OneDrive\Desktop\Journal
file/read-case/tube.cas
solve/initialize/set-defaults/temperature/61
solve/initialize/initialize
solve/set/time-step/0.21
solve/dual-time-iterate 110 21
yes
\; then in cmd also, while we are opening fluent, write the folowing to run with
different time steps 90, which is 2nd journal file
/file> read-journal
journal file names [] "C:\Users\Len MASHAQI\OneDrive\Desktop\Journal\
batchfiletest2"
journal file names []
(press enter)
\; fluent will run the folowing 2nd journal file with number of steps 90
file/read-case/tube.cas
ok
solve/initialize/set-defaults/temperature/61
solve/initialize/initialize
solve/set/time-step/0.21
solve/dual-time-iterate 90 21
yes
\;note here (ok) after reading the case, because ok to discard saving the
...................................................................................
.............................................................................
journalfiletest3 works well, for making two different simulations conditions
...................................................................................
.............................................................................
\;To change file-name : for example we have a report file named by (report-def-0-
rfile), its file-name is (.\\data.out) we want to change its file name to (.\\
8h2p.out), we do following:
solve/report-files/edit/report-def-0-rfile
file-name
"8h2p"
q
...................................................................................
.............................................................................
\;To change directory from C:\MASAHQI to D:\Desktop, by adding(/d) bu without it if
we want to go other files in same directory we write the following:
cd /d D:\Desktop
...................................................................................
.............................................................................
\;to know the short names of directory folder, we write the follwoing:
dir /x