|
[Sponsors] |
starting test simulation automatically after another test in Fluent |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 20, 2014, 11:18 |
starting test simulation automatically after another test in Fluent
|
#1 |
Member
CC
Join Date: Jun 2011
Posts: 73
Rep Power: 15 |
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 12:40. |
|
June 20, 2014, 14:39 |
|
#2 |
Member
Join Date: Jul 2013
Posts: 80
Rep Power: 13 |
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. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
flapping wing simulation in fluent | Carlen | Fluent UDF and Scheme Programming | 2 | October 23, 2017 05:32 |
FLUENT closes during Simulation | canev.civelek | FLUENT | 0 | September 17, 2012 05:21 |
CFX vs FLUENT for particle tracking simulation | iman | ANSYS | 2 | August 31, 2012 21:34 |
Fluent jobs through pbs | ibnkureshi | FLUENT | 5 | June 9, 2011 14:43 |
test cases for Fluent and Gambit | Ben | FLUENT | 1 | May 21, 2003 07:44 |