CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Fluent in Batch mode: How to repeat process?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Rakkiran

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 5, 2017, 17:10
Default Fluent in Batch mode: How to repeat process?
  #1
Member
 
Join Date: Nov 2016
Posts: 73
Rep Power: 9
h0rst is on a distinguished road
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
h0rst is offline   Reply With Quote

Old   July 5, 2019, 12:32
Default
  #2
New Member
 
Raj Kiran
Join Date: May 2018
Posts: 24
Rep Power: 7
Rakkiran is on a distinguished road
I know am kind of late but this might be a little helpful Journal file to automate a time step change
Светлана likes this.
Rakkiran is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 04:16
Error in fluent files running in batch mode monika agrawal FLUENT 0 June 29, 2016 08:16
Fluent batch mode unix : how do a patch? Claire FLUENT 0 February 12, 2013 10:06
Fluent batch command for unsteady taekyu8 FLUENT 0 January 7, 2013 15:18
Run Fluent in batch mode Shengping LUO FLUENT 2 October 24, 2000 05:42


All times are GMT -4. The time now is 09:34.