CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   combine Scheme and TUI possible in Fluent Journal? (https://www.cfd-online.com/Forums/fluent/38587-combine-scheme-tui-possible-fluent-journal.html)

Qian Zhen November 11, 2005 22:54

combine Scheme and TUI possible in Fluent Journal?
 
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


All times are GMT -4. The time now is 03:30.