|
[Sponsors] |
combine Scheme and TUI possible in Fluent Journal? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 11, 2005, 23:54 |
combine Scheme and TUI possible in Fluent Journal?
|
#1 |
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 |
|
|
|
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 |