Tutorial M10 003 GIS Inputs QGIS

From Tuflow
Revision as of 00:42, 11 May 2022 by ElizaCollison (talk | contribs) (Created page with "= Introduction = QGIS is used to create, import and view input data.<br> <br> = Method = Navigate to the '''Module_10\Tutorial_Data''' folder. Copy and save all the below la...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

QGIS is used to create, import and view input data.

Method

Navigate to the Module_10\Tutorial_Data folder. Copy and save all the below layers into the Module_10\TUFLOW\model\gis folder:

  • 1d_nwk_M10_piping_003_L
  • 1d_nwk_M10_dambreak_003_L
  • 2d_bc_M10_piping_dambreak_003_L

Investigate the supplied files:

  1. Open the files, either:
    • Drag and drop the .shp files into the QGIS workspace; or
    • Select Layer > Add layer > Add Vector Layer and navigate to the Module_10\TUFLOW\model\gis folder.
  2. The 1d_nwk_M10_piping_003_L layer represents piping through the dam wall:
    • ID = Unique Channel ID.
    • Type = 'PF'.
    • n_nF_Cd = '0.015'.
    • US_Invert = Inlet elevation of the piping.
    • DS_Invert = Outlet elevation of the piping.
    • Inlet_Type = Refers to the Piping Failure operational control definition in .toc file.
    • Width_or_Dia = Width of the piping orifice when fully breached.
    • Height_or_WF = Height of the piping orifice when fully breached.

    Animation M10 003 GIS 01f.gif

  3. The 1d_nwk_M10_dambreak_003_L layer represents a 1D operational channel to model dam break in 1D:
    • ID = Unique Channel ID.
    • Type = 'DF'.
    • n_nF_Cd = '0.015'.
    • US_Invert = Elevation of the dam crest level before failure.
    • Inlet_Type = Refers to the Dam Failure operational control definition in .toc file.
    • Width_or_Dia = Top width of the dam failure channel.
    • Height_or_WF = Weir coefficient Cd of the intact part.
    See Section 2.2.1 of the Release Notes for more information on the attributes.

    Animation M10 003 GIS 02f.gif

  4. The 2d_bc layer use SX type connection to link 1D elements into the 2D domain. It removes water out of the upstream cell(s) and deposits water back at the downstream cell(s). The line SX links need a CN (connection) line snapped from the upstream and downstream vertex of the 1D network line to the SX boundary.

    Animation M10 003 GIS 03d.gif

Conclusion

  • The 1D piping and 1D dam break layers were inspected.
  • The layers connecting the 1D to the 2D were reviewed.


Up
Go-up.png Back to Module 10 Main Page