Difference between revisions of "QGIS SWMM Junctions Set Attributes"

From Tuflow
Jump to navigation Jump to search
Line 5: Line 5:
  
 
== Usage ==
 
== Usage ==
This tool, '''Junctions - Set Attributes''', can be found in the QGIS processing toolbox panel under 'TUFLOW > SWMM'. To open the Processing Toolbox Panel, navigate to 'Processing' in the menubar and select 'Toolbox'.<br>
+
This tool, '''Junctions - Set Attributes''', can be found in the QGIS processing toolbox panel under TUFLOW >> SWMM. To open the Processing Toolbox panel, navigate to 'Processing' in the menubar and select 'Toolbox'.<br>
 
<br>
 
<br>
 
[[File:open_processing_toolbox.png]]<br>
 
[[File:open_processing_toolbox.png]]<br>
Line 13: Line 13:
  
 
<ol>
 
<ol>
<li>'''Input layer:''' The junctions layer that will be updated. To only update the attributes of some of the layers' features, tick on 'Selected features only'. The tool will only update the attributes of the junctions which have been selected.  
+
<li>'''Input layer:''' The junctions layer that will be updated. To only update the fields of some of the layers' features, select the desired ones and tick on 'Selected features only'.
 
<li>'''Input Subcatchments [optional]:''' The subcatchments layer(s) that the node(s) receive flow from.
 
<li>'''Input Subcatchments [optional]:''' The subcatchments layer(s) that the node(s) receive flow from.
 
<li>'''Input Inlet Usage Layers [optional]:''' The input inlet usage layer(s) that the node(s) are connected to.
 
<li>'''Input Inlet Usage Layers [optional]:''' The input inlet usage layer(s) that the node(s) are connected to.
Line 31: Line 31:
 
<br><br>
 
<br><br>
 
'''Junction nodes receiving subcatchment flows:'''<br>
 
'''Junction nodes receiving subcatchment flows:'''<br>
The recommended settings allow any discharges unable to be conveyed through the node to immediately enter the 2D domain. These discharges are reported as "flooding" by SWMM.<br>
+
The recommended settings allow any discharges unable to be conveyed through the node to immediately enter the 2D domain. These discharges are reported as flooding by SWMM.<br>
 
::*Ysur = 0.0 (forced)
 
::*Ysur = 0.0 (forced)
 
::*Apond = 0.0 (forced)
 
::*Apond = 0.0 (forced)

Revision as of 15:26, 3 January 2024

Introduction

This tool sets SWMM junction attributes Ysur (maximum surcharge depth), and Apond (area of ponding). The junction attributes are set based on generic rules and individual nodes may need to be modified.
This tool supports in-place editing if selected in the QGIS processing window.

Usage

This tool, Junctions - Set Attributes, can be found in the QGIS processing toolbox panel under TUFLOW >> SWMM. To open the Processing Toolbox panel, navigate to 'Processing' in the menubar and select 'Toolbox'.

Open processing toolbox.png

Parameters

  1. Input layer: The junctions layer that will be updated. To only update the fields of some of the layers' features, select the desired ones and tick on 'Selected features only'.
  2. Input Subcatchments [optional]: The subcatchments layer(s) that the node(s) receive flow from.
  3. Input Inlet Usage Layers [optional]: The input inlet usage layer(s) that the node(s) are connected to.
  4. Input BC Connection Layers [optional]: The BC connection layer(s) that connect the node(s) to the 2D domain.
  5. For information on the other input parameters, refer to the Recommended Settings section.
  6. JunctionAtts: Determines the location and filename of the output junctions layer.

Note: If 'Edit Feature In-Place' is selected, the tool does not require the 'Input layer' or the 'JunctionAtts' parameters as the tool will override the existing junctions file with the updated attributes.

Set attributes dialog.png

Recommended Settings

The recommended settings for junctions within the 2D domain depends on whether the node receives flow from a subcatchment and whether and how the node is connected to the 2D domain.
Note: It is recommended that Ymax be set to 0.0 for all junctions. SWMM will set Ymax to highest soffit of connected conduits.

Junction nodes receiving subcatchment flows:
The recommended settings allow any discharges unable to be conveyed through the node to immediately enter the 2D domain. These discharges are reported as flooding by SWMM.

  • Ysur = 0.0 (forced)
  • Apond = 0.0 (forced)


Junction nodes not receiving subcatchment flows:
It is recommended to allow ponding (set Apond >0). This will allow the head in the node (including pressure head) as a water level. If the water level in the node exceeds the water level in the 2D domain, there will be a flow from the 1D domain to 2D domain.

  • Junction nodes connected to 2D with an inlet:
When nodes are connected through an inlet, either Ysur (surcharge depth) or Apond (area of ponding) can be used to allow the pressure head to exceed Ymax (by default highest adjacent conduit soffit). Using a positive area of ponding may enhance stability. When used, Apond should represent the manhole shaft or a small area. A larger area may enhance model stability but may artificially attenuate discharges. If Apond is non-zero, Ysur is ignored.
  • Ysur = 0.0, if ponding otherwise higher than expected depths to prevent flooding.
  • Apond = Manhole area


  • Junction nodes connected to 2D with a HX boundary (no inlet):
When nodes are connected through an HX boundary such as culverts through an embankment, it is recommended to set Apond (area of ponding) to the approximate area of connected cells. A larger area of ponding may improve stability but may artificially attenuate discharges. This will depend on the model cell size. Generally, a typical value is chosen that is reasonable for most of the connections and any significantly larger or smaller structures can be modified on an individual basis.
  • Ysur = 0.0
  • Apond = Typical area of connected 2D cells (higher values may aid stability).


  • Junctions not connected to 2D domains:
Flood losses would be lost from the model resulting in mass losses and inaccurate results. Prevent by allowing ponding or making surge elevation high.
Option #1:
  • Ysur = higher than expected node depths
  • Apond = 0.0
or Option #2:
  • Ysur = 0.0 (ignored)
  • Apond = (positive number)


Example

The following example videos demonstrate junction nodes not receiving subcatchment flows and connected to 2D with a HX boundary (no inlet).

Save to an existing GeoPackage:


Using the 'Edit Features In-Place':


Up
Go-up.png Back to TUFLOW QGIS Plugin Main Page