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

combine Scheme and TUI possible in Fluent Journal?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 11, 2005, 23:54
Default combine Scheme and TUI possible in Fluent Journal?
  #1
Qian Zhen
Guest
 
Posts: n/a
Is it possible to use TUI (text user interface) grammar in Scheme? such as (in this journal, if u<10, KE turbulent model will be adopted, otherwise just display u):

;------------------------------------------------- (define u 5) (if (< u 10)

(/define/models/viscous/ke-standard)

(display u)

) ;-------------------------------------------------

but Fluent refused to do it, give output as "Error: eval: unbound variable Error Object: /define/models/viscous/ke-standard"

I know is is possible to use (cx-gui-do ....) to execute GUI command Is there any way to execute TUI in Scheme?

thanks a lot

Qian Zhen
  Reply With Quote

Reply

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
journal file with variable in a while loop? Ralf Schmidt FLUENT 50 January 17, 2019 06:24
Cleaner method to Fluent Journals/Scheme MN FLUENT 1 November 7, 2017 03:38
TUI command for Gradient Scheme Will Humber FLUENT 1 February 9, 2008 19:12
Scheme / TUI implementation Andy R FLUENT 2 December 13, 2006 06:16
TUI and Scheme examples? star123 FLUENT 1 April 8, 2005 05:24


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