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

How to use Execute Command in Fluent

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 29, 2018, 05:05
Default How to use Execute Command in Fluent
  #1
New Member
 
Join Date: Jan 2018
Posts: 5
Rep Power: 8
knowme73 is on a distinguished road
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
knowme73 is offline   Reply With Quote

Old   October 30, 2018, 00:47
Default
  #2
Senior Member
 
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34
AlexanderZ will become famous soon enoughAlexanderZ will become famous soon enough
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
....
Make all needed setting, initialize your case. Then run journal:
File -> Read -> Journal... -> your file

best regards
AlexanderZ is offline   Reply With Quote

Old   October 30, 2018, 02:53
Default
  #3
New Member
 
Join Date: Jan 2018
Posts: 5
Rep Power: 8
knowme73 is on a distinguished road
Thanks for the reply
knowme73 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
Fluent exit frequently with error ‘Unable to parse’ running on remote clusters Gang Shen Fluent Multiphase 5 February 7, 2022 03:02
Two questions on Fluent UDF Steven Fluent UDF and Scheme Programming 7 March 23, 2018 03:22
Fluent 16.0.0 and Ubuntu 12.04 fivos FLUENT 11 January 8, 2018 13:39
heat transfer with RANS wall function, over a flat plate (validation with fluent) bruce OpenFOAM Running, Solving & CFD 6 January 20, 2017 06:22
Fluent crash on writing data file after thousand iterations Chuck87 FLUENT 0 September 2, 2015 16:17


All times are GMT -4. The time now is 23:36.