Instabilities are the erroneous generation or removal of flow from the network caused by the internal calculations performed by the simulation engine, rather than by a real effect. The main causes of instabilities are:
There are a number of ways to check for instabilities, which are described below.
Instabilities can be found by checking the results in the PRN Summary Report generated when a simulation is run. The report contains a summary of the maximum results for nodes and links.
Under the node section, there is a column called Volume Balance. This is a calculation of the total flow entering the node minus the total flow leaving it. Total flow means everything, including any flood loss at nodes with Flood Type set to Lost. Therefore large values in this column (say greater than 0.5% of the total flow through the node) whether positive or negative are a sign of an instability.
To view the PRN report
An SQL Query can be used to check for volume balance errors. This is probably a better method than reading through the PRN Report as described above.
To find possible computational instabilities using a query
abs( sim.volbal ) > 0.05
Change the value 0.05 to the required threshold
For details of the grid and how to export it to a CSV file, see SQL Query View.
To save the query for re-use, click the Save As button at the bottom of the dialog.
A quick check for volume balance errors can be carried out by sorting the Node Results Grid on the Volume Balance column and checking for large positive or negative values.
InfoWorks ICM can automatically check for instabilities using the built-in diagnostics. These allow tolerances to be set for various parameters, including volume balance.
When a simulation has finished, the simulation icon will usually turn green to indicate that the simulation has completed successfully or red to show that it has failed. When using diagnostics, the icon will be yellow if the simulation completed successfully but the tolerances set have been exceeded.
To set up diagnostic tolerances click the Diagnostics button on the Schedule Hydraulic Run View. This displays the Run Diagnostics Dialog.
If the simulation exceeds the tolerances set, it is still necessary to check the PRN report to find where the problems are occurring.
Running the simulation at a shorter timestep will sometimes remove instabilities.
However, a better way is to use the volume balance checks in the network Simulation Parameters.
The effect of these parameters is to provide additional checks during simulation. Simulations may therefore take longer to run, but it is our experience that instabilities are always removed.