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

starting test simulation automatically after another test in Fluent

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By upeksa

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 20, 2014, 10:18
Default starting test simulation automatically after another test in Fluent
  #1
C.C
Member
 
CC
Join Date: Jun 2011
Posts: 73
Rep Power: 14
C.C is on a distinguished road
Hi all!

I want to simulate one case in fluent and after it finish and want to simulate another case but I want it will start automatically. For example, if I have a CFD in-house code developed in fortran I can have a batch file and run a few cases since I have the .exe file. It is possible to do something similar in Fluent? It is possible to not start the simulation manualy but instead start it auntomatically?
Please anyone can help? Thank you.
BR,

CC

Last edited by C.C; June 20, 2014 at 11:40.
C.C is offline   Reply With Quote

Old   June 20, 2014, 13:39
Default
  #2
Member
 
Join Date: Jul 2013
Posts: 80
Rep Power: 12
upeksa is on a distinguished road
I think that the most appropriate in your case is using a journal.

For example, you can try something like:

file/read-case-data/ (name of your file)

solve/initialize/hyb-initialization

solve/iterate/(number of iterations)

file/write-case-data/ (name of your file)

file/read-case-data/ (name of your file)

solve/initialize/hyb-initialization

solve/iterate/(number of iterations)

file/write-case-data/ (name of your file)

exit


Look in you manuals for further information about how to use a journal, it is quite simple.

Greetings.
C.C likes this.
upeksa is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
flapping wing simulation in fluent Carlen Fluent UDF and Scheme Programming 2 October 23, 2017 04:32
FLUENT closes during Simulation canev.civelek FLUENT 0 September 17, 2012 04:21
CFX vs FLUENT for particle tracking simulation iman ANSYS 2 August 31, 2012 20:34
Fluent jobs through pbs ibnkureshi FLUENT 5 June 9, 2011 13:43
test cases for Fluent and Gambit Ben FLUENT 1 May 21, 2003 06:44


All times are GMT -4. The time now is 16:32.