-
-
June 11, 2020 at 5:18 pm
zhongsheng.deng
SubscriberHi there,
I'm simulating a transient 3D flow around a cylinder case using Fluent on a HPC cluster.
In my point of view, running Fluent using TUI on HPC is quite different from running on local machines.
To work with HPC, I need to have, for example, a journal.jou file, which contains few lines of commands of instructions for the HPC to read in so that the HPC can setup the fluent.(see in the attached example)
I think I may need to specify the output interval in the journal.jou file, but I don't know the commands for doing this.
Can anyone familar or know how-to tell me what are the commands?
(P.s I am not talking about the export journal file in the Fluent.)
Thanks in advance!!!
ZS
-
June 12, 2020 at 12:38 am
Karthik Remella
AdministratorWhat are you writing as output? Are you trying to save the files at a certain frequency? Please clarify what your exact need elaborately.
Thank you.
Karthik
-
June 12, 2020 at 1:13 pm
zhongsheng.deng
SubscriberHi Kremella,
Thanks for replying.
What I have now are the final state case file and dat file. And yes, I want my output files to be generated at a fixed frequency.
I need these so that I can visualize, for example,to plot the pressure changes with time.
Regards
Zhongsheng
-
June 12, 2020 at 3:46 pm
Rob
Forum ModeratorYou mean you want to save case & data at intervals or images?
-
June 12, 2020 at 4:04 pm
zhongsheng.deng
SubscriberHi rwoolhou,
I want to save case and data files at each time steps, so that I can postprocess them in, for example, tecplot or paraview
ZS
-
June 13, 2020 at 5:46 pm
pawar002
Subscriberyou can use below mentioned TUI command, (in below TUI, 3600 is a flow time/ frequency)
file/auto-save data-frequency 3600
-
June 15, 2020 at 12:47 pm
zhongsheng.deng
SubscriberDo you mean something like this?
**********************************************************************************
;Outputting solver performance data upon completion of the simulation
parallel timer usage
;
file/auto-save data-frequency 3600
;
;Writing the final case file (overwriting if required)
wc bladefluidout.cas.gz
yes
;
;Writing the final data file (overwriting if required)
wd bladefluidout.dat.gz
yes
;Exiting Fluent
exit
yes
**********************************************************************************
-
June 15, 2020 at 1:11 pm
Rob
Forum ModeratorAssuming you can set up the model before switching to the cluster set the autosave and surface monitors via the GUI first and then transfer to the cluster. This reduces the complexity of the journal and avoids you overwriting files by accident.
In the above if you're in the wrong level of the TUI it'll fail:
/file/write-case bladefluidout.cas.gz
is the full command, I'd advise using full commands to make the files easier to read.
/file/write-data bladefluidout_%i.dat.gz
Will add the iteration number to the final data file which will stop it overwriting the first data file.
-
- The topic ‘Fluent -write a .jou file enables Fluent to generate a serise of result files (on HPC cluster)’ is closed to new replies.
-
3572
-
1188
-
1076
-
1063
-
952
© 2025 Copyright ANSYS, Inc. All rights reserved.