1D Pumps

From Tuflow
Jump to navigation Jump to search

Page Under Construction


Introduction

This post provides a modelling example for a 1D pump using a fixed flow rate and pump curve. For this example we will set up a pump in two common situations (2D-2D & 1D-2D).

Pump Attributes

A pump needs to first be digitised in a 1d_nwke layer. The direction of the polyline must go from inlet to outlet as a pump is unidirectional (see Section 5.9.2.1 Pumps). The attributes required for a pump in your 1d_nwk layer can be found within the 2018 TUFLOW manual.
In the 1d_nwk layer, the following attributes are required:

  1. ID = ID of the channel
  2. Type = "P" or "PO"
  3. Len_or_ANA = Nominal length in m (only used for calculating nodal storage if UCS is on)
  4. US_Invert = Upstream invert level of the channel
  5. DS_Invert = Downstream invert level of the channel
  6. Inlet_Type = Used to specify the pump curve in the Depth Discharge database.
  7. Width_or_D = Diameter of the pump’s outlet pipe/hose.


1d nwk pump pipe.PNG

2D-2D Configuration

Because pumps are zero length channels they do not create automatic nodes at the upstream and downstream end. If you ran the model with just a pump polyline and SX connection you will get ERROR 1353 - No NA data for Node.To remove this error, the most efficient schematisation is to digitise a 1d_nwk 'NODE' at the upstream and downstream end of the pump (no need for a separate 2d_bc SX layer). The 'NODE' requires a nominal storage amount in the “Len_or_NA” attribute, in addition infill 'SX' into the "Conn_1D_2D" attribute to connect the 1d pump to the 2D domain. SX connections are required at connections to 2D domains to transfer water from the 1D node to the 2D. Without the SX connection, water will build up within the node and cause an instability. See the example below.

1d nwk pump SX node.PNG

A simple 2D-2D pump configuration will look like the below schematisation.

Pump schematic.PNG

1D-2D Configuration

Connecting a pump from a 1d network to the 2d domain or vice versa is similar to the configuration above, the only difference is that the connection with a 1d structure does not require a 2d SX connection or 1d nwke ‘Node’. A storage chamber in the 1d network can also be modelled using a 1d_na node with an elevation vs area .csv assigned to the node.
600px

Estry Control File Setup

Within the *.ecf the following commands and files are at a minimum required to run a pump with no logically control:

Read GIS Network ==..\model\mi\1d_nwke_xxxxx.MIF
Depth Discharge Database ==..\bc_dbase\xxxxx.csv

If you do not specify a Depth-Discharge database then you will be faced with ERROR 1118 – Could not find a y-Q curve.

TUFLOW Operating Control File (.TOC)

For guidance on setting up the operating controls for pumps, please refer to Point 42 within the release notes.

ecf command required;

Read Operating Controls File == xxxxx.toc


Useful Forum Posts

Operational pumps with logic less than zero.

Depth Discharge Database

The depth discharge database is set up in the same way as a pit inlet database, see 4.5.1.2 in the TUFLOW manual (Amend this section link once the manual is finalised).. Each pump ‘Inlet_type’ must reference a name within the depth discharge database, otherwise ERROR 1118 - Could not find pit inlet type ",a," in the pit inlet database will appear because TUFLOW will use the ‘ID’ field instead of the blank ‘Inlet_type’ field to search the database and it will come up with no information (that seemed to be the case during my testing). The ‘Area (m2)’ column is the area of the pump offtake and ‘Width (m)’ column is the width of the pump offtake (? Is that true). Without information in the Area(m2) or Width(m) columns in the depth discharge database Error 1092 and Error 1093 will appear.

Constant Flow Rate

For constant flow rate pumps, the figure below is an example with a 15 L/s pump with a 50mm offtake. The Name details displayed in cell A2 is what should be referenced in the “Inlet_Type” attribute.

400px

If you are using the 2013 build of TUFLOW you will need to specify a 1d nwke type of “PO” as well as a .toc file. (this was a bug I found where the 2013 build would stop with an unknown error if you only specified a type “P”)

Pump Curve

The performance of pumps is a function of suction head at the inlet and the level of the discharge location. The resultant total head between the water level at the inlet and outlet is what determines the flow rate through the pump. If the suction level is low the pump will need to provide more energy in the form of pressure to maintain the water elevation at the outlet, the opposite is also true if the water depth at the pump inlet is high.


www.pumpfundamentals.com



That being the case it is important that you consider what total head is required to achieve the modeling objectives and what flow rates you may require. Once you have an idea on any limits in total head you can start to research an appropriate pump and then extract the performance curve that is often incorporated as part of the technical specifications. An example is shown below.

Manufacturer pump curve.JPG

Creating a TUFLOW pump curve

The use of pump curves within TUFLOW requires a 2015 or later build due to a previous bug within the 2013 build. The setup of the Depth Discharge database for a pump curve is similar to reading in inflow hydrographs, hyetographs etc, that is; a source .csv, and the two corresponding headings within the 3rd and 4th column.

500px

Once you have your manufacturer curve for your given pump it is now necessary to create the curve .csv for TUFLOW to read in. The manufacturer specifications will need to be translated into a total head vs pump rate chart. Although reading in the depth discharge database is the same process as other boundary conditions within TUFLOW, the curve itself is fundamentally different as you no longer need to start the csv file with 0,0. If the curve did start at 0,0 this would not make sense because at a total head difference of 0m the pump should effectively be operating at peak performance so the flow rate would be greater than 0m3. This is why the 2013 build cannot be used with pump curves as it still requires csv dbase entries to start at 0,0. The image below shows a csv file for the pump performance curve given in the previous section.

Pump curve csv example.png

1D Result File

Although strictly not a check file, the operation of the pump can be confirmed by opening the *_1d_O.csv which is found within the csv folder where the results are written. The *_1d_O.csv monitors the operation of structures, this file can be quite useful in checking how the structure is performing with the given .toc file and GIS inputs.

Filename prefix / suffix Brief Description
_1d_O.csv This csv displays the status of the pump, whether that is closed or fully open, results for any logic parameter specified in the TOC file and the flow through the pump if it is in operation.


Example

An example model using a 1D pump can be found here: 1D pump example

  • under construction



Any further questions please email TUFLOW support: support@tuflow.com

Back to 1D Hydraulic Structures