|
[Sponsors] |
July 5, 2017, 18:10 |
Fluent in Batch mode: How to repeat process?
|
#1 |
Member
Join Date: Nov 2016
Posts: 73
Rep Power: 10 |
Hello everybody,
I want to combine ansys fluent and classic with a batch file. Ansys classic creates an electromagnetic field and fluent the thermal field. So, I focus at the moment on fluent: I want to use a batchfile that opens fluent, calculates, saves a picture and closes it again: my batch file in Fluent looks like: for /L %%N IN (1, 1, 1) do ( fluent 3ddp -gu -wait -i input.jou ) My input.jou file is: rc wst.cas solve/init/init /solve/set/time-step 0.05 /solve/dual-time-iterate 1 1 /display set-window 2 /display contour temperature , , /display/views/restore-view isometric /display/save-picture timestep-%t.tiff wd wst.dat confirm-overwrite yes exit fluent exit yes The problem is now: the timestep is always the same so the pictures are just overwritten. How can I avoid this? Is there also another possibility to let Fluent just run timestep after timestep but with a break between, to let ansys classic calculate the new magnetic field ? Best regards h0rst |
|
July 5, 2019, 13:32 |
|
#2 |
New Member
Raj Kiran
Join Date: May 2018
Posts: 24
Rep Power: 8 |
I know am kind of late but this might be a little helpful Journal file to automate a time step change
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stopping a Fluent batch job AND saving the data! Possible? | Volker Pawlik | FLUENT | 13 | December 28, 2020 05:16 |
Error in fluent files running in batch mode | monika agrawal | FLUENT | 0 | June 29, 2016 09:16 |
Fluent batch mode unix : how do a patch? | Claire | FLUENT | 0 | February 12, 2013 11:06 |
Fluent batch command for unsteady | taekyu8 | FLUENT | 0 | January 7, 2013 16:18 |
Run Fluent in batch mode | Shengping LUO | FLUENT | 2 | October 24, 2000 06:42 |