How do I report time step (timestep) and flow time (flowtime) to the TUI?


To get data type the following into the TUI as required:
(rpgetvar 'flow-time)
(rpgetvar 'time-step)


If you need to reset either of these values:
Type the line into the TUI
(rpsetvar 'flow-time ##)
(rpsetvar 'time-step ##)

Where ## is the required value.





Show Form
No comments yet. Be the first to add a comment!