TUFLOW SWMM Tutorial M02 Check QGIS development

From Tuflow
Jump to navigation Jump to search

SWMM Check Files

Text Data

When TUFLOW runs SWMM, it can accommodate for multiple INP input files within the SWMM Control file. TUFLOW combines the input INP files into a single combined INP file for the simulation execution. The combined file TUFLOW uses is written to the TUFLOW\results folder.

  1. Navigate to the TUFLOW\results folder and open TS02_5m_001_swmm.inp in Notepad++.
  2. Manual Data Review (Optional): Review the Junction, Outfall, Conduit, Losses, and XSections information in the text file.


QGIS Data

It can be useful to review the inp file created by TUFLOW after all inp files are combined.

  1. In the Processing Toolbox, go to TUFLOW >> SWMM and select 'GeoPackage - Create from SWMM inp '. This opens the dialog shown below.
    • SWMM Input File (inp): Navigate to the TUFLOW\results folder and select TS02_5m_001_swmm.inp.
    • CRS for GeoPackage: Click the drop down menu and select ‘Project CRS: EPSG:32760 - WGS 84 / UTM zone 60S’.
    • SWMM Tags to ignore: leave blank.
    • GeoPackage output filename: Click the ... and select 'Save to File'. Navigate to the TUFLOW\check folder and set the GeoPackage output filename to TS02_5m_001_swmm_check.gpkg.
  2. Click 'Run'. Once the tool has finished, click 'Close'.
  3. In Windows File Explorer, navigate to the TUFLOW\check folder and drag and drop TS02_5m_001_swmm_check.gpkg into QGIS.
  4. When prompted by QGIS, under 'Options', tick on 'Add layers to group', then select 'Add Layers' to open all layers within TS02_5m_001_swmm_check.gpkg. By default, all items in the available list should have been selected.


  5. Manual Data Review (Optional): Review the Links--Conduits, Nodes--Junctions and Nodes--Outfalls information to verify the data matches the input values. This data represents the 1D pipe network details.


  6. Since the layers in TS02_5m_001_swmm_check.gpkg have been compared with the input layers, most of the input layers can be removed from the QGIS workspace. Remove all except the inlet usage layer, swmm_iu_TS02_001, and the 2d_bc connections layer 2d_bc_SWMM_Pipe_Network_Connections_001_L.


TUFLOW Check Files

Open the TUFLOW check files:

  1. In Windows File Explorer, navigate to the TUFLOW\check folder and drag and drop TS02_5m_001_Check.gpkg and TS02_5m_001_DEM_Z.tif (hold Ctrl to select multiple) into QGIS.
  2. When prompted by QGIS, under 'Options', tick on 'Add layers to group', then select TS02_5m_001_1d_to_2d_check_R and TS02_5m_001_swmm_pit_P (hold Ctrl to select multiple). Click 'Add Layers'.
  3. Use the 'Apply TUFLOW Styles to Open Layers'.
  4. Style TS02_5m_001_DEM_Z.tif (the topography check file) using the same hillshade styling as DEM_Hillshade:
    • In the QGIS Layers Panel, right click DEM_Hillshade and select Styles > Copy Style.
    • Right Click TS02_5m_001_DEM_Z.tif and select Styles > Paste Style.
  5. In the QGIS Layers Panel, move the TS02_5m_001_DEM_Z.tif layer below the other check files so that the other datasets are visible.


Manual Data Review (Optional): Compare the 2D check files information against the the 1D check files to verify the model design is as intended.

  1. How does the the pipe network invert elevations (Nodes--Junctions) compare to the the pit inlet (surface) elevations?


Inlet 1D/2D Connection Refinement

Currently, the underground stormwater pipe network inlets are set to use the 2D cell each inlet point is contained within for the connection to the 2D domain. This is often sufficient in many models, further refinement is however possible, particularly for on-grade inlets. On-grade inlets divert a portion of the flow going past an inlet into the pipe network based on a few factors, such as approach flow (the discharge flowing down the side of the roadway), velocity, and the inlet characteristics. To obtain an accurate estimation of the approach flow in the model, the 1D/2D connection cells must extend across the area conveying flow. Most urban areas have crowned roads, in this scenario the connected cells should extend to the center of the roadway. The geometry in this example model is simplified with flow generally only on one side of the street.

To check that on-grade inlets have a sufficient number of connected 2D cells:

  1. In the QGIS Layers Panel, ensure swmm_iu_TS02_001 is at the top of the list. This will ensure the data within this layer is displayed above all other layers in the project.
  2. Right click swmm_iu_TS02_001 and select 'Properties'.
  3. In the 'Symbology' tab, click the top drop down menu and select 'Categorized'.
  4. To select the 'Value', click the drop down menu and select 'Placement'.
  5. Click 'Classify'. This will categorize the inlets in swmm_iu_TS02_001 by their placement field and force each category to use a different color. There should be two categories: 'ON_GRADE' and 'ON_SAG'.
  6. Click 'Apply' and 'OK'.
  7. Ensure there are three 'ON_GRADE' inlets and nine 'ON_SAG' inlets.
  8. In the QGIS Layers Panel, right click Nodes--Junctions and select 'Show Labels'. This should indicate that the three on-grade inlets are 'Pit7', 'Pit9', and 'Pit15'.


  9. Use the TS02_5m_001_1d_to_2d_check_R layer to compare the width of the 1D/2D connection cells with the roadway widths in the DEM. It should be clear that the cells cover less than half of the roadways and may not represent the full flow-width that we are interested in.


