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

use batch mode to run an unsteady case

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2010, 09:59
Default use batch mode to run an unsteady case
  #1
New Member
 
Join Date: Oct 2010
Posts: 3
Rep Power: 15
PaulineP is on a distinguished road
Hi !
I would like to use batch mode to run an unsteady case.
I understand how it work for a steady case reading the example (
; Read case file
rc fluent.cas
; Initialize the solution
/solve/initialize/initialize-flow
; Calculate 200 iterations
it 200
; Write data file
wd example200.dat
; Exit FLUENT
exit)

But for a unsteady case, you cant use "it" and I've looked in the manual and I didn't find the command.
Could somebody help please.

Note that I would like to run a case where I have 1800 time steps of 10s each with 50 iterations per time step.
Thank you very much !
PaulineP is offline   Reply With Quote

Old   October 24, 2010, 14:26
Default
  #2
New Member
 
Grzegorz Kondora
Join Date: Oct 2010
Posts: 13
Rep Power: 15
kondora is on a distinguished road
dti n_step n_iter_per_step, for example:
dti 10000 20
kondora is offline   Reply With Quote

Old   October 24, 2010, 15:50
Default
  #3
New Member
 
Join Date: Oct 2010
Posts: 3
Rep Power: 15
PaulineP is on a distinguished road
Thank you very much !
Do I need to indicate a time step ? How ?
PaulineP is offline   Reply With Quote

Old   October 24, 2010, 16:05
Default
  #4
New Member
 
Grzegorz Kondora
Join Date: Oct 2010
Posts: 13
Rep Power: 15
kondora is on a distinguished road
Do you mean time step size??? The value of time step size can be set in GUI before running in batch mode. You can set time step size via journal as well, just search.
kondora is offline   Reply With Quote

Old   October 25, 2010, 04:33
Default
  #5
New Member
 
Join Date: Oct 2010
Posts: 3
Rep Power: 15
PaulineP is on a distinguished road
I tried the dti command. My computer write :
> invalid command [dti]

I don't understand.
Anyways thank you for your help.
PaulineP is offline   Reply With Quote

Old   October 25, 2010, 04:42
Default
  #6
New Member
 
Grzegorz Kondora
Join Date: Oct 2010
Posts: 13
Rep Power: 15
kondora is on a distinguished road
/solve/dti 1000 20
....
kondora is offline   Reply With Quote

Old   September 16, 2014, 17:26
Default
  #7
New Member
 
Join Date: Sep 2014
Posts: 1
Rep Power: 0
joshr is on a distinguished road
Thank you. It was time saving
joshr is offline   Reply With Quote

Old   March 29, 2019, 22:44
Default
  #8
Member
 
Join Date: Aug 2018
Posts: 85
Rep Power: 7
esha is on a distinguished road
Hi, I want to use batch mode for the 3D steady case and I am using .jou file as

rc fluent.cas
rd fluent.dat
solve/set/ri 10
solve/set/iterations 15000
file/write-case-data
file-name.cas
exit
yes
but it is not working. can anyone tell me what is the problem?
thanks
esha is offline   Reply With Quote

Old   April 1, 2019, 10:18
Default
  #9
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,672
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
This is a problem but not the problem:

solve/set/iterations is not a valid command the correct command is
solve/set/number-of-iterations

That setting is just a setting. It doesn't do anything. To actually iterate you need to do:
solve/iterate 15000
or
it 15000
LuckyTran is offline   Reply With Quote

Old   April 4, 2019, 08:18
Default
  #10
Member
 
Join Date: Aug 2018
Posts: 85
Rep Power: 7
esha is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
This is a problem but not the problem:

solve/set/iterations is not a valid command the correct command is
solve/set/number-of-iterations

That setting is just a setting. It doesn't do anything. To actually iterate you need to do:
solve/iterate 15000
or
it 15000
Thank you! I used ' it ' command and it worked.
esha is offline   Reply With Quote

Reply

Tags
batch unsteady runcase


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
Running macros in parallel in batch mode nomad STAR-CCM+ 13 February 22, 2013 08:30
Running fluent with udf in batch mode zonexo Fluent UDF and Scheme Programming 2 March 10, 2012 07:50
Flux update during an MPI run between decomposed case parts? scott OpenFOAM 0 July 21, 2010 20:47
Prosurf in batch mode Dhruv Siemens 1 September 19, 2005 18:02
run star-applications in batch mode thomas Siemens 6 November 14, 2004 09:19


All times are GMT -4. The time now is 13:00.