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

Fluent Tui Command for transient

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes
  • 6 Post By billwangard
  • 1 Post By MachZero
  • 1 Post By blackmask

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 18, 2013, 11:47
Default Fluent Tui Command for transient
  #1
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
MachZero is on a distinguished road
Hello All,

I have found the fluent tui guide somewhat difficult to use because it often tells you what a command does, but not the subsequent path to get there. I searched through this guide and have not found how to transition a simulation from steady state to transient. This is important for initializing when using the automated parameterization. Has anyone come across this?

Thanks in advance!
MachZero is offline   Reply With Quote

Old   April 19, 2013, 16:05
Default TUI code to set transient solver
  #2
New Member
 
Bill Wangard
Join Date: Jan 2011
Posts: 21
Rep Power: 0
billwangard is on a distinguished road
;; To turn on unsteady first order
/define models unsteady-1st-order? yes

;; To turn on unsteady 2nd order
/define models unsteady-2nd-order? yes

;; To turn on steady-state solver
/define models steady? yes

;; To iterate with steady state solver (10 iterations)
(iterate 10)

;; To iterate with unsteady solver (10 time steps, with 20 maximum iterations per time step)
(physical-time-steps 10 20)

Hope this helps,
Bill Wangard, Ph.D.
Engrana LLC
gfoam, gaza, DungPham and 3 others like this.
billwangard is offline   Reply With Quote

Old   April 20, 2013, 14:16
Default Thanks!
  #3
Member
 
Join Date: Aug 2011
Posts: 89
Rep Power: 14
MachZero is on a distinguished road
That is extremely helpful! Thank you very much. I am so very glad we have an active and helpful community
Светлана likes this.
MachZero is offline   Reply With Quote

Old   April 20, 2013, 15:07
Default
  #4
Senior Member
 
François Grégoire
Join Date: Jan 2010
Location: Canada
Posts: 392
Rep Power: 17
macfly is on a distinguished road
Quote:
Originally Posted by billwangard View Post
;; To iterate with unsteady solver (10 time steps, with 20 maximum iterations per time step)
(physical-time-steps 10 20)
Where the hell does that come from? Ok, I found, scheme commands : http://www.polo.ufsc.br/~tiagom/docu...programing.pdf

For a reason that I ignore, the command 'dual-time-iterate' doesn't work when I open a transient case, load data and try to iterate further. Nothing happens. Is this a bug? Thanks.
macfly is offline   Reply With Quote

Old   April 20, 2013, 23:48
Default
  #5
Senior Member
 
Join Date: Aug 2011
Posts: 421
Blog Entries: 1
Rep Power: 21
blackmask will become famous soon enough
Use
/solve/iterate 200
/solve/dual-time-iterate 200 20
instead. I have never been able to appreciate the merits of LISP.
Ekta J likes this.
blackmask is offline   Reply With Quote

Old   January 17, 2017, 13:57
Default
  #6
New Member
 
Ekta J
Join Date: Jul 2014
Posts: 5
Rep Power: 11
Ekta J is on a distinguished road
Could you please tell how to write for setting pseudo transient case using TUI?
Ekta J is offline   Reply With Quote

Reply

Tags
ansys, fluent, text user interface, tui


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
Two questions on Fluent UDF Steven Fluent UDF and Scheme Programming 7 March 23, 2018 03:22
How to open Icem mesh in Ansys Fluent? emmkell FLUENT 27 February 6, 2018 03:34
heat transfer with RANS wall function, over a flat plate (validation with fluent) bruce OpenFOAM Running, Solving & CFD 6 January 20, 2017 06:22
Error in reading Fluent 13 case file in fluent 12 apurv FLUENT 2 July 12, 2013 07:46
Master node in parallel computing only distirubtion syadgar FLUENT 1 September 8, 2009 16:41


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