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

Fluent TUI command, How to do it?

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

Like Tree2Likes
  • 2 Post By mome

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 17, 2016, 13:26
Default Fluent TUI command, How to do it?
  #1
Member
 
Ash Kotwal
Join Date: Jul 2016
Location: North Dakota, USA
Posts: 92
Blog Entries: 1
Rep Power: 9
Ash Kot is on a distinguished road
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
Ash Kot is offline   Reply With Quote

Old   October 17, 2016, 13:43
Default
  #2
AHF
Member
 
AHF's Avatar
 
amirhossein
Join Date: Jul 2014
Location: Canada
Posts: 81
Rep Power: 11
AHF is on a distinguished road
Quote:
Originally Posted by Ash Kot View Post
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
could you send that TUI that already create ?
i have an idea but not sure , i want to modify that TUI.
__________________
amirhosseinfardi94@gmail.com
AHF is offline   Reply With Quote

Old   October 17, 2016, 14:42
Default
  #3
Member
 
Join Date: May 2014
Posts: 30
Rep Power: 11
mome is on a distinguished road
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
Doc_TG and MattVM like this.
mome is offline   Reply With Quote

Reply

Tags
case files, fluent, general, tui commands

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
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


All times are GMT -4. The time now is 07:59.