There are two approaches to connect an inlet to multiple cells:

  1. Within the inlet usage layer, swmm_iu_TS02_001, the number of connected cells is determined by the 'Conn_width' field. Increasing the connection width will select multiple cells. Note that a negative value will specify an exact number of cells regardless of the cell size. The default approach for selecting additional cells depends on whether the inlet is on-grade or on-sag. The details of the algorithm can be found in the TUFLOW Manual.
  2. Manually specify the cells to connect using an SX connection (polyline or polygon) and CN line to the inlet location. Note this method requires removing the 'Conn1D_2D' attribute from the inlet usage layer.


For this model, the first option (increasing the number of cells) will be used for 'Pit9', and the second option (create manual connections) will be used for 'Pit7' and 'Pit15'.

Note: When using the automatic method, the actual 1D/2D connected cells should be verified.


Make the following changes to the inlet usage layer:

  1. In the QGIS Layers Panel, select (left click) swmm_iu_TS02_001 and toggle on editing.
  2. Use the 'Select Features' tool to highlight the inlets on the junction nodes, 'Pit7' and 'Pit15' (hold Shift to select multiple).
  3. Right click swmm_iu_TS02_001 and select 'Open Attribute Table'.
  4. Clear the 'Conn1D_2D' attributes for the inlets representing 'Pit7' and 'Pit15'.
  5. For the inlet associated with 'Pit9', specify a value of -2 for the 'Conn_width'. This will connect the inlet to exactly two cells regardless of the cell size.
  6. Turn off editing to save the edits.


Next, the manual connections for 'Pit7' and 'Pit15' must be added. To save time, a 2d_bc layer with these connections has been provided.

  1. If the QGIS Browser Panel is not already open, right click anywhere in the QGIS Toolbar Panel and tick on 'Browser Panel' from the 'Panels' options.
  2. In the QGIS Browser Panel, in the 'Project Home' directory, navigate to the TUFLOW_SWMM_Module_02\Tutorial_Data folder.
  3. Drag the 2d_bc_SWMM_Inlet_Connections_001_L layer from the Urban_Development.gpkg and drop it into the TS02_001.gpkg contained within the TUFLOW_SWMM_Module_02\TUFLOW\model\gis folder.


Update the TBC:

  1. Navigate to the TUFLOW\model folder and open TS02_001.tbc in Notepad++.
  2. Add the following command to the end of the file:
    Read GIS BC == 2d_bc_SWMM_Inlet_Connections_001_L ! Reference the TUFLOW BC File


Rerun the model and review the check files to verify that the on-grade inlets are now connected to multiple cells.


TUFLOW Pipe Integrity Tool

Some of the optional manual data review exercises suggested in the previous sections can be easily carried out using the QGIS TUFLOW Plugin 'Pipe Integrity Toolkit', specifically the visual profile plot tools.

  1. Open the '1D Integrity Tool' from the TUFLOW Plugin toolbar.

    Tuflow plugin 1D integrity.png

  2. The resulting dialog will appear.

    1D Integrity dialog 2.png

  3. Set up the tool for this model:
    • Input Network Lines: Use the dropdown box and select TS02_5m_001_swmm_check >> Links--Conduits. Click the '+' button to add the layer as an input to the tool.
    • Input Network Points: Using the same process as above, add TS02_5m_001_swmm_check >> Nodes--Junctions and TS02_5m_001_swmm_check >> Nodes--Outfalls to the tool.
    • Input Tables: Leave blank as it is not used for SWMM data review.
    • Input DEM: Tick on and use the dropdown box to select TS02_5m_001_DEM_Z.

Note: For further information on the 1D Integrity Tool and its functionality, see 1D Integrity Tool.


The following example demonstrates the 'Flow Trace' tool. It will be used to create a profile plot for visual review of the 1D pipe network data input.

  1. In the QGIS Layers Panel, right click Links--Conduits and select 'Zoom to Layer(s)'.
  2. Use the 'Select Features' tool to select conduit 'Pipe6'.
  3. At the bottom of the 1D Integrity tool dialog, there is a list of tools. Select the 'Flow Trace' tab.
  4. Enter the following options:

    1D Integrity flow trace options.png

  5. Click 'Run'.
  6. The tool will select all the upstream conduits and also add another output layer identifying the locations which fail the flow area and invert checks.
  7. A Flow Trace window will appear. It provides a 'long plot' of the long sections of the various upstream paths from the selected conduit, highlighting the areas of continuity failures. The plot should be consistent with the output GIS layer that is also generated by the flow trace tool.




Up
Go-up.png Back to TUFLOW SWMM Tutorial 2