Run TUFLOW FV From UltraEdit

From TUFLOW FV Wiki
Jump to navigation Jump to search

TUFLOW FV

The majority of users run single TUFLOW FV simulations from UltraEdit (and Run TUFLOW From a Batch-file for multiple simulations in succession). The benefits of running TUFLOW FV from UltraEdit is that it provides an environment where the .fvc and other control files can be edited, simulations started and text file output be viewed. There is also no need to close the .fvc file (or other control and output files) to run TUFLOW.

The best way to set up TUFLOW FV to run from UltraEdit is described below. This will initiate TUFLOW FV in low priority, therefore the simulation does not dominate the computer’s CPU allowing other processes (eg. MapInfo, SMS, Word, etc) to perform as usual. Low priority will not slow down the TUFLOW simulation whilst no other CPU intensive processes are underway. For multiple core computers the "/low" priority switch can be omitted.

To set up UltraEdit to run TUFLOW on low priority go to Advanced, Tool Configuration:
UltraEdit Config 01.png

This will open the following dialogue:
UltraEdit Config 02.png

Under the Command Tab, give the menu item a name. Up to 10 different tools can be configured. "Run 2010-10-iSP w32" has been used to designate the single precision, 32 bit version of the 2010-10 TUFLOW release.

The recommended command line argument is:

"C:\TUFLOWFV\2023.1.1\TUFLOWFV.exe" "%f"

Depending on the location of the executable the above command line will need to be modified.
This starts TUFLOW on the default "Normal" priority, which is generally fine for multi-core machines. The priority can be changed in windows task manager (in the "Processes" tab). The priority can also be set in the Ultraedit command line using the following command line, which will start TUFLOW in "Low" priority.

start "TUFLOWFV" /low "C:\TUFLOWFV\2023.1.1\TUFLOWFV.exe" "%f"

In the "Options" tab, set the check boxes as follows:
UltraEdit Config 03.png

In the "Output" tab, set the check boxes as follows:
UltraEdit Config 04.png

This should create an option in the "Tools" menu of Ultraedit to "TUFLOW FV 2023.1" (or the name you gave you the menu item!). To run TUFLOW, simply have the .fvc file open and active in UltraEdit and select "TUFLOW FV 2023.1".
UltraEdit Config 05.png

BAT FILE

If you prefer running TUFLOW from batch files, you can also execute from Ultraedit using a similar method to that above.

Please refer the figure below for the required tool configuration inputs:

Note the image shows an example from TUFLOW Classic, however the process running batch files for TUFLOW FV is the same.
UEditBatchRunning.png

Back to UltraEdit Tips.