Difference between revisions of "Check Files 1d nwk N"

From Tuflow
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description
 
! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description
 
|-
 
|-
| ID||Node ID.
+
| ID|| The node ID.
 
|-
 
|-
| Type||Node Type, the options are:<br>
+
| Type||The node type, the options are:<br>
* Node: A standard 1D node
+
* '''Node''': A standard 1D node
* MH: A manhole node
+
* '''MH''': A manhole node
 
|-
 
|-
| Ignore|||If the node is being ignored (the ignore attribute is set to true on the input 1d_nwk file).
+
| Ignore|||'''"T"''' (true) if the node has been set to ignore in the input 1d_nwk file, '''"F"''' (false) otherwise.
 
|-
 
|-
 
| Bed_Level||The bed or lowest elevation at the node.
 
| Bed_Level||The bed or lowest elevation at the node.
Line 19: Line 19:
 
| ANA||Any additional nodal area that has been added at the node (value in square metres or square feet).
 
| ANA||Any additional nodal area that has been added at the node (value in square metres or square feet).
 
|-
 
|-
| Conn_1D_2D||The 1D/2D connection method (if used) otherwise set to "----"
+
| Conn_1D_2D||The 1D/2D connection method (if used) otherwise set to "----". See the <u>[https://downloads.tuflow.com/TUFLOW/Releases/Latest/TUFLOW%20Manual.pdf TUFLOW Manual]</u> for a list of 1D/2D connection methods.
 
|-
 
|-
 
| Conn_Width||The connection width of the 1D/2D connection, this is used for determining how many 2D cells to connect to.
 
| Conn_Width||The connection width of the 1D/2D connection, this is used for determining how many 2D cells to connect to.
 
|-
 
|-
| R1||Not currently used.
+
| R1||Not used.
 
|-
 
|-
| R2||Not currently used.
+
| R2||Not used.
 
|-
 
|-
| R3||Not currently used.
+
| R3||Not used.
 
|-
 
|-
| i_1d_layer||The index to the input layer that has created the manhole.  For example an '''i_1d_nwk''' value of 4 would be the 4th input layer (1d_nwk_M08_pits_001) below.<br>
+
| i_1d_layer||The index to the input layer that has created the manhole.  For example an i_1d_layer value of 2 would be the 2nd input layer (1d_nwk_M05_pits_001_P) below.<br>
<font color="blue"><tt>Read GIS Network </tt></font> <font color="red"><tt>==</tt></font><tt> mi\1d_nwk_M04_channels_001.MIF</tt><br>
+
<font color="blue"><tt>Read GIS Network </tt></font> <font color="red"><tt>==</tt></font><tt> 1d_nwk_M05_pipes_001_L</tt><br>
<font color="blue"><tt>Read GIS Network </tt></font> <font color="red"><tt>==</tt></font><tt> mi\1d_nwk_M05_bridge_001.MIF</tt><br>
+
<font color="blue"><tt>Read GIS Network </tt></font> <font color="red"><tt>==</tt></font><tt> 1d_nwk_M05_pits_001_P</tt><br>
<font color="blue"><tt>Read GIS Network </tt></font> <font color="red"><tt>==</tt></font><tt> mi\1d_nwk_M07_trunk_998.MIF</tt><br>
+
|-
<font color="blue"><tt>Read GIS Network </tt></font> <font color="red"><tt>==</tt></font><tt> mi\1d_nwk_M08_pits_001.MIF</tt>
+
| No_Channels||Number of channels the node is connected to.  
 +
|-
 +
| Pit_Connected||'''"Y"''' (Yes) if the node has a pit connection, '''"N"''' (No) if not.  
 
|}
 
|}
 +
 +
 +
{{Tips Navigation
 +
|uplink=[[TUFLOW_Check_Files | TUFLOW Check Files]]
 +
}}

Latest revision as of 20:03, 20 August 2024

This GIS layer contains information on the 1D nodes for the simulation.
The _1d_nwk_C_check file contains information on the 1D channels.

Attributes of nwk_N_check

Attribute Name Attribute Description
ID The node ID.
Type The node type, the options are:
  • Node: A standard 1D node
  • MH: A manhole node
Ignore "T" (true) if the node has been set to ignore in the input 1d_nwk file, "F" (false) otherwise.
Bed_Level The bed or lowest elevation at the node.
ANA Any additional nodal area that has been added at the node (value in square metres or square feet).
Conn_1D_2D The 1D/2D connection method (if used) otherwise set to "----". See the TUFLOW Manual for a list of 1D/2D connection methods.
Conn_Width The connection width of the 1D/2D connection, this is used for determining how many 2D cells to connect to.
R1 Not used.
R2 Not used.
R3 Not used.
i_1d_layer The index to the input layer that has created the manhole. For example an i_1d_layer value of 2 would be the 2nd input layer (1d_nwk_M05_pits_001_P) below.

Read GIS Network == 1d_nwk_M05_pipes_001_L
Read GIS Network == 1d_nwk_M05_pits_001_P

No_Channels Number of channels the node is connected to.
Pit_Connected "Y" (Yes) if the node has a pit connection, "N" (No) if not.


Up
Go-up.png TUFLOW Check Files