Difference between revisions of "QGIS SWMM Junctions Set Attributes"

From Tuflow
Jump to navigation Jump to search
Line 63: Line 63:
 
<br>
 
<br>
  
=== Example ===
+
== Example ==
 
The following example videos demonstrate junction nodes not receiving subcatchment flows and connected to 2D with a HX boundary (no inlet).<br>
 
The following example videos demonstrate junction nodes not receiving subcatchment flows and connected to 2D with a HX boundary (no inlet).<br>
 
<br>
 
<br>
Save to an existing GeoPackage:
+
{{Video|name=Animation_Junctions_Set_Attributes_01b.mp4|width=1235}}
<br><br>
 
{{Video|name=Animation_Junctions_Set_Attributes_01a.mp4|width=1235}}
 
 
<br>
 
<br>
 
Using the 'Edit Features In-Place':
 
Using the 'Edit Features In-Place':
 
<br><br>
 
<br><br>
{{Video|name=Animation_Junctions_Set_Attributes_02a.mp4|width=1235}}
+
{{Video|name=Animation_Junctions_Set_Attributes_02b.mp4|width=1235}}
 
<br>
 
<br>
  

Revision as of 13:14, 25 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.
  2. Selected features only: If nodes(s) in the junctions layer have been selected using the 'Select Features' tool, this option will become available. If this is checked on, the tool will only update the nodes that have been selected.
  3. Input Subcatchments [optional]: The subcatchments layer(s) that the node(s) receive flow from.
  4. Input Inlet Usage Layers [optional]: The input inlet usage layer(s) that the node(s) are connected to.
  5. Input BC Connection Layers [optional]: The BC connection layer(s) that connect the node(s) to the 2D domain.
  6. For information on the other input parameters, refer to the Recommended Settings section.
  7. 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.

Junctions Set Attributes Dialog a.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).


Using the 'Edit Features In-Place':


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