|
[Sponsors] |
October 17, 2016, 13:26 |
Fluent TUI command, How to do it?
|
#1 |
Member
|
User has created one case file (mesh_x.cas) which will run for 3000 time-steps, now the problem is finished with use of all time-steps. However, at this time, user wants FLUENT software 'itself' to load next .cas file which is made of its own Independent settings from the first one, in same window, and run the file with its own settings, get initialized by itself and run for another 3000 time-steps, using TUI commands, How to do this?
Kindly show me with some small examples, if there is any tutorial with certain set of commands in it, please show me. I tried to find in ANSYS FLUENT TUI command guide but its not that comprehensive and explainable compared to UDF guide. Also I want to know is it possible to connect and plot graphs using GNUplot using TUI commands in FLUENT? Thank You, Regards, Ash Kot Graduate Student, University of North Dakota, USA |
|
October 17, 2016, 13:43 |
|
#2 | |
Member
amirhossein
Join Date: Jul 2014
Location: Canada
Posts: 81
Rep Power: 12 |
Quote:
i have an idea but not sure , i want to modify that TUI.
__________________
amirhosseinfardi94@gmail.com |
||
October 17, 2016, 14:42 |
|
#3 |
Member
Join Date: May 2014
Posts: 30
Rep Power: 12 |
why not start with this? note, your casefiles need to be complete and contain the data writing intervals because that's not defined in the few lines below
Code:
; load first case /file/load-case first.cas ; (example) compute defaults from a pressure-inlet called "inlet" /solve/initialize/compute-defaults/pressure-inlet inlet ; init flow /solve/initialize/initialize-flow ; do fmg if appliacable /solve/initialize/fmg-initialization yes ; if you want to write init solution /file/write-data first.dat ; do more things, whatever you want.. ; solve for 3000 timesteps /solve/dual-time-iterate 3000 ; redo it all for second case /file/load-case second.cas /solve/initialize/compute-defaults/ /solve/initialize/initialize-flow /solve/initialize/fmg-initialization yes /file/write-data second.dat /solve/dual-time-iterate 3000 ; finish job exit yes |
|
Tags |
case files, fluent, general, tui commands |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
heat transfer with RANS wall function, over a flat plate (validation with fluent) | bruce | OpenFOAM Running, Solving & CFD | 6 | January 20, 2017 07:22 |
How to set OUTFLOW boundary condition in ANSYS FLUENT using TUI? | er_ijaz | FLUENT | 0 | February 12, 2016 11:50 |
FLUENT animation from TUI Journal File | smartsoldier | FLUENT | 2 | February 25, 2015 08:26 |
Error in reading Fluent 13 case file in fluent 12 | apurv | FLUENT | 2 | July 12, 2013 08:46 |
Master node in parallel computing only distirubtion | syadgar | FLUENT | 1 | September 8, 2009 17:41 |