|
[Sponsors] |
October 29, 2018, 06:05 |
How to use Execute Command in Fluent
|
#1 |
New Member
Join Date: Jan 2018
Posts: 5
Rep Power: 8 |
I am doing a 5000 iteration simulation in Ansys Fluent.
I have started my computations with Under relaxation factors for Mom=0.1, kinetic energy =0.3, omega =0.3. I would like to increase my URF by 0.1 after every 500 iterations, till I reach completion. How to do it using Execute Command of Ansys Fluent |
|
October 30, 2018, 01:47 |
|
#2 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Create text file in your working directory, put following code inside.
It would be JOURNAL, so it should have .jou, however .txt still works well Code:
solve set under-relaxation mom 0.1 solve set under-relaxation k 0.3 solve set under-relaxation omega 0.3 solve set iterate 500 solve set under-relaxation mom 0.2 solve set under-relaxation k 0.4 solve set under-relaxation omega 0.4 solve set iterate 500 solve set under-relaxation mom 0.3 solve set under-relaxation k 0.5 solve set under-relaxation omega 0.5 solve set iterate 500 .... File -> Read -> Journal... -> your file best regards |
|
October 30, 2018, 03:53 |
|
#3 |
New Member
Join Date: Jan 2018
Posts: 5
Rep Power: 8 |
Thanks for the reply
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Fluent exit frequently with error ‘Unable to parse’ running on remote clusters | Gang Shen | Fluent Multiphase | 5 | February 7, 2022 04:02 |
Two questions on Fluent UDF | Steven | Fluent UDF and Scheme Programming | 7 | March 23, 2018 04:22 |
Fluent 16.0.0 and Ubuntu 12.04 | fivos | FLUENT | 11 | January 8, 2018 14:39 |
heat transfer with RANS wall function, over a flat plate (validation with fluent) | bruce | OpenFOAM Running, Solving & CFD | 6 | January 20, 2017 07:22 |
Fluent crash on writing data file after thousand iterations | Chuck87 | FLUENT | 0 | September 2, 2015 17:17 |