Chapter 3. Text User Interface (TUI)
In addition to the graphical user interface described in Chapter2:Graphical User Inter-
face (GUI), the user interface to
FLUENT
consists of textual command line interface.
•
Section3.1:Text Menu System
•
Section3.2:Text Prompt System
•
Section3.3:Interrupts
•
Section3.4:System Commands
•
Section3.5:Text Menu Input from Character Strings
•
Section3.6:Using the Text Interface Help System
The text interface (TUI) uses, and is written in, a dialect of Lisp called
Scheme
. Usersfamiliar with
Scheme
will be able to use the interpretive capabilities of the interface tocreate customized commands.
3.1 Text Menu System
The text menu system provides a hierarchical interface to the program’s underlyingprocedural interface. Because it is text based, you can easily manipulate its operationwith standard text-based tools: input can be saved in files, modified with text editors, andread back in to be executed. Because the text menu system is tightly integrated with the
Scheme
extension language, it can easily be programmed to provide sophisticated controland customized functionality.The menu system structure is similar to the directory tree structure of UNIX operatingsystems. When you first start
FLUENT
, you are in the “root” menu and the menu promptis simply a caret.
>
To generate a listing of the submenus and commands in the current menu, simply press
<RETURN>
.
c
Fluent Inc. January 11, 2005
3-1
Leave a Comment