• InfoWorks ICM

Viewing 1D simulation results with themes

Create and use themes to display simulation results.


Tutorial resources

These downloadable resources will be used to complete this tutorial:

Theme_Sim_Rslts.icmt

Step-by-step guide

Themes allow for displaying particular parameters graphically on the GeoPlan window and are a powerful way to display simulation results visually. In this tutorial, you set up some themes to make viewing the model easier, and to present some basic simulation results.

To complete this exercise, copy the data out of the transportable database .icmt file for this tutorial.

Results themes are built in the same way that object properties fields are used, but when a set of results is open, the results fields for that simulation become active.

Note: A results theme can only be edited using an active set of results, and the set of results should be appropriate for the theme being generated.

To create a theme to display simulation results:

  1. In the Model Group, double-click the Design Run simulation to open the results in a GeoPlan window.

The Explorer window with the Design Run (M5-60) simulation highlighted.

  1. Right-click the GeoPlan and select Properties & Themes to open the GeoPlan Properties and Themes dialog box.
  2. To help view the results theme, on the Auto Labels and Tooltips tab, in the Visible Range section, set the Max to 10000.00.

The GeoPlan Properties and Themes dialog box, Auto Labels and Tooltips tab, with the Visible Range Max set to 10000.00.

  1. On the Layers and Themes tab, in the Conduit row, click Edit.

The GeoPlan Properties and Themes dialog box, Layers and Themes tab, with Edit highlighted for the Conduit row.

  1. In the Layer Theme Editor, click Add New.

For this theme, simple raw results data are used to identify conduits that are surcharged.

  1. In the Name field, enter "Surcharge".
  2. In the Field drop-down, select sim.Surcharge (Surcharge state).

The Layer Theme Editor with the Add New button and the Name and Field settings highlighted.

The data is auto-populated into the Ranged Themes section. To change the display of this data:

  1. In the Properties list, leave Line Color enabled, and select Line Width and Ignore.
  2. Under Ranged Themes, set up the rows as follows:
  • Row 1: Enable Ignore
  • Row 2: Value 1.00, Fix toggled, Line Colour Light Blue, Line Width 2
  • Row 3: Value 2.00, Fix untoggled, Line Colour Hot Pink, Line Width 2

The Layer Theme Editor with Properties and Ranged Themes settings highlighted.

  1. Click Apply.
  2. Click OK to return to the GeoPlan Properties and Themes dialog box.
  3. To make it easier to view the results, in the Subcatchment row, disable Display.
  4. Click Apply.
  5. Click OK to close the Properties and Themes dialog box.
  6. Use the Replay Control toolbar to play through the simulation and see the surcharge theme applied to the conduit links.

The results of the Conduit Surcharge theme displayed on the GeoPlan, with the Replay Control toolbar highlighted.

  1. Click Show maxima to display the maximum results for all locations at once.

To set up a second theme for flooding nodes:

  1. Right-click on the GeoPlan and select Properties & Themes.
  2. On the Layers and Themes tab, for the Nodes object layer, enable AutoLabel.

This helps identify particular flooding nodes.

  1. In the Theme column for the Node object layer, click Edit to access the themes for nodes.
  2. In the Layer Theme Editor, click the Add New button.

A theme is needed to sum both the stored and lost flood volumes, so they can be seen collectively.

  1. Click SQL to create an expression.
  2. In the Edit Expressions popup, click Add New.
  3. In the New Expression dialog box, enter the name "Flood Volume", and then click OK.

The New Expression popup with the name Flood Volume entered for the SQL, and the Layer Theme Editor with the Add New and SQL buttons highlighted in red.

To build the query:

  1. Set the Object Type to Node.
  2. Set the Field Type to sim.
  3. Expand the Field drop-down and select floodvolume.
  4. In the query, type a SPACE, a plus sign (+), and then another SPACE.
  5. Finally, from the Field drop-down, select flvol (volume lost).

The Expression builder dialog box showing the entered SQL expression to sum both the stored and lost flood volumes.

The query should look like this:

sim.floodvolume + sim.flvol

  1. Click Save.
  2. Click Close.

The new query appears in the Edit Expressions popup.

  1. Click OK.

The query is applied. To change the display of results:

  1. In the Layer Theme Editor, in the Properties list, deselect Color.
  2. Select Circles.
  3. In the Ranged Themes section, click the Value count plus symbol (+) until there are 9 rows.
  4. In the Fix column, click Toggle All.
  5. Deselect the box in the last row.
  6. In the Value [Linear] column, leave the first and last values as they are, and set rows 2 to 8 to 0, 5, 10, 25, 50, 100, and 200, respectively.
  7. In the Circles column, set the last row to 7.
  8. Click the Auto-Theme button.

In the Draw Style Preview section, a preview is displayed of the circles with the values at which they are applied.

The Layer Theme Editor with Properties, Ranged Themes, and Draw Style Preview settings highlighted.

  1. Click Apply.
  2. Click OK.

To save these themes for future use:

  1. Click Save.
  2. In the Network editing properties - save options popup, click OK.
  3. Enter a descriptive name, such as "1D Results" and select a location in the database.
  4. Click Save.
  5. Click OK.

These themes are now available to re-use with any simulation.

  1. Click OK to close the GeoPlan Properties and Themes dialog box.

Back in the GeoPlan, the flooding manholes now have concentric circles around them, indicating the volume of flooding that occurs.

  1. Use the Replay Control toolbar to play through the simulation to see the movement of flooding through the 1D network.

The results of the Node theme displayed on the GeoPlan with the Replay Control toolbar highlighted in red.

  1. Click Show maxima to display the maximum results for all locations at once.